2018-09-07 18:26:04,597 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 18:26:04,604 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 18:26:04,604 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 18:26:04,605 - 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-07 18:26:04,623 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-07 18:26:11,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:26:11,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:26:11,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:26:11,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:26:11,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:26:11,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:26:11,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:26:11,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:26:11,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27084dc6-8af9-4d6c-84d5-040271e9c825 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:11,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-27084dc6-8af9-4d6c-84d5-040271e9c825 2018-09-07 18:26:11,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:12,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["pN59lbI4S9GLO__yXO3_Dw"], "issued_at": "2018-09-07T18:26:12.000000Z"}} 2018-09-07 18:26:12,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:12,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:12,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db673053-197c-4d8c-beb4-d293addaa71e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:26:12,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-db673053-197c-4d8c-beb4-d293addaa71e 2018-09-07 18:26:12,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.593508005142s 2018-09-07 18:26:12,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:26:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}}' 2018-09-07 18:26:12,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5594010a-fbb3-4338-9319-042b696f5ab1 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.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe"}, "enabled": true, "id": "c409c925ffe345448ba0969ba9396fbe", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}} 2018-09-07 18:26:12,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5594010a-fbb3-4338-9319-042b696f5ab1 2018-09-07 18:26:12,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217691898346s 2018-09-07 18:26:12,376 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5594010a-fbb3-4338-9319-042b696f5ab1 2018-09-07 18:26:12,377 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 'id': u'c409c925ffe345448ba0969ba9396fbe', '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-07 18:26:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:26:12,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.492269039154s 2018-09-07 18:26:12,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:12,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961fed4b-79d1-43e2-bbd0-29767dbb0f6e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}, "domain_id": "default", "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80"}} 2018-09-07 18:26:12,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 used request id req-961fed4b-79d1-43e2-bbd0-29767dbb0f6e 2018-09-07 18:26:12,982 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b0b30ecbcf06498baadda58e733b9ad0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_18454010-854c-482f-a158-bc4b60facd80'}) 2018-09-07 18:26:12,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:12,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ab8531-a475-4734-9c19-a5a2e6bf6b06 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:13,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e0ab8531-a475-4734-9c19-a5a2e6bf6b06 2018-09-07 18:26:13,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.132883071899s 2018-09-07 18:26:13,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dd659a6-de4c-4f8e-b0d4-55280cbaf55f Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:13,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4dd659a6-de4c-4f8e-b0d4-55280cbaf55f 2018-09-07 18:26:13,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140537023544s 2018-09-07 18:26:13,259 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:26:13,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:26:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" -d '{"role": {"name": "Member"}}' 2018-09-07 18:26:13,401 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2021113f-c533-472e-8cc1-436ac9f80994 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}} 2018-09-07 18:26:13,401 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-2021113f-c533-472e-8cc1-436ac9f80994 2018-09-07 18:26:13,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.141966819763s 2018-09-07 18:26:13,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecd89dd-681e-4aa9-9afd-39476c17bff3 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "domain_id": null, "name": "Member", "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198"}} 2018-09-07 18:26:13,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 used request id req-1ecd89dd-681e-4aa9-9afd-39476c17bff3 2018-09-07 18:26:13,476 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198'}, 'domain_id': None, 'human_id': None, 'id': u'8cc4a0fdbfc8428f8b9dd7cd78bd0198', 'HUMAN_ID': False}) 2018-09-07 18:26:13,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:13,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002aec77-0286-4c8a-b432-7475d7672650 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:13,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-002aec77-0286-4c8a-b432-7475d7672650 2018-09-07 18:26:13,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845909118652s 2018-09-07 18:26:13,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:13,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbce593b-23b5-4626-b2a6-6f16ed0117cd Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:13,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-bbce593b-23b5-4626-b2a6-6f16ed0117cd 2018-09-07 18:26:13,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827708244324s 2018-09-07 18:26:13,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:13,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a4506f-f19e-404c-b551-1783513bbf82 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "domain_id": "default", "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:13,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-83a4506f-f19e-404c-b551-1783513bbf82 2018-09-07 18:26:13,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.144653081894s 2018-09-07 18:26:13,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-83a4506f-f19e-404c-b551-1783513bbf82 2018-09-07 18:26:13,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:13,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b900aa-8bdb-4061-bd64-1af8ead2f76b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe"}, "enabled": true, "id": "c409c925ffe345448ba0969ba9396fbe", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}]} 2018-09-07 18:26:13,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f7b900aa-8bdb-4061-bd64-1af8ead2f76b 2018-09-07 18:26:13,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0855190753937s 2018-09-07 18:26:13,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f7b900aa-8bdb-4061-bd64-1af8ead2f76b 2018-09-07 18:26:13,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=8cc4a0fdbfc8428f8b9dd7cd78bd0198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:13,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0cd0f22-1de7-462b-bd77-5a957935dcb2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=8cc4a0fdbfc8428f8b9dd7cd78bd0198", "previous": null, "next": null}} 2018-09-07 18:26:13,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=8cc4a0fdbfc8428f8b9dd7cd78bd0198 used request id req-b0cd0f22-1de7-462b-bd77-5a957935dcb2 2018-09-07 18:26:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0816369056702s 2018-09-07 18:26:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:13,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f371f9ca-c16b-4771-9ae2-89a7516adf7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:14,073 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 used request id req-f371f9ca-c16b-4771-9ae2-89a7516adf7e 2018-09-07 18:26:14,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.105353116989s 2018-09-07 18:26:14,074 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 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': '1997eb5b-9e24-4902-8f09-8e07c11585f4', 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_18454010-854c-482f-a158-bc4b60facd80', 'project_id': u'c409c925ffe345448ba0969ba9396fbe', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:26:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:26:14,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:26:14,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:26:14,080 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_18454010-854c-482f-a158-bc4b60facd80', 'password': '1997eb5b-9e24-4902-8f09-8e07c11585f4', 'project_name': 'connection_check-project_18454010-854c-482f-a158-bc4b60facd80', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'c409c925ffe345448ba0969ba9396fbe', 'project_domain_name': 'Default'} 2018-09-07 18:26:14,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:14,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d12508a-94cd-48c1-8628-9f7cf63a1178 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:14,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1d12508a-94cd-48c1-8628-9f7cf63a1178 2018-09-07 18:26:14,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081817150116s 2018-09-07 18:26:14,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:14,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-387b3c4b-8345-4005-b509-819a1d20f381 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:14,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-387b3c4b-8345-4005-b509-819a1d20f381 2018-09-07 18:26:14,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827498435974s 2018-09-07 18:26:14,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232f58d4-a812-494a-8a48-848526068068 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:14,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-232f58d4-a812-494a-8a48-848526068068 2018-09-07 18:26:14,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0766260623932s 2018-09-07 18:26:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:14,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071bc828-7b14-489e-a6d1-26c3fe6f4614 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "domain_id": "default", "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:14,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-071bc828-7b14-489e-a6d1-26c3fe6f4614 2018-09-07 18:26:14,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.165510892868s 2018-09-07 18:26:14,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-071bc828-7b14-489e-a6d1-26c3fe6f4614 2018-09-07 18:26:14,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b06e2b9-a434-445c-a880-22393f4a5575 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe"}, "enabled": true, "id": "c409c925ffe345448ba0969ba9396fbe", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}]} 2018-09-07 18:26:14,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0b06e2b9-a434-445c-a880-22393f4a5575 2018-09-07 18:26:14,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.144778966904s 2018-09-07 18:26:14,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0b06e2b9-a434-445c-a880-22393f4a5575 2018-09-07 18:26:14,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:14,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d102d0-b3fa-40ff-9664-19398d6be82d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 18:26:14,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=765cac6f031a43628860c2853b35fec1 used request id req-c0d102d0-b3fa-40ff-9664-19398d6be82d 2018-09-07 18:26:14,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.166431188583s 2018-09-07 18:26:14,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:14,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:14,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71f0e6a6-8f52-4af2-89da-216b2f07acb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:14,979 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/765cac6f031a43628860c2853b35fec1 used request id req-71f0e6a6-8f52-4af2-89da-216b2f07acb2 2018-09-07 18:26:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.167282104492s 2018-09-07 18:26:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:14,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a007ee-564e-415d-8f5c-8b9dfe36020a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:15,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-28a007ee-564e-415d-8f5c-8b9dfe36020a 2018-09-07 18:26:15,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078987121582s 2018-09-07 18:26:15,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:26:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-07 18:26:15,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29839427-fcde-4010-801b-9d0f3a6c7e1b Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "053264e5d01e42359a98964821ebbb0d", "links": {"self": "http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d"}, "name": "heat_stack_owner"}} 2018-09-07 18:26:15,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-29839427-fcde-4010-801b-9d0f3a6c7e1b 2018-09-07 18:26:15,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.215668916702s 2018-09-07 18:26:15,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d203091a-6607-4a76-8b94-b24df401d73c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d"}, "domain_id": null, "name": "heat_stack_owner", "id": "053264e5d01e42359a98964821ebbb0d"}} 2018-09-07 18:26:15,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d used request id req-d203091a-6607-4a76-8b94-b24df401d73c 2018-09-07 18:26:15,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:15,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa76e3b7-8834-443d-8007-d986038af6e5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "053264e5d01e42359a98964821ebbb0d", "links": {"self": "http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:15,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-aa76e3b7-8834-443d-8007-d986038af6e5 2018-09-07 18:26:15,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819499492645s 2018-09-07 18:26:15,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:15,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ae4e02-7dc4-4a69-bb8d-4930a776bc08 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:15,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-e5ae4e02-7dc4-4a69-bb8d-4930a776bc08 2018-09-07 18:26:15,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0737891197205s 2018-09-07 18:26:15,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:15,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e335e85-46de-4c32-8b4a-4d03baacec8d Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "domain_id": "default", "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:15,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4e335e85-46de-4c32-8b4a-4d03baacec8d 2018-09-07 18:26:15,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096302986145s 2018-09-07 18:26:15,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4e335e85-46de-4c32-8b4a-4d03baacec8d 2018-09-07 18:26:15,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:15,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ec04a7-5f98-4236-935b-3c464a7c2f40 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe"}, "enabled": true, "id": "c409c925ffe345448ba0969ba9396fbe", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}]} 2018-09-07 18:26:15,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-27ec04a7-5f98-4236-935b-3c464a7c2f40 2018-09-07 18:26:15,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788669586182s 2018-09-07 18:26:15,705 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-27ec04a7-5f98-4236-935b-3c464a7c2f40 2018-09-07 18:26:15,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:15,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=053264e5d01e42359a98964821ebbb0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2281002b-83ba-45bf-a16e-1e76176dee50 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=053264e5d01e42359a98964821ebbb0d", "previous": null, "next": null}} 2018-09-07 18:26:15,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=b0b30ecbcf06498baadda58e733b9ad0&scope.project.id=c409c925ffe345448ba0969ba9396fbe&role.id=053264e5d01e42359a98964821ebbb0d used request id req-2281002b-83ba-45bf-a16e-1e76176dee50 2018-09-07 18:26:15,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0750539302826s 2018-09-07 18:26:15,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:15,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/053264e5d01e42359a98964821ebbb0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:15,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4358bbe-8079-45d8-a5f3-10195b8c6601 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:15,999 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe/users/b0b30ecbcf06498baadda58e733b9ad0/roles/053264e5d01e42359a98964821ebbb0d used request id req-f4358bbe-8079-45d8-a5f3-10195b8c6601 2018-09-07 18:26:15,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.216628074646s 2018-09-07 18:26:15,999 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-07 18:26:16,000 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-07 18:26:16,000 - openstack_tests - INFO - OS Credentials = > 2018-09-07 18:26:16,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:16,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:16,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["sUmM59_6Qa6Mq79SuVArfg"], "issued_at": "2018-09-07T18:26:16.000000Z"}} 2018-09-07 18:26:16,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16777c1a0250331a59c81e8d35d76c9049575de7" 2018-09-07 18:26:17,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5f7e0dd6-f6fc-4e95-b47b-b5cacd0ee5df Date: Fri, 07 Sep 2018 18:26:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:26:17,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-5f7e0dd6-f6fc-4e95-b47b-b5cacd0ee5df 2018-09-07 18:26:17,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16777c1a0250331a59c81e8d35d76c9049575de7" 2018-09-07 18:26:18,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6216d7b3-24cc-4e15-a128-8e6932e6666f Date: Fri, 07 Sep 2018 18:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:26:18,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-6216d7b3-24cc-4e15-a128-8e6932e6666f 2018-09-07 18:26:18,495 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:26:18,495 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-07 18:26:18,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:18,741 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-07 18:26:18,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:19,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["SYACnb9uRo6VT5CN9jBxXg"], "issued_at": "2018-09-07T18:26:19.000000Z"}} 2018-09-07 18:26:19,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b75149c3bd94e831ed3f7d1c4041c65aa3373839" 2018-09-07 18:26:19,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-d21f3736-b1a4-4df3-8f93-888efc02519a Date: Fri, 07 Sep 2018 18:26:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-09-07 18:26:19,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&name=foo used request id req-d21f3736-b1a4-4df3-8f93-888efc02519a 2018-09-07 18:26:19,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:19,889 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-07 18:26:19,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:20,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["lFGhKBR3SuuFF0l6ckhVhw"], "issued_at": "2018-09-07T18:26:20.000000Z"}} 2018-09-07 18:26:20,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b854cde5ddf5e4c36bee1c422bf21969e99bedc" 2018-09-07 18:26:20,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7046a2ae-06af-4685-adbf-8cdb1844116b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:20,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7046a2ae-06af-4685-adbf-8cdb1844116b 2018-09-07 18:26:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:20,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b854cde5ddf5e4c36bee1c422bf21969e99bedc" 2018-09-07 18:26:20,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0f718b-e701-49b9-a376-5869b98f7602 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "domain_id": "default", "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:20,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3e0f718b-e701-49b9-a376-5869b98f7602 2018-09-07 18:26:20,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:20,630 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-07 18:26:20,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:21,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["KI9DkbdLS_eTEI3grpVPAQ"], "issued_at": "2018-09-07T18:26:21.000000Z"}} 2018-09-07 18:26:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a5adadc3615b36b94f8641f6e10a4a3f3876dc7" 2018-09-07 18:26:22,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ea320410-a155-429e-9856-ffbfab644d8a Date: Fri, 07 Sep 2018 18:26:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:26:22,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-ea320410-a155-429e-9856-ffbfab644d8a 2018-09-07 18:26:22,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:22,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["_xgndHoFR_2VHDX5s8r9cw"], "issued_at": "2018-09-07T18:26:22.000000Z"}} 2018-09-07 18:26:22,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21fed5cf35f44926053b35d900b99fde8358d426" 2018-09-07 18:26:23,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ba7e432b-77c7-4c42-9543-72d6e25277c0 Date: Fri, 07 Sep 2018 18:26:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:26:23,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-ba7e432b-77c7-4c42-9543-72d6e25277c0 2018-09-07 18:26:23,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21fed5cf35f44926053b35d900b99fde8358d426" 2018-09-07 18:26:24,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0648c73c-6148-4389-aad4-d8f36b2d6f9f Date: Fri, 07 Sep 2018 18:26:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:26:24,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-0648c73c-6148-4389-aad4-d8f36b2d6f9f 2018-09-07 18:26:24,309 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:26:24,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:24,555 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.25:5000/v2.0/tokens 2018-09-07 18:26:24,569 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-07 18:26:24,569 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:26:24,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:24,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["uEmmYYmSQA-V6XUFn-Gp2Q"], "issued_at": "2018-09-07T18:26:24.000000Z"}} 2018-09-07 18:26:24,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3548652682889b676435ac87d3ae1fa54516e7a" 2018-09-07 18:26:25,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-281e5657-2cd5-4687-80f5-aa3320b9cdf7 x-compute-request-id: req-281e5657-2cd5-4687-80f5-aa3320b9cdf7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:26:25,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail used request id req-281e5657-2cd5-4687-80f5-aa3320b9cdf7 2018-09-07 18:26:25,743 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:26:25,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:26,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["6_6N2e9HTMy45IbwEL9z_Q"], "issued_at": "2018-09-07T18:26:26.000000Z"}} 2018-09-07 18:26:26,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a004263d14ac3a7481e91b3a72286e48ee9295a" 2018-09-07 18:26:26,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-f7032d60-6e0b-443b-bfc9-01385566ec8a x-compute-request-id: req-f7032d60-6e0b-443b-bfc9-01385566ec8a Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 18:26:26,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-f7032d60-6e0b-443b-bfc9-01385566ec8a 2018-09-07 18:26:26,801 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:26:26,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:26,955 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.25:5000/v2.0/tokens 2018-09-07 18:26:26,973 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-07 18:26:26,974 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:26:26,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:27,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["6Zqc5j--RI6nD0IxCyFyXA"], "issued_at": "2018-09-07T18:26:27.000000Z"}} 2018-09-07 18:26:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b6dfee5cf62bb369eb1e83dd7b8955707df6f1" 2018-09-07 18:26:28,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:27 GMT Server: Apache x-openstack-request-id: req-39d88063-bf97-4148-9097-96d1b9654f33 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-07 18:26:28,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe/stacks used request id req-39d88063-bf97-4148-9097-96d1b9654f33 2018-09-07 18:26:28,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:28,354 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-07 18:26:28,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:28,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "053264e5d01e42359a98964821ebbb0d", "name": "heat_stack_owner"}, {"id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c409c925ffe345448ba0969ba9396fbe", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c409c925ffe345448ba0969ba9396fbe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "id": "b0b30ecbcf06498baadda58e733b9ad0"}, "audit_ids": ["tVOJ3AgWQfqCWhuPsjKqTg"], "issued_at": "2018-09-07T18:26:28.000000Z"}} 2018-09-07 18:26:28,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56ee1f0e3a7c4c3218629de8502b2687d5441035" 2018-09-07 18:26:29,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:28 GMT Server: Apache x-compute-request-id: req-78d761f2-1d62-4cf5-8bbb-63eab6157d0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78d761f2-1d62-4cf5-8bbb-63eab6157d0e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-07 18:26:29,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/c409c925ffe345448ba0969ba9396fbe/volumes/detail used request id req-78d761f2-1d62-4cf5-8bbb-63eab6157d0e 2018-09-07 18:26:29,608 - 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 11.101s OK 2018-09-07 18:26:29,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:26:29,739 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-07 18:26:29,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:29,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:29,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40dfd70-98fa-4efa-ab7f-c0ebf9d90720 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "053264e5d01e42359a98964821ebbb0d", "links": {"self": "http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:29,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d40dfd70-98fa-4efa-ab7f-c0ebf9d90720 2018-09-07 18:26:29,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814440250397s 2018-09-07 18:26:29,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:26:29,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95775f05-5d29-4016-a62c-a077790ca296 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:30,015 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/053264e5d01e42359a98964821ebbb0d used request id req-95775f05-5d29-4016-a62c-a077790ca296 2018-09-07 18:26:30,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.186908006668s 2018-09-07 18:26:30,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:30,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1eee9d-29f3-4767-bd2a-c4f104065349 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80", "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "domain_id": "default", "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:30,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4e1eee9d-29f3-4767-bd2a-c4f104065349 2018-09-07 18:26:30,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928719043732s 2018-09-07 18:26:30,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4e1eee9d-29f3-4767-bd2a-c4f104065349 2018-09-07 18:26:30,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:30,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca4999b-661d-4dff-866b-76de0f9d07b0 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0"}, "enabled": true, "id": "b0b30ecbcf06498baadda58e733b9ad0", "options": {}, "domain_id": "default", "name": "connection_check-user_18454010-854c-482f-a158-bc4b60facd80"}} 2018-09-07 18:26:30,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 used request id req-2ca4999b-661d-4dff-866b-76de0f9d07b0 2018-09-07 18:26:30,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969169139862s 2018-09-07 18:26:30,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 used request id req-2ca4999b-661d-4dff-866b-76de0f9d07b0 2018-09-07 18:26:30,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:26:30,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04aabf1f-2208-48b8-8601-400bd680a76e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:30,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 used request id req-04aabf1f-2208-48b8-8601-400bd680a76e 2018-09-07 18:26:30,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.303014993668s 2018-09-07 18:26:30,516 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/b0b30ecbcf06498baadda58e733b9ad0 used request id req-04aabf1f-2208-48b8-8601-400bd680a76e 2018-09-07 18:26:30,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:30,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2990a03d-51aa-451d-9cc0-3351f478e5a8 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe"}, "enabled": true, "id": "c409c925ffe345448ba0969ba9396fbe", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_18454010-854c-482f-a158-bc4b60facd80"}]} 2018-09-07 18:26:30,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-2990a03d-51aa-451d-9cc0-3351f478e5a8 2018-09-07 18:26:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0762190818787s 2018-09-07 18:26:30,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-2990a03d-51aa-451d-9cc0-3351f478e5a8 2018-09-07 18:26:30,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:26:30,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4752967-5959-409c-b037-f41948c7df24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:30,800 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe used request id req-b4752967-5959-409c-b037-f41948c7df24 2018-09-07 18:26:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.204340934753s 2018-09-07 18:26:30,800 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c409c925ffe345448ba0969ba9396fbe used request id req-b4752967-5959-409c-b037-f41948c7df24 2018-09-07 18:26:30,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:30,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ebb63e-c990-45bf-845a-69919c1b0bc6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8cc4a0fdbfc8428f8b9dd7cd78bd0198", "links": {"self": "http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:30,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-75ebb63e-c990-45bf-845a-69919c1b0bc6 2018-09-07 18:26:30,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834410190582s 2018-09-07 18:26:30,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:26:30,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed26d662c6d712b5bd907fa8896ffe806169803" 2018-09-07 18:26:31,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff7ef10e-4ecf-4b98-9b6e-66471f19dea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:31,135 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/8cc4a0fdbfc8428f8b9dd7cd78bd0198 used request id req-ff7ef10e-4ecf-4b98-9b6e-66471f19dea0 2018-09-07 18:26:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.249358892441s 2018-09-07 18:26:31,156 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:26:31,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:26:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:26:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:26:31,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:26:31,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:26:31,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be24bd56-c987-46da-9f7e-4486abbf45a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:31,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-be24bd56-c987-46da-9f7e-4486abbf45a0 2018-09-07 18:26:31,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:31,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:26:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["bnrNUHbdQASeJ1FwVtEOEA"], "issued_at": "2018-09-07T18:26:31.000000Z"}} 2018-09-07 18:26:31,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:31,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:31,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca5b951-69ba-4aff-8257-f187334a467c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:26:31,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2ca5b951-69ba-4aff-8257-f187334a467c 2018-09-07 18:26:31,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.535886049271s 2018-09-07 18:26:31,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:26:31,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}}' 2018-09-07 18:26:31,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0021a32b-111e-4888-a7a5-98b2f9963eba 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.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:26:31,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0021a32b-111e-4888-a7a5-98b2f9963eba 2018-09-07 18:26:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.206455945969s 2018-09-07 18:26:31,930 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0021a32b-111e-4888-a7a5-98b2f9963eba 2018-09-07 18:26:31,930 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 'id': u'ef3c57c6b7674c1b8ae62ba64b6f49a9', '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-07 18:26:31,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:26:32,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.403491973877s 2018-09-07 18:26:32,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9b4d0c-0021-4b03-adac-0b128a35709c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}, "domain_id": "default", "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:26:32,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b used request id req-ef9b4d0c-0021-4b03-adac-0b128a35709c 2018-09-07 18:26:32,518 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'377af69a0c3e4ee1b4149af006a22d6b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1'}) 2018-09-07 18:26:32,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:32,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99f087f-07d1-4dd4-8878-3dfbe9e193cc Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:32,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b99f087f-07d1-4dd4-8878-3dfbe9e193cc 2018-09-07 18:26:32,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0175619125366s 2018-09-07 18:26:32,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:32,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57396024-3473-4f11-9c01-aed23994be5c Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:26:32,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-57396024-3473-4f11-9c01-aed23994be5c 2018-09-07 18:26:32,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756831169128s 2018-09-07 18:26:32,614 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:26:32,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:26:32,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" -d '{"role": {"name": "Member"}}' 2018-09-07 18:26:32,757 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5608147-5b81-4604-a068-fb8fbfd51280 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}} 2018-09-07 18:26:32,757 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-f5608147-5b81-4604-a068-fb8fbfd51280 2018-09-07 18:26:32,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.142836093903s 2018-09-07 18:26:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6f69788-d040-48ed-950e-bcb91274aa1c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "domain_id": null, "name": "Member", "id": "c59ab0f5583442b0956a8dd79f619f5c"}} 2018-09-07 18:26:32,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c used request id req-a6f69788-d040-48ed-950e-bcb91274aa1c 2018-09-07 18:26:32,840 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c'}, 'domain_id': None, 'human_id': None, 'id': u'c59ab0f5583442b0956a8dd79f619f5c', 'HUMAN_ID': False}) 2018-09-07 18:26:32,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:32,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5becd44-db72-4873-8203-3496f65c6dde Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}]} 2018-09-07 18:26:32,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e5becd44-db72-4873-8203-3496f65c6dde 2018-09-07 18:26:32,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761258602142s 2018-09-07 18:26:32,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:32,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:32,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0310939c-0d5b-49ad-9838-c67425cec857 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:32,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-0310939c-0d5b-49ad-9838-c67425cec857 2018-09-07 18:26:32,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808610916138s 2018-09-07 18:26:33,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49da5e2c-c004-49a0-a6ce-10f9758324d1 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:33,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-49da5e2c-c004-49a0-a6ce-10f9758324d1 2018-09-07 18:26:33,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.165950059891s 2018-09-07 18:26:33,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-49da5e2c-c004-49a0-a6ce-10f9758324d1 2018-09-07 18:26:33,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:33,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef05b5f-9f64-4c79-86d9-86a36ea1a51c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:33,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-3ef05b5f-9f64-4c79-86d9-86a36ea1a51c 2018-09-07 18:26:33,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085825920105s 2018-09-07 18:26:33,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-3ef05b5f-9f64-4c79-86d9-86a36ea1a51c 2018-09-07 18:26:33,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:33,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=c59ab0f5583442b0956a8dd79f619f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3feb987e-54d4-4b5d-b7c9-17769b37f595 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=c59ab0f5583442b0956a8dd79f619f5c", "previous": null, "next": null}} 2018-09-07 18:26:33,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=c59ab0f5583442b0956a8dd79f619f5c used request id req-3feb987e-54d4-4b5d-b7c9-17769b37f595 2018-09-07 18:26:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784981250763s 2018-09-07 18:26:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:33,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/c59ab0f5583442b0956a8dd79f619f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfaa1183-a3ff-4b11-97bb-edafa3fce5bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:33,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/c59ab0f5583442b0956a8dd79f619f5c used request id req-dfaa1183-a3ff-4b11-97bb-edafa3fce5bc 2018-09-07 18:26:33,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111166954041s 2018-09-07 18:26:33,452 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 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': 'd7ef3a2b-df67-40ac-9400-3124d699337c', 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_4e9e7936-01f9-476e-9777-ba0c831647e1', 'project_id': u'ef3c57c6b7674c1b8ae62ba64b6f49a9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:26:33,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:26:33,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:26:33,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:26:33,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:26:33,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:26:33,457 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1', 'password': 'd7ef3a2b-df67-40ac-9400-3124d699337c', 'project_name': 'api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'ef3c57c6b7674c1b8ae62ba64b6f49a9', 'project_domain_name': 'Default'} 2018-09-07 18:26:33,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:33,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ca6b5d-c63d-4398-a688-33f865641563 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}]} 2018-09-07 18:26:33,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a3ca6b5d-c63d-4398-a688-33f865641563 2018-09-07 18:26:33,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0730390548706s 2018-09-07 18:26:33,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:33,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fed8b13-5de0-4a60-bb8a-917d5a974fb0 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}]} 2018-09-07 18:26:33,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3fed8b13-5de0-4a60-bb8a-917d5a974fb0 2018-09-07 18:26:33,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.153137922287s 2018-09-07 18:26:33,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:33,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1babe8b-956e-4134-8966-cd736fd2442a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:33,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-f1babe8b-956e-4134-8966-cd736fd2442a 2018-09-07 18:26:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082582950592s 2018-09-07 18:26:33,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:33,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472043a9-42a4-447d-8ccc-0101ec5ee746 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:33,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-472043a9-42a4-447d-8ccc-0101ec5ee746 2018-09-07 18:26:33,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0892150402069s 2018-09-07 18:26:33,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-472043a9-42a4-447d-8ccc-0101ec5ee746 2018-09-07 18:26:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:33,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:33,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5320054e-6df8-4168-8fcf-3c270a074bb1 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:33,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-5320054e-6df8-4168-8fcf-3c270a074bb1 2018-09-07 18:26:33,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0787448883057s 2018-09-07 18:26:33,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-5320054e-6df8-4168-8fcf-3c270a074bb1 2018-09-07 18:26:33,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:33,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f63b13-83d6-486b-a7b1-fa59d29c946a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 18:26:34,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=765cac6f031a43628860c2853b35fec1 used request id req-c5f63b13-83d6-486b-a7b1-fa59d29c946a 2018-09-07 18:26:34,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0786390304565s 2018-09-07 18:26:34,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:34,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c017515-f398-4657-a06d-c1def66ed557 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:34,174 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/765cac6f031a43628860c2853b35fec1 used request id req-4c017515-f398-4657-a06d-c1def66ed557 2018-09-07 18:26:34,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.148753166199s 2018-09-07 18:26:34,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:34,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027e760a-5a5b-4e2e-bb5b-2ec7c88b9eaa Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}]} 2018-09-07 18:26:34,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-027e760a-5a5b-4e2e-bb5b-2ec7c88b9eaa 2018-09-07 18:26:34,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789968967438s 2018-09-07 18:26:34,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:26:34,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-07 18:26:34,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62d0f4b6-bc35-4126-8eea-144cf2abee18 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}} 2018-09-07 18:26:34,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-62d0f4b6-bc35-4126-8eea-144cf2abee18 2018-09-07 18:26:34,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.14035987854s 2018-09-07 18:26:34,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f2c687-f4e7-4926-aa50-91fcd8a6c40a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "domain_id": null, "name": "heat_stack_owner", "id": "fc152fbf33974a8db7d4874b53774e59"}} 2018-09-07 18:26:34,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59 used request id req-04f2c687-f4e7-4926-aa50-91fcd8a6c40a 2018-09-07 18:26:34,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:26:34,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbeadde-6ed9-48fc-b9f4-7e8885763c77 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:34,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9fbeadde-6ed9-48fc-b9f4-7e8885763c77 2018-09-07 18:26:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777468681335s 2018-09-07 18:26:34,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:26:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebafc1c-b368-4030-bda8-5a00912a3e74 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:34,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-2ebafc1c-b368-4030-bda8-5a00912a3e74 2018-09-07 18:26:34,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0829451084137s 2018-09-07 18:26:34,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:26:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f2ef05-69d2-46a1-8152-24b5e382a531 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:34,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-80f2ef05-69d2-46a1-8152-24b5e382a531 2018-09-07 18:26:34,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0894920825958s 2018-09-07 18:26:34,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-80f2ef05-69d2-46a1-8152-24b5e382a531 2018-09-07 18:26:34,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:26:34,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b8bbc5-ec60-470d-bad2-493b7b1f46a9 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:34,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c0b8bbc5-ec60-470d-bad2-493b7b1f46a9 2018-09-07 18:26:34,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797190666199s 2018-09-07 18:26:34,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c0b8bbc5-ec60-470d-bad2-493b7b1f46a9 2018-09-07 18:26:34,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:26:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=fc152fbf33974a8db7d4874b53774e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:34,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fbb5296-b6f4-403a-bc36-917f08835f85 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=fc152fbf33974a8db7d4874b53774e59", "previous": null, "next": null}} 2018-09-07 18:26:34,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=377af69a0c3e4ee1b4149af006a22d6b&scope.project.id=ef3c57c6b7674c1b8ae62ba64b6f49a9&role.id=fc152fbf33974a8db7d4874b53774e59 used request id req-4fbb5296-b6f4-403a-bc36-917f08835f85 2018-09-07 18:26:34,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0828609466553s 2018-09-07 18:26:34,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:26:34,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/fc152fbf33974a8db7d4874b53774e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:26:35,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea6f531f-8899-4d33-b461-e96f778f8bdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:35,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/377af69a0c3e4ee1b4149af006a22d6b/roles/fc152fbf33974a8db7d4874b53774e59 used request id req-ea6f531f-8899-4d33-b461-e96f778f8bdf 2018-09-07 18:26:35,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110815048218s 2018-09-07 18:26:35,009 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-07 18:26:35,009 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-07 18:26:35,010 - openstack_tests - INFO - OS Credentials = > 2018-09-07 18:26:35,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:35,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:35,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["RLCXN35VRamejSYEpxh-UA"], "issued_at": "2018-09-07T18:26:35.000000Z"}} 2018-09-07 18:26:35,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e181c0741bba2c432d2d5946ea575884daf658" 2018-09-07 18:26:36,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fba97fba-4370-49dc-921a-a8a39e4f78f0 Date: Fri, 07 Sep 2018 18:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:26:36,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-fba97fba-4370-49dc-921a-a8a39e4f78f0 2018-09-07 18:26:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e181c0741bba2c432d2d5946ea575884daf658" 2018-09-07 18:26:37,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-734e2554-1923-441c-94cf-7d1ecb83b9fa Date: Fri, 07 Sep 2018 18:26:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:26:37,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-734e2554-1923-441c-94cf-7d1ecb83b9fa 2018-09-07 18:26:37,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:26:37,445 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-07 18:26:37,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:37,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:38,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["VfKTSu_NTGyeIBnb7fGHNA"], "issued_at": "2018-09-07T18:26:38.000000Z"}} 2018-09-07 18:26:38,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:38,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d0f1aa-050c-469b-93f4-933c3c3169c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:38,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-03d0f1aa-050c-469b-93f4-933c3c3169c7 2018-09-07 18:26:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:38,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:38,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c0d1b7-9c69-4740-98cd-17b5c00611e5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:38,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-08c0d1b7-9c69-4740-98cd-17b5c00611e5 2018-09-07 18:26:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName"}}' 2018-09-07 18:26:38,402 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f96b62f7-9687-4fa6-9cba-a68daa5b2893 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/bbcaac4cd20a43319c72b62197e46d42"}, "enabled": true, "id": "bbcaac4cd20a43319c72b62197e46d42", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName"}} 2018-09-07 18:26:38,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f96b62f7-9687-4fa6-9cba-a68daa5b2893 2018-09-07 18:26:38,402 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName 2018-09-07 18:26:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:38,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbad81d-6e05-43a7-b107-f64755b84078 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/bbcaac4cd20a43319c72b62197e46d42"}, "enabled": true, "id": "bbcaac4cd20a43319c72b62197e46d42", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName"}]} 2018-09-07 18:26:38,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName used request id req-3bbad81d-6e05-43a7-b107-f64755b84078 2018-09-07 18:26:38,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:38,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2018ce-20a5-4e6f-9fbf-5d8f3fdbf101 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:26:38,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-8a2018ce-20a5-4e6f-9fbf-5d8f3fdbf101 2018-09-07 18:26:38,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:39,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-abca4c5d-ba7e-47d8-8ee5-12d1573884d0 Date: Fri, 07 Sep 2018 18:26:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:39Z", "updated_at": "2018-09-07T18:26:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "revision_number": 0, "id": "d5bcb1f7-443f-4e0c-abb0-fe0b30a26db0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "revision_number": 0, "id": "3815be38-1178-4e62-afc2-f0f8bd55363b", "remote_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "revision_number": 0, "id": "c33de4ad-dc0d-4520-b059-96b596ffdc3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "revision_number": 0, "id": "4e4d32bc-d0ce-43fb-9f07-ab2fdab04f8b", "remote_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "name": "default"}]} 2018-09-07 18:26:39,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-abca4c5d-ba7e-47d8-8ee5-12d1573884d0 2018-09-07 18:26:39,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:39,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5dc9f1-7fa4-4d58-9d8a-3e49e6fa673d Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:26:39,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-cd5dc9f1-7fa4-4d58-9d8a-3e49e6fa673d 2018-09-07 18:26:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:39,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4267b9fb-f98d-4b8f-9277-2e4a1875a3bd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:26:39,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4267b9fb-f98d-4b8f-9277-2e4a1875a3bd 2018-09-07 18:26:39,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d5aa552-5061-4e7c-bcf4-85a74db525cd 2018-09-07 18:26:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=8d5aa552-5061-4e7c-bcf4-85a74db525cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:40,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-32e589ae-4149-4e65-8e9c-e135b102c392 Date: Fri, 07 Sep 2018 18:26:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "3815be38-1178-4e62-afc2-f0f8bd55363b"}, {"remote_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "4e4d32bc-d0ce-43fb-9f07-ab2fdab04f8b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "c33de4ad-dc0d-4520-b059-96b596ffdc3c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:39Z", "security_group_id": "8d5aa552-5061-4e7c-bcf4-85a74db525cd", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "d5bcb1f7-443f-4e0c-abb0-fe0b30a26db0"}]} 2018-09-07 18:26:40,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=8d5aa552-5061-4e7c-bcf4-85a74db525cd used request id req-32e589ae-4149-4e65-8e9c-e135b102c392 2018-09-07 18:26:40,617 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 18:26:40,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/8d5aa552-5061-4e7c-bcf4-85a74db525cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:41,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-923eb22d-ae19-49cb-bff0-a53c4b0140d2 Content-Length: 0 Date: Fri, 07 Sep 2018 18:26:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:26:41,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/8d5aa552-5061-4e7c-bcf4-85a74db525cd used request id req-923eb22d-ae19-49cb-bff0-a53c4b0140d2 2018-09-07 18:26:41,641 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-5f6aac68-5df5-4382-abda-d3015aef0afa-projName 2018-09-07 18:26:41,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/bbcaac4cd20a43319c72b62197e46d42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda341488d046a97ec473223f55b80c9089bc5b6" 2018-09-07 18:26:41,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db9318f6-aafa-4939-826d-2fa56f3b0002 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:41,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/bbcaac4cd20a43319c72b62197e46d42 used request id req-db9318f6-aafa-4939-826d-2fa56f3b0002 2018-09-07 18:26:41,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:42,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["kpRAPJ7GRfazpfMnzJIu_w"], "issued_at": "2018-09-07T18:26:42.000000Z"}} 2018-09-07 18:26:42,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07edf50f5c154e1c64ae4f4cc5e26d570e0c6b5" 2018-09-07 18:26:42,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b03145ac-d0c7-4467-8852-ee3f0c5f2740 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:42,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b03145ac-d0c7-4467-8852-ee3f0c5f2740 2018-09-07 18:26:42,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:42,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:42,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07edf50f5c154e1c64ae4f4cc5e26d570e0c6b5" 2018-09-07 18:26:42,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c306c2a-5ad1-4768-ae74-5f0ec65e220b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:42,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-6c306c2a-5ad1-4768-ae74-5f0ec65e220b 2018-09-07 18:26:42,874 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-e6f106e1-9ab6-4b68-af34-9b273cc9fb78-username 2018-09-07 18:26:42,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07edf50f5c154e1c64ae4f4cc5e26d570e0c6b5" 2018-09-07 18:26:42,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eb91996-e21f-4e47-802c-53bf3823fa3b Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-e6f106e1-9ab6-4b68-af34-9b273cc9fb78-username", "links": {"self": "http://172.30.9.25:5000/v3/users/e21f460ef7e247f4bdc11e2f9363b892"}, "domain_id": "default", "enabled": true, "id": "e21f460ef7e247f4bdc11e2f9363b892", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:42,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8eb91996-e21f-4e47-802c-53bf3823fa3b 2018-09-07 18:26:42,996 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-e6f106e1-9ab6-4b68-af34-9b273cc9fb78-username 2018-09-07 18:26:43,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/e21f460ef7e247f4bdc11e2f9363b892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07edf50f5c154e1c64ae4f4cc5e26d570e0c6b5" 2018-09-07 18:26:43,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ba08c35-7196-4bbb-b5bc-c5f98720ad9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:43,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/e21f460ef7e247f4bdc11e2f9363b892 used request id req-5ba08c35-7196-4bbb-b5bc-c5f98720ad9d 2018-09-07 18:26:43,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:43,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["zjG6t1miSV-n7iHRkwgd0Q"], "issued_at": "2018-09-07T18:26:43.000000Z"}} 2018-09-07 18:26:43,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5807212ae9688810b99ca4d6ac8a0b66f04596d" 2018-09-07 18:26:43,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cf6980-e88f-4f10-b1c2-7bc3fc5cabb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:43,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a4cf6980-e88f-4f10-b1c2-7bc3fc5cabb7 2018-09-07 18:26:43,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:43,700 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-07 18:26:43,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:44,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["n_9l3rRFRpKfpmMyobzbdg"], "issued_at": "2018-09-07T18:26:44.000000Z"}} 2018-09-07 18:26:44,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d19f7c9780df526ddede97c17d5a5e86b4931ee" 2018-09-07 18:26:44,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff30735e-968d-4596-bcf5-290a0576fb9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:44,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ff30735e-968d-4596-bcf5-290a0576fb9c 2018-09-07 18:26:44,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:44,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:44,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wlcfHZS1Rc-_HgfPbJ1qaQ"], "issued_at": "2018-09-07T18:26:44.000000Z"}} 2018-09-07 18:26:44,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:44,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["vPVCdokvQZmUtsuk4EZLcw"], "issued_at": "2018-09-07T18:26:44.000000Z"}} 2018-09-07 18:26:44,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f30758401b0ec3b06bc184815e7dd02478bf210" 2018-09-07 18:26:45,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a622293-7c04-4aa0-b281-6153c8364796 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:45,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9a622293-7c04-4aa0-b281-6153c8364796 2018-09-07 18:26:45,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:45,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:45,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["WoZju71nSFarphoaFvLRqQ"], "issued_at": "2018-09-07T18:26:45.000000Z"}} 2018-09-07 18:26:45,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:45,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["EaZDKA70Sm-QOIwQwfOwRw"], "issued_at": "2018-09-07T18:26:45.000000Z"}} 2018-09-07 18:26:45,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad049ac96150c7c3c5a5224dcf5d19bca5f8e75" 2018-09-07 18:26:45,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183ad496-4f3e-42d8-bf4e-71c842c25005 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:45,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-183ad496-4f3e-42d8-bf4e-71c842c25005 2018-09-07 18:26:45,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:45,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:46,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5ku91umERDiIOFDBx0HQqg"], "issued_at": "2018-09-07T18:26:46.000000Z"}} 2018-09-07 18:26:46,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:46,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:46,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["AXO8N5FcSbySfEucMahUaw"], "issued_at": "2018-09-07T18:26:46.000000Z"}} 2018-09-07 18:26:46,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:46,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:47,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["AqA7GMZESIOL7LJrwQcDyQ"], "issued_at": "2018-09-07T18:26:47.000000Z"}} 2018-09-07 18:26:47,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:47,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["PY502Kv1Q8-fAGQjWvPT_g"], "issued_at": "2018-09-07T18:26:47.000000Z"}} 2018-09-07 18:26:47,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:47,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bda7a4c-5061-4c86-91d0-d5147e5e0f75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:47,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5bda7a4c-5061-4c86-91d0-d5147e5e0f75 2018-09-07 18:26:47,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:47,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:47,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:47,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-889b6db2-65f9-4a3d-b803-1565f51efe7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:47,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-889b6db2-65f9-4a3d-b803-1565f51efe7b 2018-09-07 18:26:47,923 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-username 2018-09-07 18:26:47,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ec8577-0247-4d17-b4e1-71ee30a3b279 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:48,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-e9ec8577-0247-4d17-b4e1-71ee30a3b279 2018-09-07 18:26:48,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-projName"}}' 2018-09-07 18:26:48,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58c3ed8e-5df6-494f-a0a6-9b8ab93d8acb Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63"}, "enabled": true, "id": "eff5fe2517344840ba7a0c1048d4ba63", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-projName"}} 2018-09-07 18:26:48,185 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-58c3ed8e-5df6-494f-a0a6-9b8ab93d8acb 2018-09-07 18:26:48,185 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-projName 2018-09-07 18:26:48,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" -d '{"role": {"name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role"}}' 2018-09-07 18:26:48,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f4f9c4f-b93b-4c3a-bf84-58db79c63e6e Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f03b46e806c4bbb9a4092ef021ecbe5", "links": {"self": "http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5"}, "name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role"}} 2018-09-07 18:26:48,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-0f4f9c4f-b93b-4c3a-bf84-58db79c63e6e 2018-09-07 18:26:48,282 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role 2018-09-07 18:26:48,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26f83ee-9f5b-4403-b42e-dcaa9bc71109 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5"}, "domain_id": null, "name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role", "id": "5f03b46e806c4bbb9a4092ef021ecbe5"}} 2018-09-07 18:26:48,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5 used request id req-f26f83ee-9f5b-4403-b42e-dcaa9bc71109 2018-09-07 18:26:48,371 - keystone_utils - INFO - Granting role KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role to project KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-projName 2018-09-07 18:26:48,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63/users/40332f740fd0492492aaf19aa16ded3a/roles/5f03b46e806c4bbb9a4092ef021ecbe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-354707f7-1b2c-47a6-a155-d347ebf1df0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:48,428 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63/users/40332f740fd0492492aaf19aa16ded3a/roles/5f03b46e806c4bbb9a4092ef021ecbe5 used request id req-354707f7-1b2c-47a6-a155-d347ebf1df0c 2018-09-07 18:26:48,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63/users/40332f740fd0492492aaf19aa16ded3a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-290a0daf-a331-4480-8936-ba5580040feb Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63/users/40332f740fd0492492aaf19aa16ded3a/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5f03b46e806c4bbb9a4092ef021ecbe5", "links": {"self": "http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5"}, "name": "KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role"}]} 2018-09-07 18:26:48,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63/users/40332f740fd0492492aaf19aa16ded3a/roles used request id req-290a0daf-a331-4480-8936-ba5580040feb 2018-09-07 18:26:48,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-8cae1e44-db56-43c7-8601-fcf0e667bdf5 Date: Fri, 07 Sep 2018 18:26:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:48Z", "updated_at": "2018-09-07T18:26:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "revision_number": 0, "id": "c8526c97-6388-44ea-8c2c-daede01eb295", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "revision_number": 0, "id": "bc086129-b8b6-4e08-8cf6-dc36f7a79c7c", "remote_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "revision_number": 0, "id": "55e2a6f8-9d03-44ac-b992-43c6161e55bb", "remote_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "revision_number": 0, "id": "53eae7ed-116c-4d70-94f9-1d5eabd223fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "671743e6-8327-4515-bc3c-9174932f77b9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:26:48,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-8cae1e44-db56-43c7-8601-fcf0e667bdf5 2018-09-07 18:26:48,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:48,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35b1e22-0ecb-4915-b285-1e2e916b280d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:26:48,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-c35b1e22-0ecb-4915-b285-1e2e916b280d 2018-09-07 18:26:48,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 671743e6-8327-4515-bc3c-9174932f77b9 2018-09-07 18:26:48,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=671743e6-8327-4515-bc3c-9174932f77b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:49,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7adc32c6-cd7d-4676-8c58-0cf20902d5b3 Date: Fri, 07 Sep 2018 18:26:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:48Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "53eae7ed-116c-4d70-94f9-1d5eabd223fa"}, {"remote_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:48Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "55e2a6f8-9d03-44ac-b992-43c6161e55bb"}, {"remote_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:48Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "bc086129-b8b6-4e08-8cf6-dc36f7a79c7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:26:48Z", "security_group_id": "671743e6-8327-4515-bc3c-9174932f77b9", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:26:48Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "c8526c97-6388-44ea-8c2c-daede01eb295"}]} 2018-09-07 18:26:49,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=671743e6-8327-4515-bc3c-9174932f77b9 used request id req-7adc32c6-cd7d-4676-8c58-0cf20902d5b3 2018-09-07 18:26:49,708 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 18:26:49,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/671743e6-8327-4515-bc3c-9174932f77b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:50,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99a04b1d-d0d6-4f4a-a2bd-b2616dcc92a4 Content-Length: 0 Date: Fri, 07 Sep 2018 18:26:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:26:50,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/671743e6-8327-4515-bc3c-9174932f77b9 used request id req-99a04b1d-d0d6-4f4a-a2bd-b2616dcc92a4 2018-09-07 18:26:50,099 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-projName 2018-09-07 18:26:50,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:50,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7a83808-8f94-4aaf-96ac-d83baabedc30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:50,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/eff5fe2517344840ba7a0c1048d4ba63 used request id req-f7a83808-8f94-4aaf-96ac-d83baabedc30 2018-09-07 18:26:50,278 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-username 2018-09-07 18:26:50,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/40332f740fd0492492aaf19aa16ded3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:50,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26a463a8-1d3c-4cea-a373-2d25af55088d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:50,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/40332f740fd0492492aaf19aa16ded3a used request id req-26a463a8-1d3c-4cea-a373-2d25af55088d 2018-09-07 18:26:50,393 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-95d6afce-37be-44c4-8991-310867145af8-role 2018-09-07 18:26:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8151d2cc15dd502166a352f8e18cc8d2635505f5" 2018-09-07 18:26:50,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c302da-f0c1-4f32-bb71-107d0033b6e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:50,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/5f03b46e806c4bbb9a4092ef021ecbe5 used request id req-88c302da-f0c1-4f32-bb71-107d0033b6e5 2018-09-07 18:26:50,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:50,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["jgpukdsrQ4e59Q2IZFmXhA"], "issued_at": "2018-09-07T18:26:50.000000Z"}} 2018-09-07 18:26:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb7f2753cd7d7db99a00052e41b208bad81a732" 2018-09-07 18:26:50,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52bacdaa-30b5-4cc3-9fce-7c646c7625a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:50,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-52bacdaa-30b5-4cc3-9fce-7c646c7625a0 2018-09-07 18:26:50,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:50,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:51,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["lZCypwL0RKyoP1JTv_E1hA"], "issued_at": "2018-09-07T18:26:51.000000Z"}} 2018-09-07 18:26:51,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:51,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35c78b2e-6633-4485-ac0f-48b01b03aa76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:51,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-35c78b2e-6633-4485-ac0f-48b01b03aa76 2018-09-07 18:26:51,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:51,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:51,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:51,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6180e6b0-43f0-470b-af79-8020287c3d04 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:51,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6180e6b0-43f0-470b-af79-8020287c3d04 2018-09-07 18:26:51,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:51,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd890c8e-3c0c-4c34-a438-b7010f8854a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:51,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-dd890c8e-3c0c-4c34-a438-b7010f8854a9 2018-09-07 18:26:52,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87783e24-66ff-4ab0-8e25-eae8cb376b63 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:52,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-87783e24-66ff-4ab0-8e25-eae8cb376b63 2018-09-07 18:26:52,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be81ceff-110e-4c72-9aef-419acab3ce37 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:52,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-be81ceff-110e-4c72-9aef-419acab3ce37 2018-09-07 18:26:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df177ec-f73b-4025-8405-60e565cbaaa8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b"}, "enabled": true, "id": "5122eb0e2d614222b54118d6c2f3639b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-dd649c39-4cb6-402-name"}} 2018-09-07 18:26:52,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b used request id req-3df177ec-f73b-4025-8405-60e565cbaaa8 2018-09-07 18:26:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13b22263-9bdd-40f8-9436-85399d884584 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:26:52,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles used request id req-13b22263-9bdd-40f8-9436-85399d884584 2018-09-07 18:26:52,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d83396-1b02-4001-8847-1f78434ff44e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:26:52,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-05d83396-1b02-4001-8847-1f78434ff44e 2018-09-07 18:26:52,486 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 2018-09-07 18:26:52,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-285eaeac-f156-4a25-a080-290feb3562c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:52,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles/765cac6f031a43628860c2853b35fec1 used request id req-285eaeac-f156-4a25-a080-290feb3562c8 2018-09-07 18:26:52,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495f2655-c7ee-453d-802d-f731806eef45 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:52,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-495f2655-c7ee-453d-802d-f731806eef45 2018-09-07 18:26:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d3b64b-8f20-4e3d-a24a-81688a0659cd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:52,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-71d3b64b-8f20-4e3d-a24a-81688a0659cd 2018-09-07 18:26:52,900 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-dd649c39-4cb6-402-name 2018-09-07 18:26:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:52,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:52,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb7f2753cd7d7db99a00052e41b208bad81a732" 2018-09-07 18:26:53,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd37116-ce41-44f4-acd1-eb67bffaa79c Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-dd649c39-4cb6-402-name", "links": {"self": "http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b"}, "domain_id": "default", "enabled": true, "id": "5122eb0e2d614222b54118d6c2f3639b", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:53,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-5dd37116-ce41-44f4-acd1-eb67bffaa79c 2018-09-07 18:26:53,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb7f2753cd7d7db99a00052e41b208bad81a732" 2018-09-07 18:26:53,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e230abf-0e77-4624-abf9-4e07aa6cc46e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:53,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8e230abf-0e77-4624-abf9-4e07aa6cc46e 2018-09-07 18:26:53,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb7f2753cd7d7db99a00052e41b208bad81a732" 2018-09-07 18:26:53,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d146b24c-0ca8-40c4-865e-4a05b2b6c6b3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:53,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-d146b24c-0ca8-40c4-865e-4a05b2b6c6b3 2018-09-07 18:26:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb7f2753cd7d7db99a00052e41b208bad81a732" 2018-09-07 18:26:53,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adb9c3d-f9c1-48e9-a183-359a293b421f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}]} 2018-09-07 18:26:53,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/5122eb0e2d614222b54118d6c2f3639b/roles used request id req-8adb9c3d-f9c1-48e9-a183-359a293b421f 2018-09-07 18:26:53,288 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-dd649c39-4cb6-402-name 2018-09-07 18:26:53,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6affd57b7b700fbc9435e0e64c96abe4c3c49ee7" 2018-09-07 18:26:53,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dae099b5-4dbf-4828-a6a4-9c5bbe0b389a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:53,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/5122eb0e2d614222b54118d6c2f3639b used request id req-dae099b5-4dbf-4828-a6a4-9c5bbe0b389a 2018-09-07 18:26:53,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:53,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["jIHqQ54_T_SiwPnwtzpe0g"], "issued_at": "2018-09-07T18:26:53.000000Z"}} 2018-09-07 18:26:53,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9eb537637b9f590b2979559967864e3e367d6f" 2018-09-07 18:26:53,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2652c17-c5ee-4662-adf5-b96668688c81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:53,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d2652c17-c5ee-4662-adf5-b96668688c81 2018-09-07 18:26:53,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:53,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:54,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["kd9spYIPR3SggLG0GcxMeQ"], "issued_at": "2018-09-07T18:26:54.000000Z"}} 2018-09-07 18:26:54,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:54,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9cf0e8-dec5-48f7-9b4e-d1f5f023c9a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:54,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fa9cf0e8-dec5-48f7-9b4e-d1f5f023c9a0 2018-09-07 18:26:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:54,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:54,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:54,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa4506f-df05-4674-9547-d84fa257bc1d Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:54,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-daa4506f-df05-4674-9547-d84fa257bc1d 2018-09-07 18:26:54,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:54,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfa7b09-bdef-47e4-b9b2-a454831ce358 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:54,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-3cfa7b09-bdef-47e4-b9b2-a454831ce358 2018-09-07 18:26:55,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ccafc2-cfb0-42d0-b824-9d5ed3c22c47 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:55,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-21ccafc2-cfb0-42d0-b824-9d5ed3c22c47 2018-09-07 18:26:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549bc763-1d53-4e28-a813-b67d7135d00a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:55,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-549bc763-1d53-4e28-a813-b67d7135d00a 2018-09-07 18:26:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a9f4b47-dfe5-45f7-9fa9-ae37a7b3ca14 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011"}, "enabled": true, "id": "34a545dd05a645fe8f0c5d4d2917c011", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-4985fc4d-3b85-4d2-name"}} 2018-09-07 18:26:55,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 used request id req-3a9f4b47-dfe5-45f7-9fa9-ae37a7b3ca14 2018-09-07 18:26:55,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/34a545dd05a645fe8f0c5d4d2917c011/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9b92ea-6bb0-426d-bf31-3dda22b8c357 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/34a545dd05a645fe8f0c5d4d2917c011/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:26:55,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/34a545dd05a645fe8f0c5d4d2917c011/roles used request id req-7c9b92ea-6bb0-426d-bf31-3dda22b8c357 2018-09-07 18:26:55,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7b2d77-5386-4137-b478-460b5cf1b2db Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:26:55,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-ed7b2d77-5386-4137-b478-460b5cf1b2db 2018-09-07 18:26:55,516 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 2018-09-07 18:26:55,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/34a545dd05a645fe8f0c5d4d2917c011/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c9a12a-3a67-48f3-a752-88397c9ee680 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:55,767 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/34a545dd05a645fe8f0c5d4d2917c011/roles/765cac6f031a43628860c2853b35fec1 used request id req-53c9a12a-3a67-48f3-a752-88397c9ee680 2018-09-07 18:26:55,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95408628-7d64-4759-82ec-0408c511e334 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:55,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-95408628-7d64-4759-82ec-0408c511e334 2018-09-07 18:26:55,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:55,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e8a4d6-eb4c-44d3-bf6d-2beb4b3cc0c4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:55,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-b8e8a4d6-eb4c-44d3-bf6d-2beb4b3cc0c4 2018-09-07 18:26:55,955 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-4985fc4d-3b85-4d2-name 2018-09-07 18:26:55,955 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4985fc4d-3b85-4d2-name 2018-09-07 18:26:55,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:55,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:55,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9eb537637b9f590b2979559967864e3e367d6f" 2018-09-07 18:26:56,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e0c28a5-fdc2-4bf5-ad11-8a1568f14696 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:56,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 used request id req-1e0c28a5-fdc2-4bf5-ad11-8a1568f14696 2018-09-07 18:26:56,195 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4985fc4d-3b85-4d2-name 2018-09-07 18:26:56,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03878d1abda8d64eef0e6aa7d4d911bc96653c5" 2018-09-07 18:26:56,280 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:26:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55154edb-ef95-427f-a79a-5c6bd51f6e9f Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 34a545dd05a645fe8f0c5d4d2917c011.", "code": 404, "title": "Not Found"}} 2018-09-07 18:26:56,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/34a545dd05a645fe8f0c5d4d2917c011 used request id req-55154edb-ef95-427f-a79a-5c6bd51f6e9f 2018-09-07 18:26:56,280 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-07 18:26:56,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:56,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5cHn5dVBQSCkU2caawhrcw"], "issued_at": "2018-09-07T18:26:56.000000Z"}} 2018-09-07 18:26:56,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253208c49c06565fe3451b9cb0c0bcc29d7fdc43" 2018-09-07 18:26:56,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-925f55d5-ea00-4a59-b447-ed3aa8dd73e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:56,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-925f55d5-ea00-4a59-b447-ed3aa8dd73e8 2018-09-07 18:26:56,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:56,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:57,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["ark5PJUCQMeCqVnEm9FgaA"], "issued_at": "2018-09-07T18:26:57.000000Z"}} 2018-09-07 18:26:57,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:57,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a3d3911-56f8-4b76-af1c-51ea97f68073 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:57,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4a3d3911-56f8-4b76-af1c-51ea97f68073 2018-09-07 18:26:57,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:57,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:57,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c18f258-db83-4f88-8038-63a8f29703cc Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:57,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9c18f258-db83-4f88-8038-63a8f29703cc 2018-09-07 18:26:57,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:57,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d39341f-f9be-4815-b7db-f5400ad27573 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:26:57,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-0d39341f-f9be-4815-b7db-f5400ad27573 2018-09-07 18:26:57,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:57,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-096e7e24-c796-47a7-bf2d-8af0884aa750 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:57,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-096e7e24-c796-47a7-bf2d-8af0884aa750 2018-09-07 18:26:57,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c026d324-34ce-46d9-899b-d4dd22c199be Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:58,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-c026d324-34ce-46d9-899b-d4dd22c199be 2018-09-07 18:26:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2956d16b-6baf-431d-838a-d04440fd1152 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6"}, "enabled": true, "id": "84595617311340828b85618c42fc17a6", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-012b0654-0cfa-406-name"}} 2018-09-07 18:26:58,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6 used request id req-2956d16b-6baf-431d-838a-d04440fd1152 2018-09-07 18:26:58,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/84595617311340828b85618c42fc17a6/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b247044-9c29-4792-8a38-9a1e73c25779 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/84595617311340828b85618c42fc17a6/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:26:58,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/84595617311340828b85618c42fc17a6/roles used request id req-6b247044-9c29-4792-8a38-9a1e73c25779 2018-09-07 18:26:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a329bec9-cc08-41e1-a849-13398c029084 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:26:58,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-a329bec9-cc08-41e1-a849-13398c029084 2018-09-07 18:26:58,374 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 2018-09-07 18:26:58,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/84595617311340828b85618c42fc17a6/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-133a30dd-1533-40c3-8ac8-2eb2e65a6a7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:58,506 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/84595617311340828b85618c42fc17a6/roles/765cac6f031a43628860c2853b35fec1 used request id req-133a30dd-1533-40c3-8ac8-2eb2e65a6a7d 2018-09-07 18:26:58,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7899459-8444-44f5-b191-3db35ff92d0b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:26:58,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e7899459-8444-44f5-b191-3db35ff92d0b 2018-09-07 18:26:58,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:58,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf6b699-a35a-4633-96e2-500ee899cf7b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:26:58,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-bcf6b699-a35a-4633-96e2-500ee899cf7b 2018-09-07 18:26:58,773 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-012b0654-0cfa-406-name 2018-09-07 18:26:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:26:58,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:26: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:26:58,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}253208c49c06565fe3451b9cb0c0bcc29d7fdc43" 2018-09-07 18:26:58,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e327547-d087-49ea-bf45-b35ba3b3fe2a Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-012b0654-0cfa-406-name", "links": {"self": "http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6"}, "domain_id": "default", "enabled": true, "id": "84595617311340828b85618c42fc17a6", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:26:58,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3e327547-d087-49ea-bf45-b35ba3b3fe2a 2018-09-07 18:26:58,876 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-012b0654-0cfa-406-name 2018-09-07 18:26:58,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67bfe3168f8705db18510b6cdd4d7076c0d3a216" 2018-09-07 18:26:59,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-038a1503-8638-49dd-895d-362aee199641 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:26:59,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/84595617311340828b85618c42fc17a6 used request id req-038a1503-8638-49dd-895d-362aee199641 2018-09-07 18:26:59,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:59,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["IP1p928pR6iQjBjIBX4pZg"], "issued_at": "2018-09-07T18:26:59.000000Z"}} 2018-09-07 18:26:59,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5de71cfd2c7a4c7b0b6ff9cde513c6910826f07" 2018-09-07 18:26:59,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69520f2b-2766-4e3f-a796-dd799a72e82b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:26:59,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-69520f2b-2766-4e3f-a796-dd799a72e82b 2018-09-07 18:26:59,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:26:59,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:26:59,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:26:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["HxHsLWujT6CiPzsvzL_gpQ"], "issued_at": "2018-09-07T18:26:59.000000Z"}} 2018-09-07 18:26:59,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6701c09-2588-4674-9976-a2c22fa24992 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:00,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e6701c09-2588-4674-9976-a2c22fa24992 2018-09-07 18:27:00,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:00,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720f7d60-c5e0-40d0-bcdc-2c5a8865dfc2 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:00,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-720f7d60-c5e0-40d0-bcdc-2c5a8865dfc2 2018-09-07 18:27:00,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cc417c-2037-4f3e-bbe6-6e963937c6bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:00,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-36cc417c-2037-4f3e-bbe6-6e963937c6bf 2018-09-07 18:27:00,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cea686f-7b5d-4efa-b7cd-07d2321fa4eb Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:00,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9cea686f-7b5d-4efa-b7cd-07d2321fa4eb 2018-09-07 18:27:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159d667c-f1ff-48a6-89b0-18fe84f8f1b5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:27:00,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-159d667c-f1ff-48a6-89b0-18fe84f8f1b5 2018-09-07 18:27:00,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239f2f0b-ee95-4c5c-a542-58af792f0085 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300"}, "enabled": true, "id": "86c6965664fc48fc9ba44ab08975e300", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-8d5091a8-28ab-459-name"}} 2018-09-07 18:27:00,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300 used request id req-239f2f0b-ee95-4c5c-a542-58af792f0085 2018-09-07 18:27:00,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/86c6965664fc48fc9ba44ab08975e300/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83202dae-d40c-4c55-aad0-3079590195ab Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/86c6965664fc48fc9ba44ab08975e300/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:27:00,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/86c6965664fc48fc9ba44ab08975e300/roles used request id req-83202dae-d40c-4c55-aad0-3079590195ab 2018-09-07 18:27:00,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e1ff83-6616-4c4d-89ab-8c46bc48fa19 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:27:00,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-23e1ff83-6616-4c4d-89ab-8c46bc48fa19 2018-09-07 18:27:00,880 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 2018-09-07 18:27:00,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/86c6965664fc48fc9ba44ab08975e300/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:00,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49073aff-257b-45b9-a404-f13e4acbf434 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:00,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9/users/86c6965664fc48fc9ba44ab08975e300/roles/765cac6f031a43628860c2853b35fec1 used request id req-49073aff-257b-45b9-a404-f13e4acbf434 2018-09-07 18:27:01,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:01,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177bf868-ad61-45a5-885a-7254f0ef49f0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:01,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-177bf868-ad61-45a5-885a-7254f0ef49f0 2018-09-07 18:27:01,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:01,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb20b472-1afd-4f36-9773-27b84d70a660 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:27:01,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1 used request id req-fb20b472-1afd-4f36-9773-27b84d70a660 2018-09-07 18:27:01,181 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-8d5091a8-28ab-459-name 2018-09-07 18:27:01,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:01,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5de71cfd2c7a4c7b0b6ff9cde513c6910826f07" 2018-09-07 18:27:01,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddc6619-d7ac-47ec-8023-a6b21cff6e94 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-8d5091a8-28ab-459-name", "links": {"self": "http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300"}, "domain_id": "default", "enabled": true, "id": "86c6965664fc48fc9ba44ab08975e300", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:01,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8ddc6619-d7ac-47ec-8023-a6b21cff6e94 2018-09-07 18:27:01,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:01,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:01,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["-8tB7PXoRP6ltMTbgXLvhw"], "issued_at": "2018-09-07T18:27:01.000000Z"}} 2018-09-07 18:27:01,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5497e5819515ff9515c239b1bc8228199e5ab3" 2018-09-07 18:27:01,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a671670c-4c53-45b6-babc-9ff975da8fc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:01,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a671670c-4c53-45b6-babc-9ff975da8fc1 2018-09-07 18:27:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:01,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:01,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5497e5819515ff9515c239b1bc8228199e5ab3" 2018-09-07 18:27:02,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962245ba-7dbb-4aff-84dd-80fb2124dfc1 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-8d5091a8-28ab-459-name", "links": {"self": "http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300"}, "domain_id": "default", "enabled": true, "id": "86c6965664fc48fc9ba44ab08975e300", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:02,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-962245ba-7dbb-4aff-84dd-80fb2124dfc1 2018-09-07 18:27:02,002 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-8d5091a8-28ab-459-name 2018-09-07 18:27:02,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3b89822c06438580db5f0dcd51a24c32e4b3bf" 2018-09-07 18:27:02,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d26399d6-53ae-4895-b0b9-879b8635fa93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:02,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/86c6965664fc48fc9ba44ab08975e300 used request id req-d26399d6-53ae-4895-b0b9-879b8635fa93 2018-09-07 18:27:02,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:02,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["7TIpTCsIRvepxNiPolsEbg"], "issued_at": "2018-09-07T18:27:02.000000Z"}} 2018-09-07 18:27:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524fb9cbc7c5f172078c66a8a2c9fcbd98a73a5e" 2018-09-07 18:27:02,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356a5acd-4f17-47d3-a774-9ed53fb359a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:02,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-356a5acd-4f17-47d3-a774-9ed53fb359a8 2018-09-07 18:27:02,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:02,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:02,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wfAV9QJjS2ukR3JrdQPj5g"], "issued_at": "2018-09-07T18:27:02.000000Z"}} 2018-09-07 18:27:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:03,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0fb9a13-fd98-4df3-b5af-996914480c28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:03,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d0fb9a13-fd98-4df3-b5af-996914480c28 2018-09-07 18:27:03,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:03,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:03,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-bdf9a10f-a0bc-451-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:03,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85d2195-ae56-45fb-b9f7-8d9712ed62e3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-bdf9a10f-a0bc-451-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:03,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-bdf9a10f-a0bc-451-name used request id req-f85d2195-ae56-45fb-b9f7-8d9712ed62e3 2018-09-07 18:27:03,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:03,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7684f93-bb3c-4edb-a1ac-b4b02e231c29 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:03,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-e7684f93-bb3c-4edb-a1ac-b4b02e231c29 2018-09-07 18:27:03,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-bdf9a10f-a0bc-451-name"}}' 2018-09-07 18:27:03,408 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbe753b5-f2b9-431b-85fd-942e637a6003 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/df453cce91be4e97ae3a0968cac97585"}, "enabled": true, "id": "df453cce91be4e97ae3a0968cac97585", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-bdf9a10f-a0bc-451-name"}} 2018-09-07 18:27:03,408 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-bbe753b5-f2b9-431b-85fd-942e637a6003 2018-09-07 18:27:03,408 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-bdf9a10f-a0bc-451-name 2018-09-07 18:27:03,408 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-bdf9a10f-a0bc-451-name 2018-09-07 18:27:03,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:03,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:03,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/df453cce91be4e97ae3a0968cac97585 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524fb9cbc7c5f172078c66a8a2c9fcbd98a73a5e" 2018-09-07 18:27:03,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f68c22b-2770-4c9f-9d56-91a07d2a7e10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:03,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/df453cce91be4e97ae3a0968cac97585 used request id req-7f68c22b-2770-4c9f-9d56-91a07d2a7e10 2018-09-07 18:27:03,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:04,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-ea56a712-e475-483f-a94f-2e6ed53305d8 Date: Fri, 07 Sep 2018 18:27:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:04,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-ea56a712-e475-483f-a94f-2e6ed53305d8 2018-09-07 18:27:04,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:04,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f058ef-8b37-40ca-a1a5-5801b138f277 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:04,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-41f058ef-8b37-40ca-a1a5-5801b138f277 2018-09-07 18:27:04,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:04,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56894923-b9fc-4c9f-a916-102ac88169ee Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:27:04,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-56894923-b9fc-4c9f-a916-102ac88169ee 2018-09-07 18:27:04,707 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-bdf9a10f-a0bc-451-name 2018-09-07 18:27:04,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/df453cce91be4e97ae3a0968cac97585 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:04,793 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb2ebea7-9155-4291-90d6-5653c85a9341 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: df453cce91be4e97ae3a0968cac97585.", "code": 404, "title": "Not Found"}} 2018-09-07 18:27:04,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/df453cce91be4e97ae3a0968cac97585 used request id req-cb2ebea7-9155-4291-90d6-5653c85a9341 2018-09-07 18:27:04,793 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-07 18:27:04,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:04,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4194d1b3-24ef-4929-9261-fbe7e7028cf2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:04,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4194d1b3-24ef-4929-9261-fbe7e7028cf2 2018-09-07 18:27:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524fb9cbc7c5f172078c66a8a2c9fcbd98a73a5e" 2018-09-07 18:27:04,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b2f012-95da-41c8-aca0-522d5668a3ba Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:27:04,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-71b2f012-95da-41c8-aca0-522d5668a3ba 2018-09-07 18:27:04,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40eceadd58b363dc0ebb693308ab2dd9db6d1fe3" 2018-09-07 18:27:05,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d7d9d4-7bd5-40e7-b190-80534549b9bf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:05,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-59d7d9d4-7bd5-40e7-b190-80534549b9bf 2018-09-07 18:27:05,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:05,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["95aElWI8TvWPhnGp_5j5_g"], "issued_at": "2018-09-07T18:27:05.000000Z"}} 2018-09-07 18:27:05,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f25005362414f853d42458a06b8bbe658842c8f" 2018-09-07 18:27:05,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56048ced-2d57-4f73-8429-75cba3bf7f0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:05,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-56048ced-2d57-4f73-8429-75cba3bf7f0c 2018-09-07 18:27:05,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:05,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:05,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["YDnHXRhWScaXCxOp1cgRzg"], "issued_at": "2018-09-07T18:27:05.000000Z"}} 2018-09-07 18:27:05,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:05,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802b627e-539c-44e5-b0c6-7dd3f7d4c06f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:05,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-802b627e-539c-44e5-b0c6-7dd3f7d4c06f 2018-09-07 18:27:05,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:05,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:05,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:06,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0c6465-350f-46d5-9d6d-fd566cc01bf2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:06,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name used request id req-df0c6465-350f-46d5-9d6d-fd566cc01bf2 2018-09-07 18:27:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:06,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e55fd0-9537-4f3c-af95-7f836bd9e655 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:06,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-a9e55fd0-9537-4f3c-af95-7f836bd9e655 2018-09-07 18:27:06,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-0281e3af-592e-459-name"}}' 2018-09-07 18:27:06,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700fe7d8-c5f6-408b-9d55-0dc0c57fe91b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/bb84b1a05b034e9ea96d1e5c16d2d1da"}, "enabled": true, "id": "bb84b1a05b034e9ea96d1e5c16d2d1da", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0281e3af-592e-459-name"}} 2018-09-07 18:27:06,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-700fe7d8-c5f6-408b-9d55-0dc0c57fe91b 2018-09-07 18:27:06,353 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-0281e3af-592e-459-name 2018-09-07 18:27:06,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:06,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:06,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f25005362414f853d42458a06b8bbe658842c8f" 2018-09-07 18:27:06,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ec1fb6-67d8-4a8b-acab-e9c3486a4107 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/bb84b1a05b034e9ea96d1e5c16d2d1da"}, "enabled": true, "id": "bb84b1a05b034e9ea96d1e5c16d2d1da", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-0281e3af-592e-459-name"}]} 2018-09-07 18:27:06,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-0281e3af-592e-459-name used request id req-82ec1fb6-67d8-4a8b-acab-e9c3486a4107 2018-09-07 18:27:06,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f25005362414f853d42458a06b8bbe658842c8f" 2018-09-07 18:27:06,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acea9110-62b2-423e-b0d8-59bdefb6335d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:27:06,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-acea9110-62b2-423e-b0d8-59bdefb6335d 2018-09-07 18:27:06,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:07,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-5614e914-16d6-431a-b4e8-116f3a2506cf Date: Fri, 07 Sep 2018 18:27:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:07,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-5614e914-16d6-431a-b4e8-116f3a2506cf 2018-09-07 18:27:07,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:07,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643bc998-5b56-4040-b1d4-6a14b72d3046 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:07,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-643bc998-5b56-4040-b1d4-6a14b72d3046 2018-09-07 18:27:07,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:07,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3f7812-d92e-4d6a-ab8e-ab8d0b74c8a7 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:27:07,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-da3f7812-d92e-4d6a-ab8e-ab8d0b74c8a7 2018-09-07 18:27:07,652 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-0281e3af-592e-459-name 2018-09-07 18:27:07,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/bb84b1a05b034e9ea96d1e5c16d2d1da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:07,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-911de24d-1676-4b29-8db2-87a5d580cd5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:07,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/bb84b1a05b034e9ea96d1e5c16d2d1da used request id req-911de24d-1676-4b29-8db2-87a5d580cd5f 2018-09-07 18:27:07,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed80be9907980af7dca2dce1746eb8dbc1e7fbb9" 2018-09-07 18:27:07,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f7cfd6-fe9e-4660-99b7-e05adc7a1d30 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:07,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-08f7cfd6-fe9e-4660-99b7-e05adc7a1d30 2018-09-07 18:27:07,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:08,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["jJzpb7LnSEamYPO2CTHCcQ"], "issued_at": "2018-09-07T18:27:08.000000Z"}} 2018-09-07 18:27:08,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a4e040514a97df266819ee37689c6fadadc2c33" 2018-09-07 18:27:08,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a211b30-ee8f-4cf5-8ff2-add112d286b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:08,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0a211b30-ee8f-4cf5-8ff2-add112d286b3 2018-09-07 18:27:08,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:08,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:08,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["NoAqalCZQiyHIekE0xFNVw"], "issued_at": "2018-09-07T18:27:08.000000Z"}} 2018-09-07 18:27:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:08,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d6ebb2-787d-4328-94a9-bf7ae6b07ba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:08,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a3d6ebb2-787d-4328-94a9-bf7ae6b07ba5 2018-09-07 18:27:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:08,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:08,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:08,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5718ffae-b492-433e-99b3-8b0617d96d78 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:08,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name used request id req-5718ffae-b492-433e-99b3-8b0617d96d78 2018-09-07 18:27:08,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:09,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d02ab65-4d12-4323-b154-e47081d09b6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:09,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-4d02ab65-4d12-4323-b154-e47081d09b6f 2018-09-07 18:27:09,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-b54d50a3-a756-43e-name"}}' 2018-09-07 18:27:09,138 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-607363b0-1f6a-457c-9dde-d5ecf74c75cf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/53720ef0e90a4e589ba50b99a064e8b8"}, "enabled": true, "id": "53720ef0e90a4e589ba50b99a064e8b8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b54d50a3-a756-43e-name"}} 2018-09-07 18:27:09,138 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-607363b0-1f6a-457c-9dde-d5ecf74c75cf 2018-09-07 18:27:09,138 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-b54d50a3-a756-43e-name 2018-09-07 18:27:09,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:09,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:09,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a4e040514a97df266819ee37689c6fadadc2c33" 2018-09-07 18:27:09,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86cb1fa0-52e0-4ad1-9659-a93de2b000cb Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/53720ef0e90a4e589ba50b99a064e8b8"}, "enabled": true, "id": "53720ef0e90a4e589ba50b99a064e8b8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b54d50a3-a756-43e-name"}]} 2018-09-07 18:27:09,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name used request id req-86cb1fa0-52e0-4ad1-9659-a93de2b000cb 2018-09-07 18:27:09,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:09,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:09,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["u89W2ZQKS5KRqsORMQyy1w"], "issued_at": "2018-09-07T18:27:09.000000Z"}} 2018-09-07 18:27:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97427f788ec5c602a4360e34ceaacda32d7d1167" 2018-09-07 18:27:09,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a049bbb-66c3-4d92-b7f1-aa018bde824b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:09,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7a049bbb-66c3-4d92-b7f1-aa018bde824b 2018-09-07 18:27:09,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:09,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:09,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97427f788ec5c602a4360e34ceaacda32d7d1167" 2018-09-07 18:27:09,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1988dc5b-11b3-4a8d-a0a5-e09b12d42625 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/53720ef0e90a4e589ba50b99a064e8b8"}, "enabled": true, "id": "53720ef0e90a4e589ba50b99a064e8b8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-b54d50a3-a756-43e-name"}]} 2018-09-07 18:27:09,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-b54d50a3-a756-43e-name used request id req-1988dc5b-11b3-4a8d-a0a5-e09b12d42625 2018-09-07 18:27:09,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a4e040514a97df266819ee37689c6fadadc2c33" 2018-09-07 18:27:09,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c4f22d-4a39-46ae-b156-6a209458690b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:27:09,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-f0c4f22d-4a39-46ae-b156-6a209458690b 2018-09-07 18:27:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:10,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-e4db43b7-10c4-4d1a-b4c5-16707182e18d Date: Fri, 07 Sep 2018 18:27:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:10,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-e4db43b7-10c4-4d1a-b4c5-16707182e18d 2018-09-07 18:27:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:10,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39a7f66-5cc5-4965-aa8f-7680705620a4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:10,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-d39a7f66-5cc5-4965-aa8f-7680705620a4 2018-09-07 18:27:10,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:10,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446c8d3e-159e-411c-8d4b-efb1f6d0e250 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:27:10,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-446c8d3e-159e-411c-8d4b-efb1f6d0e250 2018-09-07 18:27:10,223 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-b54d50a3-a756-43e-name 2018-09-07 18:27:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/53720ef0e90a4e589ba50b99a064e8b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:10,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33173d05-3fc9-4fc3-9d6a-3128782231e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:10,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/53720ef0e90a4e589ba50b99a064e8b8 used request id req-33173d05-3fc9-4fc3-9d6a-3128782231e6 2018-09-07 18:27:10,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13d15c1dfbe6c513fc1bfac15d310cf2829bb7" 2018-09-07 18:27:10,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72585bd5-d342-48dc-a31c-df1716e46bb9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:10,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-72585bd5-d342-48dc-a31c-df1716e46bb9 2018-09-07 18:27:10,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:10,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["keUKLetrQwOy76QTK8NPpA"], "issued_at": "2018-09-07T18:27:10.000000Z"}} 2018-09-07 18:27:10,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6be9bc5fc5d689a8ee2a072e401c059a5151c39" 2018-09-07 18:27:10,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e9897f-66a8-4fb4-b0a2-f3fff726bd02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:10,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-22e9897f-66a8-4fb4-b0a2-f3fff726bd02 2018-09-07 18:27:10,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:10,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:11,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["XaVOVPSySl6Mq7iA1xAiNg"], "issued_at": "2018-09-07T18:27:11.000000Z"}} 2018-09-07 18:27:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f47a051bb518108e1a240c8476544825dc643a" 2018-09-07 18:27:11,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5d9fae-a39e-443a-93b0-18558b0bbf56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:11,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4b5d9fae-a39e-443a-93b0-18558b0bbf56 2018-09-07 18:27:11,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:11,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:11,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-cf37be02-76df-453-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f47a051bb518108e1a240c8476544825dc643a" 2018-09-07 18:27:11,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c81b285-67c3-450e-8cda-69313f5ec0b2 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-cf37be02-76df-453-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:11,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-cf37be02-76df-453-name used request id req-8c81b285-67c3-450e-8cda-69313f5ec0b2 2018-09-07 18:27:11,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f47a051bb518108e1a240c8476544825dc643a" 2018-09-07 18:27:11,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ff1986-eeb8-4f96-95a3-6f1be627e799 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-09-07 18:27:11,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=foo used request id req-68ff1986-eeb8-4f96-95a3-6f1be627e799 2018-09-07 18:27:11,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f47a051bb518108e1a240c8476544825dc643a" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-cf37be02-76df-453-name"}}' 2018-09-07 18:27:11,712 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 07 Sep 2018 18:27:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d26d6b5-9baa-4aa4-b921-116b8d68b519 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-09-07 18:27:11,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8d26d6b5-9baa-4aa4-b921-116b8d68b519 2018-09-07 18:27:11,713 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-09-07 18:27:11,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f47a051bb518108e1a240c8476544825dc643a" 2018-09-07 18:27:11,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff6e630-aea8-4dee-9f2a-8c1300d3b7b2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:11,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bff6e630-aea8-4dee-9f2a-8c1300d3b7b2 2018-09-07 18:27:11,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:12,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["d_zWy5BjQ6etCl_5d3b2oQ"], "issued_at": "2018-09-07T18:27:12.000000Z"}} 2018-09-07 18:27:12,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8eb673311bc7c6f6315b5b528b08fbe81cc3b9" 2018-09-07 18:27:12,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b7ddb6-68eb-465d-9628-0b80765f9383 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:12,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e9b7ddb6-68eb-465d-9628-0b80765f9383 2018-09-07 18:27:12,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:12,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:12,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["FFFDpVH1TWC9U1SW7Yh3Qw"], "issued_at": "2018-09-07T18:27:12.000000Z"}} 2018-09-07 18:27:12,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:12,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f54e0b-75da-4411-9ac9-821d416e3ce6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:12,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a4f54e0b-75da-4411-9ac9-821d416e3ce6 2018-09-07 18:27:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:12,735 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:12,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:12,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016a765a-57ce-4bb8-b44f-b20ad0e95e5c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:12,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name used request id req-016a765a-57ce-4bb8-b44f-b20ad0e95e5c 2018-09-07 18:27:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:12,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb0f753-71a3-43d9-90d3-cfcc9a6498fc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:12,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-9eb0f753-71a3-43d9-90d3-cfcc9a6498fc 2018-09-07 18:27:12,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-8455a92b-93e8-4da-name"}}' 2018-09-07 18:27:13,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94a85d61-7956-46ee-ac0a-d24406b4d9c2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/6dac5aeba15a44e788c8d6f25a66c771"}, "enabled": true, "id": "6dac5aeba15a44e788c8d6f25a66c771", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8455a92b-93e8-4da-name"}} 2018-09-07 18:27:13,024 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-94a85d61-7956-46ee-ac0a-d24406b4d9c2 2018-09-07 18:27:13,025 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-8455a92b-93e8-4da-name 2018-09-07 18:27:13,025 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:27:13,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:13,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6b6fff3-3580-47cc-b619-30c4b61c9b27 x-compute-request-id: req-c6b6fff3-3580-47cc-b619-30c4b61c9b27 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "6dac5aeba15a44e788c8d6f25a66c771", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-07 18:27:13,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 used request id req-c6b6fff3-3580-47cc-b619-30c4b61c9b27 2018-09-07 18:27:13,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" -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-07 18:27:13,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6875032d-13e6-458f-9a8d-5555b725dc2b x-compute-request-id: req-6875032d-13e6-458f-9a8d-5555b725dc2b 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-07 18:27:13,754 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 used request id req-6875032d-13e6-458f-9a8d-5555b725dc2b 2018-09-07 18:27:13,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:13,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:13,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8eb673311bc7c6f6315b5b528b08fbe81cc3b9" 2018-09-07 18:27:13,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bacd6a71-3202-4c26-89d4-f8c55d77c8a3 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/6dac5aeba15a44e788c8d6f25a66c771"}, "enabled": true, "id": "6dac5aeba15a44e788c8d6f25a66c771", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8455a92b-93e8-4da-name"}]} 2018-09-07 18:27:13,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8455a92b-93e8-4da-name used request id req-bacd6a71-3202-4c26-89d4-f8c55d77c8a3 2018-09-07 18:27:13,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8eb673311bc7c6f6315b5b528b08fbe81cc3b9" 2018-09-07 18:27:13,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-247ad147-f83a-4809-a7d1-f2ac72f8df7a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:27:13,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-247ad147-f83a-4809-a7d1-f2ac72f8df7a 2018-09-07 18:27:13,945 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:27:13,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8eb673311bc7c6f6315b5b528b08fbe81cc3b9" 2018-09-07 18:27:14,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4469c072-a877-4a3d-a4d1-32a5af6ca6ac x-compute-request-id: req-4469c072-a877-4a3d-a4d1-32a5af6ca6ac Content-Encoding: gzip Content-Length: 222 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": "6dac5aeba15a44e788c8d6f25a66c771", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-07 18:27:14,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/6dac5aeba15a44e788c8d6f25a66c771 used request id req-4469c072-a877-4a3d-a4d1-32a5af6ca6ac 2018-09-07 18:27:14,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:15,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-2bdd4eac-83c6-4fd8-83a5-3dc80d991006 Date: Fri, 07 Sep 2018 18:27:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:15,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-2bdd4eac-83c6-4fd8-83a5-3dc80d991006 2018-09-07 18:27:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:15,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b83df177-bf25-4e96-8880-17ca00017217 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:15,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-b83df177-bf25-4e96-8880-17ca00017217 2018-09-07 18:27:15,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:15,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90831d57-ba49-4bf5-bd38-14148d088d8b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:27:15,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-90831d57-ba49-4bf5-bd38-14148d088d8b 2018-09-07 18:27:15,848 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-8455a92b-93e8-4da-name 2018-09-07 18:27:15,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/6dac5aeba15a44e788c8d6f25a66c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:16,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75d8b2b3-6571-4517-aab4-e076ffa79691 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:16,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/6dac5aeba15a44e788c8d6f25a66c771 used request id req-75d8b2b3-6571-4517-aab4-e076ffa79691 2018-09-07 18:27:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97937127b5f3ce5b7595c42bc1bf8daea0ef5b68" 2018-09-07 18:27:16,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caba3380-540e-4daa-b663-14bda43cd404 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:16,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-caba3380-540e-4daa-b663-14bda43cd404 2018-09-07 18:27:16,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:16,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["vZXw8OQOT4eBUmaft4DZKQ"], "issued_at": "2018-09-07T18:27:16.000000Z"}} 2018-09-07 18:27:16,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0df5ec269348a0d7ae6a6636ebf1e93e16c39f1" 2018-09-07 18:27:16,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caace45f-67f7-46f7-8af4-66807a5ca794 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:16,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-caace45f-67f7-46f7-8af4-66807a5ca794 2018-09-07 18:27:16,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:16,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:17,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wHIEEEgKTLeXlZKSQ_yorA"], "issued_at": "2018-09-07T18:27:17.000000Z"}} 2018-09-07 18:27:17,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:17,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63f30ca-0861-45f7-b025-b36a0e7316bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:17,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a63f30ca-0861-45f7-b025-b36a0e7316bf 2018-09-07 18:27:17,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:17,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:17,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:17,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14fb46e-6b20-4bcb-bf57-8ddd55cc33ae Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:17,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name used request id req-b14fb46e-6b20-4bcb-bf57-8ddd55cc33ae 2018-09-07 18:27:17,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:17,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6263223f-5e19-4c56-aaf4-d7294a484b3a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:17,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-6263223f-5e19-4c56-aaf4-d7294a484b3a 2018-09-07 18:27:17,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-3161aef4-5cb7-4c1-name"}}' 2018-09-07 18:27:17,540 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a510cc9-4ffb-4e9c-ad82-faf7ac557be1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/8d0e0112747c432c903b347fb17c2fee"}, "enabled": true, "id": "8d0e0112747c432c903b347fb17c2fee", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-3161aef4-5cb7-4c1-name"}} 2018-09-07 18:27:17,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0a510cc9-4ffb-4e9c-ad82-faf7ac557be1 2018-09-07 18:27:17,541 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-3161aef4-5cb7-4c1-name 2018-09-07 18:27:17,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:17,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:17,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0df5ec269348a0d7ae6a6636ebf1e93e16c39f1" 2018-09-07 18:27:17,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5bb10b6-c397-4942-bf66-4f835f3e60ab Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/8d0e0112747c432c903b347fb17c2fee"}, "enabled": true, "id": "8d0e0112747c432c903b347fb17c2fee", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-3161aef4-5cb7-4c1-name"}]} 2018-09-07 18:27:17,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3161aef4-5cb7-4c1-name used request id req-a5bb10b6-c397-4942-bf66-4f835f3e60ab 2018-09-07 18:27:17,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0df5ec269348a0d7ae6a6636ebf1e93e16c39f1" 2018-09-07 18:27:17,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da80832-67e7-4068-bf87-2b3aceffddbe Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:27:17,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-8da80832-67e7-4068-bf87-2b3aceffddbe 2018-09-07 18:27:17,715 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:27:17,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" -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-07 18:27:18,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27: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-d912d95c-1b16-4185-a405-df0b7d235028 x-compute-request-id: req-d912d95c-1b16-4185-a405-df0b7d235028 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-07 18:27:18,360 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee used request id req-d912d95c-1b16-4185-a405-df0b7d235028 2018-09-07 18:27:18,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-09-07 18:27:18,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-540b5904-1fae-46d2-a7c9-4f0da5b98105 Date: Fri, 07 Sep 2018 18:27:18 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-07 18:27:18,734 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee used request id req-540b5904-1fae-46d2-a7c9-4f0da5b98105 2018-09-07 18:27:18,735 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:27:18,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:18,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0645539a-fe2c-4a5a-9502-1d9d42a2b5b6 x-compute-request-id: req-0645539a-fe2c-4a5a-9502-1d9d42a2b5b6 Content-Encoding: gzip Content-Length: 220 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": "8d0e0112747c432c903b347fb17c2fee", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-07 18:27:18,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee used request id req-0645539a-fe2c-4a5a-9502-1d9d42a2b5b6 2018-09-07 18:27:18,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:19,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-0036cf87-6058-4f7a-9a73-eb46429484b8 Date: Fri, 07 Sep 2018 18:27:19 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-07 18:27:19,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee used request id req-0036cf87-6058-4f7a-9a73-eb46429484b8 2018-09-07 18:27:19,696 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:27:19,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0df5ec269348a0d7ae6a6636ebf1e93e16c39f1" 2018-09-07 18:27:20,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e5379eec-6c5a-4d5c-b413-d66f43f1c1ba x-compute-request-id: req-e5379eec-6c5a-4d5c-b413-d66f43f1c1ba Content-Encoding: gzip Content-Length: 220 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": "8d0e0112747c432c903b347fb17c2fee", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-07 18:27:20,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-quota-sets/8d0e0112747c432c903b347fb17c2fee used request id req-e5379eec-6c5a-4d5c-b413-d66f43f1c1ba 2018-09-07 18:27:20,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0df5ec269348a0d7ae6a6636ebf1e93e16c39f1" 2018-09-07 18:27:20,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-efea5861-02af-43bd-beaa-e5017edced15 Date: Fri, 07 Sep 2018 18:27:20 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-07 18:27:20,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/quotas/8d0e0112747c432c903b347fb17c2fee used request id req-efea5861-02af-43bd-beaa-e5017edced15 2018-09-07 18:27:20,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:20,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-a6c27011-2275-4b1e-aeb3-eb4c44b891a1 Date: Fri, 07 Sep 2018 18:27:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:20,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-a6c27011-2275-4b1e-aeb3-eb4c44b891a1 2018-09-07 18:27:20,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:20,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5586bcdf-9ba4-4a1f-8a13-22f996756c6d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:20,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-5586bcdf-9ba4-4a1f-8a13-22f996756c6d 2018-09-07 18:27:20,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:20,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cbe9109-6c2d-4399-9a73-f0f475ede43f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:27:20,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-5cbe9109-6c2d-4399-9a73-f0f475ede43f 2018-09-07 18:27:20,675 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-3161aef4-5cb7-4c1-name 2018-09-07 18:27:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/8d0e0112747c432c903b347fb17c2fee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:20,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7543901-576e-4a39-a198-d571e391da5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:20,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/8d0e0112747c432c903b347fb17c2fee used request id req-e7543901-576e-4a39-a198-d571e391da5e 2018-09-07 18:27:20,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afafd211db186e5871ac0300a0b5af8337bf6ae9" 2018-09-07 18:27:21,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9bce6e9-e993-4fbe-be14-8f49b49f7555 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:21,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e9bce6e9-e993-4fbe-be14-8f49b49f7555 2018-09-07 18:27:21,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:21,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5SrSaD3yTSiNmCqbLpDfVw"], "issued_at": "2018-09-07T18:27:21.000000Z"}} 2018-09-07 18:27:21,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9057ab364bd2000f4da7d82a6dfb13b3dc77b5d" 2018-09-07 18:27:21,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf1e90d-02e7-424b-87a2-3d3cdf9b7aef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:21,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cdf1e90d-02e7-424b-87a2-3d3cdf9b7aef 2018-09-07 18:27:21,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:21,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:21,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["qvArGxCzR1O_BwSaUmX1CQ"], "issued_at": "2018-09-07T18:27:21.000000Z"}} 2018-09-07 18:27:21,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:21,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bddbf978-3a75-4165-94ea-8d233427a360 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:21,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bddbf978-3a75-4165-94ea-8d233427a360 2018-09-07 18:27:21,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:21,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:21,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-3cbae5e7-e912-4f4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:22,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb77443-c9c4-462f-8067-20fac7c50209 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-3cbae5e7-e912-4f4-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:22,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-3cbae5e7-e912-4f4-name used request id req-aeb77443-c9c4-462f-8067-20fac7c50209 2018-09-07 18:27:22,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:22,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae13912-d84a-4c92-b3ea-76e23a798996 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:22,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-5ae13912-d84a-4c92-b3ea-76e23a798996 2018-09-07 18:27:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}}' 2018-09-07 18:27:22,246 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a42e695-cc15-46af-928c-3447cc871a09 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21"}, "enabled": true, "id": "e5a6fdc986944dcf97e7bd45b8047a21", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}} 2018-09-07 18:27:22,246 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-3a42e695-cc15-46af-928c-3447cc871a09 2018-09-07 18:27:22,246 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:22,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:22,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:22,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["qqKUPD5WR_ebdqqlYbLyJQ"], "issued_at": "2018-09-07T18:27:22.000000Z"}} 2018-09-07 18:27:22,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:22,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb068cbf-0647-4800-adfa-05eeb86783c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:22,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fb068cbf-0647-4800-adfa-05eeb86783c2 2018-09-07 18:27:22,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:22,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:22,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:22,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fcb24b5-7d9a-45a2-b29c-3d140b39fb0b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:22,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-7fcb24b5-7d9a-45a2-b29c-3d140b39fb0b 2018-09-07 18:27:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:22,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-156bdeb0-781d-4e09-a189-3016b8602bd8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:22,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-156bdeb0-781d-4e09-a189-3016b8602bd8 2018-09-07 18:27:23,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9109e3-baf6-4107-b3e4-cee79920e84a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:23,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bc9109e3-baf6-4107-b3e4-cee79920e84a 2018-09-07 18:27:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-3cbae5e7-e912-4f4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-529ac07c-cd83-4de6-810f-8962c732710a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-3cbae5e7-e912-4f4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21"}, "enabled": true, "id": "e5a6fdc986944dcf97e7bd45b8047a21", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}]} 2018-09-07 18:27:23,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-3cbae5e7-e912-4f4-name used request id req-529ac07c-cd83-4de6-810f-8962c732710a 2018-09-07 18:27:23,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/68c1d7b6b17b4e24a4666f9973bfc1d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388e6df3-20c5-469a-9238-72b4064bdf75 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/68c1d7b6b17b4e24a4666f9973bfc1d3"}, "enabled": true, "id": "68c1d7b6b17b4e24a4666f9973bfc1d3", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-user"}} 2018-09-07 18:27:23,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/68c1d7b6b17b4e24a4666f9973bfc1d3 used request id req-388e6df3-20c5-469a-9238-72b4064bdf75 2018-09-07 18:27:23,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b8d91c-6df2-4eec-8aea-5cd0da9df911 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:27:23,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles used request id req-99b8d91c-6df2-4eec-8aea-5cd0da9df911 2018-09-07 18:27:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff98476f-7bd1-4fe8-a39f-8415bf70dae2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:27:23,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-ff98476f-7bd1-4fe8-a39f-8415bf70dae2 2018-09-07 18:27:23,700 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:23,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:23,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6d3e1ee-9db9-4b9d-9daa-d2b3e007db68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:23,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles/765cac6f031a43628860c2853b35fec1 used request id req-d6d3e1ee-9db9-4b9d-9daa-d2b3e007db68 2018-09-07 18:27:23,829 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-3cbae5e7-e912-4f4-user 2018-09-07 18:27:23,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:23,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55746f72-af7e-436a-ba93-acb33afc8b46 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:23,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-55746f72-af7e-436a-ba93-acb33afc8b46 2018-09-07 18:27:23,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" -d '{"role": {"name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name-role"}}' 2018-09-07 18:27:24,036 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97c2527-fd8d-4a4e-943f-e7257833469a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d171d5ea176f439b8b4f0f601011f71f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f"}, "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name-role"}} 2018-09-07 18:27:24,036 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-c97c2527-fd8d-4a4e-943f-e7257833469a 2018-09-07 18:27:24,037 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name-role 2018-09-07 18:27:24,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:24,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a5d297-9b72-443b-8e02-9e4a73c3e980 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f"}, "domain_id": null, "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name-role", "id": "d171d5ea176f439b8b4f0f601011f71f"}} 2018-09-07 18:27:24,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f used request id req-e1a5d297-9b72-443b-8e02-9e4a73c3e980 2018-09-07 18:27:24,124 - keystone_utils - INFO - Granting role CreateProjectUserTests-3cbae5e7-e912-4f4-name-role to project CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles/d171d5ea176f439b8b4f0f601011f71f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:24,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a26a1d5b-1e6d-4725-a100-790281e081b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:24,266 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21/users/68c1d7b6b17b4e24a4666f9973bfc1d3/roles/d171d5ea176f439b8b4f0f601011f71f used request id req-a26a1d5b-1e6d-4725-a100-790281e081b3 2018-09-07 18:27:24,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:24,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:24,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d171d5ea176f439b8b4f0f601011f71f", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name-role"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5a6fdc986944dcf97e7bd45b8047a21", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/e5a6fdc986944dcf97e7bd45b8047a21", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-user", "id": "68c1d7b6b17b4e24a4666f9973bfc1d3"}, "audit_ids": ["8AVfZI0JQTW6jxZMH-YL6w"], "issued_at": "2018-09-07T18:27:24.000000Z"}} 2018-09-07 18:27:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:24,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbb83184-5843-4eff-b24f-1d899d511c50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:24,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cbb83184-5843-4eff-b24f-1d899d511c50 2018-09-07 18:27:24,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-3cbae5e7-e912-4f4-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:25,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4b933cd2-5c7f-4605-9094-697dbe179749 Date: Fri, 07 Sep 2018 18:27:25 GMT RESP BODY: {"security_groups": []} 2018-09-07 18:27:25,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-3cbae5e7-e912-4f4-name&description=hello+group used request id req-4b933cd2-5c7f-4605-9094-697dbe179749 2018-09-07 18:27:25,739 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-3cbae5e7-e912-4f4-name... 2018-09-07 18:27:25,739 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:25,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" -d '{"security_group": {"name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name", "description": "hello group"}}' 2018-09-07 18:27:26,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-3532cb1e-66eb-4484-b9d9-13ade2052d2e Date: Fri, 07 Sep 2018 18:27:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "updated_at": "2018-09-07T18:27:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "08e2f6a3-b513-402a-894b-7a977272e11d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}], "revision_number": 2, "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "109d60a1-1814-48d8-b901-ca093079a45d", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}} 2018-09-07 18:27:26,828 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-3532cb1e-66eb-4484-b9d9-13ade2052d2e 2018-09-07 18:27:26,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:27,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff32687d-2a6a-42b9-9863-06e92f4c7adc Date: Fri, 07 Sep 2018 18:27:27 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-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "08e2f6a3-b513-402a-894b-7a977272e11d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10"}]} 2018-09-07 18:27:27,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-ff32687d-2a6a-42b9-9863-06e92f4c7adc 2018-09-07 18:27:27,007 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:27,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:27,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-01dcab0e-c375-43b9-8400-07c7c2b6c917 Date: Fri, 07 Sep 2018 18:27:27 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-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "08e2f6a3-b513-402a-894b-7a977272e11d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10"}]} 2018-09-07 18:27:27,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-01dcab0e-c375-43b9-8400-07c7c2b6c917 2018-09-07 18:27:27,758 - neutron_utils - INFO - Retrieving security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:27,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:27,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6732a63d-5444-410e-85dc-ac93adca23c8 Date: Fri, 07 Sep 2018 18:27:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "updated_at": "2018-09-07T18:27:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "08e2f6a3-b513-402a-894b-7a977272e11d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}], "revision_number": 2, "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "109d60a1-1814-48d8-b901-ca093079a45d", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}]} 2018-09-07 18:27:27,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-6732a63d-5444-410e-85dc-ac93adca23c8 2018-09-07 18:27:27,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:27,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:28,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d033883-865b-4c89-8c54-d7581515f56d Date: Fri, 07 Sep 2018 18:27:28 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-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "08e2f6a3-b513-402a-894b-7a977272e11d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10"}]} 2018-09-07 18:27:28,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-6d033883-865b-4c89-8c54-d7581515f56d 2018-09-07 18:27:28,741 - neutron_utils - INFO - Retrieving security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:29,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7a2d6158-3e20-4988-9024-8732831c00de Date: Fri, 07 Sep 2018 18:27:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "updated_at": "2018-09-07T18:27:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "08e2f6a3-b513-402a-894b-7a977272e11d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}], "revision_number": 2, "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "109d60a1-1814-48d8-b901-ca093079a45d", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}]} 2018-09-07 18:27:29,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-7a2d6158-3e20-4988-9024-8732831c00de 2018-09-07 18:27:29,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:29,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:29,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-067d5df5-834c-438f-b288-763de1f3f20c Date: Fri, 07 Sep 2018 18:27:29 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-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "08e2f6a3-b513-402a-894b-7a977272e11d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10"}]} 2018-09-07 18:27:29,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-067d5df5-834c-438f-b288-763de1f3f20c 2018-09-07 18:27:29,857 - neutron_utils - INFO - Retrieving security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:30,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3f63347f-070f-4f12-9b09-8e02d93d92ba Date: Fri, 07 Sep 2018 18:27:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "updated_at": "2018-09-07T18:27:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "08e2f6a3-b513-402a-894b-7a977272e11d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "revision_number": 0, "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}], "revision_number": 2, "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "109d60a1-1814-48d8-b901-ca093079a45d", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}]} 2018-09-07 18:27:30,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-3f63347f-070f-4f12-9b09-8e02d93d92ba 2018-09-07 18:27:30,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 109d60a1-1814-48d8-b901-ca093079a45d 2018-09-07 18:27:30,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:30,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7174170-2c3d-44fe-b256-b719107fbe2f Date: Fri, 07 Sep 2018 18:27:30 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-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "08e2f6a3-b513-402a-894b-7a977272e11d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:26Z", "security_group_id": "109d60a1-1814-48d8-b901-ca093079a45d", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:26Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "e4e92b90-6073-46b2-a8ac-5e55dac44d10"}]} 2018-09-07 18:27:30,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=109d60a1-1814-48d8-b901-ca093079a45d used request id req-f7174170-2c3d-44fe-b256-b719107fbe2f 2018-09-07 18:27:30,895 - neutron_utils - INFO - Deleting security group rule with ID - e4e92b90-6073-46b2-a8ac-5e55dac44d10 2018-09-07 18:27:30,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/e4e92b90-6073-46b2-a8ac-5e55dac44d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:31,208 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c56506f8-bc5a-41aa-9b83-2cc40922fb96 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:31,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/e4e92b90-6073-46b2-a8ac-5e55dac44d10 used request id req-c56506f8-bc5a-41aa-9b83-2cc40922fb96 2018-09-07 18:27:31,209 - neutron_utils - INFO - Deleting security group rule with ID - 08e2f6a3-b513-402a-894b-7a977272e11d 2018-09-07 18:27:31,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/08e2f6a3-b513-402a-894b-7a977272e11d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:32,188 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ffa6285-371d-450a-a571-9024779b60d4 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:32,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/08e2f6a3-b513-402a-894b-7a977272e11d used request id req-7ffa6285-371d-450a-a571-9024779b60d4 2018-09-07 18:27:32,189 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/109d60a1-1814-48d8-b901-ca093079a45d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf5b07e6b87d363bd3ca75ba19c41f44758c148" 2018-09-07 18:27:33,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9c22d94-3735-4c90-b01c-fe8c26d4e104 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:33,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/109d60a1-1814-48d8-b901-ca093079a45d used request id req-f9c22d94-3735-4c90-b01c-fe8c26d4e104 2018-09-07 18:27:33,202 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-3cbae5e7-e912-4f4-user 2018-09-07 18:27:33,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/68c1d7b6b17b4e24a4666f9973bfc1d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74754fdc8d81de1cddce655f2334f8550ac41b57" 2018-09-07 18:27:33,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cfeda50-d414-429a-a1ac-d1e78e0aa63e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:33,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/68c1d7b6b17b4e24a4666f9973bfc1d3 used request id req-2cfeda50-d414-429a-a1ac-d1e78e0aa63e 2018-09-07 18:27:33,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:34,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cf920f0b-7a97-4b7e-b823-636c8998ddbb Date: Fri, 07 Sep 2018 18:27:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:25Z", "updated_at": "2018-09-07T18:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "revision_number": 0, "id": "117dc79a-f84e-4327-821d-94885aa4eb2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "revision_number": 0, "id": "98f341d2-66cc-49f0-9f10-d4c5bf486ad7", "remote_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "revision_number": 0, "id": "cdddb21d-9196-47d9-b48a-e99d5e922dfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "revision_number": 0, "id": "d35d9691-0c87-4a59-98fc-2607b9c38d41", "remote_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21"}], "revision_number": 4, "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:34,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-cf920f0b-7a97-4b7e-b823-636c8998ddbb 2018-09-07 18:27:34,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:34,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b49e83-dcd7-40a5-8cb2-0c7c99870144 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:27:34,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-c4b49e83-dcd7-40a5-8cb2-0c7c99870144 2018-09-07 18:27:34,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:34,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e405c008-2f8a-48e0-a06b-025489fec0d5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21"}, "enabled": true, "id": "e5a6fdc986944dcf97e7bd45b8047a21", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-3cbae5e7-e912-4f4-name"}} 2018-09-07 18:27:34,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21 used request id req-e405c008-2f8a-48e0-a06b-025489fec0d5 2018-09-07 18:27:34,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 463478ec-f24e-49fc-821a-dbe24faf72ce 2018-09-07 18:27:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=463478ec-f24e-49fc-821a-dbe24faf72ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:34,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4e1206cd-e137-4747-9ecd-4e7e74294543 Date: Fri, 07 Sep 2018 18:27:34 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-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:25Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "117dc79a-f84e-4327-821d-94885aa4eb2f"}, {"remote_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:25Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "98f341d2-66cc-49f0-9f10-d4c5bf486ad7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:25Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "cdddb21d-9196-47d9-b48a-e99d5e922dfc"}, {"remote_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:25Z", "security_group_id": "463478ec-f24e-49fc-821a-dbe24faf72ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e5a6fdc986944dcf97e7bd45b8047a21", "created_at": "2018-09-07T18:27:25Z", "project_id": "e5a6fdc986944dcf97e7bd45b8047a21", "id": "d35d9691-0c87-4a59-98fc-2607b9c38d41"}]} 2018-09-07 18:27:34,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=463478ec-f24e-49fc-821a-dbe24faf72ce used request id req-4e1206cd-e137-4747-9ecd-4e7e74294543 2018-09-07 18:27:34,692 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 18:27:34,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/463478ec-f24e-49fc-821a-dbe24faf72ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:35,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff091eff-3bc8-4bab-951a-db2b38f0b362 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:35,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/463478ec-f24e-49fc-821a-dbe24faf72ce used request id req-ff091eff-3bc8-4bab-951a-db2b38f0b362 2018-09-07 18:27:35,018 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name 2018-09-07 18:27:35,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:35,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c038fd4e-7cd1-4255-8ac9-a6c9d67092af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:35,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/e5a6fdc986944dcf97e7bd45b8047a21 used request id req-c038fd4e-7cd1-4255-8ac9-a6c9d67092af 2018-09-07 18:27:35,246 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-3cbae5e7-e912-4f4-name-role 2018-09-07 18:27:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:35,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f1f09ee-73e9-480e-b8b5-ef953e0d6a4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:35,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/d171d5ea176f439b8b4f0f601011f71f used request id req-1f1f09ee-73e9-480e-b8b5-ef953e0d6a4f 2018-09-07 18:27:35,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b91a22c455cf16b7a7a3ec3d8b85a66b9028b55" 2018-09-07 18:27:35,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066f4a44-c5e5-4895-8e20-7166ee413099 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:35,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-066f4a44-c5e5-4895-8e20-7166ee413099 2018-09-07 18:27:35,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:35,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["604gZFu_Q2OFz7WceEwINw"], "issued_at": "2018-09-07T18:27:35.000000Z"}} 2018-09-07 18:27:35,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6bb6ce6ec8da63ce92b06fa8f7b38e0fe35fa7" 2018-09-07 18:27:35,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2b5b86-7dfd-41f2-9ee4-feaf811b2dc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:35,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4f2b5b86-7dfd-41f2-9ee4-feaf811b2dc4 2018-09-07 18:27:35,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:35,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:36,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["0HYLD6GRQaaETP3D3Zmp5g"], "issued_at": "2018-09-07T18:27:36.000000Z"}} 2018-09-07 18:27:36,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:36,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839ea989-3458-490e-a08b-4ab8b389b9bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:36,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-839ea989-3458-490e-a08b-4ab8b389b9bb 2018-09-07 18:27:36,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:36,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e3f3fd78-81b8-46d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:36,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66904e25-c5c2-4d3f-bf58-35d23938821f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e3f3fd78-81b8-46d-name", "previous": null, "next": null}, "projects": []} 2018-09-07 18:27:36,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e3f3fd78-81b8-46d-name used request id req-66904e25-c5c2-4d3f-bf58-35d23938821f 2018-09-07 18:27:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:36,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32276a9e-b4e2-4ce8-b357-6d0eb6c0a382 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:36,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-32276a9e-b4e2-4ce8-b357-6d0eb6c0a382 2018-09-07 18:27:36,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}}' 2018-09-07 18:27:36,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab22511-c1a5-4399-a75a-39e0d65fb30f Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c"}, "enabled": true, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}} 2018-09-07 18:27:36,752 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0ab22511-c1a5-4399-a75a-39e0d65fb30f 2018-09-07 18:27:36,752 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:36,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:36,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:37,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["IDgvzX-xR16xRON7fGhmRg"], "issued_at": "2018-09-07T18:27:37.000000Z"}} 2018-09-07 18:27:37,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:37,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0aa6064-2366-43ed-ae2b-bccd26e1e823 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:37,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f0aa6064-2366-43ed-ae2b-bccd26e1e823 2018-09-07 18:27:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:37,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:37,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:37,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd16d57b-7ecf-4bfe-9224-0271456905ee Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:37,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-dd16d57b-7ecf-4bfe-9224-0271456905ee 2018-09-07 18:27:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:37,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0640546c-2428-459b-a147-77d598baf3f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:37,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-0640546c-2428-459b-a147-77d598baf3f0 2018-09-07 18:27:37,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:37,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f696e151-d4c9-4cfe-8753-0ce48f5683ca Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:37,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f696e151-d4c9-4cfe-8753-0ce48f5683ca 2018-09-07 18:27:37,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:37,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e7e3402-ac2d-4eb3-84e3-4d5cd30fe7f8 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c"}, "enabled": true, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:37,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name used request id req-3e7e3402-ac2d-4eb3-84e3-4d5cd30fe7f8 2018-09-07 18:27:37,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:38,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63752675-5a99-4132-8712-6d43f553aaf7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a"}, "enabled": true, "id": "215ef7c71f5748cd9bbb069fae843a1a", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-user1"}} 2018-09-07 18:27:38,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a used request id req-63752675-5a99-4132-8712-6d43f553aaf7 2018-09-07 18:27:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:38,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34f25c5-0dbf-4130-be1f-a405806f7c2b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:27:38,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles used request id req-c34f25c5-0dbf-4130-be1f-a405806f7c2b 2018-09-07 18:27:38,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:38,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f41709-3481-470b-bd94-c80324042417 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:27:38,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-d1f41709-3481-470b-bd94-c80324042417 2018-09-07 18:27:38,234 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:38,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b86fee1-2b0c-4115-9a92-dfe8ef8a7cac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:38,355 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles/765cac6f031a43628860c2853b35fec1 used request id req-9b86fee1-2b0c-4115-9a92-dfe8ef8a7cac 2018-09-07 18:27:38,356 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e3f3fd78-81b8-46d-user1 2018-09-07 18:27:38,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:38,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87142462-e117-4572-a02f-28aa437f1066 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:38,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-87142462-e117-4572-a02f-28aa437f1066 2018-09-07 18:27:38,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" -d '{"role": {"name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role"}}' 2018-09-07 18:27:38,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c34ec7-cad7-4c7e-823f-c680f103996a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa9d75b87a7f447e813a046b39539fec", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec"}, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role"}} 2018-09-07 18:27:38,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-88c34ec7-cad7-4c7e-823f-c680f103996a 2018-09-07 18:27:38,563 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name-role 2018-09-07 18:27:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:38,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27d7a19-b8b6-4f24-86dc-918d4a4d13a6 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec"}, "domain_id": null, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role", "id": "aa9d75b87a7f447e813a046b39539fec"}} 2018-09-07 18:27:38,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec used request id req-c27d7a19-b8b6-4f24-86dc-918d4a4d13a6 2018-09-07 18:27:38,644 - keystone_utils - INFO - Granting role CreateProjectUserTests-e3f3fd78-81b8-46d-name-role to project CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:38,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles/aa9d75b87a7f447e813a046b39539fec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:38,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-035e6159-7791-48bf-8500-1de0ebacbc1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:38,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/215ef7c71f5748cd9bbb069fae843a1a/roles/aa9d75b87a7f447e813a046b39539fec used request id req-035e6159-7791-48bf-8500-1de0ebacbc1f 2018-09-07 18:27:38,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:38,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:39,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["QY_6HQywQDC-Wk6Z1wefVA"], "issued_at": "2018-09-07T18:27:39.000000Z"}} 2018-09-07 18:27:39,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:39,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40aa3bb5-1884-4dc4-9c6c-54f8ced16ad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:39,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-40aa3bb5-1884-4dc4-9c6c-54f8ced16ad0 2018-09-07 18:27:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:39,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:39,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:39,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50f6279a-fa44-41de-ad9f-051dea09c8a1 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-user1", "links": {"self": "http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a"}, "domain_id": "default", "enabled": true, "id": "215ef7c71f5748cd9bbb069fae843a1a", "options": {}}, {"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:27:39,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-50f6279a-fa44-41de-ad9f-051dea09c8a1 2018-09-07 18:27:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:39,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81312d95-d520-4410-9d69-93492423c2d1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:27:39,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-81312d95-d520-4410-9d69-93492423c2d1 2018-09-07 18:27:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:39,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ecbe2c-8084-4a5f-87ee-d7dc6e11b280 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa9d75b87a7f447e813a046b39539fec", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec"}, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:39,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d5ecbe2c-8084-4a5f-87ee-d7dc6e11b280 2018-09-07 18:27:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:39,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe09d29-62d6-4624-9dfa-047108aa10dd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c"}, "enabled": true, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:39,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name used request id req-dfe09d29-62d6-4624-9dfa-047108aa10dd 2018-09-07 18:27:39,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users/b674560c31a7404b9e572adea3458b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:40,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e6dccd-4bac-4fe3-9aa3-1981cc144b3e Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/b674560c31a7404b9e572adea3458b11"}, "enabled": true, "id": "b674560c31a7404b9e572adea3458b11", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-user2"}} 2018-09-07 18:27:40,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b674560c31a7404b9e572adea3458b11 used request id req-27e6dccd-4bac-4fe3-9aa3-1981cc144b3e 2018-09-07 18:27:40,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:40,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba4f4e8-816f-4502-b959-b0c9ef679152 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles", "previous": null, "next": null}, "roles": []} 2018-09-07 18:27:40,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles used request id req-fba4f4e8-816f-4502-b959-b0c9ef679152 2018-09-07 18:27:40,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:40,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d301937-ca56-4705-ac04-7ffd9fa1123c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "domain_id": null, "name": "admin", "id": "765cac6f031a43628860c2853b35fec1"}} 2018-09-07 18:27:40,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1 used request id req-4d301937-ca56-4705-ac04-7ffd9fa1123c 2018-09-07 18:27:40,215 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:40,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:40,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b1d07c9-bda1-4e54-aa13-b823be349367 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:40,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles/765cac6f031a43628860c2853b35fec1 used request id req-0b1d07c9-bda1-4e54-aa13-b823be349367 2018-09-07 18:27:40,344 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e3f3fd78-81b8-46d-user2 2018-09-07 18:27:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:40,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8090fdf-a52d-4ba9-91c5-0fc81c744e62 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec"}, "domain_id": null, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role", "id": "aa9d75b87a7f447e813a046b39539fec"}} 2018-09-07 18:27:40,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec used request id req-c8090fdf-a52d-4ba9-91c5-0fc81c744e62 2018-09-07 18:27:40,511 - keystone_utils - INFO - Granting role CreateProjectUserTests-e3f3fd78-81b8-46d-name-role to project CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles/aa9d75b87a7f447e813a046b39539fec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:40,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf2f2f25-7f52-49fe-8d38-3a90d5e0b087 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:40,631 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c/users/b674560c31a7404b9e572adea3458b11/roles/aa9d75b87a7f447e813a046b39539fec used request id req-cf2f2f25-7f52-49fe-8d38-3a90d5e0b087 2018-09-07 18:27:40,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:40,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:41,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa9d75b87a7f447e813a046b39539fec", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-user1", "id": "215ef7c71f5748cd9bbb069fae843a1a"}, "audit_ids": ["ZWQM4JelTSG0aamxDCAn1w"], "issued_at": "2018-09-07T18:27:41.000000Z"}} 2018-09-07 18:27:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:41,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9d9f7c-d269-47d7-8427-46161aa9e028 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:41,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cc9d9f7c-d269-47d7-8427-46161aa9e028 2018-09-07 18:27:41,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:42,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-18e93a14-fd78-4c31-a4b3-7a21ec9d2e7a Date: Fri, 07 Sep 2018 18:27:42 GMT RESP BODY: {"security_groups": []} 2018-09-07 18:27:42,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name&description=hello+group used request id req-18e93a14-fd78-4c31-a4b3-7a21ec9d2e7a 2018-09-07 18:27:42,122 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e3f3fd78-81b8-46d-name... 2018-09-07 18:27:42,122 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:42,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" -d '{"security_group": {"name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name", "description": "hello group"}}' 2018-09-07 18:27:42,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-5e96cd14-01d3-4829-98b2-637a7116407a Date: Fri, 07 Sep 2018 18:27:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}} 2018-09-07 18:27:42,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-5e96cd14-01d3-4829-98b2-637a7116407a 2018-09-07 18:27:42,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:42,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c28de4bc-01e5-43e5-8c0d-e4d6ab1920e0 Date: Fri, 07 Sep 2018 18:27:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:42,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-c28de4bc-01e5-43e5-8c0d-e4d6ab1920e0 2018-09-07 18:27:42,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:43,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9dc1c297-1e62-4fda-942a-8e49b660212a Date: Fri, 07 Sep 2018 18:27:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:43,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-9dc1c297-1e62-4fda-942a-8e49b660212a 2018-09-07 18:27:43,024 - neutron_utils - INFO - Retrieving security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:43,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:43,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3a2ee7df-0db7-40f9-89ea-323d2a255181 Date: Fri, 07 Sep 2018 18:27:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:43,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-3a2ee7df-0db7-40f9-89ea-323d2a255181 2018-09-07 18:27:43,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:43,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:43,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03590fbc-3239-4b52-90cc-7d88795638b6 Date: Fri, 07 Sep 2018 18:27:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:43,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-03590fbc-3239-4b52-90cc-7d88795638b6 2018-09-07 18:27:43,826 - neutron_utils - INFO - Retrieving security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:43,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:43,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d93a5fa3-2739-4c1d-a369-df3508c41a70 Date: Fri, 07 Sep 2018 18:27:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:43,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-d93a5fa3-2739-4c1d-a369-df3508c41a70 2018-09-07 18:27:43,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:43,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:44,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f9cbbccb-450d-41aa-b511-e7605d7b0367 Date: Fri, 07 Sep 2018 18:27:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:44,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-f9cbbccb-450d-41aa-b511-e7605d7b0367 2018-09-07 18:27:44,038 - neutron_utils - INFO - Retrieving security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:44,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fb83a0f7-1490-48c3-ba47-58cc78546770 Date: Fri, 07 Sep 2018 18:27:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:44,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-fb83a0f7-1490-48c3-ba47-58cc78546770 2018-09-07 18:27:44,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:44,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:44,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aafb35c6-08c1-4afe-9bf5-9a354ea9084e Date: Fri, 07 Sep 2018 18:27:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:44,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-aafb35c6-08c1-4afe-9bf5-9a354ea9084e 2018-09-07 18:27:44,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:27:44,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:44,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa9d75b87a7f447e813a046b39539fec", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name-role"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/dd1e01993a9e44b69f0fd0b3435b679c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-user2", "id": "b674560c31a7404b9e572adea3458b11"}, "audit_ids": ["nFwvatKtSr-ID7wrIAwI-w"], "issued_at": "2018-09-07T18:27:44.000000Z"}} 2018-09-07 18:27:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:44,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f24522-a7d8-4f52-95b3-b307b88e3eb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:27:44,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d6f24522-a7d8-4f52-95b3-b307b88e3eb6 2018-09-07 18:27:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:44,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-21c4a944-9d5c-4200-9a60-273337932df7 Date: Fri, 07 Sep 2018 18:27:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:44,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=CreateProjectUserTests-e3f3fd78-81b8-46d-name&description=hello+group used request id req-21c4a944-9d5c-4200-9a60-273337932df7 2018-09-07 18:27:44,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:27:44,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:27: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:27:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:44,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36971205-1c15-472f-b4cf-d93ec3b48081 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c"}, "enabled": true, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}} 2018-09-07 18:27:44,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c used request id req-36971205-1c15-472f-b4cf-d93ec3b48081 2018-09-07 18:27:44,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:44,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:45,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d3edd9d4-af93-447a-8771-8defe37cd480 Date: Fri, 07 Sep 2018 18:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:45,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-d3edd9d4-af93-447a-8771-8defe37cd480 2018-09-07 18:27:45,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:45,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:45,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a19ca3ba-d813-4e6d-82c9-b6b6ccd83487 Date: Fri, 07 Sep 2018 18:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:45,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-a19ca3ba-d813-4e6d-82c9-b6b6ccd83487 2018-09-07 18:27:45,850 - neutron_utils - INFO - Retrieving security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:45,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:46,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ab54c377-878b-44b3-a521-6479239ff525 Date: Fri, 07 Sep 2018 18:27:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "updated_at": "2018-09-07T18:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "0d383483-6b0a-4259-98df-6324777d30be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "revision_number": 0, "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 2, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}]} 2018-09-07 18:27:46,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-ab54c377-878b-44b3-a521-6479239ff525 2018-09-07 18:27:46,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a299715-3391-4fe4-bfac-0e3021b65fe6 2018-09-07 18:27:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:46,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-90c2cb8e-c8a9-4311-8edc-b0f44f8cfab9 Date: Fri, 07 Sep 2018 18:27:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "0d383483-6b0a-4259-98df-6324777d30be"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:42Z", "security_group_id": "4a299715-3391-4fe4-bfac-0e3021b65fe6", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:42Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "be29038f-b909-494c-92ba-bf8d8a6a0bde"}]} 2018-09-07 18:27:46,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-90c2cb8e-c8a9-4311-8edc-b0f44f8cfab9 2018-09-07 18:27:46,910 - neutron_utils - INFO - Deleting security group rule with ID - 0d383483-6b0a-4259-98df-6324777d30be 2018-09-07 18:27:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/0d383483-6b0a-4259-98df-6324777d30be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:47,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d305c9c-0ac0-4cf7-abae-f652512015f8 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:47,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/0d383483-6b0a-4259-98df-6324777d30be used request id req-3d305c9c-0ac0-4cf7-abae-f652512015f8 2018-09-07 18:27:47,085 - neutron_utils - INFO - Deleting security group rule with ID - be29038f-b909-494c-92ba-bf8d8a6a0bde 2018-09-07 18:27:47,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/be29038f-b909-494c-92ba-bf8d8a6a0bde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:47,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ba8633e-ddaf-4ade-bebb-b683506dc5bc Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:47,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/be29038f-b909-494c-92ba-bf8d8a6a0bde used request id req-9ba8633e-ddaf-4ade-bebb-b683506dc5bc 2018-09-07 18:27:47,520 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:47,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ae590a453bd9517cb8ee3ce99b0b3af7faebf3" 2018-09-07 18:27:47,799 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ac1e42a-995e-400e-9602-08b4708db455 Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:47,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-0ac1e42a-995e-400e-9602-08b4708db455 2018-09-07 18:27:47,799 - neutron_utils - INFO - Deleting security group rule with ID - be29038f-b909-494c-92ba-bf8d8a6a0bde 2018-09-07 18:27:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/be29038f-b909-494c-92ba-bf8d8a6a0bde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:48,019 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-a3be0b74-67da-4a5e-b126-0ba6a0756cf7 Date: Fri, 07 Sep 2018 18:27:48 GMT RESP BODY: {"NeutronError": {"message": "Security group rule be29038f-b909-494c-92ba-bf8d8a6a0bde does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-07 18:27:48,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/be29038f-b909-494c-92ba-bf8d8a6a0bde used request id req-a3be0b74-67da-4a5e-b126-0ba6a0756cf7 2018-09-07 18:27:48,020 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule be29038f-b909-494c-92ba-bf8d8a6a0bde does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-07 18:27:48,020 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule be29038f-b909-494c-92ba-bf8d8a6a0bde does not exist Neutron server returns request_ids: ['req-a3be0b74-67da-4a5e-b126-0ba6a0756cf7'] 2018-09-07 18:27:48,020 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:48,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/4a299715-3391-4fe4-bfac-0e3021b65fe6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad272fe9eb4a8d586a1f6a848a876c58befcc518" 2018-09-07 18:27:48,224 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-fd933b3a-db63-4d70-b571-5274db74ee0b Date: Fri, 07 Sep 2018 18:27:48 GMT RESP BODY: {"NeutronError": {"message": "Security group 4a299715-3391-4fe4-bfac-0e3021b65fe6 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-07 18:27:48,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/4a299715-3391-4fe4-bfac-0e3021b65fe6 used request id req-fd933b3a-db63-4d70-b571-5274db74ee0b 2018-09-07 18:27:48,224 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 4a299715-3391-4fe4-bfac-0e3021b65fe6 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-07 18:27:48,224 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 4a299715-3391-4fe4-bfac-0e3021b65fe6 does not exist Neutron server returns request_ids: ['req-fd933b3a-db63-4d70-b571-5274db74ee0b'] 2018-09-07 18:27:48,225 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e3f3fd78-81b8-46d-user1 2018-09-07 18:27:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcabf9c754d923f21556d99c0e8dd5fcaf1bc007" 2018-09-07 18:27:48,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-551501b8-13ca-4ddb-9d95-ce2a4f8e45fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:48,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/215ef7c71f5748cd9bbb069fae843a1a used request id req-551501b8-13ca-4ddb-9d95-ce2a4f8e45fe 2018-09-07 18:27:48,429 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e3f3fd78-81b8-46d-user2 2018-09-07 18:27:48,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/b674560c31a7404b9e572adea3458b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04622c5a63c99c7e53af4488febf980202f8b1d5" 2018-09-07 18:27:48,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc01af2d-1586-4a2c-889d-e1fbd83e4d26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:48,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/b674560c31a7404b9e572adea3458b11 used request id req-dc01af2d-1586-4a2c-889d-e1fbd83e4d26 2018-09-07 18:27:48,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:48,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-72bca1c1-502f-4358-80a9-90e2e3fd7b54 Date: Fri, 07 Sep 2018 18:27:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:41Z", "updated_at": "2018-09-07T18:27:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "revision_number": 0, "id": "7203fa03-cd6b-40f1-87b3-5173a4c6505b", "remote_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "revision_number": 0, "id": "c9582cce-2042-4ef8-9116-d4ad5934f685", "remote_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "revision_number": 0, "id": "e3b49eeb-d834-4d0b-a171-c734a77cc95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "revision_number": 0, "id": "e5cef645-ff02-4a4b-8562-dbf60894dce5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c"}], "revision_number": 4, "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}]} 2018-09-07 18:27:48,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-72bca1c1-502f-4358-80a9-90e2e3fd7b54 2018-09-07 18:27:48,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:48,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63e3c01-07cd-43a9-a390-113caa9161da Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c"}, "enabled": true, "id": "dd1e01993a9e44b69f0fd0b3435b679c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e3f3fd78-81b8-46d-name"}} 2018-09-07 18:27:48,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c used request id req-d63e3c01-07cd-43a9-a390-113caa9161da 2018-09-07 18:27:48,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f0be792-b83a-4736-9bde-8a4465f3e76f 2018-09-07 18:27:48,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=2f0be792-b83a-4736-9bde-8a4465f3e76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:49,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fc2131d0-0f84-42e1-9452-ffdc8cbc1eca Date: Fri, 07 Sep 2018 18:27:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:41Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "7203fa03-cd6b-40f1-87b3-5173a4c6505b"}, {"remote_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:41Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "c9582cce-2042-4ef8-9116-d4ad5934f685"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:41Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "e3b49eeb-d834-4d0b-a171-c734a77cc95c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:41Z", "security_group_id": "2f0be792-b83a-4736-9bde-8a4465f3e76f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd1e01993a9e44b69f0fd0b3435b679c", "created_at": "2018-09-07T18:27:41Z", "project_id": "dd1e01993a9e44b69f0fd0b3435b679c", "id": "e5cef645-ff02-4a4b-8562-dbf60894dce5"}]} 2018-09-07 18:27:49,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=2f0be792-b83a-4736-9bde-8a4465f3e76f used request id req-fc2131d0-0f84-42e1-9452-ffdc8cbc1eca 2018-09-07 18:27:49,098 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 18:27:49,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/2f0be792-b83a-4736-9bde-8a4465f3e76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:50,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8de1e0a-8e25-4884-94b4-efe13194afbc Content-Length: 0 Date: Fri, 07 Sep 2018 18:27:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:27:50,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/2f0be792-b83a-4736-9bde-8a4465f3e76f used request id req-b8de1e0a-8e25-4884-94b4-efe13194afbc 2018-09-07 18:27:50,154 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name 2018-09-07 18:27:50,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:50,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ef0893c-d789-4772-b783-529489ef863b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:50,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/dd1e01993a9e44b69f0fd0b3435b679c used request id req-2ef0893c-d789-4772-b783-529489ef863b 2018-09-07 18:27:50,342 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e3f3fd78-81b8-46d-name-role 2018-09-07 18:27:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:50,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:27:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dde008b-c9af-4bc4-8ef7-25dfc493ddba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:27:50,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/aa9d75b87a7f447e813a046b39539fec used request id req-7dde008b-c9af-4bc4-8ef7-25dfc493ddba 2018-09-07 18:27:50,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a45e9e569c85c8b802ca648622bd899552318e1" 2018-09-07 18:27:50,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088c344d-5c88-4cf6-b6d2-d502f6a4af86 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:27:50,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-088c344d-5c88-4cf6-b6d2-d502f6a4af86 2018-09-07 18:27:50,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:27:50,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["lRUHdkedQpq_pIvqmKm_Ng"], "issued_at": "2018-09-07T18:27:50.000000Z"}} 2018-09-07 18:27:50,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" 2018-09-07 18:27:51,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c183ea6d-0935-4eeb-93fc-c250923cd8c7 Date: Fri, 07 Sep 2018 18:27:51 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-07 18:27:51,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-c183ea6d-0935-4eeb-93fc-c250923cd8c7 2018-09-07 18:27:51,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace"}' 2018-09-07 18:27:52,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d X-Openstack-Request-Id: req-a9b2ae2e-3ae9-4b9f-b122-91504563cacb Date: Fri, 07 Sep 2018 18:27:52 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:27:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:27:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d", "min_disk": 0, "protected": false, "id": "0fe62e8b-1a80-4012-b9e3-60841d25265d", "file": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:27:52,452 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a9b2ae2e-3ae9-4b9f-b122-91504563cacb 2018-09-07 18:27:52,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" -d '' 2018-09-07 18:27:56,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ab3576c-7866-4a97-99a6-86910f3af6d7 Date: Fri, 07 Sep 2018 18:27:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:27:56,633 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/file used request id req-1ab3576c-7866-4a97-99a6-86910f3af6d7 2018-09-07 18:27:56,633 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:27:56,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" 2018-09-07 18:27:57,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-8f456ff1-b39c-4369-9c36-9ea9fc02ccf1 Date: Fri, 07 Sep 2018 18:27:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:27:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:27:56Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/snap", "metadata": {}}], "self": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d", "min_disk": 0, "protected": false, "id": "0fe62e8b-1a80-4012-b9e3-60841d25265d", "file": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:27:57,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d used request id req-8f456ff1-b39c-4369-9c36-9ea9fc02ccf1 2018-09-07 18:27:57,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" 2018-09-07 18:27:57,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcb4da59-7673-40f5-a231-270e2bafd4bc Date: Fri, 07 Sep 2018 18:27:57 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-07 18:27:57,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-bcb4da59-7673-40f5-a231-270e2bafd4bc 2018-09-07 18:27:57,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" 2018-09-07 18:27:58,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-26cbd361-a61d-400e-8ea6-f516b54d4514 Date: Fri, 07 Sep 2018 18:27:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:27:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:27:56Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/snap", "metadata": {}}], "self": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d", "min_disk": 0, "protected": false, "id": "0fe62e8b-1a80-4012-b9e3-60841d25265d", "file": "/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/0fe62e8b-1a80-4012-b9e3-60841d25265d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace"} 2018-09-07 18:27:58,548 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace used request id req-26cbd361-a61d-400e-8ea6-f516b54d4514 2018-09-07 18:27:58,548 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-06812502-13e4-4a2e-83db-0ef84c875ace 2018-09-07 18:27:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e83540547a87fbf3e9e1efd7c432c65bbbbf5be" 2018-09-07 18:28:00,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b88d76e7-2652-4a54-961a-b3b08f0dc52f Date: Fri, 07 Sep 2018 18:28: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-07 18:28:00,352 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0fe62e8b-1a80-4012-b9e3-60841d25265d used request id req-b88d76e7-2652-4a54-961a-b3b08f0dc52f 2018-09-07 18:28:00,354 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-07 18:28:00,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:00,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["ak6LfBLhQ9WniDyGGbGxGw"], "issued_at": "2018-09-07T18:28:00.000000Z"}} 2018-09-07 18:28:00,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:00,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f796a8a1-bc21-442d-8f2d-5817d34f5478 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:00,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f796a8a1-bc21-442d-8f2d-5817d34f5478 2018-09-07 18:28:00,839 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net 2018-09-07 18:28:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" -d '{"network": {"name": "NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:01,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-3c28fee2-5b4f-437f-a3fe-e34500d424c0 Date: Fri, 07 Sep 2018 18:28: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":"b7f23111-a1e1-492e-be42-dc626b680fe9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:01Z","is_default":false,"provider:segmentation_id":34,"name":"NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:01Z","mtu":1450}} 2018-09-07 18:28:01,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-3c28fee2-5b4f-437f-a3fe-e34500d424c0 2018-09-07 18:28:01,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:02,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6671025f-c27c-4621-88cf-c9ad1a79c5a6 Date: Fri, 07 Sep 2018 18:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b7f23111-a1e1-492e-be42-dc626b680fe9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:01Z","provider:segmentation_id":34,"name":"NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:02,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-6671025f-c27c-4621-88cf-c9ad1a79c5a6 2018-09-07 18:28:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:02,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1380b756-ad63-4b8a-8e0b-b98c04373990 Date: Fri, 07 Sep 2018 18:28:02 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:02,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-1380b756-ad63-4b8a-8e0b-b98c04373990 2018-09-07 18:28:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:02,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0a81a515-e174-4275-b0d7-8c4bd54a0a39 Date: Fri, 07 Sep 2018 18:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b7f23111-a1e1-492e-be42-dc626b680fe9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:01Z","provider:segmentation_id":34,"name":"NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:02,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-0a81a515-e174-4275-b0d7-8c4bd54a0a39 2018-09-07 18:28:02,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:02,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ca12ab6d-0e35-48b1-bf8f-375104ecaf6b Date: Fri, 07 Sep 2018 18:28:02 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:02,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-ca12ab6d-0e35-48b1-bf8f-375104ecaf6b 2018-09-07 18:28:02,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:02,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-845714e6-a6a1-456b-af90-410bdc94abdc Date: Fri, 07 Sep 2018 18:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b7f23111-a1e1-492e-be42-dc626b680fe9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:01Z","provider:segmentation_id":34,"name":"NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:02,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net used request id req-845714e6-a6a1-456b-af90-410bdc94abdc 2018-09-07 18:28:02,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:03,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:03,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:03,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7217e303-7fef-457b-9fc6-ad93c9c4c8ba Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:03,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-7217e303-7fef-457b-9fc6-ad93c9c4c8ba 2018-09-07 18:28:03,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:03,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6ae7efc2-bddc-4b8e-a893-0e946a6c2bd6 Date: Fri, 07 Sep 2018 18:28:03 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:03,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-6ae7efc2-bddc-4b8e-a893-0e946a6c2bd6 2018-09-07 18:28:03,217 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-7ed6550f-8eaf-4ec1-b5f5-a1f9a71a8eee-pub-net 2018-09-07 18:28:03,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/b7f23111-a1e1-492e-be42-dc626b680fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea93922dcdb80d3160bb2b4c1f23760e5bbca830" 2018-09-07 18:28:04,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-88390e73-4146-4a9d-9012-5d5cdc261ece Date: Fri, 07 Sep 2018 18:28:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:04,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/b7f23111-a1e1-492e-be42-dc626b680fe9 used request id req-88390e73-4146-4a9d-9012-5d5cdc261ece 2018-09-07 18:28:04,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:04,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wNfw3zgvS4WRDWja_HSTuw"], "issued_at": "2018-09-07T18:28:04.000000Z"}} 2018-09-07 18:28:04,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f00491efb1af522d56f3564ca3dbfd7868c1f4" 2018-09-07 18:28:04,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda29ef2-07ff-4013-8fa6-032bef3e97bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:04,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bda29ef2-07ff-4013-8fa6-032bef3e97bf 2018-09-07 18:28:04,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:05,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["hku3Dq_CR9aoI5tmgWSoPA"], "issued_at": "2018-09-07T18:28:05.000000Z"}} 2018-09-07 18:28:05,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c71e15d9480d06516666f4dfe43779c7c681db3" 2018-09-07 18:28:05,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38a577b-2991-4c77-8c10-d87a8115fea4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:05,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e38a577b-2991-4c77-8c10-d87a8115fea4 2018-09-07 18:28:05,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:05,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["xq0JkhigSL2spTNgZrACcA"], "issued_at": "2018-09-07T18:28:05.000000Z"}} 2018-09-07 18:28:05,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:05,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d6d83a-68c4-4fd4-86a7-3cac9ea3f07e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:05,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c9d6d83a-68c4-4fd4-86a7-3cac9ea3f07e 2018-09-07 18:28:05,578 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net 2018-09-07 18:28:05,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" -d '{"network": {"name": "NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:05,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-47ebb591-f99b-4738-abf8-953f56e86957 Date: Fri, 07 Sep 2018 18:28: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":"ddc1df51-b14e-4345-b993-b593e2e424a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:05Z","is_default":false,"provider:segmentation_id":87,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:05Z","mtu":1450}} 2018-09-07 18:28:05,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-47ebb591-f99b-4738-abf8-953f56e86957 2018-09-07 18:28:05,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:06,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-588c9032-0b48-4937-9ae2-c301ff2a4b3f Date: Fri, 07 Sep 2018 18:28:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ddc1df51-b14e-4345-b993-b593e2e424a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:05Z","provider:segmentation_id":87,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:05Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:06,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-588c9032-0b48-4937-9ae2-c301ff2a4b3f 2018-09-07 18:28:06,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:06,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-189642fe-e3ad-4249-aea0-dc4bb4980dd7 Date: Fri, 07 Sep 2018 18:28:06 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:06,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-189642fe-e3ad-4249-aea0-dc4bb4980dd7 2018-09-07 18:28:06,538 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet 2018-09-07 18:28:06,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" -d '{"subnets": [{"ip_version": 4, "network_id": "ddc1df51-b14e-4345-b993-b593e2e424a3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]}' 2018-09-07 18:28:07,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a2ef505-857a-4f84-ad63-836560a72d7d Date: Fri, 07 Sep 2018 18:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:07,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-0a2ef505-857a-4f84-ad63-836560a72d7d 2018-09-07 18:28:07,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:07,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-882505d3-1d91-42da-b307-bc609e575c57 Date: Fri, 07 Sep 2018 18:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ddc1df51-b14e-4345-b993-b593e2e424a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["3e15538e-3dc0-434b-9202-7414df9c3ade"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:07Z","provider:segmentation_id":87,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:05Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:07,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-882505d3-1d91-42da-b307-bc609e575c57 2018-09-07 18:28:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:07,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d017858f-a4f5-4ad5-8cb9-15c6278585dd Date: Fri, 07 Sep 2018 18:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:07,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-d017858f-a4f5-4ad5-8cb9-15c6278585dd 2018-09-07 18:28:07,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:07,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c98a2a51-8756-478f-8a7c-aa85e19f52ad Date: Fri, 07 Sep 2018 18:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ddc1df51-b14e-4345-b993-b593e2e424a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["3e15538e-3dc0-434b-9202-7414df9c3ade"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:07Z","provider:segmentation_id":87,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:05Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:07,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net used request id req-c98a2a51-8756-478f-8a7c-aa85e19f52ad 2018-09-07 18:28:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:07,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:08,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501f661a-7566-446f-a142-45acc18a150c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:08,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-501f661a-7566-446f-a142-45acc18a150c 2018-09-07 18:28:08,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:08,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ad1e2acf-6c3c-4ed4-86a4-a69a69474be2 Date: Fri, 07 Sep 2018 18:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:08,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-ad1e2acf-6c3c-4ed4-86a4-a69a69474be2 2018-09-07 18:28:08,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3&name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:08,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ae47778-fb3d-4653-bbfb-11895c7e12ae Date: Fri, 07 Sep 2018 18:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:08,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3&name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet used request id req-8ae47778-fb3d-4653-bbfb-11895c7e12ae 2018-09-07 18:28:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3&name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:08,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d8530ecd-e1fb-4e8e-b704-fa41c9b16d7c Date: Fri, 07 Sep 2018 18:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:08,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3&name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet used request id req-d8530ecd-e1fb-4e8e-b704-fa41c9b16d7c 2018-09-07 18:28:08,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:08,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da48b573-69d4-4dea-b134-1fa8fcadbf56 Date: Fri, 07 Sep 2018 18:28:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:08,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-da48b573-69d4-4dea-b134-1fa8fcadbf56 2018-09-07 18:28:08,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:09,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b3ab5a34-674e-4427-af7c-5f4a08ca593d Date: Fri, 07 Sep 2018 18:28:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc1df51-b14e-4345-b993-b593e2e424a3","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:07Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"3e15538e-3dc0-434b-9202-7414df9c3ade","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet"}]} 2018-09-07 18:28:09,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet used request id req-b3ab5a34-674e-4427-af7c-5f4a08ca593d 2018-09-07 18:28:09,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:09,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb028adf-ff50-4e5b-a34b-bfb918c3274e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:09,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-bb028adf-ff50-4e5b-a34b-bfb918c3274e 2018-09-07 18:28:09,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet 2018-09-07 18:28:09,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-subnet 2018-09-07 18:28:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/3e15538e-3dc0-434b-9202-7414df9c3ade -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:11,505 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4427e678-d253-4e56-b327-e15fdf2a2f0b Date: Fri, 07 Sep 2018 18:28:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:11,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3e15538e-3dc0-434b-9202-7414df9c3ade used request id req-4427e678-d253-4e56-b327-e15fdf2a2f0b 2018-09-07 18:28:11,505 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1d840b18-bbce-4767-ab70-134a5d15e2d2-pub-net 2018-09-07 18:28:11,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/ddc1df51-b14e-4345-b993-b593e2e424a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f55325d668f1197e17dbcca2f151c6ea3f9bab7e" 2018-09-07 18:28:13,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2be73ac-f1ab-4f18-878f-5f34714229ef Date: Fri, 07 Sep 2018 18:28:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:13,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ddc1df51-b14e-4345-b993-b593e2e424a3 used request id req-f2be73ac-f1ab-4f18-878f-5f34714229ef 2018-09-07 18:28:13,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:13,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["0keVzOFHRuCy0aog5lxy9g"], "issued_at": "2018-09-07T18:28:13.000000Z"}} 2018-09-07 18:28:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" 2018-09-07 18:28:13,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204b4cc9-a2ac-41b5-905f-9de3c1449ad3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:13,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-204b4cc9-a2ac-41b5-905f-9de3c1449ad3 2018-09-07 18:28:13,531 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net 2018-09-07 18:28:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" -d '{"network": {"name": "NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:14,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f39bcaf7-6ae2-484c-adfc-c92db4c2f54c Date: Fri, 07 Sep 2018 18:28:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b4677a9d-39d0-447d-a770-54ee2244b639","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:13Z","is_default":false,"provider:segmentation_id":40,"name":"NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:13Z","mtu":1450}} 2018-09-07 18:28:14,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-f39bcaf7-6ae2-484c-adfc-c92db4c2f54c 2018-09-07 18:28:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=b4677a9d-39d0-447d-a770-54ee2244b639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" 2018-09-07 18:28:14,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-eded7920-a118-473f-8ea8-10be9082142e Date: Fri, 07 Sep 2018 18:28:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b4677a9d-39d0-447d-a770-54ee2244b639","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:13Z","provider:segmentation_id":40,"name":"NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:13Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:14,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=b4677a9d-39d0-447d-a770-54ee2244b639 used request id req-eded7920-a118-473f-8ea8-10be9082142e 2018-09-07 18:28:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b4677a9d-39d0-447d-a770-54ee2244b639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" 2018-09-07 18:28:14,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-44fa2b4c-3d5b-4cf5-9ab4-efed38891051 Date: Fri, 07 Sep 2018 18:28:14 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:14,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b4677a9d-39d0-447d-a770-54ee2244b639 used request id req-44fa2b4c-3d5b-4cf5-9ab4-efed38891051 2018-09-07 18:28:14,478 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-subnet 2018-09-07 18:28:14,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" -d '{"subnets": [{"ip_version": 4, "network_id": "b4677a9d-39d0-447d-a770-54ee2244b639", "cidr": "", "name": "NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-subnet"}]}' 2018-09-07 18:28:14,644 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-2162cec3-6ffb-456c-8946-4b0de9c122ed Date: Fri, 07 Sep 2018 18:28:14 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-07 18:28:14,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-2162cec3-6ffb-456c-8946-4b0de9c122ed 2018-09-07 18:28:14,644 - 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-07 18:28:14,644 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-subnet] for network [NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net] 2018-09-07 18:28:14,645 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ef06330c-95e8-4d50-8c83-bc62953b5f90-pub-net 2018-09-07 18:28:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/b4677a9d-39d0-447d-a770-54ee2244b639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6804338a00f9c38fda4381fc0712234513159887" 2018-09-07 18:28:15,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76d419dd-a3e9-4d02-9942-5ab29373042f Date: Fri, 07 Sep 2018 18:28:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:15,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/b4677a9d-39d0-447d-a770-54ee2244b639 used request id req-76d419dd-a3e9-4d02-9942-5ab29373042f 2018-09-07 18:28:15,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:15,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["KEB2RszcSQmkt-XA4NT8nA"], "issued_at": "2018-09-07T18:28:15.000000Z"}} 2018-09-07 18:28:15,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:15,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22571204-6cd1-4e6c-b807-e2fb14644e24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:15,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-22571204-6cd1-4e6c-b807-e2fb14644e24 2018-09-07 18:28:15,784 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net 2018-09-07 18:28:15,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" -d '{"network": {"name": "NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:16,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-824534f6-b892-4f49-98eb-0c1e4b7ce14f Date: Fri, 07 Sep 2018 18:28: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":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:16Z","is_default":false,"provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","mtu":1450}} 2018-09-07 18:28:16,268 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-824534f6-b892-4f49-98eb-0c1e4b7ce14f 2018-09-07 18:28:16,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:16,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4c5f611c-a980-4df5-b629-a70ce60e0926 Date: Fri, 07 Sep 2018 18:28:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:16Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:16,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-4c5f611c-a980-4df5-b629-a70ce60e0926 2018-09-07 18:28:16,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:16,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6b72a657-a1a0-4fe9-bb97-3bd231def46e Date: Fri, 07 Sep 2018 18:28:16 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:16,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-6b72a657-a1a0-4fe9-bb97-3bd231def46e 2018-09-07 18:28:16,673 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet 2018-09-07 18:28:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" -d '{"subnets": [{"ip_version": 4, "network_id": "3d455fb4-c273-472d-9a3d-c5d55c85b8dc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]}' 2018-09-07 18:28:17,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1dfbff57-b5e9-4692-8515-d89833d95de4 Date: Fri, 07 Sep 2018 18:28:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:17,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-1dfbff57-b5e9-4692-8515-d89833d95de4 2018-09-07 18:28:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:17,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-25023cbc-fedc-4c1a-a1cb-64ec6c88b70a Date: Fri, 07 Sep 2018 18:28:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["e963d2e3-d529-46df-94ed-a23bc27e315d"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:16Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:17,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-25023cbc-fedc-4c1a-a1cb-64ec6c88b70a 2018-09-07 18:28:17,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:17,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c69f742f-b5fc-4bb3-ad6e-9cf435ad1c51 Date: Fri, 07 Sep 2018 18:28:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:17,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-c69f742f-b5fc-4bb3-ad6e-9cf435ad1c51 2018-09-07 18:28:17,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:18,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-da9c38ef-e12a-410d-834b-ba9f93fde565 Date: Fri, 07 Sep 2018 18:28:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["e963d2e3-d529-46df-94ed-a23bc27e315d"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:16Z","provider:segmentation_id":99,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:18,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net used request id req-da9c38ef-e12a-410d-834b-ba9f93fde565 2018-09-07 18:28:18,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:18,112 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:18,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:18,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ddec28-189e-426d-9712-98a4f34e8141 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:18,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-66ddec28-189e-426d-9712-98a4f34e8141 2018-09-07 18:28:18,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:19,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50f0a8fd-aa17-4d10-90e3-e0196b4f48ec Date: Fri, 07 Sep 2018 18:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:19,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-50f0a8fd-aa17-4d10-90e3-e0196b4f48ec 2018-09-07 18:28:19,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc&name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:19,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3bc647b-70e5-48e7-bbc1-f4d6762d00fc Date: Fri, 07 Sep 2018 18:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:19,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc&name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet used request id req-e3bc647b-70e5-48e7-bbc1-f4d6762d00fc 2018-09-07 18:28:19,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc&name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:19,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-683d5f47-095d-4bc1-96bb-9872d231cb16 Date: Fri, 07 Sep 2018 18:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:19,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc&name=NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet used request id req-683d5f47-095d-4bc1-96bb-9872d231cb16 2018-09-07 18:28:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:19,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a82482b-a473-4920-8418-565bf286e9e2 Date: Fri, 07 Sep 2018 18:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d455fb4-c273-472d-9a3d-c5d55c85b8dc","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:16Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:16Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"e963d2e3-d529-46df-94ed-a23bc27e315d","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet"}]} 2018-09-07 18:28:19,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-7a82482b-a473-4920-8418-565bf286e9e2 2018-09-07 18:28:19,418 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet 2018-09-07 18:28:19,418 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-subnet 2018-09-07 18:28:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/e963d2e3-d529-46df-94ed-a23bc27e315d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:21,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af92a080-e45c-400b-a4bf-74ce38f76517 Date: Fri, 07 Sep 2018 18:28:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:21,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/e963d2e3-d529-46df-94ed-a23bc27e315d used request id req-af92a080-e45c-400b-a4bf-74ce38f76517 2018-09-07 18:28:21,699 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e447a5f2-ff7a-4fe0-8ff6-e9769b282fad-pub-net 2018-09-07 18:28:21,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/3d455fb4-c273-472d-9a3d-c5d55c85b8dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17af72e056c65aba348cad3d9804b01698058d" 2018-09-07 18:28:23,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-627452d0-9eca-4a78-a567-233d357628db Date: Fri, 07 Sep 2018 18:28:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:23,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3d455fb4-c273-472d-9a3d-c5d55c85b8dc used request id req-627452d0-9eca-4a78-a567-233d357628db 2018-09-07 18:28:23,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:23,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["lawYtu-gT7u-JsW0-8t0pw"], "issued_at": "2018-09-07T18:28:23.000000Z"}} 2018-09-07 18:28:23,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" 2018-09-07 18:28:23,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e1ff9a-dc8b-4e37-9ddd-294f04f62b11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:23,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-70e1ff9a-dc8b-4e37-9ddd-294f04f62b11 2018-09-07 18:28:23,844 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net 2018-09-07 18:28:23,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" -d '{"network": {"name": "NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:24,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5e0085a5-f59a-4f30-b34a-5f7c3815a36e Date: Fri, 07 Sep 2018 18:28:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d7d4cc81-878d-441b-ba92-21a968c960b1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:24Z","is_default":false,"provider:segmentation_id":57,"name":"NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:24Z","mtu":1450}} 2018-09-07 18:28:24,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-5e0085a5-f59a-4f30-b34a-5f7c3815a36e 2018-09-07 18:28:24,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=d7d4cc81-878d-441b-ba92-21a968c960b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" 2018-09-07 18:28:24,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1c963082-872f-4b94-89f5-212a4406f665 Date: Fri, 07 Sep 2018 18:28:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d7d4cc81-878d-441b-ba92-21a968c960b1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:24Z","provider:segmentation_id":57,"name":"NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:24Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:24,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=d7d4cc81-878d-441b-ba92-21a968c960b1 used request id req-1c963082-872f-4b94-89f5-212a4406f665 2018-09-07 18:28:24,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d7d4cc81-878d-441b-ba92-21a968c960b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" 2018-09-07 18:28:24,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c8ba051c-488b-41d4-bfcb-a23c1612cb52 Date: Fri, 07 Sep 2018 18:28:24 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:24,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d7d4cc81-878d-441b-ba92-21a968c960b1 used request id req-c8ba051c-488b-41d4-bfcb-a23c1612cb52 2018-09-07 18:28:24,980 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-subnet 2018-09-07 18:28:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" -d '{"subnets": [{"ip_version": 4, "network_id": "d7d4cc81-878d-441b-ba92-21a968c960b1", "cidr": null, "name": "NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-subnet"}]}' 2018-09-07 18:28:25,064 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-912493a4-49ba-4e75-98b4-cffbb2e3240a Date: Fri, 07 Sep 2018 18:28:25 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-07 18:28:25,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-912493a4-49ba-4e75-98b4-cffbb2e3240a 2018-09-07 18:28:25,064 - 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-07 18:28:25,065 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-subnet] for network [NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net] 2018-09-07 18:28:25,065 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e4a98f4c-55ee-409b-8b6f-aa06edd5ae33-pub-net 2018-09-07 18:28:25,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/d7d4cc81-878d-441b-ba92-21a968c960b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}843c31fa91089be7e519330bb5508e88c10b3acd" 2018-09-07 18:28:26,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae5e0d36-14f8-4a5d-909d-b35cfa182a30 Date: Fri, 07 Sep 2018 18:28:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:26,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d7d4cc81-878d-441b-ba92-21a968c960b1 used request id req-ae5e0d36-14f8-4a5d-909d-b35cfa182a30 2018-09-07 18:28:26,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:27,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["1xEym6rCTPWo0hA8EAHUpQ"], "issued_at": "2018-09-07T18:28:27.000000Z"}} 2018-09-07 18:28:27,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:27,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bafc76-8d15-4408-a1da-a04dc37c0438 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:27,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f7bafc76-8d15-4408-a1da-a04dc37c0438 2018-09-07 18:28:27,072 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net 2018-09-07 18:28:27,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" -d '{"network": {"name": "NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:27,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c724e11c-24bf-47d3-942e-2b06229e112b Date: Fri, 07 Sep 2018 18:28:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"520030f6-b09f-43b9-92cd-8a7bf346003d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:27Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:27Z","mtu":1450}} 2018-09-07 18:28:27,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-c724e11c-24bf-47d3-942e-2b06229e112b 2018-09-07 18:28:27,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:27,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-594fd0c9-294c-42cb-806d-3f29dd60097a Date: Fri, 07 Sep 2018 18:28:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"520030f6-b09f-43b9-92cd-8a7bf346003d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:27Z","provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:27Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:27,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-594fd0c9-294c-42cb-806d-3f29dd60097a 2018-09-07 18:28:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:27,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e24698d9-6e4d-4660-99ef-61a2050a6e59 Date: Fri, 07 Sep 2018 18:28:27 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:27,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-e24698d9-6e4d-4660-99ef-61a2050a6e59 2018-09-07 18:28:27,987 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet 2018-09-07 18:28:27,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" -d '{"subnets": [{"ip_version": 4, "network_id": "520030f6-b09f-43b9-92cd-8a7bf346003d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet"}]}' 2018-09-07 18:28:28,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78287441-43b2-40ef-bb37-150663c44632 Date: Fri, 07 Sep 2018 18:28:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"520030f6-b09f-43b9-92cd-8a7bf346003d","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:28Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4c8d329e-0460-4852-a7d5-f30c5fd00a7e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet"}]} 2018-09-07 18:28:28,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-78287441-43b2-40ef-bb37-150663c44632 2018-09-07 18:28:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:28,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7aa1c07b-985e-4e8b-b1c8-d9bcae30d1f4 Date: Fri, 07 Sep 2018 18:28:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"520030f6-b09f-43b9-92cd-8a7bf346003d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4c8d329e-0460-4852-a7d5-f30c5fd00a7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:28Z","provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:27Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:28,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-7aa1c07b-985e-4e8b-b1c8-d9bcae30d1f4 2018-09-07 18:28:28,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:29,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-53ad9a2f-0182-40b5-b3a6-5016fdfe6f0d Date: Fri, 07 Sep 2018 18:28:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"520030f6-b09f-43b9-92cd-8a7bf346003d","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:28Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4c8d329e-0460-4852-a7d5-f30c5fd00a7e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet"}]} 2018-09-07 18:28:29,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-53ad9a2f-0182-40b5-b3a6-5016fdfe6f0d 2018-09-07 18:28:29,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:29,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b3731f0a-8fd8-4c3d-91f2-cbc38a825869 Date: Fri, 07 Sep 2018 18:28:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"520030f6-b09f-43b9-92cd-8a7bf346003d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4c8d329e-0460-4852-a7d5-f30c5fd00a7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:28Z","provider:segmentation_id":43,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:27Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:29,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net used request id req-b3731f0a-8fd8-4c3d-91f2-cbc38a825869 2018-09-07 18:28:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:29,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:29,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b955b7-93fd-496f-975b-a3f6dd2c4ddc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:29,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-a1b955b7-93fd-496f-975b-a3f6dd2c4ddc 2018-09-07 18:28:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:29,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e22ebf9e-c130-4cfe-9ca1-d81a54a8d661 Date: Fri, 07 Sep 2018 18:28:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"520030f6-b09f-43b9-92cd-8a7bf346003d","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:28Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4c8d329e-0460-4852-a7d5-f30c5fd00a7e","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet"}]} 2018-09-07 18:28:29,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-e22ebf9e-c130-4cfe-9ca1-d81a54a8d661 2018-09-07 18:28:29,593 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet 2018-09-07 18:28:29,593 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-subnet 2018-09-07 18:28:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/4c8d329e-0460-4852-a7d5-f30c5fd00a7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:32,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13ed4958-c6c5-4c67-bb58-6487b3d81063 Date: Fri, 07 Sep 2018 18:28:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:32,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4c8d329e-0460-4852-a7d5-f30c5fd00a7e used request id req-13ed4958-c6c5-4c67-bb58-6487b3d81063 2018-09-07 18:28:32,686 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-babb5412-7963-4e46-ace2-85559df1f40e-pub-net 2018-09-07 18:28:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/520030f6-b09f-43b9-92cd-8a7bf346003d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a0fe0e51b657cde2ea4f1939deb5b97dc1b9d7" 2018-09-07 18:28:34,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08f432eb-a0f1-45a1-99e3-6bd9c3150a33 Date: Fri, 07 Sep 2018 18:28:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:34,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/520030f6-b09f-43b9-92cd-8a7bf346003d used request id req-08f432eb-a0f1-45a1-99e3-6bd9c3150a33 2018-09-07 18:28:34,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:34,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wZ550oYyTfS9GVVzfX3jsg"], "issued_at": "2018-09-07T18:28:34.000000Z"}} 2018-09-07 18:28:34,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:34,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e17708-ee97-4fa0-8a3b-c46a951cc3b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:34,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-45e17708-ee97-4fa0-8a3b-c46a951cc3b3 2018-09-07 18:28:34,624 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net 2018-09-07 18:28:34,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" -d '{"network": {"name": "NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:35,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7f1f2426-02b3-490c-b091-8ecd27b18f29 Date: Fri, 07 Sep 2018 18:28:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:34Z","is_default":false,"provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:34Z","mtu":1450}} 2018-09-07 18:28:35,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-7f1f2426-02b3-490c-b091-8ecd27b18f29 2018-09-07 18:28:35,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:35,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-23c52318-5b75-415a-9a15-68467ea6202b Date: Fri, 07 Sep 2018 18:28:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:34Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:34Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:35,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-23c52318-5b75-415a-9a15-68467ea6202b 2018-09-07 18:28:35,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:35,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2619bbfc-7b01-401e-9e56-5c819e659108 Date: Fri, 07 Sep 2018 18:28:35 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:35,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-2619bbfc-7b01-401e-9e56-5c819e659108 2018-09-07 18:28:35,507 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet 2018-09-07 18:28:35,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" -d '{"subnets": [{"ip_version": 4, "network_id": "1d711c50-91ba-40e2-86a7-1dc7d9134e53", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet"}]}' 2018-09-07 18:28:36,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8a0e4572-01e2-43c0-a5c9-c7a2edbe2506 Date: Fri, 07 Sep 2018 18:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:35Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"07197ceb-c616-4291-bf16-4b6a4d05766e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet"}]} 2018-09-07 18:28:36,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-8a0e4572-01e2-43c0-a5c9-c7a2edbe2506 2018-09-07 18:28:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:36,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ce70ac0c-b7a4-421b-a41d-519ef59a6902 Date: Fri, 07 Sep 2018 18:28:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["07197ceb-c616-4291-bf16-4b6a4d05766e"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:35Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:34Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:36,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-ce70ac0c-b7a4-421b-a41d-519ef59a6902 2018-09-07 18:28:36,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:36,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a322276-4e95-4be1-b1ef-00b5c300889e Date: Fri, 07 Sep 2018 18:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:35Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"07197ceb-c616-4291-bf16-4b6a4d05766e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet"}]} 2018-09-07 18:28:36,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-3a322276-4e95-4be1-b1ef-00b5c300889e 2018-09-07 18:28:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:36,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fdbc783f-644b-4d38-b574-2050c15a619c Date: Fri, 07 Sep 2018 18:28:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["07197ceb-c616-4291-bf16-4b6a4d05766e"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:35Z","provider:segmentation_id":24,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:34Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:36,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net used request id req-fdbc783f-644b-4d38-b574-2050c15a619c 2018-09-07 18:28:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:36,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:36,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:36,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1cd1c5a-0b60-4ef0-bf4c-b6206a7c2c13 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:36,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-c1cd1c5a-0b60-4ef0-bf4c-b6206a7c2c13 2018-09-07 18:28:36,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:36,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-edd9524a-23bf-4014-adfe-6deec1ff92bc Date: Fri, 07 Sep 2018 18:28:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:35Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"07197ceb-c616-4291-bf16-4b6a4d05766e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet"}]} 2018-09-07 18:28:36,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-edd9524a-23bf-4014-adfe-6deec1ff92bc 2018-09-07 18:28:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53&name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:37,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c6e0cfff-6f93-4c2b-9780-c794b3808807 Date: Fri, 07 Sep 2018 18:28:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d711c50-91ba-40e2-86a7-1dc7d9134e53","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:35Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"07197ceb-c616-4291-bf16-4b6a4d05766e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet"}]} 2018-09-07 18:28:37,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=1d711c50-91ba-40e2-86a7-1dc7d9134e53&name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet used request id req-c6e0cfff-6f93-4c2b-9780-c794b3808807 2018-09-07 18:28:37,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:28:37,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:37,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["xRxLUapVQxOobujQ6lWV4Q"], "issued_at": "2018-09-07T18:28:37.000000Z"}} 2018-09-07 18:28:37,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae374d15ec715323d7917e6e4ebcc778981f6701" 2018-09-07 18:28:37,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03462f3b-981a-4dc1-aa12-c8fa32b7aa5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:37,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-03462f3b-981a-4dc1-aa12-c8fa32b7aa5c 2018-09-07 18:28:37,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:37,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c4cc1762-7821-4b4c-828b-ff88bb67bed1 Date: Fri, 07 Sep 2018 18:28:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:28:37,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-c4cc1762-7821-4b4c-828b-ff88bb67bed1 2018-09-07 18:28:37,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:37,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9c1dc40b-4194-4e82-a81f-f9db5000a295 Date: Fri, 07 Sep 2018 18:28:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:28:37,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-9c1dc40b-4194-4e82-a81f-f9db5000a295 2018-09-07 18:28:37,833 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router 2018-09-07 18:28:37,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router", "admin_state_up": true}}' 2018-09-07 18:28:39,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-09b6d647-5e53-4bcb-88f2-495f85fcd1a4 Date: Fri, 07 Sep 2018 18:28:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "be5ab1aa-bf8f-4c5b-aff3-90411b891ea1", "name": "NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router"}} 2018-09-07 18:28:39,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-09b6d647-5e53-4bcb-88f2-495f85fcd1a4 2018-09-07 18:28:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:39,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4a059c89-f6a9-42ec-ab0b-ef3ea1d29f1b Date: Fri, 07 Sep 2018 18:28:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.203"}],"id":"47307748-ad0e-4352-b981-d3d15c5dd423","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9e:28:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"be5ab1aa-bf8f-4c5b-aff3-90411b891ea1","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:38Z","binding:vnic_type":"normal"}]} 2018-09-07 18:28:39,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 used request id req-4a059c89-f6a9-42ec-ab0b-ef3ea1d29f1b 2018-09-07 18:28:39,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:39,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-07e936ee-3a5a-4501-8852-6b5da7473ae9 Date: Fri, 07 Sep 2018 18:28:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:28:39,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-07e936ee-3a5a-4501-8852-6b5da7473ae9 2018-09-07 18:28:39,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:39,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aac2bb9d-bbbf-40e1-8ac0-4435d9e68c06 Date: Fri, 07 Sep 2018 18:28:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "be5ab1aa-bf8f-4c5b-aff3-90411b891ea1", "name": "NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router"}]} 2018-09-07 18:28:39,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router used request id req-aac2bb9d-bbbf-40e1-8ac0-4435d9e68c06 2018-09-07 18:28:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:39,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b6dde3f-a68a-4d0d-a8c6-23eb2227f3c8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:39,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-5b6dde3f-a68a-4d0d-a8c6-23eb2227f3c8 2018-09-07 18:28:39,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:40,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-381a5f15-1abb-490e-b0b4-6d1ae4a6e6a0 Date: Fri, 07 Sep 2018 18:28:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.203"}],"id":"47307748-ad0e-4352-b981-d3d15c5dd423","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9e:28:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"be5ab1aa-bf8f-4c5b-aff3-90411b891ea1","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:38Z","binding:vnic_type":"normal"}]} 2018-09-07 18:28:40,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 used request id req-381a5f15-1abb-490e-b0b4-6d1ae4a6e6a0 2018-09-07 18:28:40,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:40,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-686cb413-7644-4618-ba1c-c4bcf8d22de1 Date: Fri, 07 Sep 2018 18:28:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:28:40,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-686cb413-7644-4618-ba1c-c4bcf8d22de1 2018-09-07 18:28:40,835 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router 2018-09-07 18:28:40,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" -d '{"subnet_id": "07197ceb-c616-4291-bf16-4b6a4d05766e"}' 2018-09-07 18:28:42,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f009ebf1-d741-42f8-8664-bb221360ca7f Date: Fri, 07 Sep 2018 18:28:42 GMT RESP BODY: {"network_id": "1d711c50-91ba-40e2-86a7-1dc7d9134e53", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "subnet_id": "07197ceb-c616-4291-bf16-4b6a4d05766e", "subnet_ids": ["07197ceb-c616-4291-bf16-4b6a4d05766e"], "port_id": "77c4c79e-df96-4513-ab4c-62fbadf861ae", "id": "be5ab1aa-bf8f-4c5b-aff3-90411b891ea1"} 2018-09-07 18:28:42,077 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1/add_router_interface used request id req-f009ebf1-d741-42f8-8664-bb221360ca7f 2018-09-07 18:28:42,078 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router 2018-09-07 18:28:42,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" -d '{"subnet_id": "07197ceb-c616-4291-bf16-4b6a4d05766e"}' 2018-09-07 18:28:43,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f3cad19-dd32-405c-a164-b42137c05eca Date: Fri, 07 Sep 2018 18:28:43 GMT RESP BODY: {"network_id": "1d711c50-91ba-40e2-86a7-1dc7d9134e53", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "subnet_id": "07197ceb-c616-4291-bf16-4b6a4d05766e", "subnet_ids": ["07197ceb-c616-4291-bf16-4b6a4d05766e"], "port_id": "77c4c79e-df96-4513-ab4c-62fbadf861ae", "id": "be5ab1aa-bf8f-4c5b-aff3-90411b891ea1"} 2018-09-07 18:28:43,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1/remove_router_interface used request id req-4f3cad19-dd32-405c-a164-b42137c05eca 2018-09-07 18:28:43,227 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router 2018-09-07 18:28:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:44,334 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50564448-9970-4b74-88e8-35e173354078 Content-Length: 0 Date: Fri, 07 Sep 2018 18:28:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:44,334 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/be5ab1aa-bf8f-4c5b-aff3-90411b891ea1 used request id req-50564448-9970-4b74-88e8-35e173354078 2018-09-07 18:28:44,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:44,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37d22340-b48e-4090-af81-064080c7d203 Date: Fri, 07 Sep 2018 18:28:44 GMT RESP BODY: {"routers": []} 2018-09-07 18:28:44,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-router used request id req-37d22340-b48e-4090-af81-064080c7d203 2018-09-07 18:28:44,553 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet 2018-09-07 18:28:44,553 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-subnet 2018-09-07 18:28:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/07197ceb-c616-4291-bf16-4b6a4d05766e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:46,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05d73390-b5af-4e70-9245-671bd3d49b04 Date: Fri, 07 Sep 2018 18:28:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:46,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/07197ceb-c616-4291-bf16-4b6a4d05766e used request id req-05d73390-b5af-4e70-9245-671bd3d49b04 2018-09-07 18:28:46,741 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4c879d3f-57a3-4966-8ddb-eca1c2ab2d5c-pub-net 2018-09-07 18:28:46,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/1d711c50-91ba-40e2-86a7-1dc7d9134e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f87f25aed2a39dc15161626c9bfde85c30f87462" 2018-09-07 18:28:48,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc03c7c2-4a2a-4910-9375-5162f496d3cd Date: Fri, 07 Sep 2018 18:28:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:48,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/1d711c50-91ba-40e2-86a7-1dc7d9134e53 used request id req-fc03c7c2-4a2a-4910-9375-5162f496d3cd 2018-09-07 18:28:48,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:48,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["iDk-KSBwQ_uvMwtDNVWNeQ"], "issued_at": "2018-09-07T18:28:48.000000Z"}} 2018-09-07 18:28:48,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:48,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d837da87-f9e6-4160-ba89-b56c7f7a557e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:48,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d837da87-f9e6-4160-ba89-b56c7f7a557e 2018-09-07 18:28:48,617 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net 2018-09-07 18:28:48,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" -d '{"network": {"name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net", "admin_state_up": true}}' 2018-09-07 18:28:49,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-daef8efa-f65c-41ef-9367-15a78ea774ff Date: Fri, 07 Sep 2018 18:28: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":"911dbb2d-a106-432d-93ea-152adac7c4d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:48Z","is_default":false,"provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:48Z","mtu":1450}} 2018-09-07 18:28:49,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-daef8efa-f65c-41ef-9367-15a78ea774ff 2018-09-07 18:28:49,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:49,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9b77ffa6-da9e-431f-949b-b2a2a794c3a3 Date: Fri, 07 Sep 2018 18:28:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"911dbb2d-a106-432d-93ea-152adac7c4d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:28:48Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:48Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:49,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-9b77ffa6-da9e-431f-949b-b2a2a794c3a3 2018-09-07 18:28:49,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:49,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e372f4d9-9400-4787-ab4a-4e494d885f8c Date: Fri, 07 Sep 2018 18:28:49 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:28:49,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-e372f4d9-9400-4787-ab4a-4e494d885f8c 2018-09-07 18:28:49,603 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet 2018-09-07 18:28:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" -d '{"subnets": [{"ip_version": 4, "network_id": "911dbb2d-a106-432d-93ea-152adac7c4d6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet"}]}' 2018-09-07 18:28:50,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9250497f-0dec-459f-aa56-fbd1923e1d52 Date: Fri, 07 Sep 2018 18:28:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"911dbb2d-a106-432d-93ea-152adac7c4d6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:49Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:49Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"089e9bc4-8143-4589-a238-69d7a148760a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet"}]} 2018-09-07 18:28:50,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-9250497f-0dec-459f-aa56-fbd1923e1d52 2018-09-07 18:28:50,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:50,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7be07944-f854-4f5f-831c-0f08922a8ae9 Date: Fri, 07 Sep 2018 18:28:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"911dbb2d-a106-432d-93ea-152adac7c4d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["089e9bc4-8143-4589-a238-69d7a148760a"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:49Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:48Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:50,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-7be07944-f854-4f5f-831c-0f08922a8ae9 2018-09-07 18:28:50,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:50,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61d174d2-919d-4b7e-a125-445929ab7ba6 Date: Fri, 07 Sep 2018 18:28:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"911dbb2d-a106-432d-93ea-152adac7c4d6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:49Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:49Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"089e9bc4-8143-4589-a238-69d7a148760a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet"}]} 2018-09-07 18:28:50,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-61d174d2-919d-4b7e-a125-445929ab7ba6 2018-09-07 18:28:50,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:50,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-65bef2fa-7111-451e-85a5-ae1fd4472a41 Date: Fri, 07 Sep 2018 18:28:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"911dbb2d-a106-432d-93ea-152adac7c4d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["089e9bc4-8143-4589-a238-69d7a148760a"],"description":"","tags":[],"updated_at":"2018-09-07T18:28:49Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:48Z","provider:network_type":"vxlan"}]} 2018-09-07 18:28:50,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net used request id req-65bef2fa-7111-451e-85a5-ae1fd4472a41 2018-09-07 18:28:50,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:28:50,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:28: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:28:50,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:50,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4970e600-92de-474b-a67c-0294c2e8abcd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:50,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4970e600-92de-474b-a67c-0294c2e8abcd 2018-09-07 18:28:50,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:51,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74294ca9-330d-4681-8bef-47a1632dfe7a Date: Fri, 07 Sep 2018 18:28:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"911dbb2d-a106-432d-93ea-152adac7c4d6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:28:49Z","dns_nameservers":[],"updated_at":"2018-09-07T18:28:49Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"089e9bc4-8143-4589-a238-69d7a148760a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet"}]} 2018-09-07 18:28:51,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-74294ca9-330d-4681-8bef-47a1632dfe7a 2018-09-07 18:28:51,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:28:51,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:28:51,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:28:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["1dS9KiV9TbGhOmW_1J_AtA"], "issued_at": "2018-09-07T18:28:51.000000Z"}} 2018-09-07 18:28:51,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a238b4412751748aa87b20b83e54b07be44b0bb6" 2018-09-07 18:28:51,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b352a68e-d1f9-4494-8af9-7b363286fcac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:28:51,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b352a68e-d1f9-4494-8af9-7b363286fcac 2018-09-07 18:28:51,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:51,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ec28d9bc-3a5b-437e-8c3b-a24b04c558e0 Date: Fri, 07 Sep 2018 18:28:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:28:51,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-ec28d9bc-3a5b-437e-8c3b-a24b04c558e0 2018-09-07 18:28:51,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:51,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bb4eae77-f355-4d62-b6b1-ad0a6f407190 Date: Fri, 07 Sep 2018 18:28:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:28:51,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-bb4eae77-f355-4d62-b6b1-ad0a6f407190 2018-09-07 18:28:51,831 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router 2018-09-07 18:28:51,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router", "admin_state_up": true}}' 2018-09-07 18:28:53,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-d862b3c2-d036-4fc4-a52c-d285dbc74f6f Date: Fri, 07 Sep 2018 18:28:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:53Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "eb56ea56-1248-4aa3-ae96-61ecca77bff4", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}} 2018-09-07 18:28:53,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-d862b3c2-d036-4fc4-a52c-d285dbc74f6f 2018-09-07 18:28:53,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=eb56ea56-1248-4aa3-ae96-61ecca77bff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:53,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-942fb9b2-b49d-4713-a28d-689a58ec96a1 Date: Fri, 07 Sep 2018 18:28:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.206"}],"id":"ac7b6a8b-6da6-46ff-9d44-21eac55d17e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:0b:20","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"eb56ea56-1248-4aa3-ae96-61ecca77bff4","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:53Z","binding:vnic_type":"normal"}]} 2018-09-07 18:28:53,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=eb56ea56-1248-4aa3-ae96-61ecca77bff4 used request id req-942fb9b2-b49d-4713-a28d-689a58ec96a1 2018-09-07 18:28:53,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:54,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f049d558-e2be-499a-9a81-29bb81cb0f98 Date: Fri, 07 Sep 2018 18:28:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:28:54,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-f049d558-e2be-499a-9a81-29bb81cb0f98 2018-09-07 18:28:54,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:54,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-c8231510-2161-4cfa-9514-0d993b67ed0c Date: Fri, 07 Sep 2018 18:28:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:53Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "eb56ea56-1248-4aa3-ae96-61ecca77bff4", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}]} 2018-09-07 18:28:54,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router used request id req-c8231510-2161-4cfa-9514-0d993b67ed0c 2018-09-07 18:28:54,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:54,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2170132e-5782-45f1-858e-11d571921fa8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:54,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-2170132e-5782-45f1-858e-11d571921fa8 2018-09-07 18:28:54,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=58386cc4-588d-41d3-9dba-bf9fc39e41a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:54,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f9f95f47-cb59-4fbb-8889-cb8046a0bd87 Date: Fri, 07 Sep 2018 18:28:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.202"}],"id":"32382ee4-e55f-46e4-9fa9-994fee32bd94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:a7:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58386cc4-588d-41d3-9dba-bf9fc39e41a5","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:52Z","binding:vnic_type":"normal"}]} 2018-09-07 18:28:54,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=58386cc4-588d-41d3-9dba-bf9fc39e41a5 used request id req-f9f95f47-cb59-4fbb-8889-cb8046a0bd87 2018-09-07 18:28:54,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:54,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cf928742-0e4e-4937-9d7d-a30a38c25d91 Date: Fri, 07 Sep 2018 18:28:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:28:54,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-cf928742-0e4e-4937-9d7d-a30a38c25d91 2018-09-07 18:28:54,828 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet 2018-09-07 18:28:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/089e9bc4-8143-4589-a238-69d7a148760a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:57,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ecd41dd4-b031-48c1-a799-9b3fc9bf187c Date: Fri, 07 Sep 2018 18:28:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:57,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/089e9bc4-8143-4589-a238-69d7a148760a used request id req-ecd41dd4-b031-48c1-a799-9b3fc9bf187c 2018-09-07 18:28:57,675 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router 2018-09-07 18:28:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9696/v2.0/routers/eb56ea56-1248-4aa3-ae96-61ecca77bff4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" -d '{"subnet_id": "089e9bc4-8143-4589-a238-69d7a148760a"}' 2018-09-07 18:28:58,054 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-b814f138-390b-427b-b966-e849ddd48e9c Date: Fri, 07 Sep 2018 18:28:58 GMT RESP BODY: {"NeutronError": {"message": "Subnet 089e9bc4-8143-4589-a238-69d7a148760a could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-07 18:28:58,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/eb56ea56-1248-4aa3-ae96-61ecca77bff4/add_router_interface used request id req-b814f138-390b-427b-b966-e849ddd48e9c 2018-09-07 18:28:58,054 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 089e9bc4-8143-4589-a238-69d7a148760a could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-07 18:28:58,055 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router 2018-09-07 18:28:58,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/routers/eb56ea56-1248-4aa3-ae96-61ecca77bff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,397 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fe0266f-9654-444c-8e3b-3777f4ebb400 Content-Length: 0 Date: Fri, 07 Sep 2018 18:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:28:59,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/eb56ea56-1248-4aa3-ae96-61ecca77bff4 used request id req-1fe0266f-9654-444c-8e3b-3777f4ebb400 2018-09-07 18:28:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-59250202-3b3d-4c0f-abe9-39cd883a0366 Date: Fri, 07 Sep 2018 18:28:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}]} 2018-09-07 18:28:59,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router used request id req-59250202-3b3d-4c0f-abe9-39cd883a0366 2018-09-07 18:28:59,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2419ca-cc71-4458-ae07-bfb19b39351c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:28:59,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-ce2419ca-cc71-4458-ae07-bfb19b39351c 2018-09-07 18:28:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=58386cc4-588d-41d3-9dba-bf9fc39e41a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c625c77a-5776-48c0-858a-0f5865ab819a Date: Fri, 07 Sep 2018 18:28:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.202"}],"id":"32382ee4-e55f-46e4-9fa9-994fee32bd94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:a7:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58386cc4-588d-41d3-9dba-bf9fc39e41a5","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:52Z","binding:vnic_type":"normal"}]} 2018-09-07 18:28:59,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=58386cc4-588d-41d3-9dba-bf9fc39e41a5 used request id req-c625c77a-5776-48c0-858a-0f5865ab819a 2018-09-07 18:28:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-17d050de-44fe-4bf6-b1e3-498997d778d9 Date: Fri, 07 Sep 2018 18:28:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:28:59,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-17d050de-44fe-4bf6-b1e3-498997d778d9 2018-09-07 18:28:59,836 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet 2018-09-07 18:28:59,836 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-subnet 2018-09-07 18:28:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/089e9bc4-8143-4589-a238-69d7a148760a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:28:59,916 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-592acf1a-ddba-45a3-87ec-d2718ff578f3 Date: Fri, 07 Sep 2018 18:28:59 GMT RESP BODY: {"NeutronError": {"message": "Subnet 089e9bc4-8143-4589-a238-69d7a148760a could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-07 18:28:59,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/089e9bc4-8143-4589-a238-69d7a148760a used request id req-592acf1a-ddba-45a3-87ec-d2718ff578f3 2018-09-07 18:28:59,916 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 089e9bc4-8143-4589-a238-69d7a148760a could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-07 18:28:59,917 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-net 2018-09-07 18:28:59,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/911dbb2d-a106-432d-93ea-152adac7c4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f4a0abff74b61a0688f234c15c81e34ed5b468" 2018-09-07 18:29:00,514 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c574926d-0b2d-4927-866c-8f6f3a3b17b6 Date: Fri, 07 Sep 2018 18:29:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:00,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/911dbb2d-a106-432d-93ea-152adac7c4d6 used request id req-c574926d-0b2d-4927-866c-8f6f3a3b17b6 2018-09-07 18:29:00,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:00,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["kJlwYs7UQECw-CzTAJwCPQ"], "issued_at": "2018-09-07T18:29:00.000000Z"}} 2018-09-07 18:29:00,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:00,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f94edb1-def4-4f3d-b57b-bc1b9d05508d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:00,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9f94edb1-def4-4f3d-b57b-bc1b9d05508d 2018-09-07 18:29:00,983 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net 2018-09-07 18:29:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" -d '{"network": {"name": "NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:01,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-fec7780a-0c32-4857-bc3c-ef8785d35400 Date: Fri, 07 Sep 2018 18:29: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":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:01Z","is_default":false,"provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:01Z","mtu":1450}} 2018-09-07 18:29:01,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-fec7780a-0c32-4857-bc3c-ef8785d35400 2018-09-07 18:29:01,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:01,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d6af5f22-3cde-4e2b-a0f2-206992b2ace9 Date: Fri, 07 Sep 2018 18:29:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:01Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:01,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-d6af5f22-3cde-4e2b-a0f2-206992b2ace9 2018-09-07 18:29:01,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:01,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-974c9cff-9dae-4174-9e51-51ecbcfe922c Date: Fri, 07 Sep 2018 18:29:01 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:01,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-974c9cff-9dae-4174-9e51-51ecbcfe922c 2018-09-07 18:29:01,821 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet 2018-09-07 18:29:01,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" -d '{"subnets": [{"ip_version": 4, "network_id": "01a3de1b-8e52-4738-92b7-94269ba8c7b4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet"}]}' 2018-09-07 18:29:02,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-83b5f7b9-34af-42cc-8991-90c51d2a3d85 Date: Fri, 07 Sep 2018 18:29:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:02Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"43986af7-dec6-4788-ab32-a979f7c40ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet"}]} 2018-09-07 18:29:02,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-83b5f7b9-34af-42cc-8991-90c51d2a3d85 2018-09-07 18:29:02,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:02,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8ed09390-c3a0-43b0-9fc1-05f8afb52602 Date: Fri, 07 Sep 2018 18:29:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["43986af7-dec6-4788-ab32-a979f7c40ad9"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:02Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:02,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-8ed09390-c3a0-43b0-9fc1-05f8afb52602 2018-09-07 18:29:02,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:02,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6926b743-2fad-4370-a77b-67fdc63ce000 Date: Fri, 07 Sep 2018 18:29:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:02Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"43986af7-dec6-4788-ab32-a979f7c40ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet"}]} 2018-09-07 18:29:02,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-6926b743-2fad-4370-a77b-67fdc63ce000 2018-09-07 18:29:02,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:02,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bd7d5956-8faa-4004-aa0c-e5f51cc3251e Date: Fri, 07 Sep 2018 18:29:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["43986af7-dec6-4788-ab32-a979f7c40ad9"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:02Z","provider:segmentation_id":97,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:01Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:02,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net used request id req-bd7d5956-8faa-4004-aa0c-e5f51cc3251e 2018-09-07 18:29:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:02,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:03,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831c6780-2351-4e6d-9e2c-3c71a25219ef Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:03,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-831c6780-2351-4e6d-9e2c-3c71a25219ef 2018-09-07 18:29:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:03,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a738700c-abdc-4bb4-aed8-c7c306a57af2 Date: Fri, 07 Sep 2018 18:29:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:02Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"43986af7-dec6-4788-ab32-a979f7c40ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet"}]} 2018-09-07 18:29:03,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-a738700c-abdc-4bb4-aed8-c7c306a57af2 2018-09-07 18:29:03,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4&name=NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:03,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9cc336b5-4632-416a-9dff-b1c58411b69d Date: Fri, 07 Sep 2018 18:29:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01a3de1b-8e52-4738-92b7-94269ba8c7b4","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:02Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"43986af7-dec6-4788-ab32-a979f7c40ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet"}]} 2018-09-07 18:29:03,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=01a3de1b-8e52-4738-92b7-94269ba8c7b4&name=NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet used request id req-9cc336b5-4632-416a-9dff-b1c58411b69d 2018-09-07 18:29:03,414 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet 2018-09-07 18:29:03,415 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-subnet 2018-09-07 18:29:03,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/43986af7-dec6-4788-ab32-a979f7c40ad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:05,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-433fbe3f-78bc-46a0-ba43-cc908a59b60a Date: Fri, 07 Sep 2018 18:29:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:05,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/43986af7-dec6-4788-ab32-a979f7c40ad9 used request id req-433fbe3f-78bc-46a0-ba43-cc908a59b60a 2018-09-07 18:29:05,294 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2b5200d8-7acd-4f5a-9a15-d7b0ba7f0756-pub-net 2018-09-07 18:29:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/01a3de1b-8e52-4738-92b7-94269ba8c7b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff1fb040983473ca0ddcffc7750b67377059cda" 2018-09-07 18:29:06,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f5fc10e-8dae-4a93-b011-94f5bfd14c13 Date: Fri, 07 Sep 2018 18:29:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:06,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/01a3de1b-8e52-4738-92b7-94269ba8c7b4 used request id req-6f5fc10e-8dae-4a93-b011-94f5bfd14c13 2018-09-07 18:29:06,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:07,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["aLGTaqXYSK6YuAZVhalJNw"], "issued_at": "2018-09-07T18:29:07.000000Z"}} 2018-09-07 18:29:07,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:07,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a2a01c-81a1-4f37-96a2-78a0aa034236 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:07,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-78a2a01c-81a1-4f37-96a2-78a0aa034236 2018-09-07 18:29:07,308 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net 2018-09-07 18:29:07,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" -d '{"network": {"name": "NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:07,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1251dfd4-0c3b-40c0-b6c7-29258251c759 Date: Fri, 07 Sep 2018 18:29:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7800270b-a276-4d4d-903b-136ebf2856a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:07Z","is_default":false,"provider:segmentation_id":12,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:07Z","mtu":1450}} 2018-09-07 18:29:07,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-1251dfd4-0c3b-40c0-b6c7-29258251c759 2018-09-07 18:29:07,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:08,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9f311d05-8036-4620-ba86-1c65e65c9067 Date: Fri, 07 Sep 2018 18:29:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7800270b-a276-4d4d-903b-136ebf2856a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:07Z","provider:segmentation_id":12,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:08,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-9f311d05-8036-4620-ba86-1c65e65c9067 2018-09-07 18:29:08,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:08,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7bf3fe12-b661-4e17-a2d4-c7b8f1a9ecd3 Date: Fri, 07 Sep 2018 18:29:08 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:08,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-7bf3fe12-b661-4e17-a2d4-c7b8f1a9ecd3 2018-09-07 18:29:08,206 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet 2018-09-07 18:29:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" -d '{"subnets": [{"ip_version": 4, "network_id": "7800270b-a276-4d4d-903b-136ebf2856a0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet"}]}' 2018-09-07 18:29:08,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5cf6a89c-1db9-4325-897a-a32ae95b8c46 Date: Fri, 07 Sep 2018 18:29:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7800270b-a276-4d4d-903b-136ebf2856a0","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"491d68d1-a667-466b-8b21-5e44553f0583","subnetpool_id":null,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet"}]} 2018-09-07 18:29:08,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-5cf6a89c-1db9-4325-897a-a32ae95b8c46 2018-09-07 18:29:08,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:09,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1c0ba38c-a574-4124-9ab1-72f61d6fdf24 Date: Fri, 07 Sep 2018 18:29:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7800270b-a276-4d4d-903b-136ebf2856a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["491d68d1-a667-466b-8b21-5e44553f0583"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:08Z","provider:segmentation_id":12,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:09,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-1c0ba38c-a574-4124-9ab1-72f61d6fdf24 2018-09-07 18:29:09,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:09,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26171b75-3c95-452a-9cda-9366315329d6 Date: Fri, 07 Sep 2018 18:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7800270b-a276-4d4d-903b-136ebf2856a0","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"491d68d1-a667-466b-8b21-5e44553f0583","subnetpool_id":null,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet"}]} 2018-09-07 18:29:09,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-26171b75-3c95-452a-9cda-9366315329d6 2018-09-07 18:29:09,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:09,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5f44a201-6da8-46b2-8e4b-748e4879a231 Date: Fri, 07 Sep 2018 18:29:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7800270b-a276-4d4d-903b-136ebf2856a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["491d68d1-a667-466b-8b21-5e44553f0583"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:08Z","provider:segmentation_id":12,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:09,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net used request id req-5f44a201-6da8-46b2-8e4b-748e4879a231 2018-09-07 18:29:09,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:09,766 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:09,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f0059b-dbf6-4e23-91b5-425239bf7a9e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:09,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-20f0059b-dbf6-4e23-91b5-425239bf7a9e 2018-09-07 18:29:09,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:09,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ae07001-5d07-48ee-aeea-9064936e7375 Date: Fri, 07 Sep 2018 18:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7800270b-a276-4d4d-903b-136ebf2856a0","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"491d68d1-a667-466b-8b21-5e44553f0583","subnetpool_id":null,"name":"NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet"}]} 2018-09-07 18:29:09,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-5ae07001-5d07-48ee-aeea-9064936e7375 2018-09-07 18:29:09,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:09,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:10,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["hgZF83mcQ3y8Pz4egKHy0g"], "issued_at": "2018-09-07T18:29:10.000000Z"}} 2018-09-07 18:29:10,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b58358355fbe783f124a5ecd7dd02e027f4ef80f" 2018-09-07 18:29:10,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-443caf42-de0d-4268-bdd0-645bca41fb05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:10,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-443caf42-de0d-4268-bdd0-645bca41fb05 2018-09-07 18:29:10,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:10,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c4d84c7d-6102-440f-94e3-c01d9fe7d9b9 Date: Fri, 07 Sep 2018 18:29:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:29:10,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-c4d84c7d-6102-440f-94e3-c01d9fe7d9b9 2018-09-07 18:29:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:10,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-035e0032-d6b4-466a-883c-3be631f6682f Date: Fri, 07 Sep 2018 18:29:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:29:10,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-035e0032-d6b4-466a-883c-3be631f6682f 2018-09-07 18:29:10,860 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router 2018-09-07 18:29:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router", "admin_state_up": true}}' 2018-09-07 18:29:12,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-191a4b6b-969c-4bf6-b866-261beacfffcd Date: Fri, 07 Sep 2018 18:29:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:29:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:29:11Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "2957cb10-a205-42bf-9c02-8067f24fee4d", "name": "NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router"}} 2018-09-07 18:29:12,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-191a4b6b-969c-4bf6-b866-261beacfffcd 2018-09-07 18:29:12,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=2957cb10-a205-42bf-9c02-8067f24fee4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:12,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-12cd19a4-49fb-40f2-bde0-eed4e062b854 Date: Fri, 07 Sep 2018 18:29:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.209"}],"id":"7e17b183-90ed-43e2-aea5-84bbf6f485de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:c6:b5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2957cb10-a205-42bf-9c02-8067f24fee4d","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:29:11Z","binding:vnic_type":"normal"}]} 2018-09-07 18:29:12,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=2957cb10-a205-42bf-9c02-8067f24fee4d used request id req-12cd19a4-49fb-40f2-bde0-eed4e062b854 2018-09-07 18:29:12,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:12,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4ba43332-4778-4b4f-a738-1d9d8288cf8f Date: Fri, 07 Sep 2018 18:29:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:29:12,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-4ba43332-4778-4b4f-a738-1d9d8288cf8f 2018-09-07 18:29:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:12,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-91554f1b-c846-4d46-b34e-3b0e8d05aee8 Date: Fri, 07 Sep 2018 18:29:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:29:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:29:11Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "2957cb10-a205-42bf-9c02-8067f24fee4d", "name": "NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router"}]} 2018-09-07 18:29:12,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router used request id req-91554f1b-c846-4d46-b34e-3b0e8d05aee8 2018-09-07 18:29:12,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:12,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7595f0-acd4-4e48-9d79-f17c8b939061 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:12,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-1e7595f0-acd4-4e48-9d79-f17c8b939061 2018-09-07 18:29:12,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=2957cb10-a205-42bf-9c02-8067f24fee4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:12,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0f0dbe53-1991-484d-80b6-e1186c9deca3 Date: Fri, 07 Sep 2018 18:29:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.209"}],"id":"7e17b183-90ed-43e2-aea5-84bbf6f485de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:c6:b5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2957cb10-a205-42bf-9c02-8067f24fee4d","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:29:11Z","binding:vnic_type":"normal"}]} 2018-09-07 18:29:12,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=2957cb10-a205-42bf-9c02-8067f24fee4d used request id req-0f0dbe53-1991-484d-80b6-e1186c9deca3 2018-09-07 18:29:12,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:13,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4a5a7cbb-88ee-47ef-9b88-236c168584e3 Date: Fri, 07 Sep 2018 18:29:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:29:13,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-4a5a7cbb-88ee-47ef-9b88-236c168584e3 2018-09-07 18:29:13,062 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router 2018-09-07 18:29:13,062 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router 2018-09-07 18:29:13,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/routers/2957cb10-a205-42bf-9c02-8067f24fee4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:14,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9376c7e0-daef-40bb-9b40-a62170078dc4 Content-Length: 0 Date: Fri, 07 Sep 2018 18:29:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:14,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/2957cb10-a205-42bf-9c02-8067f24fee4d used request id req-9376c7e0-daef-40bb-9b40-a62170078dc4 2018-09-07 18:29:14,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:14,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7c64ddbc-81ca-4efb-8853-f17020f5394f Date: Fri, 07 Sep 2018 18:29:14 GMT RESP BODY: {"routers": []} 2018-09-07 18:29:14,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-router used request id req-7c64ddbc-81ca-4efb-8853-f17020f5394f 2018-09-07 18:29:14,305 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet 2018-09-07 18:29:14,306 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-subnet 2018-09-07 18:29:14,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/491d68d1-a667-466b-8b21-5e44553f0583 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:16,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-055e1b2a-2543-42ba-a1a5-e78432172ff7 Date: Fri, 07 Sep 2018 18:29:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:16,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/491d68d1-a667-466b-8b21-5e44553f0583 used request id req-055e1b2a-2543-42ba-a1a5-e78432172ff7 2018-09-07 18:29:16,528 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-835d5dfb-fb59-40d5-aaed-bc93eb03878c-pub-net 2018-09-07 18:29:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/7800270b-a276-4d4d-903b-136ebf2856a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87e88f1c9ef8b97779bbf8d0eeff86de0b5063d" 2018-09-07 18:29:18,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddad244a-9e6b-416d-9b21-eec8625329c6 Date: Fri, 07 Sep 2018 18:29:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:18,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/7800270b-a276-4d4d-903b-136ebf2856a0 used request id req-ddad244a-9e6b-416d-9b21-eec8625329c6 2018-09-07 18:29:18,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:18,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["FDHQF397TSma6vXrGldtfA"], "issued_at": "2018-09-07T18:29:18.000000Z"}} 2018-09-07 18:29:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:18,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a147f4e3-5cde-4f64-b7ee-6163903c339b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:18,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a147f4e3-5cde-4f64-b7ee-6163903c339b 2018-09-07 18:29:18,483 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net 2018-09-07 18:29:18,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" -d '{"network": {"name": "NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:18,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8cdf629d-eb8b-4e8f-9cef-4b9b901c3c5a Date: Fri, 07 Sep 2018 18:29:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:18Z","is_default":false,"provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","mtu":1450}} 2018-09-07 18:29:18,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-8cdf629d-eb8b-4e8f-9cef-4b9b901c3c5a 2018-09-07 18:29:18,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:19,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d960473d-f0eb-4bea-b466-c1e49674335e Date: Fri, 07 Sep 2018 18:29:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:18Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:19,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-d960473d-f0eb-4bea-b466-c1e49674335e 2018-09-07 18:29:19,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:19,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0c83e77b-9ac8-470f-bceb-f6e727364625 Date: Fri, 07 Sep 2018 18:29:19 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:19,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-0c83e77b-9ac8-470f-bceb-f6e727364625 2018-09-07 18:29:19,454 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet 2018-09-07 18:29:19,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" -d '{"subnets": [{"ip_version": 4, "network_id": "522817c7-2ea2-4e96-a2b8-9f9e3051cdeb", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]}' 2018-09-07 18:29:20,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5c31f88b-a6e8-4414-86a6-79f88738f847 Date: Fri, 07 Sep 2018 18:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:20,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-5c31f88b-a6e8-4414-86a6-79f88738f847 2018-09-07 18:29:20,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:20,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d91aeae9-d8a2-49e5-8f1e-a39cdb41be23 Date: Fri, 07 Sep 2018 18:29:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4fa82279-2f37-4147-8f6e-72405b1ffbd6"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:19Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:20,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-d91aeae9-d8a2-49e5-8f1e-a39cdb41be23 2018-09-07 18:29:20,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:20,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3ee513d2-6c1b-4873-a548-95e322df1f63 Date: Fri, 07 Sep 2018 18:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:20,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-3ee513d2-6c1b-4873-a548-95e322df1f63 2018-09-07 18:29:20,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:20,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-de0667ec-4e89-411f-b1ad-d5fe9e05e34c Date: Fri, 07 Sep 2018 18:29:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4fa82279-2f37-4147-8f6e-72405b1ffbd6"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:19Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:20,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net used request id req-de0667ec-4e89-411f-b1ad-d5fe9e05e34c 2018-09-07 18:29:20,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:20,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:20,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:20,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d5bb5b-d48d-4a49-9252-6f19d01e7ba0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:20,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-23d5bb5b-d48d-4a49-9252-6f19d01e7ba0 2018-09-07 18:29:20,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:21,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-105a7d50-a599-479e-858b-dbe80053cd86 Date: Fri, 07 Sep 2018 18:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:21,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-105a7d50-a599-479e-858b-dbe80053cd86 2018-09-07 18:29:21,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb&name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:21,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-123c6ad3-e3af-48e0-9f49-da62ffe51399 Date: Fri, 07 Sep 2018 18:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:21,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb&name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet used request id req-123c6ad3-e3af-48e0-9f49-da62ffe51399 2018-09-07 18:29:21,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:21,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:21,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["A7aq1lKsQBK05enBtnPHRg"], "issued_at": "2018-09-07T18:29:21.000000Z"}} 2018-09-07 18:29:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a62b09c250ac6f22e9b66cf363f7d216efaf42" 2018-09-07 18:29:21,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab7163b6-acdf-42ee-b852-30f5bce52947 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:21,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ab7163b6-acdf-42ee-b852-30f5bce52947 2018-09-07 18:29:21,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:21,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fae5699c-320a-4620-9256-1c8b65e6a025 Date: Fri, 07 Sep 2018 18:29:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4fa82279-2f37-4147-8f6e-72405b1ffbd6"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:19Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:21,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net used request id req-fae5699c-320a-4620-9256-1c8b65e6a025 2018-09-07 18:29:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:21,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d4c03df-2bf3-4a8a-b84f-8de2105b1b7d Date: Fri, 07 Sep 2018 18:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:21,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-9d4c03df-2bf3-4a8a-b84f-8de2105b1b7d 2018-09-07 18:29:21,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:22,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3ed8d101-c09c-427f-84d7-217746f888aa Date: Fri, 07 Sep 2018 18:29:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["4fa82279-2f37-4147-8f6e-72405b1ffbd6"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:19Z","provider:segmentation_id":52,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:18Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:22,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net used request id req-3ed8d101-c09c-427f-84d7-217746f888aa 2018-09-07 18:29:22,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:22,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a62b09c250ac6f22e9b66cf363f7d216efaf42" 2018-09-07 18:29:22,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d2d5bc-f646-4127-a4a1-bf19d1bb417d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:22,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-85d2d5bc-f646-4127-a4a1-bf19d1bb417d 2018-09-07 18:29:22,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:22,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fad2433-c031-489c-86bd-df299a1d1275 Date: Fri, 07 Sep 2018 18:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:22,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-8fad2433-c031-489c-86bd-df299a1d1275 2018-09-07 18:29:22,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb&name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:22,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6eb3bcb1-586d-44dd-955b-73a87a687cac Date: Fri, 07 Sep 2018 18:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:19Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:19Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet"}]} 2018-09-07 18:29:22,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=522817c7-2ea2-4e96-a2b8-9f9e3051cdeb&name=NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet used request id req-6eb3bcb1-586d-44dd-955b-73a87a687cac 2018-09-07 18:29:22,611 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net 2018-09-07 18:29:22,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" -d '{"port": {"network_id": "522817c7-2ea2-4e96-a2b8-9f9e3051cdeb", "fixed_ips": [{"subnet_id": "4fa82279-2f37-4147-8f6e-72405b1ffbd6", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-port", "admin_state_up": true}}' 2018-09-07 18:29:23,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-89749aab-f4aa-4cd7-8799-ff0b64da3371 Date: Fri, 07 Sep 2018 18:29:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:23Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","ip_address":"10.55.1.100"}],"id":"ad92e125-feac-45a0-9505-1d7c2a6193e1","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:91:19","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-port","admin_state_up":true,"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:22Z","binding:vnic_type":"normal"}} 2018-09-07 18:29:23,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-89749aab-f4aa-4cd7-8799-ff0b64da3371 2018-09-07 18:29:23,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:23,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-e871685d-b232-4d1f-bf07-3b4fd8f88429 Date: Fri, 07 Sep 2018 18:29:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","ip_address":"10.55.1.2"}],"id":"31e5d24a-f889-4ad6-879d-f23be6663628","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:6c:5b","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","name":"","admin_state_up":true,"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.202"}],"id":"32382ee4-e55f-46e4-9fa9-994fee32bd94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:a7:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58386cc4-588d-41d3-9dba-bf9fc39e41a5","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:23Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","ip_address":"10.55.1.100"}],"id":"ad92e125-feac-45a0-9505-1d7c2a6193e1","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:91:19","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-port","admin_state_up":true,"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","ip_address":"10.55.1.3"}],"id":"f5c7f5cf-a901-435f-bd2c-9b3909dabc4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:c5:12","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","name":"","admin_state_up":true,"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fa82279-2f37-4147-8f6e-72405b1ffbd6","ip_address":"10.55.1.4"}],"id":"fe72385c-3dff-4116-911d-aae8bcfb5473","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:70:b6","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","name":"","admin_state_up":true,"network_id":"522817c7-2ea2-4e96-a2b8-9f9e3051cdeb","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:21Z","binding:vnic_type":"normal"}]} 2018-09-07 18:29:23,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports used request id req-e871685d-b232-4d1f-bf07-3b4fd8f88429 2018-09-07 18:29:23,601 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-port 2018-09-07 18:29:23,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/ad92e125-feac-45a0-9505-1d7c2a6193e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:23,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52d5674a-eae4-423d-ad82-33641988253d Date: Fri, 07 Sep 2018 18:29:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:23,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/ad92e125-feac-45a0-9505-1d7c2a6193e1 used request id req-52d5674a-eae4-423d-ad82-33641988253d 2018-09-07 18:29:23,991 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet 2018-09-07 18:29:23,991 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-subnet 2018-09-07 18:29:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/4fa82279-2f37-4147-8f6e-72405b1ffbd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:26,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19eb1d0b-0c95-4eb2-90cd-cef42274e0a2 Date: Fri, 07 Sep 2018 18:29:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:26,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4fa82279-2f37-4147-8f6e-72405b1ffbd6 used request id req-19eb1d0b-0c95-4eb2-90cd-cef42274e0a2 2018-09-07 18:29:26,244 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-85bbcd9a-547d-4c3f-a610-551af5b6062c-pub-net 2018-09-07 18:29:26,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/522817c7-2ea2-4e96-a2b8-9f9e3051cdeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f80550f7d3c3ea9fc290dacaeed5a243e665cf7d" 2018-09-07 18:29:27,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78dd8ad9-acc5-4e7f-81bd-01ddcd13571a Date: Fri, 07 Sep 2018 18:29:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:27,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/522817c7-2ea2-4e96-a2b8-9f9e3051cdeb used request id req-78dd8ad9-acc5-4e7f-81bd-01ddcd13571a 2018-09-07 18:29:27,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:28,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["kvS2Tw_dQMGde7fYfCEtmg"], "issued_at": "2018-09-07T18:29:28.000000Z"}} 2018-09-07 18:29:28,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:28,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6642953f-976f-416f-8141-2df9b6af9016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:28,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6642953f-976f-416f-8141-2df9b6af9016 2018-09-07 18:29:28,150 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net 2018-09-07 18:29:28,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" -d '{"network": {"name": "NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:28,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0b2f327c-4bb1-4d91-8043-b7b7ccb0de8e Date: Fri, 07 Sep 2018 18:29: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":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:28Z","is_default":false,"provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","mtu":1450}} 2018-09-07 18:29:28,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-0b2f327c-4bb1-4d91-8043-b7b7ccb0de8e 2018-09-07 18:29:28,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:28,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-529131ce-fe33-4c66-b69c-aac39156d3f6 Date: Fri, 07 Sep 2018 18:29:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:28Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:28,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-529131ce-fe33-4c66-b69c-aac39156d3f6 2018-09-07 18:29:28,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:29,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bd0872e1-5955-4f4c-b59d-7b395c7bfcba Date: Fri, 07 Sep 2018 18:29:29 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:29,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-bd0872e1-5955-4f4c-b59d-7b395c7bfcba 2018-09-07 18:29:29,143 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet 2018-09-07 18:29:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" -d '{"subnets": [{"ip_version": 4, "network_id": "d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]}' 2018-09-07 18:29:29,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84615304-26c1-4e1d-90bb-812e84880902 Date: Fri, 07 Sep 2018 18:29:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:29,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-84615304-26c1-4e1d-90bb-812e84880902 2018-09-07 18:29:29,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:29,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e57fc43f-b38d-415f-904e-3d19573826cb Date: Fri, 07 Sep 2018 18:29:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8594dd6b-2f53-469d-8b6b-4d28cd746bbf"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:29Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:29,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-e57fc43f-b38d-415f-904e-3d19573826cb 2018-09-07 18:29:29,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:30,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-addcf2ef-d6df-4203-a87e-3080a79de0cf Date: Fri, 07 Sep 2018 18:29:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:30,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-addcf2ef-d6df-4203-a87e-3080a79de0cf 2018-09-07 18:29:30,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:30,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8d9831eb-9980-4d04-b860-3f40fca13403 Date: Fri, 07 Sep 2018 18:29:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8594dd6b-2f53-469d-8b6b-4d28cd746bbf"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:29Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:30,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net used request id req-8d9831eb-9980-4d04-b860-3f40fca13403 2018-09-07 18:29:30,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:30,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29:30 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:30,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab0c90d-7d00-4f9d-b2fd-d87ad6719ba6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:30,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-3ab0c90d-7d00-4f9d-b2fd-d87ad6719ba6 2018-09-07 18:29:30,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:30,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c6b6e67c-6475-40ef-9a7f-94fe36785ffc Date: Fri, 07 Sep 2018 18:29:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-c6b6e67c-6475-40ef-9a7f-94fe36785ffc 2018-09-07 18:29:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50&name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:31,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-330a6fc8-ab75-464c-a685-8092629ec025 Date: Fri, 07 Sep 2018 18:29:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:31,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50&name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet used request id req-330a6fc8-ab75-464c-a685-8092629ec025 2018-09-07 18:29:31,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:31,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:31,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["EvOnBtjrQlGM5jz4fHRyKA"], "issued_at": "2018-09-07T18:29:31.000000Z"}} 2018-09-07 18:29:31,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8d50ea07cb27975849d451b2997bed28ee1f04" 2018-09-07 18:29:31,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58565546-8c37-40d6-9f1c-983daafc84cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:31,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-58565546-8c37-40d6-9f1c-983daafc84cf 2018-09-07 18:29:31,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:31,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0e723de0-237e-4ea1-ace6-aa9cfc85897e Date: Fri, 07 Sep 2018 18:29:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8594dd6b-2f53-469d-8b6b-4d28cd746bbf"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:29Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:31,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net used request id req-0e723de0-237e-4ea1-ace6-aa9cfc85897e 2018-09-07 18:29:31,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:32,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f829f7fb-93dc-42be-ba60-970ad10d6210 Date: Fri, 07 Sep 2018 18:29:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:32,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-f829f7fb-93dc-42be-ba60-970ad10d6210 2018-09-07 18:29:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:32,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2ade0084-a5d0-43b3-bc11-c1e401f07713 Date: Fri, 07 Sep 2018 18:29:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8594dd6b-2f53-469d-8b6b-4d28cd746bbf"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:29Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:28Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:32,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net used request id req-2ade0084-a5d0-43b3-bc11-c1e401f07713 2018-09-07 18:29:32,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:32,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:32,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8d50ea07cb27975849d451b2997bed28ee1f04" 2018-09-07 18:29:32,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b9a09a-1c18-4dfa-a5c9-aa57f27825ae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:32,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-f7b9a09a-1c18-4dfa-a5c9-aa57f27825ae 2018-09-07 18:29:32,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:32,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e02c913d-73a1-46c0-9a71-bc8ab7beb820 Date: Fri, 07 Sep 2018 18:29:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:32,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-e02c913d-73a1-46c0-9a71-bc8ab7beb820 2018-09-07 18:29:32,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50&name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:32,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72e21423-4d3e-445f-90bd-de83b783289d Date: Fri, 07 Sep 2018 18:29:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:29Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet"}]} 2018-09-07 18:29:32,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50&name=NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet used request id req-72e21423-4d3e-445f-90bd-de83b783289d 2018-09-07 18:29:32,790 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net 2018-09-07 18:29:32,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" -d '{"port": {"network_id": "d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50", "fixed_ips": [{"subnet_id": "8594dd6b-2f53-469d-8b6b-4d28cd746bbf", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-port", "admin_state_up": true}}' 2018-09-07 18:29:33,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-5496d99c-de82-4d6d-bf6b-6cd249ad6e0d Date: Fri, 07 Sep 2018 18:29:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:33Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","ip_address":"10.55.1.100"}],"id":"2935e024-6021-405d-b8ae-6516a0e4953d","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:80:0f","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-port","admin_state_up":true,"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:33Z","binding:vnic_type":"normal"}} 2018-09-07 18:29:33,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-5496d99c-de82-4d6d-bf6b-6cd249ad6e0d 2018-09-07 18:29:33,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:33,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-c6c5e21e-b8fb-4af2-90ed-8ffe8877420f Date: Fri, 07 Sep 2018 18:29:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:33Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","ip_address":"10.55.1.100"}],"id":"2935e024-6021-405d-b8ae-6516a0e4953d","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:80:0f","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-port","admin_state_up":true,"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.202"}],"id":"32382ee4-e55f-46e4-9fa9-994fee32bd94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:a7:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58386cc4-588d-41d3-9dba-bf9fc39e41a5","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","ip_address":"10.55.1.4"}],"id":"bfaad84f-3520-4006-8964-9448980c7471","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:2a:44","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","name":"","admin_state_up":true,"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","ip_address":"10.55.1.3"}],"id":"d8f22baa-ce6f-48cf-a132-14fa9e7a20c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:e6:80","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","name":"","admin_state_up":true,"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:29:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8594dd6b-2f53-469d-8b6b-4d28cd746bbf","ip_address":"10.55.1.2"}],"id":"e56f5231-daf8-4822-aa08-7659a73fffdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:40:1d","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","name":"","admin_state_up":true,"network_id":"d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:29Z","binding:vnic_type":"normal"}]} 2018-09-07 18:29:33,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports used request id req-c6c5e21e-b8fb-4af2-90ed-8ffe8877420f 2018-09-07 18:29:33,829 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-port 2018-09-07 18:29:33,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/2935e024-6021-405d-b8ae-6516a0e4953d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:34,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5d3e54f-7e85-4e0c-a9e6-1a44e38549fe Date: Fri, 07 Sep 2018 18:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:34,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/2935e024-6021-405d-b8ae-6516a0e4953d used request id req-a5d3e54f-7e85-4e0c-a9e6-1a44e38549fe 2018-09-07 18:29:34,418 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet 2018-09-07 18:29:34,418 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-subnet 2018-09-07 18:29:34,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/8594dd6b-2f53-469d-8b6b-4d28cd746bbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:36,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0bdeab4-0702-4ca4-b83c-e51b053eccc0 Date: Fri, 07 Sep 2018 18:29:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:36,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/8594dd6b-2f53-469d-8b6b-4d28cd746bbf used request id req-b0bdeab4-0702-4ca4-b83c-e51b053eccc0 2018-09-07 18:29:36,503 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ff8fb856-265d-4973-8d90-dfed3a01f697-pub-net 2018-09-07 18:29:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb2258159da5830272442432f39ba3933ab1198" 2018-09-07 18:29:37,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46ffc0f7-d069-4cb8-9c05-ff148ccdc60a Date: Fri, 07 Sep 2018 18:29:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:37,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d9b19e68-c4df-4e2e-b6a2-4e5234dd6f50 used request id req-46ffc0f7-d069-4cb8-9c05-ff148ccdc60a 2018-09-07 18:29:37,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:38,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["IyDRsWRNQpybyDR9Z7KZgw"], "issued_at": "2018-09-07T18:29:38.000000Z"}} 2018-09-07 18:29:38,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:38,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7826fd5-c28e-480c-aa7f-37351dc5285d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:38,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a7826fd5-c28e-480c-aa7f-37351dc5285d 2018-09-07 18:29:38,384 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net 2018-09-07 18:29:38,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" -d '{"network": {"name": "NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:38,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-f7552643-3ac0-4efb-9b18-0856e829bba4 Date: Fri, 07 Sep 2018 18:29:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:38Z","is_default":false,"provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","mtu":1450}} 2018-09-07 18:29:38,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-f7552643-3ac0-4efb-9b18-0856e829bba4 2018-09-07 18:29:38,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:39,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-3f97784a-351f-4ba0-86ad-83076276d8b4 Date: Fri, 07 Sep 2018 18:29:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:38Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:39,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-3f97784a-351f-4ba0-86ad-83076276d8b4 2018-09-07 18:29:39,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:39,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be85f26c-acff-4b7a-9ad3-ac8908be3e2f Date: Fri, 07 Sep 2018 18:29:39 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:39,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-be85f26c-acff-4b7a-9ad3-ac8908be3e2f 2018-09-07 18:29:39,202 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet 2018-09-07 18:29:39,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" -d '{"subnets": [{"ip_version": 4, "network_id": "7731db2a-b6ae-4b71-84ca-dab2ad5a717e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]}' 2018-09-07 18:29:39,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c4ecd5a-7ec1-4714-8fbd-8ee955a9f780 Date: Fri, 07 Sep 2018 18:29:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:39,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-1c4ecd5a-7ec1-4714-8fbd-8ee955a9f780 2018-09-07 18:29:39,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:39,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-54d9a16e-1684-40a7-9357-125b4ff30746 Date: Fri, 07 Sep 2018 18:29:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c31fca7a-5bc6-48ef-97a9-854f927b2310"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:39Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:39,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-54d9a16e-1684-40a7-9357-125b4ff30746 2018-09-07 18:29:39,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:40,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17ed23a0-56d1-468e-bda8-7c3924deaac0 Date: Fri, 07 Sep 2018 18:29:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:40,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-17ed23a0-56d1-468e-bda8-7c3924deaac0 2018-09-07 18:29:40,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:40,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-51b659bd-fc45-4c03-9ccf-04859f26cbfc Date: Fri, 07 Sep 2018 18:29:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c31fca7a-5bc6-48ef-97a9-854f927b2310"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:39Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:40,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net used request id req-51b659bd-fc45-4c03-9ccf-04859f26cbfc 2018-09-07 18:29:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:40,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:40,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:40,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703f710d-5c12-4079-807d-d167afba0b4d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:40,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-703f710d-5c12-4079-807d-d167afba0b4d 2018-09-07 18:29:40,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:40,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ef79012a-38b7-4b50-9c52-b0c55f665b72 Date: Fri, 07 Sep 2018 18:29:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:40,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-ef79012a-38b7-4b50-9c52-b0c55f665b72 2018-09-07 18:29:40,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e&name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:40,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6602f89c-796d-4aeb-95b2-bf47276614ee Date: Fri, 07 Sep 2018 18:29:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:40,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e&name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet used request id req-6602f89c-796d-4aeb-95b2-bf47276614ee 2018-09-07 18:29:40,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:40,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:41,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["nnqxTGdhRZ-sh_fKcnAjrw"], "issued_at": "2018-09-07T18:29:41.000000Z"}} 2018-09-07 18:29:41,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6308e919c7d84e11f03f066d14b8af0e46e2b8cc" 2018-09-07 18:29:41,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6dff68-9530-4487-8ec4-60b1a5c55107 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:41,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-da6dff68-9530-4487-8ec4-60b1a5c55107 2018-09-07 18:29:41,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:41,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b6464e22-2a0e-4846-9d27-111cae5619d3 Date: Fri, 07 Sep 2018 18:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c31fca7a-5bc6-48ef-97a9-854f927b2310"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:39Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:41,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net used request id req-b6464e22-2a0e-4846-9d27-111cae5619d3 2018-09-07 18:29:41,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:41,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-216d396b-9232-42b8-bf07-e28f33e4a587 Date: Fri, 07 Sep 2018 18:29:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:41,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-216d396b-9232-42b8-bf07-e28f33e4a587 2018-09-07 18:29:41,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6ebfabad-ee21-46fc-a711-3a6091c0f2ff Date: Fri, 07 Sep 2018 18:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c31fca7a-5bc6-48ef-97a9-854f927b2310"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:39Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:38Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:41,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net used request id req-6ebfabad-ee21-46fc-a711-3a6091c0f2ff 2018-09-07 18:29:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:41,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:41,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6308e919c7d84e11f03f066d14b8af0e46e2b8cc" 2018-09-07 18:29:42,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5dac580-e800-4cb0-9b6e-6f92d8276f84 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:42,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-e5dac580-e800-4cb0-9b6e-6f92d8276f84 2018-09-07 18:29:42,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:42,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cb3d9e0-0ad0-4342-8b43-ebdd794c86f8 Date: Fri, 07 Sep 2018 18:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:42,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-1cb3d9e0-0ad0-4342-8b43-ebdd794c86f8 2018-09-07 18:29:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e&name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:42,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08e66a2e-52fb-43a4-a6a7-2354b244a2fc Date: Fri, 07 Sep 2018 18:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7731db2a-b6ae-4b71-84ca-dab2ad5a717e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:39Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c31fca7a-5bc6-48ef-97a9-854f927b2310","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet"}]} 2018-09-07 18:29:42,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7731db2a-b6ae-4b71-84ca-dab2ad5a717e&name=NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet used request id req-08e66a2e-52fb-43a4-a6a7-2354b244a2fc 2018-09-07 18:29:42,438 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net 2018-09-07 18:29:42,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" -d '{"port": {"network_id": "7731db2a-b6ae-4b71-84ca-dab2ad5a717e", "fixed_ips": [{"subnet_id": "c31fca7a-5bc6-48ef-97a9-854f927b2310", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-port", "admin_state_up": true}}' 2018-09-07 18:29:42,456 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-a414c222-c102-4f9c-8c03-134379211866 Date: Fri, 07 Sep 2018 18:29:42 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-07 18:29:42,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-a414c222-c102-4f9c-8c03-134379211866 2018-09-07 18:29:42,456 - 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-07 18:29:42,457 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet 2018-09-07 18:29:42,457 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-subnet 2018-09-07 18:29:42,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/c31fca7a-5bc6-48ef-97a9-854f927b2310 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:44,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed6843ce-c7ee-4d4f-a985-7d38d456a312 Date: Fri, 07 Sep 2018 18:29:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:44,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c31fca7a-5bc6-48ef-97a9-854f927b2310 used request id req-ed6843ce-c7ee-4d4f-a985-7d38d456a312 2018-09-07 18:29:44,699 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7878bac2-7b03-4e8f-831a-7abc9f5e47d8-pub-net 2018-09-07 18:29:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/7731db2a-b6ae-4b71-84ca-dab2ad5a717e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a2f29efe4ee95247f490c520bac1e6a3a0dcdd" 2018-09-07 18:29:46,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-238269a5-30ba-4812-b49d-7864e6707b44 Date: Fri, 07 Sep 2018 18:29:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:46,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/7731db2a-b6ae-4b71-84ca-dab2ad5a717e used request id req-238269a5-30ba-4812-b49d-7864e6707b44 2018-09-07 18:29:46,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:46,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Hzoo31Y9SiCvRL_2f8I05Q"], "issued_at": "2018-09-07T18:29:46.000000Z"}} 2018-09-07 18:29:46,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:46,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b7b7a7-8582-40f5-982e-559b728ac479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:46,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-87b7b7a7-8582-40f5-982e-559b728ac479 2018-09-07 18:29:46,984 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net 2018-09-07 18:29:46,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" -d '{"network": {"name": "NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:47,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-adba574b-f0a1-4162-aa3c-5de5ef76e1e3 Date: Fri, 07 Sep 2018 18:29: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":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:47Z","is_default":false,"provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","mtu":1450}} 2018-09-07 18:29:47,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-adba574b-f0a1-4162-aa3c-5de5ef76e1e3 2018-09-07 18:29:47,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:47,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-defcfaad-ff3f-4ec3-8acc-46aa5a855acb Date: Fri, 07 Sep 2018 18:29:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:47Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:47,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-defcfaad-ff3f-4ec3-8acc-46aa5a855acb 2018-09-07 18:29:47,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:47,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c7152a46-5be8-4b71-8e60-82cd111bfaff Date: Fri, 07 Sep 2018 18:29:48 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:47,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-c7152a46-5be8-4b71-8e60-82cd111bfaff 2018-09-07 18:29:47,998 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet 2018-09-07 18:29:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" -d '{"subnets": [{"ip_version": 4, "network_id": "b3bd4b9c-6813-4d55-9133-05506a70c15f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]}' 2018-09-07 18:29:48,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6e6eb4f5-d731-498b-9c4c-60cbf29b59fe Date: Fri, 07 Sep 2018 18:29:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:48,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-6e6eb4f5-d731-498b-9c4c-60cbf29b59fe 2018-09-07 18:29:48,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:48,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8c25d1f4-d78e-4156-b25f-aa3a34bf7c61 Date: Fri, 07 Sep 2018 18:29:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["40d25507-1b33-4848-8e30-7f379b107f8b"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:48Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:48,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-8c25d1f4-d78e-4156-b25f-aa3a34bf7c61 2018-09-07 18:29:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:48,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f842228d-a789-45a6-97fd-5dae07df2f16 Date: Fri, 07 Sep 2018 18:29:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:48,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-f842228d-a789-45a6-97fd-5dae07df2f16 2018-09-07 18:29:48,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:49,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5f524a32-e3e5-42d6-aa0f-836dd3317677 Date: Fri, 07 Sep 2018 18:29:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["40d25507-1b33-4848-8e30-7f379b107f8b"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:48Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:49,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net used request id req-5f524a32-e3e5-42d6-aa0f-836dd3317677 2018-09-07 18:29:49,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:49,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:49,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:49,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716b777d-f032-41bf-bb39-361d05411b18 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:49,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-716b777d-f032-41bf-bb39-361d05411b18 2018-09-07 18:29:49,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:49,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50921809-e9da-4abb-a301-93296ef3baa5 Date: Fri, 07 Sep 2018 18:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:49,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-50921809-e9da-4abb-a301-93296ef3baa5 2018-09-07 18:29:49,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f&name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:49,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60ff5ff9-d949-4ca4-b2d6-8593b520fc46 Date: Fri, 07 Sep 2018 18:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:49,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f&name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet used request id req-60ff5ff9-d949-4ca4-b2d6-8593b520fc46 2018-09-07 18:29:49,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:49,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:50,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5zq4kNW5RTyXtkJhyYGBoA"], "issued_at": "2018-09-07T18:29:50.000000Z"}} 2018-09-07 18:29:50,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ad4bb2e89be57caf02b0995552eced22ad0eae" 2018-09-07 18:29:50,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5591f1f3-965a-43af-87c8-39204e1c1d83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:50,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5591f1f3-965a-43af-87c8-39204e1c1d83 2018-09-07 18:29:50,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:50,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-778c1d21-8904-4246-ac4e-1cd2309aa538 Date: Fri, 07 Sep 2018 18:29:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["40d25507-1b33-4848-8e30-7f379b107f8b"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:48Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:50,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net used request id req-778c1d21-8904-4246-ac4e-1cd2309aa538 2018-09-07 18:29:50,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:50,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-674bb3b8-3e40-4740-a8bd-3494efe5ec89 Date: Fri, 07 Sep 2018 18:29:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:50,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-674bb3b8-3e40-4740-a8bd-3494efe5ec89 2018-09-07 18:29:50,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:51,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3a5c1d50-8fd5-4c30-a6c1-19de54daa97d Date: Fri, 07 Sep 2018 18:29:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["40d25507-1b33-4848-8e30-7f379b107f8b"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:48Z","provider:segmentation_id":83,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:47Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:51,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net used request id req-3a5c1d50-8fd5-4c30-a6c1-19de54daa97d 2018-09-07 18:29:51,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:51,106 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:51,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ad4bb2e89be57caf02b0995552eced22ad0eae" 2018-09-07 18:29:51,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbdf45db-7246-438e-bff6-82f9ea1af955 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:51,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-dbdf45db-7246-438e-bff6-82f9ea1af955 2018-09-07 18:29:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:51,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31248aa3-e761-4626-bba2-c12f4fb177c0 Date: Fri, 07 Sep 2018 18:29:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:51,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-31248aa3-e761-4626-bba2-c12f4fb177c0 2018-09-07 18:29:51,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f&name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:51,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4975ea26-a630-40f9-a1cc-7832c1e2ae62 Date: Fri, 07 Sep 2018 18:29:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3bd4b9c-6813-4d55-9133-05506a70c15f","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:48Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29: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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"40d25507-1b33-4848-8e30-7f379b107f8b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet"}]} 2018-09-07 18:29:51,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b3bd4b9c-6813-4d55-9133-05506a70c15f&name=NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet used request id req-4975ea26-a630-40f9-a1cc-7832c1e2ae62 2018-09-07 18:29:51,467 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net 2018-09-07 18:29:51,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" -d '{"port": {"network_id": "b3bd4b9c-6813-4d55-9133-05506a70c15f", "fixed_ips": [{"subnet_id": "40d25507-1b33-4848-8e30-7f379b107f8b", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-port", "admin_state_up": true}}' 2018-09-07 18:29:51,830 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-fc1088fa-633f-4b88-8152-b7874801643d Date: Fri, 07 Sep 2018 18:29:51 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-07 18:29:51,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-fc1088fa-633f-4b88-8152-b7874801643d 2018-09-07 18:29:51,831 - 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-07 18:29:51,831 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet 2018-09-07 18:29:51,831 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-subnet 2018-09-07 18:29:51,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/40d25507-1b33-4848-8e30-7f379b107f8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:53,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b68eb696-fb64-45b2-9e0a-e0ea83f818ce Date: Fri, 07 Sep 2018 18:29:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:53,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/40d25507-1b33-4848-8e30-7f379b107f8b used request id req-b68eb696-fb64-45b2-9e0a-e0ea83f818ce 2018-09-07 18:29:53,909 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1f1507c5-4f48-4c83-84f5-541dc1aa2b49-pub-net 2018-09-07 18:29:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/b3bd4b9c-6813-4d55-9133-05506a70c15f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc21fb01affb454a13a77885b1afd15f5ada9d1" 2018-09-07 18:29:55,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0894489f-beab-44f0-97cf-9aafaff00268 Date: Fri, 07 Sep 2018 18:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:29:55,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/b3bd4b9c-6813-4d55-9133-05506a70c15f used request id req-0894489f-beab-44f0-97cf-9aafaff00268 2018-09-07 18:29:55,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:55,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["4tXnkKb6T96oGy3V0D41QA"], "issued_at": "2018-09-07T18:29:55.000000Z"}} 2018-09-07 18:29:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:55,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5347270-3b2a-4661-bc90-0a0e0ad7deab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:55,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e5347270-3b2a-4661-bc90-0a0e0ad7deab 2018-09-07 18:29:55,899 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net 2018-09-07 18:29:55,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" -d '{"network": {"name": "NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net", "admin_state_up": true}}' 2018-09-07 18:29:56,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-44571bea-3cc3-43e4-b846-c03a7764d880 Date: Fri, 07 Sep 2018 18: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":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:56Z","is_default":false,"provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","mtu":1450}} 2018-09-07 18:29:56,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-44571bea-3cc3-43e4-b846-c03a7764d880 2018-09-07 18:29:56,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:56,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f6ff5c9e-deef-4636-8a61-2d143157b91a Date: Fri, 07 Sep 2018 18:29:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:29:56Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:56,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-f6ff5c9e-deef-4636-8a61-2d143157b91a 2018-09-07 18:29:56,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:56,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3ab2fbc1-4afc-4d68-b6ab-37ccaab9303b Date: Fri, 07 Sep 2018 18:29:56 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:29:56,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-3ab2fbc1-4afc-4d68-b6ab-37ccaab9303b 2018-09-07 18:29:56,911 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet 2018-09-07 18:29:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" -d '{"subnets": [{"ip_version": 4, "network_id": "74f106fd-1b51-4d10-82e0-f51eaf117be6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]}' 2018-09-07 18:29:57,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17997da7-cdeb-4052-a9c9-71b00dce714a Date: Fri, 07 Sep 2018 18:29:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:29:57,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-17997da7-cdeb-4052-a9c9-71b00dce714a 2018-09-07 18:29:57,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:57,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-088948d1-fca4-4110-a2da-3e0e8fa5b72b Date: Fri, 07 Sep 2018 18:29:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c344df92-b3a9-4c76-9fab-55f530c99ad5"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:57Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:57,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-088948d1-fca4-4110-a2da-3e0e8fa5b72b 2018-09-07 18:29:57,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:58,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8c62d00f-02b4-4e4f-8386-20d43cc17430 Date: Fri, 07 Sep 2018 18:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:29:58,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-8c62d00f-02b4-4e4f-8386-20d43cc17430 2018-09-07 18:29:58,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:58,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f263f195-2d20-4933-8605-883e273a9824 Date: Fri, 07 Sep 2018 18:29:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c344df92-b3a9-4c76-9fab-55f530c99ad5"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:57Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:58,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net used request id req-f263f195-2d20-4933-8605-883e273a9824 2018-09-07 18:29:58,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:29:58,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:29: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:29:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:58,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a12358-ffbc-4024-8d39-3b20a05a3f57 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:29:58,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-23a12358-ffbc-4024-8d39-3b20a05a3f57 2018-09-07 18:29:58,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:58,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7417fcd9-28ad-46e7-a8c8-eeffdd86ed4e Date: Fri, 07 Sep 2018 18:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:29:58,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-7417fcd9-28ad-46e7-a8c8-eeffdd86ed4e 2018-09-07 18:29:58,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6&name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:59,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b3235981-57d1-45d9-8b18-4d26a7866586 Date: Fri, 07 Sep 2018 18:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:29:59,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6&name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet used request id req-b3235981-57d1-45d9-8b18-4d26a7866586 2018-09-07 18:29:59,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:29:59,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:29:59,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["_q0L_kY7QR2yf981t5hNFQ"], "issued_at": "2018-09-07T18:29:59.000000Z"}} 2018-09-07 18:29:59,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d7ebc3c7ea0681110fedcdf0370bb332e421866" 2018-09-07 18:29:59,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053b30df-0914-4fb7-b21f-1e85d1507d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:29:59,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-053b30df-0914-4fb7-b21f-1e85d1507d72 2018-09-07 18:29:59,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:59,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c8caa570-a358-499c-88a2-3d52972bb20a Date: Fri, 07 Sep 2018 18:29:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c344df92-b3a9-4c76-9fab-55f530c99ad5"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:57Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","provider:network_type":"vxlan"}]} 2018-09-07 18:29:59,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net used request id req-c8caa570-a358-499c-88a2-3d52972bb20a 2018-09-07 18:29:59,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:29:59,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-789eda2e-c952-4b12-8538-b412461b8230 Date: Fri, 07 Sep 2018 18:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:29:59,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-789eda2e-c952-4b12-8538-b412461b8230 2018-09-07 18:29:59,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:30:00,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3334241f-400c-4d4d-b11d-ca12bffa4b06 Date: Fri, 07 Sep 2018 18:30:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["c344df92-b3a9-4c76-9fab-55f530c99ad5"],"description":"","tags":[],"updated_at":"2018-09-07T18:29:57Z","provider:segmentation_id":90,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:56Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:00,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net used request id req-3334241f-400c-4d4d-b11d-ca12bffa4b06 2018-09-07 18:30:00,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:00,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:00,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d7ebc3c7ea0681110fedcdf0370bb332e421866" 2018-09-07 18:30:00,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4cd7bc-6067-489b-9a0f-547d6441af50 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:00,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-0d4cd7bc-6067-489b-9a0f-547d6441af50 2018-09-07 18:30:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:30:00,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8a856f49-74ca-45dd-8ad7-8358ba3fa99a Date: Fri, 07 Sep 2018 18:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:30:00,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-8a856f49-74ca-45dd-8ad7-8358ba3fa99a 2018-09-07 18:30:00,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6&name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:30:00,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1e5d2f89-bcfe-4168-9a70-07a8c074c71d Date: Fri, 07 Sep 2018 18:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74f106fd-1b51-4d10-82e0-f51eaf117be6","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:29:57Z","dns_nameservers":[],"updated_at":"2018-09-07T18:29:57Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"c344df92-b3a9-4c76-9fab-55f530c99ad5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet"}]} 2018-09-07 18:30:00,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=74f106fd-1b51-4d10-82e0-f51eaf117be6&name=NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet used request id req-1e5d2f89-bcfe-4168-9a70-07a8c074c71d 2018-09-07 18:30:00,275 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net 2018-09-07 18:30:00,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" -d '{"port": {"network_id": "74f106fd-1b51-4d10-82e0-f51eaf117be6", "fixed_ips": [{"subnet_id": "c344df92-b3a9-4c76-9fab-55f530c99ad5", "ip_address": null}], "name": "NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-port", "admin_state_up": true}}' 2018-09-07 18:30:00,558 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-ee75a7f5-d4e4-4389-bfef-8e01d69822cb Date: Fri, 07 Sep 2018 18:30:00 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-07 18:30:00,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-ee75a7f5-d4e4-4389-bfef-8e01d69822cb 2018-09-07 18:30:00,559 - 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-07 18:30:00,559 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet 2018-09-07 18:30:00,559 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-subnet 2018-09-07 18:30:00,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/c344df92-b3a9-4c76-9fab-55f530c99ad5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:30:02,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-524e4d14-8983-450f-94d5-e3d02437992c Date: Fri, 07 Sep 2018 18:30:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:02,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c344df92-b3a9-4c76-9fab-55f530c99ad5 used request id req-524e4d14-8983-450f-94d5-e3d02437992c 2018-09-07 18:30:02,633 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0bd64cad-0b8d-4703-b490-d7472dcbd63d-pub-net 2018-09-07 18:30:02,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/74f106fd-1b51-4d10-82e0-f51eaf117be6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}088d4fc4e46fd792a949e8564d8b70c1c86db7dc" 2018-09-07 18:30:03,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24cee4a9-e125-4da0-a545-621694e8a836 Date: Fri, 07 Sep 2018 18:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:03,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/74f106fd-1b51-4d10-82e0-f51eaf117be6 used request id req-24cee4a9-e125-4da0-a545-621694e8a836 2018-09-07 18:30:03,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:04,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["u7VEGLINRniooiq0h9OXVw"], "issued_at": "2018-09-07T18:30:04.000000Z"}} 2018-09-07 18:30:04,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:04,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a0cc44-98e8-486d-a8d8-ab8dc57e87e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:04,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d2a0cc44-98e8-486d-a8d8-ab8dc57e87e1 2018-09-07 18:30:04,363 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net 2018-09-07 18:30:04,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" -d '{"network": {"name": "NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net", "admin_state_up": true}}' 2018-09-07 18:30:04,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9d797d79-1cf0-4d53-9c42-c07b6653721a Date: Fri, 07 Sep 2018 18:30: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":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:30:04Z","is_default":false,"provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","mtu":1450}} 2018-09-07 18:30:04,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-9d797d79-1cf0-4d53-9c42-c07b6653721a 2018-09-07 18:30:04,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:05,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8c98fb31-d200-4e92-bfe4-b4722564c35b Date: Fri, 07 Sep 2018 18:30:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:30:04Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:05,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-8c98fb31-d200-4e92-bfe4-b4722564c35b 2018-09-07 18:30:05,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:05,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d240d65a-bd00-44cc-8ef1-13cb0e686221 Date: Fri, 07 Sep 2018 18:30:05 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:30:05,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-d240d65a-bd00-44cc-8ef1-13cb0e686221 2018-09-07 18:30:05,340 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet 2018-09-07 18:30:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" -d '{"subnets": [{"ip_version": 4, "network_id": "d8d99781-55a9-4f54-84de-7f03ca6f901e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]}' 2018-09-07 18:30:06,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8a157e8d-4e92-4d36-a305-4dc16de583a9 Date: Fri, 07 Sep 2018 18:30:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:06,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-8a157e8d-4e92-4d36-a305-4dc16de583a9 2018-09-07 18:30:06,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:06,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-571bb9bd-e1b9-4924-857f-bd3e7ce5b59c Date: Fri, 07 Sep 2018 18:30:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1a818d6f-f597-484f-a9c3-7145acfdbc6f"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:05Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:06,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-571bb9bd-e1b9-4924-857f-bd3e7ce5b59c 2018-09-07 18:30:06,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:06,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a94b7ef-90ec-4c76-99bd-7d7e245b2432 Date: Fri, 07 Sep 2018 18:30:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:06,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-3a94b7ef-90ec-4c76-99bd-7d7e245b2432 2018-09-07 18:30:06,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:06,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-75f828d6-54d9-4246-abf0-c0c660c02b33 Date: Fri, 07 Sep 2018 18:30:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1a818d6f-f597-484f-a9c3-7145acfdbc6f"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:05Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:06,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net used request id req-75f828d6-54d9-4246-abf0-c0c660c02b33 2018-09-07 18:30:06,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:06,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:06,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:07,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2027ac27-b733-4120-bc9f-9b00b5e392b7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:07,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-2027ac27-b733-4120-bc9f-9b00b5e392b7 2018-09-07 18:30:07,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:07,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ecbe1472-a751-4d71-9ca9-d91c09ec708c Date: Fri, 07 Sep 2018 18:30:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:07,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-ecbe1472-a751-4d71-9ca9-d91c09ec708c 2018-09-07 18:30:07,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e&name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:07,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-854ee51f-be1e-4878-b7cf-53931cc3356f Date: Fri, 07 Sep 2018 18:30:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:07,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e&name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet used request id req-854ee51f-be1e-4878-b7cf-53931cc3356f 2018-09-07 18:30:07,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:07,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:07,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["1CauJl3eTTuOAaqzj54yag"], "issued_at": "2018-09-07T18:30:07.000000Z"}} 2018-09-07 18:30:07,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf567eb98bfa61de412ab7e089d2c3706955f8a" 2018-09-07 18:30:07,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f203e2a-1f23-4ad0-81dc-aedb9f612a5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:07,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2f203e2a-1f23-4ad0-81dc-aedb9f612a5f 2018-09-07 18:30:07,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:08,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-33ef5d7d-c21b-4b4b-b986-de17447377ec Date: Fri, 07 Sep 2018 18:30:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1a818d6f-f597-484f-a9c3-7145acfdbc6f"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:05Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:08,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net used request id req-33ef5d7d-c21b-4b4b-b986-de17447377ec 2018-09-07 18:30:08,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:08,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-96df92d7-1d93-4fe6-b0f3-786387e49537 Date: Fri, 07 Sep 2018 18:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:08,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-96df92d7-1d93-4fe6-b0f3-786387e49537 2018-09-07 18:30:08,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:08,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-36652f46-78d9-4f6f-ad46-a12ec57260fa Date: Fri, 07 Sep 2018 18:30:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1a818d6f-f597-484f-a9c3-7145acfdbc6f"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:05Z","provider:segmentation_id":43,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:04Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:08,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net used request id req-36652f46-78d9-4f6f-ad46-a12ec57260fa 2018-09-07 18:30:08,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:08,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaf567eb98bfa61de412ab7e089d2c3706955f8a" 2018-09-07 18:30:08,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b07ea56-7be3-49d1-9893-ad0a1cfbd382 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:08,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4b07ea56-7be3-49d1-9893-ad0a1cfbd382 2018-09-07 18:30:08,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:08,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3fc7c2fa-f036-49cb-abe2-2bf98aefe692 Date: Fri, 07 Sep 2018 18:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:08,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-3fc7c2fa-f036-49cb-abe2-2bf98aefe692 2018-09-07 18:30:08,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e&name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:08,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2f8bd996-0847-45b8-b81b-f9e0b64ee77f Date: Fri, 07 Sep 2018 18:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:05Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:05Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet"}]} 2018-09-07 18:30:08,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=d8d99781-55a9-4f54-84de-7f03ca6f901e&name=NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet used request id req-2f8bd996-0847-45b8-b81b-f9e0b64ee77f 2018-09-07 18:30:08,885 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net 2018-09-07 18:30:08,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" -d '{"port": {"network_id": "d8d99781-55a9-4f54-84de-7f03ca6f901e", "fixed_ips": [{"subnet_id": "1a818d6f-f597-484f-a9c3-7145acfdbc6f", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-09-07 18:30:09,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-d06df966-eaf4-4511-8840-2a97057e33b0 Date: Fri, 07 Sep 2018 18:30:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:09Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","ip_address":"10.55.1.100"}],"id":"4e3daa00-4c39-44b7-a547-7996117df250","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d1:da:65","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:09Z","binding:vnic_type":"normal"}} 2018-09-07 18:30:09,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-d06df966-eaf4-4511-8840-2a97057e33b0 2018-09-07 18:30:09,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports/4e3daa00-4c39-44b7-a547-7996117df250 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:09,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-5027980b-7a43-4e51-a94b-f5127d294d24 Date: Fri, 07 Sep 2018 18:30:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:09Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1a818d6f-f597-484f-a9c3-7145acfdbc6f","ip_address":"10.55.1.100"}],"id":"4e3daa00-4c39-44b7-a547-7996117df250","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d1:da:65","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d8d99781-55a9-4f54-84de-7f03ca6f901e","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:09Z","binding:vnic_type":"normal"}} 2018-09-07 18:30:09,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports/4e3daa00-4c39-44b7-a547-7996117df250 used request id req-5027980b-7a43-4e51-a94b-f5127d294d24 2018-09-07 18:30:09,897 - neutron_utils - INFO - Deleting port with name 2018-09-07 18:30:09,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/4e3daa00-4c39-44b7-a547-7996117df250 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:10,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59ed1a64-6b48-416f-9c2c-225fe8bb5694 Date: Fri, 07 Sep 2018 18:30:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:10,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/4e3daa00-4c39-44b7-a547-7996117df250 used request id req-59ed1a64-6b48-416f-9c2c-225fe8bb5694 2018-09-07 18:30:10,448 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet 2018-09-07 18:30:10,448 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-subnet 2018-09-07 18:30:10,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/1a818d6f-f597-484f-a9c3-7145acfdbc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:12,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8cb235cc-a26b-4b55-8074-9ee959877b5b Date: Fri, 07 Sep 2018 18:30:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:12,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/1a818d6f-f597-484f-a9c3-7145acfdbc6f used request id req-8cb235cc-a26b-4b55-8074-9ee959877b5b 2018-09-07 18:30:12,759 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8fb68a3a-7aed-4f11-959d-e62dba209c03-pub-net 2018-09-07 18:30:12,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/d8d99781-55a9-4f54-84de-7f03ca6f901e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}694cac143fdc512bd7f270c6ed4d39b6fd931a04" 2018-09-07 18:30:14,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13352327-2374-4a2e-8779-18ad51ea460c Date: Fri, 07 Sep 2018 18:30:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:14,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d8d99781-55a9-4f54-84de-7f03ca6f901e used request id req-13352327-2374-4a2e-8779-18ad51ea460c 2018-09-07 18:30:14,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:14,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["IRvOTPzPQ0C81gqp8hGenA"], "issued_at": "2018-09-07T18:30:14.000000Z"}} 2018-09-07 18:30:14,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e167a764d7e05f0aeac7dabd16745f8e4dd3" 2018-09-07 18:30:15,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccbb3ea-5752-45e9-a7d4-6c6248c9e3b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:15,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6ccbb3ea-5752-45e9-a7d4-6c6248c9e3b3 2018-09-07 18:30:15,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:15,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:15,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["-X6CBE9HRBap5b6fTt5aUQ"], "issued_at": "2018-09-07T18:30:15.000000Z"}} 2018-09-07 18:30:15,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e9249d6c586d03b599e6007c45537afe48da37" 2018-09-07 18:30:15,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a86703-ac9a-40c6-8f05-7fd2a0b0f46f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:15,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-66a86703-ac9a-40c6-8f05-7fd2a0b0f46f 2018-09-07 18:30:15,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-5a57a665-27d0-4527-b2ec-c8deb34721c6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9754e167a764d7e05f0aeac7dabd16745f8e4dd3" 2018-09-07 18:30:15,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d71b32b5-0092-4fef-b20a-e493f6d430cd Date: Fri, 07 Sep 2018 18:30:15 GMT RESP BODY: {"networks":[]} 2018-09-07 18:30:15,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NeutronUtilsRouterTests-5a57a665-27d0-4527-b2ec-c8deb34721c6-pub-net used request id req-d71b32b5-0092-4fef-b20a-e493f6d430cd 2018-09-07 18:30:15,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:16,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["H8QH1gwQRo-i8G7qf2vMGw"], "issued_at": "2018-09-07T18:30:16.000000Z"}} 2018-09-07 18:30:16,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:16,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa903b7-51eb-4978-983f-3a132568f968 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:16,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-baa903b7-51eb-4978-983f-3a132568f968 2018-09-07 18:30:16,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:16,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:16,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Kntlqea9QaW6Uxu-G7DqKA"], "issued_at": "2018-09-07T18:30:16.000000Z"}} 2018-09-07 18:30:16,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b9844225eaa678b744f946a84b39884593d2fc1" 2018-09-07 18:30:16,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8e9145-5c0a-4ab4-bac3-449234b01756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:16,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ab8e9145-5c0a-4ab4-bac3-449234b01756 2018-09-07 18:30:16,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:16,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b8ab9734-7942-4602-a1f0-6dfea0dfe03a Date: Fri, 07 Sep 2018 18:30:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:30:16,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-b8ab9734-7942-4602-a1f0-6dfea0dfe03a 2018-09-07 18:30:17,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:17,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-952b62c0-df11-482a-b2c5-37a28f667b25 Date: Fri, 07 Sep 2018 18:30:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:30:17,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-952b62c0-df11-482a-b2c5-37a28f667b25 2018-09-07 18:30:17,199 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router 2018-09-07 18:30:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router", "admin_state_up": true}}' 2018-09-07 18:30:19,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-fc9e3974-3e84-4c79-9ac7-d2aefe71f6c1 Date: Fri, 07 Sep 2018 18:30:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:19Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fbfb88fe-4cc6-4d03-8212-34dc2d2e8130", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}} 2018-09-07 18:30:19,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-fc9e3974-3e84-4c79-9ac7-d2aefe71f6c1 2018-09-07 18:30:19,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:19,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9f7758a7-8c8c-453d-a1f5-c3481f2d4364 Date: Fri, 07 Sep 2018 18:30:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.206"}],"id":"51062269-1d5c-439c-b27c-207f83ebf0b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a1:76:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fbfb88fe-4cc6-4d03-8212-34dc2d2e8130","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:18Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:19,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 used request id req-9f7758a7-8c8c-453d-a1f5-c3481f2d4364 2018-09-07 18:30:19,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:19,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4943d09c-752d-439f-91fa-9d54dc3d43bb Date: Fri, 07 Sep 2018 18:30:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:30:19,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-4943d09c-752d-439f-91fa-9d54dc3d43bb 2018-09-07 18:30:19,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:19,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-077b7dbe-f81f-4226-bc9f-ef52680f925e Date: Fri, 07 Sep 2018 18:30:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:19Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fbfb88fe-4cc6-4d03-8212-34dc2d2e8130", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 18:30:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router used request id req-077b7dbe-f81f-4226-bc9f-ef52680f925e 2018-09-07 18:30:19,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:19,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:20,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f626db29-332f-4434-aa3c-1e5c8edd5cb0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:20,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-f626db29-332f-4434-aa3c-1e5c8edd5cb0 2018-09-07 18:30:20,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:20,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-399c66b2-4de2-45a5-bba2-3b0b586a9dbe Date: Fri, 07 Sep 2018 18:30:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.206"}],"id":"51062269-1d5c-439c-b27c-207f83ebf0b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a1:76:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fbfb88fe-4cc6-4d03-8212-34dc2d2e8130","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:18Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:20,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 used request id req-399c66b2-4de2-45a5-bba2-3b0b586a9dbe 2018-09-07 18:30:20,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:20,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1c0b08e1-2ccd-4b47-b0ff-e95e5ff1e9f3 Date: Fri, 07 Sep 2018 18:30:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:30:20,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-1c0b08e1-2ccd-4b47-b0ff-e95e5ff1e9f3 2018-09-07 18:30:20,292 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router 2018-09-07 18:30:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/routers/fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:21,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a0b952f-1ad2-4713-a0a3-2e1721872ee0 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:21,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/fbfb88fe-4cc6-4d03-8212-34dc2d2e8130 used request id req-3a0b952f-1ad2-4713-a0a3-2e1721872ee0 2018-09-07 18:30:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:21,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-67d800f4-383c-4faf-9505-6814fb01fe9e Date: Fri, 07 Sep 2018 18:30:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 18:30:21,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router used request id req-67d800f4-383c-4faf-9505-6814fb01fe9e 2018-09-07 18:30:21,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3918ae-93d1-451e-aa59-0cb720210d75 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:21,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4d3918ae-93d1-451e-aa59-0cb720210d75 2018-09-07 18:30:21,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=fcf3e1cc-0b6c-4256-ad00-de0cffc11bae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:21,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0dda82c6-9165-4cd7-9736-76b2b21199db Date: Fri, 07 Sep 2018 18:30:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.205"}],"id":"b348ecfc-51c8-4e90-88fa-db5900eee839","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:33:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fcf3e1cc-0b6c-4256-ad00-de0cffc11bae","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:17Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:21,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=fcf3e1cc-0b6c-4256-ad00-de0cffc11bae used request id req-0dda82c6-9165-4cd7-9736-76b2b21199db 2018-09-07 18:30:21,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249a2f785468c43c1d20cb02a0da82be32159f0c" 2018-09-07 18:30:22,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6b0f7b9f-ce47-4bf8-b976-7b89ef992447 Date: Fri, 07 Sep 2018 18:30:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:30:22,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-6b0f7b9f-ce47-4bf8-b976-7b89ef992447 2018-09-07 18:30:22,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:22,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5Wh1Y2VATza8XURetphMbQ"], "issued_at": "2018-09-07T18:30:22.000000Z"}} 2018-09-07 18:30:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:22,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a00b02-e79b-4dd4-8e41-5f67225e43d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:22,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-64a00b02-e79b-4dd4-8e41-5f67225e43d7 2018-09-07 18:30:22,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:22,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:22,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["qn_2-ICrRyiF5Ipdad6Pvg"], "issued_at": "2018-09-07T18:30:22.000000Z"}} 2018-09-07 18:30:22,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c7557df6a24d1cdb290f355ffedb547169c1eaf" 2018-09-07 18:30:23,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1319674-9e07-485d-a5b0-829e9514d45e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:23,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c1319674-9e07-485d-a5b0-829e9514d45e 2018-09-07 18:30:23,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:23,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-17328b1d-c449-46e0-b477-cdbca174afed Date: Fri, 07 Sep 2018 18:30:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:30:23,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-17328b1d-c449-46e0-b477-cdbca174afed 2018-09-07 18:30:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:23,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b930dd6b-e779-40db-9b0d-2d9a44741cad Date: Fri, 07 Sep 2018 18:30:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:30:23,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-b930dd6b-e779-40db-9b0d-2d9a44741cad 2018-09-07 18:30:23,651 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router 2018-09-07 18:30:23,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router", "admin_state_up": true}}' 2018-09-07 18:30:24,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-3343736b-3328-414e-98f3-218a9bae85f6 Date: Fri, 07 Sep 2018 18:30:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:24Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "0b8783db-42b7-4e64-93a6-58174c4aba9a", "name": "NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router"}} 2018-09-07 18:30:24,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-3343736b-3328-414e-98f3-218a9bae85f6 2018-09-07 18:30:24,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=0b8783db-42b7-4e64-93a6-58174c4aba9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:24,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2e00862c-bc0e-4c70-9721-7fbf7f7d0e75 Date: Fri, 07 Sep 2018 18:30:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.208"}],"id":"ce18056c-70cd-4df6-85da-2b9958a764d2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:b6:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0b8783db-42b7-4e64-93a6-58174c4aba9a","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:24Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:24,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=0b8783db-42b7-4e64-93a6-58174c4aba9a used request id req-2e00862c-bc0e-4c70-9721-7fbf7f7d0e75 2018-09-07 18:30:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6c8345b3-d256-4826-ae71-22e99299403d Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:30:25,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-6c8345b3-d256-4826-ae71-22e99299403d 2018-09-07 18:30:25,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d056f4f3-1611-4d6c-b790-be71f1c4715b Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:24Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "0b8783db-42b7-4e64-93a6-58174c4aba9a", "name": "NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router"}]} 2018-09-07 18:30:25,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router used request id req-d056f4f3-1611-4d6c-b790-be71f1c4715b 2018-09-07 18:30:25,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:25,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:25,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777559cc-e441-42fa-a4be-989b5ee27642 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:25,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-777559cc-e441-42fa-a4be-989b5ee27642 2018-09-07 18:30:25,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?device_id=0b8783db-42b7-4e64-93a6-58174c4aba9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5e4828f5-a963-41b1-a4b9-91d130b394f9 Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.208"}],"id":"ce18056c-70cd-4df6-85da-2b9958a764d2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:b6:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0b8783db-42b7-4e64-93a6-58174c4aba9a","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:24Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:25,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?device_id=0b8783db-42b7-4e64-93a6-58174c4aba9a used request id req-5e4828f5-a963-41b1-a4b9-91d130b394f9 2018-09-07 18:30:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-54f713ba-8d03-45d2-b0dd-d13bd0569977 Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","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":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}} 2018-09-07 18:30:25,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets/3607dd08-2893-4cea-ad91-c9c8759d6b51 used request id req-54f713ba-8d03-45d2-b0dd-d13bd0569977 2018-09-07 18:30:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fad4a439-d209-4978-b1db-2ed3baa97133 Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:30:25,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-fad4a439-d209-4978-b1db-2ed3baa97133 2018-09-07 18:30:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:25,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-63d61ace-920f-4f22-a213-885cfa376367 Date: Fri, 07 Sep 2018 18:30:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:30:25,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-63d61ace-920f-4f22-a213-885cfa376367 2018-09-07 18:30:25,768 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router 2018-09-07 18:30:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/routers/0b8783db-42b7-4e64-93a6-58174c4aba9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:27,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f002606a-8efe-40c2-9f98-1ae444b0beff Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:27,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0b8783db-42b7-4e64-93a6-58174c4aba9a used request id req-f002606a-8efe-40c2-9f98-1ae444b0beff 2018-09-07 18:30:27,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35589e6fdebe6fb702d72fcd270a5bfd377e269" 2018-09-07 18:30:27,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b2ed778-3962-43ae-bc2d-d759bb3d0560 Date: Fri, 07 Sep 2018 18:30:27 GMT RESP BODY: {"routers": []} 2018-09-07 18:30:27,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers?name=NeutronUtilsRouterTests-97b39765-a0da-46ee-ae98-9f8748e92b06-pub-router used request id req-2b2ed778-3962-43ae-bc2d-d759bb3d0560 2018-09-07 18:30:27,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:27,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["62vKgqP4QQOo2-OpxAfaWA"], "issued_at": "2018-09-07T18:30:27.000000Z"}} 2018-09-07 18:30:27,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:27,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e516a4f8-78fe-4f93-a844-f44efd88a410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:27,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e516a4f8-78fe-4f93-a844-f44efd88a410 2018-09-07 18:30:27,756 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name 2018-09-07 18:30:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name"}}' 2018-09-07 18:30:28,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-0a0f5deb-0928-48b1-b6a2-a997403291c5 Date: Fri, 07 Sep 2018 18:30:28 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:27Z", "updated_at": "2018-09-07T18:30:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "revision_number": 0, "id": "7feec8b7-0463-45c8-a7a5-7120a7eb6a9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "revision_number": 0, "id": "f59b9edb-5db1-4123-b7c8-cd15657702b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "name": "NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name"}} 2018-09-07 18:30:28,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-0a0f5deb-0928-48b1-b6a2-a997403291c5 2018-09-07 18:30:28,128 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac7e8a17-2159-4c9c-bde7-eaff9c183cad 2018-09-07 18:30:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=ac7e8a17-2159-4c9c-bde7-eaff9c183cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:28,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a8caa13-87ac-408c-847c-ecc8470e3fbc Date: Fri, 07 Sep 2018 18:30:28 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-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:28Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "7feec8b7-0463-45c8-a7a5-7120a7eb6a9a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:28Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f59b9edb-5db1-4123-b7c8-cd15657702b2"}]} 2018-09-07 18:30:28,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=ac7e8a17-2159-4c9c-bde7-eaff9c183cad used request id req-6a8caa13-87ac-408c-847c-ecc8470e3fbc 2018-09-07 18:30:28,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:28,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-3ed0e276-70e2-4202-9ea3-1f67a64a9e9a Date: Fri, 07 Sep 2018 18:30:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:27Z", "updated_at": "2018-09-07T18:30:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "revision_number": 0, "id": "7feec8b7-0463-45c8-a7a5-7120a7eb6a9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "revision_number": 0, "id": "f59b9edb-5db1-4123-b7c8-cd15657702b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "name": "NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name"}]} 2018-09-07 18:30:28,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name used request id req-3ed0e276-70e2-4202-9ea3-1f67a64a9e9a 2018-09-07 18:30:28,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac7e8a17-2159-4c9c-bde7-eaff9c183cad 2018-09-07 18:30:28,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=ac7e8a17-2159-4c9c-bde7-eaff9c183cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:28,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-66688937-7bfd-414d-9ac1-b4a08b01f8df Date: Fri, 07 Sep 2018 18:30:28 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-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:28Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "7feec8b7-0463-45c8-a7a5-7120a7eb6a9a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:28Z", "security_group_id": "ac7e8a17-2159-4c9c-bde7-eaff9c183cad", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:28Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f59b9edb-5db1-4123-b7c8-cd15657702b2"}]} 2018-09-07 18:30:28,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=ac7e8a17-2159-4c9c-bde7-eaff9c183cad used request id req-66688937-7bfd-414d-9ac1-b4a08b01f8df 2018-09-07 18:30:28,723 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name 2018-09-07 18:30:28,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/ac7e8a17-2159-4c9c-bde7-eaff9c183cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:29,073 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3b96422-10e7-41c0-81ca-074f6f48b4e6 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:29,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ac7e8a17-2159-4c9c-bde7-eaff9c183cad used request id req-c3b96422-10e7-41c0-81ca-074f6f48b4e6 2018-09-07 18:30:29,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c7a75879988a9b55f48ce49746fe2e4f02cc6e" 2018-09-07 18:30:29,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fee668ab-1edf-44b7-9e50-634f07c2a86e Date: Fri, 07 Sep 2018 18:30:29 GMT RESP BODY: {"security_groups": []} 2018-09-07 18:30:29,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e5c7fb4a-63b9-42d4-aa67-5f42003ef458name used request id req-fee668ab-1edf-44b7-9e50-634f07c2a86e 2018-09-07 18:30:29,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:29,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["72Vwu7H6TJO_FkUzaiissg"], "issued_at": "2018-09-07T18:30:29.000000Z"}} 2018-09-07 18:30:29,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0fdd7c2dfbde1493044441935e59347b4a51fca" 2018-09-07 18:30:29,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5abb75d6-b011-4ba6-8fcf-53f47dffb636 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:29,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5abb75d6-b011-4ba6-8fcf-53f47dffb636 2018-09-07 18:30:29,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:29,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["AZ8so3Q9SVK1dPH13b7Uhg"], "issued_at": "2018-09-07T18:30:29.000000Z"}} 2018-09-07 18:30:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" 2018-09-07 18:30:29,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-200b0674-945d-44af-b880-594a350828bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:29,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-200b0674-945d-44af-b880-594a350828bf 2018-09-07 18:30:29,983 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname 2018-09-07 18:30:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname", "description": "hello group"}}' 2018-09-07 18:30:30,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-133c9800-7568-42d3-9fac-fbd4a1cf0d2e Date: Fri, 07 Sep 2018 18:30:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "updated_at": "2018-09-07T18:30:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "revision_number": 0, "id": "65dbd359-736a-480f-8209-79b85d6d72db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "revision_number": 0, "id": "a2c5ac28-2e53-4c60-85d6-f64e2d4e54b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "name": "NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname"}} 2018-09-07 18:30:30,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-133c9800-7568-42d3-9fac-fbd4a1cf0d2e 2018-09-07 18:30:30,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 2018-09-07 18:30:30,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" 2018-09-07 18:30:30,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a0c9f4f-4b9d-4366-8d0f-1552f8100ee9 Date: Fri, 07 Sep 2018 18:30:30 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-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "65dbd359-736a-480f-8209-79b85d6d72db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2c5ac28-2e53-4c60-85d6-f64e2d4e54b4"}]} 2018-09-07 18:30:30,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 used request id req-5a0c9f4f-4b9d-4366-8d0f-1552f8100ee9 2018-09-07 18:30:30,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" 2018-09-07 18:30:30,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7c09f54e-86a0-4237-a6a1-6ac491e2ceb4 Date: Fri, 07 Sep 2018 18:30:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "updated_at": "2018-09-07T18:30:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "revision_number": 0, "id": "a2c5ac28-2e53-4c60-85d6-f64e2d4e54b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "revision_number": 0, "id": "65dbd359-736a-480f-8209-79b85d6d72db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "name": "NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname"}]} 2018-09-07 18:30:30,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname&description=hello+group used request id req-7c09f54e-86a0-4237-a6a1-6ac491e2ceb4 2018-09-07 18:30:30,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 2018-09-07 18:30:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" 2018-09-07 18:30:30,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-70b9c4d9-4906-4e9c-bc52-e76419986528 Date: Fri, 07 Sep 2018 18:30:30 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-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "65dbd359-736a-480f-8209-79b85d6d72db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:30Z", "security_group_id": "e1d6e821-a3ea-4e99-8b3c-efe2c14d8954", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:30Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2c5ac28-2e53-4c60-85d6-f64e2d4e54b4"}]} 2018-09-07 18:30:30,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 used request id req-70b9c4d9-4906-4e9c-bc52-e76419986528 2018-09-07 18:30:30,911 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a991d3eb-b985-4b05-8756-a40fa88a55dcname 2018-09-07 18:30:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a2b9df61482d7ceb77a49c9792c2fab6e2e2ad" 2018-09-07 18:30:31,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5650697-984f-4da8-95f8-e272e3616924 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:31,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/e1d6e821-a3ea-4e99-8b3c-efe2c14d8954 used request id req-e5650697-984f-4da8-95f8-e272e3616924 2018-09-07 18:30:31,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:31,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["ViuckW37TBKEAZRfkHCJAQ"], "issued_at": "2018-09-07T18:30:31.000000Z"}} 2018-09-07 18:30:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:31,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5360bf9-4650-4c5c-8f74-071bc10e3ba3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:31,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c5360bf9-4650-4c5c-8f74-071bc10e3ba3 2018-09-07 18:30:31,728 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name 2018-09-07 18:30:31,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name", "description": "hello group"}}' 2018-09-07 18:30:32,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4a62d88e-1807-4ba8-987d-7453bf405c5e Date: Fri, 07 Sep 2018 18:30:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "updated_at": "2018-09-07T18:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "name": "NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name"}} 2018-09-07 18:30:32,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-4a62d88e-1807-4ba8-987d-7453bf405c5e 2018-09-07 18:30:32,236 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:32,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd727db6-6481-48e2-ada5-ff79ea050158 Date: Fri, 07 Sep 2018 18:30:32 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-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:32,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-fd727db6-6481-48e2-ada5-ff79ea050158 2018-09-07 18:30:32,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:32,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-61703687-7607-4783-b3d7-45794d252bea Date: Fri, 07 Sep 2018 18:30:32 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-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:32,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-61703687-7607-4783-b3d7-45794d252bea 2018-09-07 18:30:32,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e7e44a-102e-4efc-a3c0-aa63668f3f85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:32,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-73e7e44a-102e-4efc-a3c0-aa63668f3f85 2018-09-07 18:30:32,686 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name 2018-09-07 18:30:32,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-63f8d358-6706-42d2-946a-5d16b701328b Date: Fri, 07 Sep 2018 18:30:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "updated_at": "2018-09-07T18:30:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "name": "NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name"}]} 2018-09-07 18:30:32,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name used request id req-63f8d358-6706-42d2-946a-5d16b701328b 2018-09-07 18:30:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:32,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:32,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a0bb4a-e55a-4390-be44-12538fbb49d6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:32,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-72a0bb4a-e55a-4390-be44-12538fbb49d6 2018-09-07 18:30:32,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:32,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:32,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd713ce4-8055-41dd-80cb-d0769413bc0b Date: Fri, 07 Sep 2018 18:30:32 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-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:32,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-fd713ce4-8055-41dd-80cb-d0769413bc0b 2018-09-07 18:30:33,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25: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}8d91394be11cd18a9d3812930b0840e3d0108ebe" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf"}}' 2018-09-07 18:30:33,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-fedb152d-5778-44b7-9447-ecd27bfee910 Date: Fri, 07 Sep 2018 18:30:33 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-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:33Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1"}} 2018-09-07 18:30:33,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-fedb152d-5778-44b7-9447-ecd27bfee910 2018-09-07 18:30:33,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:33,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-1fd4fbff-3d19-48f1-961b-f6cc33ee2dd4 Date: Fri, 07 Sep 2018 18:30:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "updated_at": "2018-09-07T18:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:33Z", "revision_number": 0, "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 3, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "name": "NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name"}]} 2018-09-07 18:30:33,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name&description=hello+group used request id req-1fd4fbff-3d19-48f1-961b-f6cc33ee2dd4 2018-09-07 18:30:33,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:33,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:33,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-bdf1ae46-7e6c-4298-8aa6-747da10f7bf2 Date: Fri, 07 Sep 2018 18:30:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:33Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:33,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-bdf1ae46-7e6c-4298-8aa6-747da10f7bf2 2018-09-07 18:30:33,739 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:33,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:33,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-23a1f300-f0e9-414f-ae98-f6938970d19c Date: Fri, 07 Sep 2018 18:30:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:33Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:33,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-23a1f300-f0e9-414f-ae98-f6938970d19c 2018-09-07 18:30:33,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:33,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-8b47913c-5fed-482e-b9cb-0f3452c7c44e Date: Fri, 07 Sep 2018 18:30:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "updated_at": "2018-09-07T18:30:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "revision_number": 0, "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:33Z", "revision_number": 0, "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 3, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "name": "NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name"}]} 2018-09-07 18:30:33,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name&description=hello+group used request id req-8b47913c-5fed-482e-b9cb-0f3452c7c44e 2018-09-07 18:30:33,999 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - adc08293-175f-4e7c-85c4-4c1dd809f6bf 2018-09-07 18:30:34,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:34,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2b01671a-8fd8-4081-8e42-dbe9ead97d19 Date: Fri, 07 Sep 2018 18:30:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:33Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:33Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "459fbe4c-71ab-408e-a253-92c22ef40ba1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a2d157b1-fa9a-4c14-b546-848e8d0361a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:32Z", "security_group_id": "adc08293-175f-4e7c-85c4-4c1dd809f6bf", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:32Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "f29d4a46-5f15-4655-a339-4a55fe907a0f"}]} 2018-09-07 18:30:34,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-2b01671a-8fd8-4081-8e42-dbe9ead97d19 2018-09-07 18:30:34,183 - neutron_utils - INFO - Deleting security group rule with ID - a2d157b1-fa9a-4c14-b546-848e8d0361a2 2018-09-07 18:30:34,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/a2d157b1-fa9a-4c14-b546-848e8d0361a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:34,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87fc4f3e-1f79-4a3d-ae0c-6604f1074d50 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:34,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/a2d157b1-fa9a-4c14-b546-848e8d0361a2 used request id req-87fc4f3e-1f79-4a3d-ae0c-6604f1074d50 2018-09-07 18:30:34,280 - neutron_utils - INFO - Deleting security group rule with ID - f29d4a46-5f15-4655-a339-4a55fe907a0f 2018-09-07 18:30:34,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/f29d4a46-5f15-4655-a339-4a55fe907a0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:34,544 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-580228f1-cfa0-48c5-96cd-55497a1394d1 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:34,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/f29d4a46-5f15-4655-a339-4a55fe907a0f used request id req-580228f1-cfa0-48c5-96cd-55497a1394d1 2018-09-07 18:30:34,544 - neutron_utils - INFO - Deleting security group rule with ID - 459fbe4c-71ab-408e-a253-92c22ef40ba1 2018-09-07 18:30:34,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-group-rules/459fbe4c-71ab-408e-a253-92c22ef40ba1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:34,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-975f5fb5-df5f-40e8-b683-f6ab308746e5 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:34,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-group-rules/459fbe4c-71ab-408e-a253-92c22ef40ba1 used request id req-975f5fb5-df5f-40e8-b683-f6ab308746e5 2018-09-07 18:30:34,820 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-549db5d2-2392-4b0f-8777-7acc282d86b3name 2018-09-07 18:30:34,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/adc08293-175f-4e7c-85c4-4c1dd809f6bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d91394be11cd18a9d3812930b0840e3d0108ebe" 2018-09-07 18:30:35,109 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b361e409-24f4-487a-bbbc-bf1cc79f7cf8 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:35,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/adc08293-175f-4e7c-85c4-4c1dd809f6bf used request id req-b361e409-24f4-487a-bbbc-bf1cc79f7cf8 2018-09-07 18:30:35,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:35,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["fzSM1YF1QUarejCugoJm1w"], "issued_at": "2018-09-07T18:30:35.000000Z"}} 2018-09-07 18:30:35,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:35,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282f50e0-ea7b-4768-be15-f2fe5a311a03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:35,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-282f50e0-ea7b-4768-be15-f2fe5a311a03 2018-09-07 18:30:35,581 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-1 2018-09-07 18:30:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-1", "description": "hello group"}}' 2018-09-07 18:30:35,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9d49a032-c7dc-4719-a165-ec3bd6630d4e Date: Fri, 07 Sep 2018 18:30:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "updated_at": "2018-09-07T18:30:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "revision_number": 0, "id": "2ff0530a-a183-422b-8925-441f01c95dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "revision_number": 0, "id": "86a7bfca-cdda-4ad3-9662-393722a785c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-1"}} 2018-09-07 18:30:35,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-9d49a032-c7dc-4719-a165-ec3bd6630d4e 2018-09-07 18:30:35,942 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ad423ba-e772-4db3-80e8-3f59cb3b348b 2018-09-07 18:30:35,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=3ad423ba-e772-4db3-80e8-3f59cb3b348b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:36,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a8360b8-cccb-4d84-8022-2eec5b7b422d Date: Fri, 07 Sep 2018 18:30:36 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-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "2ff0530a-a183-422b-8925-441f01c95dc8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "86a7bfca-cdda-4ad3-9662-393722a785c2"}]} 2018-09-07 18:30:36,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=3ad423ba-e772-4db3-80e8-3f59cb3b348b used request id req-9a8360b8-cccb-4d84-8022-2eec5b7b422d 2018-09-07 18:30:36,126 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-2 2018-09-07 18:30:36,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-2", "description": "hello group"}}' 2018-09-07 18:30:36,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-c7a05d8a-a61c-4957-8fb5-9ba6f3730449 Date: Fri, 07 Sep 2018 18:30:36 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "updated_at": "2018-09-07T18:30:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "revision_number": 0, "id": "28c19003-2aeb-48fc-93f1-f011e0de79ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "revision_number": 0, "id": "6bdca6c0-9a91-4614-8799-39dd9082b35d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-2"}} 2018-09-07 18:30:36,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-c7a05d8a-a61c-4957-8fb5-9ba6f3730449 2018-09-07 18:30:36,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25ff705d-bfd1-45a5-9768-02d01f09f2c3 2018-09-07 18:30:36,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:36,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afc40148-3c64-40c1-b2cf-9f1cec0dcce7 Date: Fri, 07 Sep 2018 18:30:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "28c19003-2aeb-48fc-93f1-f011e0de79ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "6bdca6c0-9a91-4614-8799-39dd9082b35d"}]} 2018-09-07 18:30:36,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 used request id req-afc40148-3c64-40c1-b2cf-9f1cec0dcce7 2018-09-07 18:30:36,699 - neutron_utils - INFO - Retrieving security group with ID - 3ad423ba-e772-4db3-80e8-3f59cb3b348b 2018-09-07 18:30:36,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=3ad423ba-e772-4db3-80e8-3f59cb3b348b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:36,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-27f95e33-9be3-49f5-841e-2825e66971d0 Date: Fri, 07 Sep 2018 18:30:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "updated_at": "2018-09-07T18:30:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "revision_number": 0, "id": "2ff0530a-a183-422b-8925-441f01c95dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "revision_number": 0, "id": "86a7bfca-cdda-4ad3-9662-393722a785c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-1"}]} 2018-09-07 18:30:36,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=3ad423ba-e772-4db3-80e8-3f59cb3b348b used request id req-27f95e33-9be3-49f5-841e-2825e66971d0 2018-09-07 18:30:36,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ad423ba-e772-4db3-80e8-3f59cb3b348b 2018-09-07 18:30:36,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=3ad423ba-e772-4db3-80e8-3f59cb3b348b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:37,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50c6bfc7-2243-46a3-b47a-8ce9dea01891 Date: Fri, 07 Sep 2018 18:30:37 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-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "2ff0530a-a183-422b-8925-441f01c95dc8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:35Z", "security_group_id": "3ad423ba-e772-4db3-80e8-3f59cb3b348b", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:35Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "86a7bfca-cdda-4ad3-9662-393722a785c2"}]} 2018-09-07 18:30:37,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=3ad423ba-e772-4db3-80e8-3f59cb3b348b used request id req-50c6bfc7-2243-46a3-b47a-8ce9dea01891 2018-09-07 18:30:37,105 - neutron_utils - INFO - Retrieving security group with ID - 25ff705d-bfd1-45a5-9768-02d01f09f2c3 2018-09-07 18:30:37,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:37,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-470c1d66-0b07-4d1c-8427-74060ec90160 Date: Fri, 07 Sep 2018 18:30:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "updated_at": "2018-09-07T18:30:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "revision_number": 0, "id": "28c19003-2aeb-48fc-93f1-f011e0de79ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "revision_number": 0, "id": "6bdca6c0-9a91-4614-8799-39dd9082b35d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 2, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "name": "NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-2"}]} 2018-09-07 18:30:37,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 used request id req-470c1d66-0b07-4d1c-8427-74060ec90160 2018-09-07 18:30:37,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25ff705d-bfd1-45a5-9768-02d01f09f2c3 2018-09-07 18:30:37,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:37,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-05cc285d-7f70-4bd9-9547-4dfd602fb058 Date: Fri, 07 Sep 2018 18:30:37 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-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "28c19003-2aeb-48fc-93f1-f011e0de79ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:30:36Z", "security_group_id": "25ff705d-bfd1-45a5-9768-02d01f09f2c3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:36Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "6bdca6c0-9a91-4614-8799-39dd9082b35d"}]} 2018-09-07 18:30:37,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=25ff705d-bfd1-45a5-9768-02d01f09f2c3 used request id req-05cc285d-7f70-4bd9-9547-4dfd602fb058 2018-09-07 18:30:37,519 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-1 2018-09-07 18:30:37,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/3ad423ba-e772-4db3-80e8-3f59cb3b348b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:37,858 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a4b2ee4-f598-4c6d-9664-f795b56aa611 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:37,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/3ad423ba-e772-4db3-80e8-3f59cb3b348b used request id req-7a4b2ee4-f598-4c6d-9664-f795b56aa611 2018-09-07 18:30:37,858 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-564c97a5-ac5e-485b-8ebe-60d3b813cd74name-2 2018-09-07 18:30:37,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/25ff705d-bfd1-45a5-9768-02d01f09f2c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a9a2ee5435f1bae2c94e1f5dbc4d621102d295" 2018-09-07 18:30:38,024 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12e21c52-0670-418b-85a4-7dcfe1598459 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:38,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/25ff705d-bfd1-45a5-9768-02d01f09f2c3 used request id req-12e21c52-0670-418b-85a4-7dcfe1598459 2018-09-07 18:30:38,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:38,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["GBl0XjerT8uQs6MyuU-dRg"], "issued_at": "2018-09-07T18:30:38.000000Z"}} 2018-09-07 18:30:38,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:38,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abed3390-22e6-4b81-9b63-9976a739f168 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:38,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-abed3390-22e6-4b81-9b63-9976a739f168 2018-09-07 18:30:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:38,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9e649d8e-2cfc-48a3-8eb5-16a535b0437f Date: Fri, 07 Sep 2018 18:30:38 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:30:38,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-9e649d8e-2cfc-48a3-8eb5-16a535b0437f 2018-09-07 18:30:38,586 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 18:30:38,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:38,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0cfbaaa4-de72-42b9-a17c-7e9a1eca5e0f Date: Fri, 07 Sep 2018 18:30:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:30:38,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=external used request id req-0cfbaaa4-de72-42b9-a17c-7e9a1eca5e0f 2018-09-07 18:30:38,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:39,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9e62e4e9-62f7-4981-84de-81e84cc32301 Date: Fri, 07 Sep 2018 18:30:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:30:39,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-9e62e4e9-62f7-4981-84de-81e84cc32301 2018-09-07 18:30:39,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" -d '{"floatingip": {"floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}' 2018-09-07 18:30:40,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-051a1bd1-86e8-4fa5-be21-65e424d2f56c Date: Fri, 07 Sep 2018 18:30:40 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T18:30:39Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "745e5b1f-d502-46d0-be5d-7407f8448582", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}} 2018-09-07 18:30:40,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-051a1bd1-86e8-4fa5-be21-65e424d2f56c 2018-09-07 18:30:40,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:40,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3aa1e3d6-3952-4291-a621-88400f1687a6 Date: Fri, 07 Sep 2018 18:30:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T18:30:39Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "745e5b1f-d502-46d0-be5d-7407f8448582", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}]} 2018-09-07 18:30:40,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-3aa1e3d6-3952-4291-a621-88400f1687a6 2018-09-07 18:30:40,454 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-09-07 18:30:40,454 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-09-07 18:30:40,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/floatingips?ip=745e5b1f-d502-46d0-be5d-7407f8448582 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:40,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-de209762-7ed0-4b86-b06f-783117300ca4 Date: Fri, 07 Sep 2018 18:30:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T18:30:39Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": null, "id": "745e5b1f-d502-46d0-be5d-7407f8448582", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:39Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}]} 2018-09-07 18:30:40,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips?ip=745e5b1f-d502-46d0-be5d-7407f8448582 used request id req-de209762-7ed0-4b86-b06f-783117300ca4 2018-09-07 18:30:40,655 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-09-07 18:30:40,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/floatingips/745e5b1f-d502-46d0-be5d-7407f8448582 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20f7de0a285ef1025aefac725c077e7f19cda4" 2018-09-07 18:30:41,249 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5d53888-a3b5-45fa-8c34-94ae23171135 Content-Length: 0 Date: Fri, 07 Sep 2018 18:30:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:30:41,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/745e5b1f-d502-46d0-be5d-7407f8448582 used request id req-d5d53888-a3b5-45fa-8c34-94ae23171135 2018-09-07 18:30:41,250 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:41,373 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b 2018-09-07 18:30:41,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:41,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["-2tN5dzeTGiRAnYM67FEgg"], "issued_at": "2018-09-07T18:30:41.000000Z"}} 2018-09-07 18:30:41,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b93e1a5ea5489a57a98a66e6e0f297b8998dba2" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhYM0kngu3xjTLLOkjzK1rrpcri9MPzxKzF8BJDV8Li6LRo+acMQ86YjgSiZALalLD/cnh7v+TqmD4Cz907SHkKnMci0QB6wOv93PYYKiCnc3Gtpu8WS26BuF77/zDo0yfDT+/dUEk9XGEpAk2lOgLab7HGqbXXQQmN2gEFGSesWg74favC5PeaRtUXuZT7dETIfjD5h/K0mEMCfy07EeZtIDNBoM6donce36s98O1GWTP9NBvCt7c1taUAEkAtHr3g8HlBx+0ISpvAI7LelteC+2pJWPjWMVH/vCWi6Np85TtHCKOaqiEqErNRS2RgsEaqTKid2PWIOt/R96jms1H", "name": "NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b"}}' 2018-09-07 18:30:42,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-07475ded-09f4-4ad9-8194-115a6b3267a3 x-compute-request-id: req-07475ded-09f4-4ad9-8194-115a6b3267a3 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhYM0kngu3xjTLLOkjzK1rrpcri9MPzxKzF8BJDV8Li6LRo+acMQ86YjgSiZALalLD/cnh7v+TqmD4Cz907SHkKnMci0QB6wOv93PYYKiCnc3Gtpu8WS26BuF77/zDo0yfDT+/dUEk9XGEpAk2lOgLab7HGqbXXQQmN2gEFGSesWg74favC5PeaRtUXuZT7dETIfjD5h/K0mEMCfy07EeZtIDNBoM6donce36s98O1GWTP9NBvCt7c1taUAEkAtHr3g8HlBx+0ISpvAI7LelteC+2pJWPjWMVH/vCWi6Np85TtHCKOaqiEqErNRS2RgsEaqTKid2PWIOt/R96jms1H", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b", "fingerprint": "2a:2f:c3:f7:0a:73:1a:7a:4b:16:90:07:35:17:17:ee"}} 2018-09-07 18:30:42,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-07475ded-09f4-4ad9-8194-115a6b3267a3 2018-09-07 18:30:42,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b93e1a5ea5489a57a98a66e6e0f297b8998dba2" 2018-09-07 18:30:42,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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,Accept-Encoding x-openstack-request-id: req-66da1855-774d-452a-9817-70e513339b9b x-compute-request-id: req-66da1855-774d-452a-9817-70e513339b9b Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhYM0kngu3xjTLLOkjzK1rrpcri9MPzxKzF8BJDV8Li6LRo+acMQ86YjgSiZALalLD/cnh7v+TqmD4Cz907SHkKnMci0QB6wOv93PYYKiCnc3Gtpu8WS26BuF77/zDo0yfDT+/dUEk9XGEpAk2lOgLab7HGqbXXQQmN2gEFGSesWg74favC5PeaRtUXuZT7dETIfjD5h/K0mEMCfy07EeZtIDNBoM6donce36s98O1GWTP9NBvCt7c1taUAEkAtHr3g8HlBx+0ISpvAI7LelteC+2pJWPjWMVH/vCWi6Np85TtHCKOaqiEqErNRS2RgsEaqTKid2PWIOt/R96jms1H", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b", "deleted": false, "created_at": "2018-09-07T18:30:42.000000", "updated_at": null, "fingerprint": "2a:2f:c3:f7:0a:73:1a:7a:4b:16:90:07:35:17:17:ee", "deleted_at": null, "id": 3}} 2018-09-07 18:30:42,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b used request id req-66da1855-774d-452a-9817-70e513339b9b 2018-09-07 18:30:42,668 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b 2018-09-07 18:30:42,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b93e1a5ea5489a57a98a66e6e0f297b8998dba2" 2018-09-07 18:30:42,730 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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-f1608772-9929-4cc4-a25d-23886c6cfa5c x-compute-request-id: req-f1608772-9929-4cc4-a25d-23886c6cfa5c Content-Length: 0 Content-Type: application/json 2018-09-07 18:30:42,730 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b used request id req-f1608772-9929-4cc4-a25d-23886c6cfa5c 2018-09-07 18:30:42,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b93e1a5ea5489a57a98a66e6e0f297b8998dba2" 2018-09-07 18:30:42,857 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18: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-edd5948a-6df8-4469-8d15-a284bc85303a x-compute-request-id: req-edd5948a-6df8-4469-8d15-a284bc85303a Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b not found for user 377af69a0c3e4ee1b4149af006a22d6b", "code": 404}} 2018-09-07 18:30:42,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b used request id req-edd5948a-6df8-4469-8d15-a284bc85303a 2018-09-07 18:30:42,858 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b 2018-09-07 18:30:42,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b93e1a5ea5489a57a98a66e6e0f297b8998dba2" 2018-09-07 18:30:42,967 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18: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-353c85e1-2d3a-4169-9464-5a1d9b630832 x-compute-request-id: req-353c85e1-2d3a-4169-9464-5a1d9b630832 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b not found for user 377af69a0c3e4ee1b4149af006a22d6b", "code": 404}} 2018-09-07 18:30:42,967 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-615d11a1-3982-409d-8940-d9634bf10b8b used request id req-353c85e1-2d3a-4169-9464-5a1d9b630832 2018-09-07 18:30:42,968 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:43,260 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3.pub 2018-09-07 18:30:43,260 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3 2018-09-07 18:30:43,260 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3.pub 2018-09-07 18:30:43,260 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3 2018-09-07 18:30:43,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:43,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["o4sD0ctiQNi6FL2frqiWzA"], "issued_at": "2018-09-07T18:30:43.000000Z"}} 2018-09-07 18:30:43,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88569e410297a926259d2a7ba5d300bcde607184" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf/0od2pcdQpz0LqkOt2vpIeg8Ix2Ajvjfjsn7+LGu9plj8r7zrd4eVblPScGYNDgUro6L+nKUambASwre8dPxL5t8mgxPTTz5KuRA6qfbMMHaFrcZYfBzQnZ9Y+OGo5psv71Nuo1YrCc0zmdv3l56J9hD/uJImDt9wWcDbk6XMUqpL2i1TgR8OWaQb4tgyXyuEXbCH+7WWGPXZ1X8kmriXDH5BPGuNSZ4DI18rtF6ytHaQsoFf/8V1wgUBIxYG9T/r7XTsUW4Ho7QXXtNSpRELDS+34o4sUiYGXht4xuEsXdbb8AhhZpsOIjgtXQrGR5xsP6JwAaH84sbDBzSNdoB", "name": "NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3"}}' 2018-09-07 18:30:43,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7aa58ccc-5529-48ee-a394-775a31f9836a x-compute-request-id: req-7aa58ccc-5529-48ee-a394-775a31f9836a Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCf/0od2pcdQpz0LqkOt2vpIeg8Ix2Ajvjfjsn7+LGu9plj8r7zrd4eVblPScGYNDgUro6L+nKUambASwre8dPxL5t8mgxPTTz5KuRA6qfbMMHaFrcZYfBzQnZ9Y+OGo5psv71Nuo1YrCc0zmdv3l56J9hD/uJImDt9wWcDbk6XMUqpL2i1TgR8OWaQb4tgyXyuEXbCH+7WWGPXZ1X8kmriXDH5BPGuNSZ4DI18rtF6ytHaQsoFf/8V1wgUBIxYG9T/r7XTsUW4Ho7QXXtNSpRELDS+34o4sUiYGXht4xuEsXdbb8AhhZpsOIjgtXQrGR5xsP6JwAaH84sbDBzSNdoB", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3", "fingerprint": "0a:a9:ba:0d:4a:5d:5b:af:57:a8:57:f8:70:04:2b:38"}} 2018-09-07 18:30:43,905 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-7aa58ccc-5529-48ee-a394-775a31f9836a 2018-09-07 18:30:43,905 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3 2018-09-07 18:30:43,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88569e410297a926259d2a7ba5d300bcde607184" 2018-09-07 18:30:44,061 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cdd969bf-e7fa-4895-be45-c77c9fd87f88 x-compute-request-id: req-cdd969bf-e7fa-4895-be45-c77c9fd87f88 Content-Length: 0 Content-Type: application/json 2018-09-07 18:30:44,061 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-230e0257-ab18-4e40-90e6-fe2fd81f00c3 used request id req-cdd969bf-e7fa-4895-be45-c77c9fd87f88 2018-09-07 18:30:44,062 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:44,248 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 2018-09-07 18:30:44,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:44,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["q7StXFFrRGqMq7AML0TJvg"], "issued_at": "2018-09-07T18:30:44.000000Z"}} 2018-09-07 18:30:44,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14eb530497df173f4a5e14cb6d484b4f02d21b73" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHmgKKSarhvWS2YaICVE1gHnWnMyDgPMwKCJBqwNfwgqMBrRT13Tq/eTf6CTGewTqF7xonzyhoIelu+j9r3N0AGqNPvDbN8vOLIi/BATn8ElvCbPuPiNfhCBu8itBUAMavUQXXsBtF2ZwhxFzMqALtMgrkHtpd0cZJxZfyNRFOM2JEXnygvaWmmo/IPd63t76CyrnhWXj1lufFm01fWMfZep7dk+8lzxtbbPrFkoJNpBZJUqSlnJ/FqRyvCSdG87bNh9HlS/ltQZ9sHMrlx1UOyXpVoxgPBoQbeu+33QBTqOhCBxedlejiz1HhRn99ltfcE+eo5aqUY8ELaT3rdJ4h", "name": "NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455"}}' 2018-09-07 18:30:45,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-342ef2db-d48f-4890-8151-ae15ac198b96 x-compute-request-id: req-342ef2db-d48f-4890-8151-ae15ac198b96 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHmgKKSarhvWS2YaICVE1gHnWnMyDgPMwKCJBqwNfwgqMBrRT13Tq/eTf6CTGewTqF7xonzyhoIelu+j9r3N0AGqNPvDbN8vOLIi/BATn8ElvCbPuPiNfhCBu8itBUAMavUQXXsBtF2ZwhxFzMqALtMgrkHtpd0cZJxZfyNRFOM2JEXnygvaWmmo/IPd63t76CyrnhWXj1lufFm01fWMfZep7dk+8lzxtbbPrFkoJNpBZJUqSlnJ/FqRyvCSdG87bNh9HlS/ltQZ9sHMrlx1UOyXpVoxgPBoQbeu+33QBTqOhCBxedlejiz1HhRn99ltfcE+eo5aqUY8ELaT3rdJ4h", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455", "fingerprint": "11:1a:09:2c:51:9f:d7:c3:89:f5:e4:76:ff:9c:3a:f1"}} 2018-09-07 18:30:45,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-342ef2db-d48f-4890-8151-ae15ac198b96 2018-09-07 18:30:45,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14eb530497df173f4a5e14cb6d484b4f02d21b73" 2018-09-07 18:30:45,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ee7a069-1ff7-4090-9da0-3451a42ec95d x-compute-request-id: req-9ee7a069-1ff7-4090-9da0-3451a42ec95d Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHmgKKSarhvWS2YaICVE1gHnWnMyDgPMwKCJBqwNfwgqMBrRT13Tq/eTf6CTGewTqF7xonzyhoIelu+j9r3N0AGqNPvDbN8vOLIi/BATn8ElvCbPuPiNfhCBu8itBUAMavUQXXsBtF2ZwhxFzMqALtMgrkHtpd0cZJxZfyNRFOM2JEXnygvaWmmo/IPd63t76CyrnhWXj1lufFm01fWMfZep7dk+8lzxtbbPrFkoJNpBZJUqSlnJ/FqRyvCSdG87bNh9HlS/ltQZ9sHMrlx1UOyXpVoxgPBoQbeu+33QBTqOhCBxedlejiz1HhRn99ltfcE+eo5aqUY8ELaT3rdJ4h", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455", "deleted": false, "created_at": "2018-09-07T18:30:45.000000", "updated_at": null, "fingerprint": "11:1a:09:2c:51:9f:d7:c3:89:f5:e4:76:ff:9c:3a:f1", "deleted_at": null, "id": 9}} 2018-09-07 18:30:45,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 used request id req-9ee7a069-1ff7-4090-9da0-3451a42ec95d 2018-09-07 18:30:45,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14eb530497df173f4a5e14cb6d484b4f02d21b73" 2018-09-07 18:30:45,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d093955f-2413-4e91-a080-b6f62ab1e173 x-compute-request-id: req-d093955f-2413-4e91-a080-b6f62ab1e173 Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHmgKKSarhvWS2YaICVE1gHnWnMyDgPMwKCJBqwNfwgqMBrRT13Tq/eTf6CTGewTqF7xonzyhoIelu+j9r3N0AGqNPvDbN8vOLIi/BATn8ElvCbPuPiNfhCBu8itBUAMavUQXXsBtF2ZwhxFzMqALtMgrkHtpd0cZJxZfyNRFOM2JEXnygvaWmmo/IPd63t76CyrnhWXj1lufFm01fWMfZep7dk+8lzxtbbPrFkoJNpBZJUqSlnJ/FqRyvCSdG87bNh9HlS/ltQZ9sHMrlx1UOyXpVoxgPBoQbeu+33QBTqOhCBxedlejiz1HhRn99ltfcE+eo5aqUY8ELaT3rdJ4h", "name": "NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455", "fingerprint": "11:1a:09:2c:51:9f:d7:c3:89:f5:e4:76:ff:9c:3a:f1"}}]} 2018-09-07 18:30:45,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-d093955f-2413-4e91-a080-b6f62ab1e173 2018-09-07 18:30:45,502 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 2018-09-07 18:30:45,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14eb530497df173f4a5e14cb6d484b4f02d21b73" 2018-09-07 18:30:45,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0efc06a-c886-446e-9c62-f267629f6cec x-compute-request-id: req-d0efc06a-c886-446e-9c62-f267629f6cec Content-Length: 0 Content-Type: application/json 2018-09-07 18:30:45,653 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3df80fd5-fc3d-47c1-a88f-f20805297455 used request id req-d0efc06a-c886-446e-9c62-f267629f6cec 2018-09-07 18:30:45,654 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:45,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:46,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["F8Q4_38UQY6ccm3ztWD3MQ"], "issued_at": "2018-09-07T18:30:46.000000Z"}} 2018-09-07 18:30:46,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1cc6449bebee0bf58469c54894ce598f2d090e5" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id", "swap": 2}}' 2018-09-07 18:30:46,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30: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-c6a0ca26-76be-4fe9-b71f-4b38a4d15574 x-compute-request-id: req-c6a0ca26-76be-4fe9-b71f-4b38a4d15574 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id", "name": "NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-07 18:30:46,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c6a0ca26-76be-4fe9-b71f-4b38a4d15574 2018-09-07 18:30:46,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1cc6449bebee0bf58469c54894ce598f2d090e5" 2018-09-07 18:30:46,364 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:30: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-9ba1fddf-f780-46dc-8115-ca9ea59986b0 x-compute-request-id: req-9ba1fddf-f780-46dc-8115-ca9ea59986b0 Content-Length: 0 Content-Type: application/json 2018-09-07 18:30:46,365 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id used request id req-9ba1fddf-f780-46dc-8115-ca9ea59986b0 2018-09-07 18:30:46,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1cc6449bebee0bf58469c54894ce598f2d090e5" 2018-09-07 18:30:46,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30: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-4b5b0e47-b376-40d6-ab8b-b8b33d5fe0e0 x-compute-request-id: req-4b5b0e47-b376-40d6-ab8b-b8b33d5fe0e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:30:46,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4b5b0e47-b376-40d6-ab8b-b8b33d5fe0e0 2018-09-07 18:30:46,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1cc6449bebee0bf58469c54894ce598f2d090e5" 2018-09-07 18:30:46,426 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:30: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-79cf86e8-ad1b-49e7-b612-7df9e6ffb20f x-compute-request-id: req-79cf86e8-ad1b-49e7-b612-7df9e6ffb20f Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id could not be found.", "code": 404}} 2018-09-07 18:30:46,426 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-8739b551-5561-421c-8642-2080ab94d1a2-id used request id req-79cf86e8-ad1b-49e7-b612-7df9e6ffb20f 2018-09-07 18:30:46,427 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:46,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:46,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["fcHm6PZbTUGIWLtCjfDsKA"], "issued_at": "2018-09-07T18:30:46.000000Z"}} 2018-09-07 18:30:46,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04db6255f201a161ad12463b08a0655b95c69477" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id", "swap": 2}}' 2018-09-07 18:30:47,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30: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-6c50e9f4-ffb3-483f-a60a-abf86bcee4cd x-compute-request-id: req-6c50e9f4-ffb3-483f-a60a-abf86bcee4cd Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id", "name": "NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-07 18:30:47,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-6c50e9f4-ffb3-483f-a60a-abf86bcee4cd 2018-09-07 18:30:47,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04db6255f201a161ad12463b08a0655b95c69477" 2018-09-07 18:30:47,459 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-6130bd25-b1c4-47a2-8aa5-4c06815720ad x-compute-request-id: req-6130bd25-b1c4-47a2-8aa5-4c06815720ad Content-Length: 0 Content-Type: application/json 2018-09-07 18:30:47,459 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/NovaUtilsFlavorTests-a610f5c3-8306-47f5-8da8-29c5a8f9d3f8-id used request id req-6130bd25-b1c4-47a2-8aa5-4c06815720ad 2018-09-07 18:30:47,460 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:47,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:47,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["wccxv7NsSJCr_jFpco0gZA"], "issued_at": "2018-09-07T18:30:47.000000Z"}} 2018-09-07 18:30:47,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:47,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c2c27a-c464-468f-a46e-b60683ea220a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:47,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-72c2c27a-c464-468f-a46e-b60683ea220a 2018-09-07 18:30:47,930 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:30:47,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:47,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:48,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["bBOT6ycqQ9ySqlPuOI7epg"], "issued_at": "2018-09-07T18:30:48.000000Z"}} 2018-09-07 18:30:48,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:48,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be621108-1723-440d-a6de-e246a4e4d516 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:48,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-be621108-1723-440d-a6de-e246a4e4d516 2018-09-07 18:30:48,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:49,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-803774e1-72e4-493c-b8b0-e72285c97250 Date: Fri, 07 Sep 2018 18:30:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image"} 2018-09-07 18:30:49,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image used request id req-803774e1-72e4-493c-b8b0-e72285c97250 2018-09-07 18:30:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:49,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45005ab6-8aab-411a-96f1-b33aa9d6e6c7 Date: Fri, 07 Sep 2018 18:30:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:30:49,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-45005ab6-8aab-411a-96f1-b33aa9d6e6c7 2018-09-07 18:30:49,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image"}' 2018-09-07 18:30:49,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca X-Openstack-Request-Id: req-db87954b-b816-499c-92e0-20ff7724eb97 Date: Fri, 07 Sep 2018 18:30:49 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:30:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:30:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "min_disk": 0, "protected": false, "id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "file": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:30:49,504 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-db87954b-b816-499c-92e0-20ff7724eb97 2018-09-07 18:30:49,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" -d '' 2018-09-07 18:30:51,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aaf94fcd-efec-45d8-a465-fa7054be24f5 Date: Fri, 07 Sep 2018 18:30:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:30:51,471 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file used request id req-aaf94fcd-efec-45d8-a465-fa7054be24f5 2018-09-07 18:30:51,471 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:30:51,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:52,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-12666548-0753-4e16-b759-0a65ae7996b9 Date: Fri, 07 Sep 2018 18:30:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:30:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:30:51Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "metadata": {}}], "self": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "min_disk": 0, "protected": false, "id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "file": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:30:52,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca used request id req-12666548-0753-4e16-b759-0a65ae7996b9 2018-09-07 18:30:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:52,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-549f6361-d959-42aa-8782-95e922d510b6 Date: Fri, 07 Sep 2018 18:30:52 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-07 18:30:52,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-549f6361-d959-42aa-8782-95e922d510b6 2018-09-07 18:30:52,127 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image 2018-09-07 18:30:52,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:30:52,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-c8318038-78f6-4da6-9f6e-2cd88bd9d913 Date: Fri, 07 Sep 2018 18:30:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:30:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:30:51Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "metadata": {}}], "self": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "min_disk": 0, "protected": false, "id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "file": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:30:52,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca used request id req-c8318038-78f6-4da6-9f6e-2cd88bd9d913 2018-09-07 18:30:52,758 - create_image - DEBUG - Instance status is - active 2018-09-07 18:30:52,758 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image 2018-09-07 18:30:52,758 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image 2018-09-07 18:30:52,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:52,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:53,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["2bSt8HOnRAOrQ2WJy621Ig"], "issued_at": "2018-09-07T18:30:53.000000Z"}} 2018-09-07 18:30:53,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:53,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ecbca7-ffe2-45eb-8f5c-f5e78696852c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:53,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-28ecbca7-ffe2-45eb-8f5c-f5e78696852c 2018-09-07 18:30:53,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:53,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a87c39b5-f4d3-40c2-943a-5a16750d5c3e Date: Fri, 07 Sep 2018 18:30:53 GMT RESP BODY: {"networks":[]} 2018-09-07 18:30:53,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net used request id req-a87c39b5-f4d3-40c2-943a-5a16750d5c3e 2018-09-07 18:30:53,424 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net 2018-09-07 18:30:53,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" -d '{"network": {"name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net", "admin_state_up": true}}' 2018-09-07 18:30:53,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d3b70a24-72a0-4951-b381-d048be1871af Date: Fri, 07 Sep 2018 18:30: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":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:30:53Z","is_default":false,"provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","mtu":1450}} 2018-09-07 18:30:53,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-d3b70a24-72a0-4951-b381-d048be1871af 2018-09-07 18:30:53,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:54,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-252584ce-15b1-4f2e-a2ad-9f7f7ef77f65 Date: Fri, 07 Sep 2018 18:30:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:30:53Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:54,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-252584ce-15b1-4f2e-a2ad-9f7f7ef77f65 2018-09-07 18:30:54,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:54,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0e6cb159-b8cf-4fd6-9532-a513931b5dda Date: Fri, 07 Sep 2018 18:30:54 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:30:54,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-0e6cb159-b8cf-4fd6-9532-a513931b5dda 2018-09-07 18:30:54,280 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet 2018-09-07 18:30:54,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" -d '{"subnets": [{"ip_version": 4, "network_id": "bfb51b69-e8fa-4998-aa37-f8746d84fe80", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]}' 2018-09-07 18:30:54,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-140c0b35-923b-461c-86b7-3d11fd5a28f8 Date: Fri, 07 Sep 2018 18:30:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:30:54,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-140c0b35-923b-461c-86b7-3d11fd5a28f8 2018-09-07 18:30:54,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:55,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8a1fcbcf-89fd-40e1-a8ac-0ef5ceb49559 Date: Fri, 07 Sep 2018 18:30:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["2979e3ae-e2aa-4278-bbc7-442fa81624a3"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:54Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:55,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-8a1fcbcf-89fd-40e1-a8ac-0ef5ceb49559 2018-09-07 18:30:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:30:55,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a3eabd19-e1d8-4169-8c54-ab1169a16d4c Date: Fri, 07 Sep 2018 18:30:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:30:55,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-a3eabd19-e1d8-4169-8c54-ab1169a16d4c 2018-09-07 18:30:55,305 - OpenStackNetwork - DEBUG - Network [bfb51b69-e8fa-4998-aa37-f8746d84fe80] created successfully 2018-09-07 18:30:55,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:55,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:55,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["N1lVc9fISMSk3inbjxG0ZA"], "issued_at": "2018-09-07T18:30:55.000000Z"}} 2018-09-07 18:30:55,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef955e250df22757fb595fd49c74a851bde02f38" 2018-09-07 18:30:55,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb37613-0258-4060-ba05-09668d6f5e8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:55,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1fb37613-0258-4060-ba05-09668d6f5e8c 2018-09-07 18:30:55,761 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:30:55,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef955e250df22757fb595fd49c74a851bde02f38" 2018-09-07 18:30:56,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30: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-4ee04767-ac6b-4a8d-bc2a-d5de983b97d0 x-compute-request-id: req-4ee04767-ac6b-4a8d-bc2a-d5de983b97d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:30:56,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4ee04767-ac6b-4a8d-bc2a-d5de983b97d0 2018-09-07 18:30:56,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef955e250df22757fb595fd49c74a851bde02f38" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-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-07 18:30:56,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2299e702-918e-4bae-837e-5a4216efc8f7 x-compute-request-id: req-2299e702-918e-4bae-837e-5a4216efc8f7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:30:56,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2299e702-918e-4bae-837e-5a4216efc8f7 2018-09-07 18:30:56,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:30:56,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:30:57,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["YIB3nrocSeOfdpfrHQdJyw"], "issued_at": "2018-09-07T18:30:57.000000Z"}} 2018-09-07 18:30:57,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fd3ed6ed0f467c5be56de527ff0c1af73514c0" 2018-09-07 18:30:57,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea38168-894b-4bcb-a089-d5ef354e895b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:30:57,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-aea38168-894b-4bcb-a089-d5ef354e895b 2018-09-07 18:30:57,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:57,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-09ef8602-de60-4916-8efd-c6a14e7cf8f9 Date: Fri, 07 Sep 2018 18:30:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["2979e3ae-e2aa-4278-bbc7-442fa81624a3"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:54Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:57,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net used request id req-09ef8602-de60-4916-8efd-c6a14e7cf8f9 2018-09-07 18:30:57,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:57,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e978bdef-65c4-4c67-8f4f-7b7b94b45c13 Date: Fri, 07 Sep 2018 18:30:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:30:57,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-e978bdef-65c4-4c67-8f4f-7b7b94b45c13 2018-09-07 18:30:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:57,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-cc607f8d-7df9-43e2-99b0-eb1cbc932b0f Date: Fri, 07 Sep 2018 18:30:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["2979e3ae-e2aa-4278-bbc7-442fa81624a3"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:54Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:57,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net used request id req-cc607f8d-7df9-43e2-99b0-eb1cbc932b0f 2018-09-07 18:30:57,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:57,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:57,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98fd3ed6ed0f467c5be56de527ff0c1af73514c0" 2018-09-07 18:30:57,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa821d46-9dc6-41bc-a1dd-73f4388dd11a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:57,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-aa821d46-9dc6-41bc-a1dd-73f4388dd11a 2018-09-07 18:30:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:58,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7f49ac20-904a-4a68-b87e-17f7c1a007c7 Date: Fri, 07 Sep 2018 18:30:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:30:58,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-7f49ac20-904a-4a68-b87e-17f7c1a007c7 2018-09-07 18:30:58,131 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net 2018-09-07 18:30:58,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" -d '{"port": {"network_id": "bfb51b69-e8fa-4998-aa37-f8746d84fe80", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port", "admin_state_up": true}}' 2018-09-07 18:30:59,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-9669e9d7-f5a8-4e95-b630-5674db4dcf31 Date: Fri, 07 Sep 2018 18:30:59 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:58Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.8"}],"id":"35bbe329-aa20-47dc-a8cf-4da8b7d179a8","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:46:fb","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:58Z","binding:vnic_type":"normal"}} 2018-09-07 18:30:59,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-9669e9d7-f5a8-4e95-b630-5674db4dcf31 2018-09-07 18:30:59,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:59,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3fc34bd4-32b7-47a4-9297-a430489c3cd8 Date: Fri, 07 Sep 2018 18:30:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["2979e3ae-e2aa-4278-bbc7-442fa81624a3"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:54Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:30:59,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net used request id req-3fc34bd4-32b7-47a4-9297-a430489c3cd8 2018-09-07 18:30:59,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:30:59,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:30:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:30:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:59,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce19a29-4cde-47ef-9b33-b034c8cf1020 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:59,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4ce19a29-4cde-47ef-9b33-b034c8cf1020 2018-09-07 18:30:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:59,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-046c2909-7ff4-4ef5-815e-4931813b1925 Date: Fri, 07 Sep 2018 18:30:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:30:59,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-046c2909-7ff4-4ef5-815e-4931813b1925 2018-09-07 18:30:59,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:59,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-a0f3414c-848f-4ab2-8470-dbd0fb50a307 Date: Fri, 07 Sep 2018 18:30:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:58Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.8"}],"id":"35bbe329-aa20-47dc-a8cf-4da8b7d179a8","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:46:fb","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:58Z","binding:vnic_type":"normal"}]} 2018-09-07 18:30:59,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port&admin_state_up=True used request id req-a0f3414c-848f-4ab2-8470-dbd0fb50a307 2018-09-07 18:30:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:30:59,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68d0f01-20f1-41ff-9e50-da28f6329fff Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:30:59,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-e68d0f01-20f1-41ff-9e50-da28f6329fff 2018-09-07 18:30:59,545 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst 2018-09-07 18:30:59,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:00,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:30:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1097b0b0-b187-4f29-b3a6-5c5a3e1bebf1 x-compute-request-id: req-1097b0b0-b187-4f29-b3a6-5c5a3e1bebf1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-flavor-name"}]} 2018-09-07 18:31:00,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-1097b0b0-b187-4f29-b3a6-5c5a3e1bebf1 2018-09-07 18:31:00,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:00,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-ffc7888d-d9ef-4d75-8113-0ec271534d7e x-compute-request-id: req-ffc7888d-d9ef-4d75-8113-0ec271534d7e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:31:00,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6 used request id req-ffc7888d-d9ef-4d75-8113-0ec271534d7e 2018-09-07 18:31:00,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:01,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-201e1d0a-528a-4220-bf12-69e507f1e519 Date: Fri, 07 Sep 2018 18:31:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:30:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:30:51Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "metadata": {}}], "self": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "min_disk": 0, "protected": false, "id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "file": "/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image"} 2018-09-07 18:31:01,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image used request id req-201e1d0a-528a-4220-bf12-69e507f1e519 2018-09-07 18:31:01,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:01,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb339988-f576-47bc-b643-0a2740e9dad5 Date: Fri, 07 Sep 2018 18:31: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-07 18:31:01,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-bb339988-f576-47bc-b643-0a2740e9dad5 2018-09-07 18:31:01,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" -d '{"server": {"name": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "imageRef": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "flavorRef": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "max_count": 1, "min_count": 1, "networks": [{"port": "35bbe329-aa20-47dc-a8cf-4da8b7d179a8"}]}}' 2018-09-07 18:31:03,948 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:31: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-22a5900c-c074-41df-84e8-a1f9ce83bc50 x-compute-request-id: req-22a5900c-c074-41df-84e8-a1f9ce83bc50 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "adminPass": "2tWWA3iffyLt"}} 2018-09-07 18:31:03,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-22a5900c-c074-41df-84e8-a1f9ce83bc50 2018-09-07 18:31:03,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:04,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-a8d1fa56-caae-4b4d-aba4-01899845bb2a x-compute-request-id: req-a8d1fa56-caae-4b4d-aba4-01899845bb2a Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:04,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-a8d1fa56-caae-4b4d-aba4-01899845bb2a 2018-09-07 18:31:04,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:04,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-4dd30c5c-b197-4fbc-a9fd-2615d0633c9c x-compute-request-id: req-4dd30c5c-b197-4fbc-a9fd-2615d0633c9c 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.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31:04Z", "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-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:04,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-4dd30c5c-b197-4fbc-a9fd-2615d0633c9c 2018-09-07 18:31:07,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:08,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-4b22cda3-0174-4e0e-a69a-61ec9bf17913 x-compute-request-id: req-4b22cda3-0174-4e0e-a69a-61ec9bf17913 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:08,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-4b22cda3-0174-4e0e-a69a-61ec9bf17913 2018-09-07 18:31:11,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:12,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-66141b5b-39b1-4cf3-ab1b-eeabd658746f x-compute-request-id: req-66141b5b-39b1-4cf3-ab1b-eeabd658746f Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:12,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-66141b5b-39b1-4cf3-ab1b-eeabd658746f 2018-09-07 18:31:15,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:16,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2aec7054-5311-4338-9a85-0e2aeb2ffcbd x-compute-request-id: req-2aec7054-5311-4338-9a85-0e2aeb2ffcbd Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:16,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-2aec7054-5311-4338-9a85-0e2aeb2ffcbd 2018-09-07 18:31:19,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:19,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-0acbf518-a9fe-4446-99d5-39c2a3908182 x-compute-request-id: req-0acbf518-a9fe-4446-99d5-39c2a3908182 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:19,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-0acbf518-a9fe-4446-99d5-39c2a3908182 2018-09-07 18:31:22,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:23,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-9d7c1868-5966-4b8f-96cc-06e6611ea6e2 x-compute-request-id: req-9d7c1868-5966-4b8f-96cc-06e6611ea6e2 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:23,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-9d7c1868-5966-4b8f-96cc-06e6611ea6e2 2018-09-07 18:31:26,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:27,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-6ff92278-be69-4f84-8ebf-ce8a124259b0 x-compute-request-id: req-6ff92278-be69-4f84-8ebf-ce8a124259b0 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:27,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-6ff92278-be69-4f84-8ebf-ce8a124259b0 2018-09-07 18:31:30,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:30,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-49285d48-24ce-4169-b779-5cef4ac15dfa x-compute-request-id: req-49285d48-24ce-4169-b779-5cef4ac15dfa Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:30,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-49285d48-24ce-4169-b779-5cef4ac15dfa 2018-09-07 18:31:33,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:34,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-621ed1ae-0b7b-4852-8a57-c5027e062bf3 x-compute-request-id: req-621ed1ae-0b7b-4852-8a57-c5027e062bf3 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31: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": "NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:34,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-621ed1ae-0b7b-4852-8a57-c5027e062bf3 2018-09-07 18:31:37,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:37,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-8a955e5e-29e1-43ae-ac32-5bef38f5b1c3 x-compute-request-id: req-8a955e5e-29e1-43ae-ac32-5bef38f5b1c3 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31:37Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:37,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-8a955e5e-29e1-43ae-ac32-5bef38f5b1c3 2018-09-07 18:31:40,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:41,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-b17ab7f1-5f26-41d4-9d3a-afef860f4ba4 x-compute-request-id: req-b17ab7f1-5f26-41d4-9d3a-afef860f4ba4 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:46:fb", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:31:37Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:41,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-b17ab7f1-5f26-41d4-9d3a-afef860f4ba4 2018-09-07 18:31:44,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:45,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-e929e537-2ddc-4848-a8ad-ced23a065ba1 x-compute-request-id: req-e929e537-2ddc-4848-a8ad-ced23a065ba1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:46:fb", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-07T18:31:43.000000", "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:31:44Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:45,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-e929e537-2ddc-4848-a8ad-ced23a065ba1 2018-09-07 18:31:45,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:45,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-c0f71f73-c4d1-4fdd-b991-1b589de31884 x-compute-request-id: req-c0f71f73-c4d1-4fdd-b991-1b589de31884 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:46:fb", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b8f93705-999e-41bc-b9af-d20c695dae4b", "rel": "bookmark"}], "image": {"id": "1f720a32-8cb0-4568-b3d9-0db0b9845eca", "links": [{"href": "http://172.30.9.25:8774/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-07T18:31:43.000000", "flavor": {"id": "693fca62-cc3d-4943-b44b-bd6af563c2f6", "links": [{"href": "http://172.30.9.25:8774/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6", "rel": "bookmark"}]}, "id": "b8f93705-999e-41bc-b9af-d20c695dae4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:31:44Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-vm_inst", "created": "2018-09-07T18:31:03Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:31:45,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-c0f71f73-c4d1-4fdd-b991-1b589de31884 2018-09-07 18:31:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:46,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-109409b2-ef51-4213-8749-0378cec538c1 Date: Fri, 07 Sep 2018 18:31:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["2979e3ae-e2aa-4278-bbc7-442fa81624a3"],"description":"","tags":[],"updated_at":"2018-09-07T18:30:54Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:53Z","provider:network_type":"vxlan"}]} 2018-09-07 18:31:46,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net used request id req-109409b2-ef51-4213-8749-0378cec538c1 2018-09-07 18:31:46,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:46,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68d1ee7-1c23-4aed-9381-6c636dc40725 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:31:46,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-b68d1ee7-1c23-4aed-9381-6c636dc40725 2018-09-07 18:31:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:46,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1615d49c-f1ab-4194-b760-6cab08550a54 Date: Fri, 07 Sep 2018 18:31:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:54Z","dns_nameservers":[],"updated_at":"2018-09-07T18:30:54Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","subnetpool_id":null,"name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet"}]} 2018-09-07 18:31:46,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-1615d49c-f1ab-4194-b760-6cab08550a54 2018-09-07 18:31:46,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:46,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-bb3360dc-2c58-4baf-8658-ebf9e99ad5cf Date: Fri, 07 Sep 2018 18:31:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.4"}],"id":"0aef08f1-c38f-47f5-8991-8050e3f47f76","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7d:c2","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfb51b69-e8fa-4998-aa37-f8746d84fe80","name":"","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.3"}],"id":"2289997c-362f-430b-b81d-f4336a9c78e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:50:72","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfb51b69-e8fa-4998-aa37-f8746d84fe80","name":"","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:38Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.8"}],"id":"35bbe329-aa20-47dc-a8cf-4da8b7d179a8","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:46:fb","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"b8f93705-999e-41bc-b9af-d20c695dae4b","name":"NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2979e3ae-e2aa-4278-bbc7-442fa81624a3","ip_address":"10.55.0.2"}],"id":"3b6d3313-d860-4fd1-819a-ba51b59bffb4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:7b:21","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfb51b69-e8fa-4998-aa37-f8746d84fe80","name":"","admin_state_up":true,"network_id":"bfb51b69-e8fa-4998-aa37-f8746d84fe80","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:30:55Z","binding:vnic_type":"normal"}]} 2018-09-07 18:31:46,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-bb3360dc-2c58-4baf-8658-ebf9e99ad5cf 2018-09-07 18:31:46,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:46,748 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbda13f4-6614-4dd8-9f42-0d68f0e0e231 x-compute-request-id: req-dbda13f4-6614-4dd8-9f42-0d68f0e0e231 Content-Type: application/json 2018-09-07 18:31:46,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/b8f93705-999e-41bc-b9af-d20c695dae4b used request id req-dbda13f4-6614-4dd8-9f42-0d68f0e0e231 2018-09-07 18:31:46,749 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-port 2018-09-07 18:31:46,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/35bbe329-aa20-47dc-a8cf-4da8b7d179a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d790ea9a1c7aafd72021dad79758294708ba348" 2018-09-07 18:31:47,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a42024f-bd6d-41da-b2b4-c7c41dec553d Date: Fri, 07 Sep 2018 18:31:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:31:47,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/35bbe329-aa20-47dc-a8cf-4da8b7d179a8 used request id req-2a42024f-bd6d-41da-b2b4-c7c41dec553d 2018-09-07 18:31:47,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef955e250df22757fb595fd49c74a851bde02f38" 2018-09-07 18:31:47,632 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:31: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-96689550-a89c-45d2-8ebc-8950650c3eb1 x-compute-request-id: req-96689550-a89c-45d2-8ebc-8950650c3eb1 Content-Length: 0 Content-Type: application/json 2018-09-07 18:31:47,632 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/693fca62-cc3d-4943-b44b-bd6af563c2f6 used request id req-96689550-a89c-45d2-8ebc-8950650c3eb1 2018-09-07 18:31:47,633 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet 2018-09-07 18:31:47,633 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-subnet 2018-09-07 18:31:47,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/2979e3ae-e2aa-4278-bbc7-442fa81624a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:31:49,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cd2462e-5323-4dba-beb4-a8bbcfaa7f1a Date: Fri, 07 Sep 2018 18:31:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:31:49,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/2979e3ae-e2aa-4278-bbc7-442fa81624a3 used request id req-6cd2462e-5323-4dba-beb4-a8bbcfaa7f1a 2018-09-07 18:31:49,970 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-net 2018-09-07 18:31:49,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/bfb51b69-e8fa-4998-aa37-f8746d84fe80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2be5ff50aca1519a76201ac06b5bc06ab5c911" 2018-09-07 18:31:51,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f93b6e2-627c-41d2-a286-4def68cd706d Date: Fri, 07 Sep 2018 18:31:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:31:51,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/bfb51b69-e8fa-4998-aa37-f8746d84fe80 used request id req-0f93b6e2-627c-41d2-a286-4def68cd706d 2018-09-07 18:31:51,275 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-2e1df7ef-67d8-4e6c-b0f5-3c759178440c-image 2018-09-07 18:31:51,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}85789898c7033b0b41b49bbcd422bbe08978f328" 2018-09-07 18:31:52,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4a3c533-3734-4843-89c0-67575fbec0ea Date: Fri, 07 Sep 2018 18:31:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:31:52,275 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1f720a32-8cb0-4568-b3d9-0db0b9845eca used request id req-a4a3c533-3734-4843-89c0-67575fbec0ea 2018-09-07 18:31:52,277 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:31:52,280 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:31:52,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:31:52,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:31:52,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Wv5aM1_9TCON47eqqbVwZw"], "issued_at": "2018-09-07T18:31:52.000000Z"}} 2018-09-07 18:31:52,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:52,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cabac5-a84e-4e4f-81b1-9b8cc69df132 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:31:52,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-22cabac5-a84e-4e4f-81b1-9b8cc69df132 2018-09-07 18:31:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:53,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-4c31d463-5661-480e-8e0c-dc2f84e0666b Date: Fri, 07 Sep 2018 18:31:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image"} 2018-09-07 18:31:53,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image used request id req-4c31d463-5661-480e-8e0c-dc2f84e0666b 2018-09-07 18:31:53,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:53,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43616aeb-835a-4f06-8247-b41ef08e0abc Date: Fri, 07 Sep 2018 18:31: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-07 18:31:53,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-43616aeb-835a-4f06-8247-b41ef08e0abc 2018-09-07 18:31:53,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image"}' 2018-09-07 18:31:54,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 X-Openstack-Request-Id: req-b8cd966f-fa6d-42ac-83af-83247e3dc1ce Date: Fri, 07 Sep 2018 18:31:54 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:31:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:31:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "min_disk": 0, "protected": false, "id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "file": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:31:54,276 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b8cd966f-fa6d-42ac-83af-83247e3dc1ce 2018-09-07 18:31:54,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" -d '' 2018-09-07 18:31:55,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef5decda-0014-4eed-a0c3-1366070bfa2a Date: Fri, 07 Sep 2018 18:31: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-07 18:31:55,362 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file used request id req-ef5decda-0014-4eed-a0c3-1366070bfa2a 2018-09-07 18:31:55,363 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:31:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:55,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-0890a5f7-67c9-403d-ba9d-c7dba9303824 Date: Fri, 07 Sep 2018 18:31:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "metadata": {}}], "self": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "min_disk": 0, "protected": false, "id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "file": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:31:55,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 used request id req-0890a5f7-67c9-403d-ba9d-c7dba9303824 2018-09-07 18:31:55,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:56,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cf328bfa-44c7-43ba-a5c4-d233315eb75f Date: Fri, 07 Sep 2018 18:31:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:31:56,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-cf328bfa-44c7-43ba-a5c4-d233315eb75f 2018-09-07 18:31:56,147 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image 2018-09-07 18:31:56,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:31:56,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-30425709-2b3f-4fe0-a8ba-d7b6f3b75b15 Date: Fri, 07 Sep 2018 18:31:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "metadata": {}}], "self": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "min_disk": 0, "protected": false, "id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "file": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:31:56,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 used request id req-30425709-2b3f-4fe0-a8ba-d7b6f3b75b15 2018-09-07 18:31:56,779 - create_image - DEBUG - Instance status is - active 2018-09-07 18:31:56,779 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image 2018-09-07 18:31:56,779 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image 2018-09-07 18:31:56,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:31:56,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:31:57,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["1GMvVZRlQsaxjKP3fRksBQ"], "issued_at": "2018-09-07T18:31:57.000000Z"}} 2018-09-07 18:31:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:57,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6957f424-3ca4-457e-bf41-97e67becfa48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:31:57,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6957f424-3ca4-457e-bf41-97e67becfa48 2018-09-07 18:31:57,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:57,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b646d89e-a97b-4fcc-a1cf-f1123f579aca Date: Fri, 07 Sep 2018 18:31:57 GMT RESP BODY: {"networks":[]} 2018-09-07 18:31:57,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-b646d89e-a97b-4fcc-a1cf-f1123f579aca 2018-09-07 18:31:57,414 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net 2018-09-07 18:31:57,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net", "admin_state_up": true}}' 2018-09-07 18:31:57,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-94af4925-1734-4c0c-929a-9488c221e386 Date: Fri, 07 Sep 2018 18:31: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":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:31:57Z","is_default":false,"provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","mtu":1450}} 2018-09-07 18:31:57,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-94af4925-1734-4c0c-929a-9488c221e386 2018-09-07 18:31:57,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:58,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-13727f75-2d0b-4cea-9de9-65a4d5211ac8 Date: Fri, 07 Sep 2018 18:31:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:31:57Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:31:58,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-13727f75-2d0b-4cea-9de9-65a4d5211ac8 2018-09-07 18:31:58,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:58,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b5a2e323-ab43-487f-8b0d-d15fe6a7b5b2 Date: Fri, 07 Sep 2018 18:31:58 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:31:58,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-b5a2e323-ab43-487f-8b0d-d15fe6a7b5b2 2018-09-07 18:31:58,242 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet 2018-09-07 18:31:58,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" -d '{"subnets": [{"ip_version": 4, "network_id": "ee56ccbd-b51c-4723-91e9-e1364e709aa8", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]}' 2018-09-07 18:31:58,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-89b611be-3cbe-465f-800b-44e88779b6cb Date: Fri, 07 Sep 2018 18:31:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:31:58,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-89b611be-3cbe-465f-800b-44e88779b6cb 2018-09-07 18:31:58,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:59,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-148339c3-8baf-4dd1-adca-7007cfd1bd9b Date: Fri, 07 Sep 2018 18:31:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:31:59,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-148339c3-8baf-4dd1-adca-7007cfd1bd9b 2018-09-07 18:31:59,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:31:59,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0c195681-638c-4861-a9d9-f83480e274e7 Date: Fri, 07 Sep 2018 18:31:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:31:59,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-0c195681-638c-4861-a9d9-f83480e274e7 2018-09-07 18:31:59,517 - OpenStackNetwork - DEBUG - Network [ee56ccbd-b51c-4723-91e9-e1364e709aa8] created successfully 2018-09-07 18:31:59,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:31:59,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:31:59,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:31:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["nf1Cc3iJR6qhXWeaOfa8Pw"], "issued_at": "2018-09-07T18:31:59.000000Z"}} 2018-09-07 18:31:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836e6705d73e3c959af7513fc7ad4aec04d464f6" 2018-09-07 18:31:59,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5033f338-8a77-4b55-b1c9-6911d1167548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:31:59,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5033f338-8a77-4b55-b1c9-6911d1167548 2018-09-07 18:31:59,987 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:31:59,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836e6705d73e3c959af7513fc7ad4aec04d464f6" 2018-09-07 18:32:00,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:31: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-4fbb7544-df18-4d9c-b7d4-fa112408de28 x-compute-request-id: req-4fbb7544-df18-4d9c-b7d4-fa112408de28 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:32:00,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4fbb7544-df18-4d9c-b7d4-fa112408de28 2018-09-07 18:32:00,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836e6705d73e3c959af7513fc7ad4aec04d464f6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-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-07 18:32:00,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d74295e1-c18f-47d2-a903-354ddf659430 x-compute-request-id: req-d74295e1-c18f-47d2-a903-354ddf659430 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:32:00,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-d74295e1-c18f-47d2-a903-354ddf659430 2018-09-07 18:32:00,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:32:00,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:32:01,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["STHRpbwUSEOUf7AdCXOOyw"], "issued_at": "2018-09-07T18:32:01.000000Z"}} 2018-09-07 18:32:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:01,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7783cf1-2a8d-4f9c-bf49-216ccfac49f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:01,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a7783cf1-2a8d-4f9c-bf49-216ccfac49f0 2018-09-07 18:32:01,269 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:02,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:01 GMT Server: Apache x-compute-request-id: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-07 18:32:02,049 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-da9a29cb-e190-43c0-bdc4-dc5b1358107b 2018-09-07 18:32:02,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "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-07 18:32:03,089 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:32:02 GMT Server: Apache x-compute-request-id: req-5ebe070b-0db1-4892-84ee-3351e38d5930 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ebe070b-0db1-4892-84ee-3351e38d5930 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-07T18:32:02.962859", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1}} 2018-09-07 18:32:03,090 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes used request id req-5ebe070b-0db1-4892-84ee-3351e38d5930 2018-09-07 18:32:03,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:03,849 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:03 GMT Server: Apache x-compute-request-id: req-33db8c1e-20e9-44fa-9bac-70b059336b3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33db8c1e-20e9-44fa-9bac-70b059336b3b Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:03.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:03,849 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-33db8c1e-20e9-44fa-9bac-70b059336b3b 2018-09-07 18:32:03,850 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:03,853 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:04,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:03 GMT Server: Apache x-compute-request-id: req-51e7e3c6-d586-47da-ae3a-cfb57edaf679 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51e7e3c6-d586-47da-ae3a-cfb57edaf679 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:03.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:04,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-51e7e3c6-d586-47da-ae3a-cfb57edaf679 2018-09-07 18:32:04,602 - create_volume - DEBUG - Instance status is - creating 2018-09-07 18:32:04,603 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-07 18:32:07,605 - create_volume - DEBUG - Volume status query timeout in 296.245256186 2018-09-07 18:32:07,608 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:07,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:07 GMT Server: Apache x-compute-request-id: req-a673575a-9ef5-4f61-92cc-dd13a5643cf8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a673575a-9ef5-4f61-92cc-dd13a5643cf8 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:05.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:07,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-a673575a-9ef5-4f61-92cc-dd13a5643cf8 2018-09-07 18:32:07,671 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:32:07,672 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:07,672 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:07,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:32:07,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:32:08,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["nnhkm2AzTY2GPCSICi7sWg"], "issued_at": "2018-09-07T18:32:08.000000Z"}} 2018-09-07 18:32:08,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:08,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cde8814-1ae4-43c6-89e3-7d194a33d94d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:08,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2cde8814-1ae4-43c6-89e3-7d194a33d94d 2018-09-07 18:32:08,165 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:32:08,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:08,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92879c2-1181-4c73-b013-cd7fe97a3742 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:08,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e92879c2-1181-4c73-b013-cd7fe97a3742 2018-09-07 18:32:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:08,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-8bf06f8f-58ee-4df3-93fd-39793f5bf694 Date: Fri, 07 Sep 2018 18:32:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:08,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-8bf06f8f-58ee-4df3-93fd-39793f5bf694 2018-09-07 18:32:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:32:08,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:32:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:32:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:08,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29618000-8350-494d-af42-1a7216635f47 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:08,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-29618000-8350-494d-af42-1a7216635f47 2018-09-07 18:32:08,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:08,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3c2d32f7-9a8c-4b98-a17a-01efc4e8fb16 Date: Fri, 07 Sep 2018 18:32:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:08,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-3c2d32f7-9a8c-4b98-a17a-01efc4e8fb16 2018-09-07 18:32:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:09,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f511ec01-e8c8-4aa7-bd34-89fbeaf4f043 Date: Fri, 07 Sep 2018 18:32:09 GMT RESP BODY: {"ports":[]} 2018-09-07 18:32:09,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True used request id req-f511ec01-e8c8-4aa7-bd34-89fbeaf4f043 2018-09-07 18:32:09,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:09,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c42a376-5240-4144-a4c8-3fc26dacf681 x-compute-request-id: req-6c42a376-5240-4144-a4c8-3fc26dacf681 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:32:09,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst used request id req-6c42a376-5240-4144-a4c8-3fc26dacf681 2018-09-07 18:32:09,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:09,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-14d94bda-2a11-4e18-a0f3-2e7b0811849c Date: Fri, 07 Sep 2018 18:32:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:09,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-14d94bda-2a11-4e18-a0f3-2e7b0811849c 2018-09-07 18:32:09,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:09,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53624e66-c0bd-4933-bc41-919ae1a7525d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:09,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-53624e66-c0bd-4933-bc41-919ae1a7525d 2018-09-07 18:32:09,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:09,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eb393fa5-5dba-41c8-b339-e5694e2894ca Date: Fri, 07 Sep 2018 18:32:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:09,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-eb393fa5-5dba-41c8-b339-e5694e2894ca 2018-09-07 18:32:09,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:10,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-71f7fae6-1ce3-4b93-86f7-d8d8e79abd2c Date: Fri, 07 Sep 2018 18:32:10 GMT RESP BODY: {"ports":[]} 2018-09-07 18:32:10,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True used request id req-71f7fae6-1ce3-4b93-86f7-d8d8e79abd2c 2018-09-07 18:32:10,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:32:10,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:32:10,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["FF1Ce_wDQtOOgDPGw3HEgA"], "issued_at": "2018-09-07T18:32:10.000000Z"}} 2018-09-07 18:32:10,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5c40c82097924c426b6eabdbaa632790c8cde4" 2018-09-07 18:32:10,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdea6be3-761c-4f29-ba7d-7581ef79c750 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:10,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fdea6be3-761c-4f29-ba7d-7581ef79c750 2018-09-07 18:32:10,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:10,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-807b7349-ec08-4276-9808-ce64087006fd Date: Fri, 07 Sep 2018 18:32:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:10,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-807b7349-ec08-4276-9808-ce64087006fd 2018-09-07 18:32:10,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:11,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ac7eff2-701c-4c56-a666-23a915334f89 Date: Fri, 07 Sep 2018 18:32:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:11,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-0ac7eff2-701c-4c56-a666-23a915334f89 2018-09-07 18:32:11,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:11,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-acd4189c-925d-4b37-bb3b-e4d10fd01f3d Date: Fri, 07 Sep 2018 18:32:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:11,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-acd4189c-925d-4b37-bb3b-e4d10fd01f3d 2018-09-07 18:32:11,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:32:11,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:32: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:32:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5c40c82097924c426b6eabdbaa632790c8cde4" 2018-09-07 18:32:11,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dcb5b0-70e5-4813-a244-a828b9e85047 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:11,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-d6dcb5b0-70e5-4813-a244-a828b9e85047 2018-09-07 18:32:11,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:11,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-645a095a-2b0c-46f6-b487-312d96ce29e7 Date: Fri, 07 Sep 2018 18:32:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:11,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-645a095a-2b0c-46f6-b487-312d96ce29e7 2018-09-07 18:32:11,604 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net 2018-09-07 18:32:11,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" -d '{"port": {"network_id": "ee56ccbd-b51c-4723-91e9-e1364e709aa8", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port", "admin_state_up": true}}' 2018-09-07 18:32:12,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-eccf3722-4754-4b62-a511-f7833899d0fc Date: Fri, 07 Sep 2018 18:32:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:12Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"}} 2018-09-07 18:32:12,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-eccf3722-4754-4b62-a511-f7833899d0fc 2018-09-07 18:32:12,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:12,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-1a6c7ec6-51c1-4915-85ee-75271530158c Date: Fri, 07 Sep 2018 18:32:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:12,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-1a6c7ec6-51c1-4915-85ee-75271530158c 2018-09-07 18:32:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:12,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e121a5ba-a322-4253-8d28-bf1e54daa371 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:12,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-e121a5ba-a322-4253-8d28-bf1e54daa371 2018-09-07 18:32:12,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:12,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7db90a11-674f-4c32-a3b9-c93d5cafde82 Date: Fri, 07 Sep 2018 18:32:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:12,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-7db90a11-674f-4c32-a3b9-c93d5cafde82 2018-09-07 18:32:12,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:12,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-9c4578eb-c33a-450d-9764-4ee47b483781 Date: Fri, 07 Sep 2018 18:32:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:12Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:12,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port&admin_state_up=True used request id req-9c4578eb-c33a-450d-9764-4ee47b483781 2018-09-07 18:32:12,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:13,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85aef920-cc64-4b32-b8e9-f38b10403d5b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:13,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-85aef920-cc64-4b32-b8e9-f38b10403d5b 2018-09-07 18:32:13,051 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst 2018-09-07 18:32:13,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:13,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-790ae9d8-b10d-4771-a805-61a02042cbb8 x-compute-request-id: req-790ae9d8-b10d-4771-a805-61a02042cbb8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-flavor"}]} 2018-09-07 18:32:13,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-790ae9d8-b10d-4771-a805-61a02042cbb8 2018-09-07 18:32:13,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:13,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-873fb762-9acb-4d24-b57d-3fca4623e80f x-compute-request-id: req-873fb762-9acb-4d24-b57d-3fca4623e80f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:32:13,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d used request id req-873fb762-9acb-4d24-b57d-3fca4623e80f 2018-09-07 18:32:13,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:13,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-e684b139-19f0-4821-b0cb-1703a463bb61 Date: Fri, 07 Sep 2018 18:32:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:31:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:31:55Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "metadata": {}}], "self": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "min_disk": 0, "protected": false, "id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "file": "/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image"} 2018-09-07 18:32:13,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image used request id req-e684b139-19f0-4821-b0cb-1703a463bb61 2018-09-07 18:32:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:14,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-79bed516-bf0e-4790-9aa6-bee132fa63d9 Date: Fri, 07 Sep 2018 18:32: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-07 18:32:14,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-79bed516-bf0e-4790-9aa6-bee132fa63d9 2018-09-07 18:32:14,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "imageRef": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "flavorRef": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "max_count": 1, "min_count": 1, "networks": [{"port": "339b023a-1d83-46f9-a340-b9842f424e30"}]}}' 2018-09-07 18:32:17,179 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:32: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-39afeec1-1d84-45fa-8804-aab0db893438 x-compute-request-id: req-39afeec1-1d84-45fa-8804-aab0db893438 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "adminPass": "H9LMJAg8XxGz"}} 2018-09-07 18:32:17,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-39afeec1-1d84-45fa-8804-aab0db893438 2018-09-07 18:32:17,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:18,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-950b5dc1-d483-4ca4-a5cb-141bf028a1a4 x-compute-request-id: req-950b5dc1-d483-4ca4-a5cb-141bf028a1a4 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.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:32:17Z", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:18,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-950b5dc1-d483-4ca4-a5cb-141bf028a1a4 2018-09-07 18:32:18,034 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst 2018-09-07 18:32:18,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:18,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-b9d30190-9cc0-4b41-a901-561937e8a6d1 x-compute-request-id: req-b9d30190-9cc0-4b41-a901-561937e8a6d1 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.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:32:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:18,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-b9d30190-9cc0-4b41-a901-561937e8a6d1 2018-09-07 18:32:18,374 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst] is - BUILD 2018-09-07 18:32:18,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:32:21,377 - create_instance - DEBUG - VM status query timeout in 896.657227993 2018-09-07 18:32:21,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:21,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-7eb35765-fbcd-4724-ae7b-824ddb3a6fb6 x-compute-request-id: req-7eb35765-fbcd-4724-ae7b-824ddb3a6fb6 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:32:20Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:21,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-7eb35765-fbcd-4724-ae7b-824ddb3a6fb6 2018-09-07 18:32:21,938 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst] is - BUILD 2018-09-07 18:32:21,938 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:32:24,941 - create_instance - DEBUG - VM status query timeout in 893.092962027 2018-09-07 18:32:24,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:25,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-8df24ab6-871f-4090-ae0a-aecf801d931c x-compute-request-id: req-8df24ab6-871f-4090-ae0a-aecf801d931c Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:24Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:25,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-8df24ab6-871f-4090-ae0a-aecf801d931c 2018-09-07 18:32:25,404 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst] is - ACTIVE 2018-09-07 18:32:25,405 - create_instance - INFO - VM is - ACTIVE 2018-09-07 18:32:25,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:25,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-6940bc65-7a15-4f5a-a117-af41d35ab805 x-compute-request-id: req-6940bc65-7a15-4f5a-a117-af41d35ab805 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:24Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:25,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-6940bc65-7a15-4f5a-a117-af41d35ab805 2018-09-07 18:32:25,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:25,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-28c61ad8-4b86-439f-9549-5e13271122f1 Date: Fri, 07 Sep 2018 18:32:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:25,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-28c61ad8-4b86-439f-9549-5e13271122f1 2018-09-07 18:32:25,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:25,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8174f6-f583-42da-a85c-0adc20c9c0a5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:25,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-eb8174f6-f583-42da-a85c-0adc20c9c0a5 2018-09-07 18:32:25,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:25,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8dedd38b-d8b0-48c4-a1f2-3c31e9c96729 Date: Fri, 07 Sep 2018 18:32:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:25,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-8dedd38b-d8b0-48c4-a1f2-3c31e9c96729 2018-09-07 18:32:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:26,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-dcb340b2-e846-4597-8e15-9ed35e4852f2 Date: Fri, 07 Sep 2018 18:32:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:26,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-dcb340b2-e846-4597-8e15-9ed35e4852f2 2018-09-07 18:32:26,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:32:26,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["s6xo2b5aRc2WLD4k8XTw4A"], "issued_at": "2018-09-07T18:32:26.000000Z"}} 2018-09-07 18:32:26,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:26,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a70d111-48f3-47bb-9f71-d82583f2e211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:26,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8a70d111-48f3-47bb-9f71-d82583f2e211 2018-09-07 18:32:26,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:27,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-a56dd109-f7fd-48db-9f9f-c77bed886aa4 x-compute-request-id: req-a56dd109-f7fd-48db-9f9f-c77bed886aa4 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:24Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:27,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-a56dd109-f7fd-48db-9f9f-c77bed886aa4 2018-09-07 18:32:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:27,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-141aeee2-59dd-48c1-b186-bdef6e3344bd Date: Fri, 07 Sep 2018 18:32:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:27,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-141aeee2-59dd-48c1-b186-bdef6e3344bd 2018-09-07 18:32:27,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:27,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd906fa3-74cc-43bb-aef1-bee900df0041 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:27,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-bd906fa3-74cc-43bb-aef1-bee900df0041 2018-09-07 18:32:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:27,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37b906de-c747-4fe1-99a8-c8529ee1fd2c Date: Fri, 07 Sep 2018 18:32:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:27,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-37b906de-c747-4fe1-99a8-c8529ee1fd2c 2018-09-07 18:32:27,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:27,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c538e992-b5ec-4690-aa1a-258bcecf7fc7 Date: Fri, 07 Sep 2018 18:32:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:27,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-c538e992-b5ec-4690-aa1a-258bcecf7fc7 2018-09-07 18:32:27,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" -d '{"volumeAttachment": {"volumeId": "a22fa8bb-0637-403c-a9e6-32da5912485a"}}' 2018-09-07 18:32:30,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-d3abf96c-f163-489b-b8a2-a38b5d2c063f x-compute-request-id: req-d3abf96c-f163-489b-b8a2-a38b5d2c063f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "volumeId": "a22fa8bb-0637-403c-a9e6-32da5912485a"}} 2018-09-07 18:32:30,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b/os-volume_attachments used request id req-d3abf96c-f163-489b-b8a2-a38b5d2c063f 2018-09-07 18:32:30,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:30,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-0def6f0c-60a6-4086-8b9d-76828c8af58d x-compute-request-id: req-0def6f0c-60a6-4086-8b9d-76828c8af58d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:24Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "metadata": {}}} 2018-09-07 18:32:30,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-0def6f0c-60a6-4086-8b9d-76828c8af58d 2018-09-07 18:32:30,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:31,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-d567812b-4b5a-4f29-af0a-73ba6e4bee84 Date: Fri, 07 Sep 2018 18:32:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:31,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-d567812b-4b5a-4f29-af0a-73ba6e4bee84 2018-09-07 18:32:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:32:31,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:32: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:32:31,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:31,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fcf5818-d410-40e7-8b60-da95767c5ad1 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:31,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-2fcf5818-d410-40e7-8b60-da95767c5ad1 2018-09-07 18:32:31,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:31,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5f46c0ee-3206-4031-8a5e-693f7255e049 Date: Fri, 07 Sep 2018 18:32:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:31,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-5f46c0ee-3206-4031-8a5e-693f7255e049 2018-09-07 18:32:31,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:31,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-482ca927-d447-493e-8c52-4cf0a7e2b0fd Date: Fri, 07 Sep 2018 18:32:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:31,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-482ca927-d447-493e-8c52-4cf0a7e2b0fd 2018-09-07 18:32:31,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:32,359 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:31 GMT Server: Apache x-compute-request-id: req-f2b91353-f0bb-4129-8fe6-89e0c2636fa8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2b91353-f0bb-4129-8fe6-89e0c2636fa8 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:30.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:32,359 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-f2b91353-f0bb-4129-8fe6-89e0c2636fa8 2018-09-07 18:32:35,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2b91353-f0bb-4129-8fe6-89e0c2636fa8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:35,597 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:35 GMT Server: Apache x-compute-request-id: req-891f3be2-bbbc-4de1-b330-96a758cf3d7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-891f3be2-bbbc-4de1-b330-96a758cf3d7e Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "attachment_id": "7fee9b1c-4130-49bf-935e-98f08996af15", "attached_at": "2018-09-07T18:32:33.000000", "host_name": null, "volume_id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "device": "/dev/vdb", "id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:33.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:35,597 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-891f3be2-bbbc-4de1-b330-96a758cf3d7e 2018-09-07 18:32:35,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:35,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6344cbbf-7e84-4f68-a8c3-fa7b37f0073e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:32:35,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6344cbbf-7e84-4f68-a8c3-fa7b37f0073e 2018-09-07 18:32:35,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:36,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-98467688-f304-4d41-a7a2-21705bd81b05 x-compute-request-id: req-98467688-f304-4d41-a7a2-21705bd81b05 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "metadata": {}}} 2018-09-07 18:32:36,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-98467688-f304-4d41-a7a2-21705bd81b05 2018-09-07 18:32:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:36,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-3106f826-7545-49b6-aad5-0f97917bde37 Date: Fri, 07 Sep 2018 18:32:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:36,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-3106f826-7545-49b6-aad5-0f97917bde37 2018-09-07 18:32:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:36,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b77a92-4a0b-4cd3-8668-00d1be631a11 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:36,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-c2b77a92-4a0b-4cd3-8668-00d1be631a11 2018-09-07 18:32:36,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:37,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-315dbc6e-ab95-40c5-a1d1-72163ba60de8 Date: Fri, 07 Sep 2018 18:32:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:37,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-315dbc6e-ab95-40c5-a1d1-72163ba60de8 2018-09-07 18:32:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:37,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-19c59fa5-292a-4a15-bf24-9e91ba95e3d2 Date: Fri, 07 Sep 2018 18:32:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:37,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-19c59fa5-292a-4a15-bf24-9e91ba95e3d2 2018-09-07 18:32:37,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:37,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-6395016a-3be4-40e6-a2b2-6e7409a5c890 x-compute-request-id: req-6395016a-3be4-40e6-a2b2-6e7409a5c890 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "metadata": {}}} 2018-09-07 18:32:37,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-6395016a-3be4-40e6-a2b2-6e7409a5c890 2018-09-07 18:32:37,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:38,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-8449953d-2729-46ff-9c6e-a3465ed17aad Date: Fri, 07 Sep 2018 18:32:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:38,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-8449953d-2729-46ff-9c6e-a3465ed17aad 2018-09-07 18:32:38,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:38,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9c2b68-1107-4ac9-8590-9df5d9a18824 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:38,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4b9c2b68-1107-4ac9-8590-9df5d9a18824 2018-09-07 18:32:38,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:38,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b4b4246-d1ab-48f4-b5f8-ba2169b45a68 Date: Fri, 07 Sep 2018 18:32:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:38,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-1b4b4246-d1ab-48f4-b5f8-ba2169b45a68 2018-09-07 18:32:38,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:38,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-014b28f9-e47e-4892-9e8d-3588d81b7857 Date: Fri, 07 Sep 2018 18:32:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:38,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-014b28f9-e47e-4892-9e8d-3588d81b7857 2018-09-07 18:32:38,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:39,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-b3d94808-da49-44e7-8209-9ea86fde3910 x-compute-request-id: req-b3d94808-da49-44e7-8209-9ea86fde3910 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "metadata": {}}} 2018-09-07 18:32:39,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-b3d94808-da49-44e7-8209-9ea86fde3910 2018-09-07 18:32:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:39,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-c8e61b6c-b02f-4e98-a7d4-707e0b40fa32 Date: Fri, 07 Sep 2018 18:32:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:39,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-c8e61b6c-b02f-4e98-a7d4-707e0b40fa32 2018-09-07 18:32:39,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:39,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d666301-4f13-4b11-8fad-f478b1b1d071 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:39,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-7d666301-4f13-4b11-8fad-f478b1b1d071 2018-09-07 18:32:39,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:39,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9ea959e-6ee5-47e3-8ca2-c0f1472b0019 Date: Fri, 07 Sep 2018 18:32:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:39,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-a9ea959e-6ee5-47e3-8ca2-c0f1472b0019 2018-09-07 18:32:39,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:39,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c9a6cf54-1732-4952-912b-192c1760eddb Date: Fri, 07 Sep 2018 18:32:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:39,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-c9a6cf54-1732-4952-912b-192c1760eddb 2018-09-07 18:32:39,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b/os-volume_attachments/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:41,373 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:32: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-1389f3c3-025e-4087-869e-b7bd864d9cd9 x-compute-request-id: req-1389f3c3-025e-4087-869e-b7bd864d9cd9 Content-Length: 0 Content-Type: application/json 2018-09-07 18:32:41,373 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b/os-volume_attachments/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-1389f3c3-025e-4087-869e-b7bd864d9cd9 2018-09-07 18:32:41,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:42,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-215bc068-2e87-4b42-a04a-0e52a2a736c0 x-compute-request-id: req-215bc068-2e87-4b42-a04a-0e52a2a736c0 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "a22fa8bb-0637-403c-a9e6-32da5912485a"}], "metadata": {}}} 2018-09-07 18:32:42,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-215bc068-2e87-4b42-a04a-0e52a2a736c0 2018-09-07 18:32:42,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:42,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-5f6e778e-7485-4cd2-ae01-ccfc9b4cdbfa Date: Fri, 07 Sep 2018 18:32:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:42,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-5f6e778e-7485-4cd2-ae01-ccfc9b4cdbfa 2018-09-07 18:32:42,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:42,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5ae751-87e4-4b29-b2e0-8a65f64c4897 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:42,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-ab5ae751-87e4-4b29-b2e0-8a65f64c4897 2018-09-07 18:32:42,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:42,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-132c69ca-a3ae-49b9-aec1-05db1cf4ad2a Date: Fri, 07 Sep 2018 18:32:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:42,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-132c69ca-a3ae-49b9-aec1-05db1cf4ad2a 2018-09-07 18:32:42,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:42,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-360d42a2-ed6c-447c-8771-69713efb64f2 Date: Fri, 07 Sep 2018 18:32:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:42,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-360d42a2-ed6c-447c-8771-69713efb64f2 2018-09-07 18:32:45,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-a7620813-bb62-421f-b920-8227f38a6c54 x-compute-request-id: req-a7620813-bb62-421f-b920-8227f38a6c54 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:47,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-a7620813-bb62-421f-b920-8227f38a6c54 2018-09-07 18:32:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-428dcf6b-d0ed-4f5e-bf9f-9911b02a394f Date: Fri, 07 Sep 2018 18:32:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:47,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-428dcf6b-d0ed-4f5e-bf9f-9911b02a394f 2018-09-07 18:32:47,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25a3501-d464-4ef0-8a1d-36fc63452906 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:47,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-b25a3501-d464-4ef0-8a1d-36fc63452906 2018-09-07 18:32:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ba3ae5b4-6120-4707-a514-d3ee6623376c Date: Fri, 07 Sep 2018 18:32:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:47,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-ba3ae5b4-6120-4707-a514-d3ee6623376c 2018-09-07 18:32:47,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3a9ee076-72c1-4dff-85c1-2a339c3d15ef Date: Fri, 07 Sep 2018 18:32:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:47,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-3a9ee076-72c1-4dff-85c1-2a339c3d15ef 2018-09-07 18:32:47,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f2b91353-f0bb-4129-8fe6-89e0c2636fa8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:47,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:47 GMT Server: Apache x-compute-request-id: req-e924ccce-e785-4b72-b0a0-cdd4b2403200 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e924ccce-e785-4b72-b0a0-cdd4b2403200 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:41.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:47,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-e924ccce-e785-4b72-b0a0-cdd4b2403200 2018-09-07 18:32:47,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:48,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-fc7a0d43-9bb3-46c8-a18f-3498ee63fcc8 x-compute-request-id: req-fc7a0d43-9bb3-46c8-a18f-3498ee63fcc8 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:48,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-fc7a0d43-9bb3-46c8-a18f-3498ee63fcc8 2018-09-07 18:32:48,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:48,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-81642c12-331e-4bee-843f-66d19f36a1e6 Date: Fri, 07 Sep 2018 18:32:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:48,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-81642c12-331e-4bee-843f-66d19f36a1e6 2018-09-07 18:32:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:48,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20098419-3fef-4054-830d-8140457110ca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:48,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-20098419-3fef-4054-830d-8140457110ca 2018-09-07 18:32:48,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:48,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-33cf28a4-61d7-47b6-8048-15f7b9771506 Date: Fri, 07 Sep 2018 18:32:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:48,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-33cf28a4-61d7-47b6-8048-15f7b9771506 2018-09-07 18:32:48,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:48,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-48cce73e-b351-4366-9414-d15fee16b263 Date: Fri, 07 Sep 2018 18:32:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:48,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-48cce73e-b351-4366-9414-d15fee16b263 2018-09-07 18:32:48,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:49,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-e349ac2c-9e70-4ba0-b2e4-4657ae872dab x-compute-request-id: req-e349ac2c-9e70-4ba0-b2e4-4657ae872dab Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:32Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:49,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-e349ac2c-9e70-4ba0-b2e4-4657ae872dab 2018-09-07 18:32:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:49,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-d411688a-46a3-4519-9e65-62e0182cefa9 Date: Fri, 07 Sep 2018 18:32:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["8ffdae7c-730d-454e-a079-5db4126caa7e"],"description":"","tags":[],"updated_at":"2018-09-07T18:31:58Z","provider:segmentation_id":100,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:57Z","provider:network_type":"vxlan"}]} 2018-09-07 18:32:49,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net used request id req-d411688a-46a3-4519-9e65-62e0182cefa9 2018-09-07 18:32:49,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:49,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3464f85e-7639-41a0-b24f-2c13d1a7aad4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:32:49,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-3464f85e-7639-41a0-b24f-2c13d1a7aad4 2018-09-07 18:32:49,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:49,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7beb7737-05f8-436c-afa8-9723d550d1d7 Date: Fri, 07 Sep 2018 18:32:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","dns_nameservers":[],"updated_at":"2018-09-07T18:31:58Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"8ffdae7c-730d-454e-a079-5db4126caa7e","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet"}]} 2018-09-07 18:32:49,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-7beb7737-05f8-436c-afa8-9723d550d1d7 2018-09-07 18:32:49,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a1a5e644175ae366eb5b7c83deb44ec87024ec" 2018-09-07 18:32:50,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-0fca3139-beb2-47ec-81cb-7a4d73e8ce6c Date: Fri, 07 Sep 2018 18:32:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:00Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.3"}],"id":"1b7e3af0-a214-4915-a407-a37d0bd0b79c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:1c:35","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.5"}],"id":"339b023a-1d83-46f9-a340-b9842f424e30","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:4d:91","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f6883b3d-73fd-42d4-afe5-8923f611de4b","name":"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:31:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.2"}],"id":"b218c259-7a18-4adf-b8b6-a8db52caf990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:b1:dd","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:31:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:32:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8ffdae7c-730d-454e-a079-5db4126caa7e","ip_address":"10.55.0.4"}],"id":"dfdc91f0-b52d-4077-b3a0-552bb0fc4cc2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:1b:d0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ee56ccbd-b51c-4723-91e9-e1364e709aa8","name":"","admin_state_up":true,"network_id":"ee56ccbd-b51c-4723-91e9-e1364e709aa8","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:32:00Z","binding:vnic_type":"normal"}]} 2018-09-07 18:32:50,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-0fca3139-beb2-47ec-81cb-7a4d73e8ce6c 2018-09-07 18:32:50,068 - create_instance - INFO - Deleting Port with ID - 339b023a-1d83-46f9-a340-b9842f424e30 2018-09-07 18:32:50,068 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-port 2018-09-07 18:32:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/339b023a-1d83-46f9-a340-b9842f424e30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:50,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4bd5c725-4138-4795-8726-2f7a59d74c3d Date: Fri, 07 Sep 2018 18:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:32:50,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/339b023a-1d83-46f9-a340-b9842f424e30 used request id req-4bd5c725-4138-4795-8726-2f7a59d74c3d 2018-09-07 18:32:50,507 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst 2018-09-07 18:32:50,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:50,880 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:32: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-7f558525-9650-4bc4-af11-b0ac99f7e1ea x-compute-request-id: req-7f558525-9650-4bc4-af11-b0ac99f7e1ea Content-Type: application/json 2018-09-07 18:32:50,880 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-7f558525-9650-4bc4-af11-b0ac99f7e1ea 2018-09-07 18:32:50,881 - create_instance - INFO - Checking deletion status 2018-09-07 18:32:50,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:51,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32: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-d16ab1f1-9de3-4535-a0f9-8600195ebf73 x-compute-request-id: req-d16ab1f1-9de3-4535-a0f9-8600195ebf73 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:4d:91", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b", "rel": "bookmark"}], "image": {"id": "e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "links": [{"href": "http://172.30.9.25:8774/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-07T18:32:24.000000", "flavor": {"id": "5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "links": [{"href": "http://172.30.9.25:8774/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d", "rel": "bookmark"}]}, "id": "f6883b3d-73fd-42d4-afe5-8923f611de4b", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:32:50Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst", "created": "2018-09-07T18:32:17Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:32:51,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-d16ab1f1-9de3-4535-a0f9-8600195ebf73 2018-09-07 18:32:51,422 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst] is - ACTIVE 2018-09-07 18:32:51,422 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:32:54,425 - create_instance - DEBUG - VM status query timeout in 296.456044912 2018-09-07 18:32:54,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b3b2481e9876748e88d1a1765eda566eb38c92" 2018-09-07 18:32:54,471 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-4b382aa8-ac50-4d27-b60b-e2bd1bad3e5a x-compute-request-id: req-4b382aa8-ac50-4d27-b60b-e2bd1bad3e5a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f6883b3d-73fd-42d4-afe5-8923f611de4b could not be found.", "code": 404}} 2018-09-07 18:32:54,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f6883b3d-73fd-42d4-afe5-8923f611de4b used request id req-4b382aa8-ac50-4d27-b60b-e2bd1bad3e5a 2018-09-07 18:32:54,471 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f6883b3d-73fd-42d4-afe5-8923f611de4b could not be found. (HTTP 404) (Request-ID: req-4b382aa8-ac50-4d27-b60b-e2bd1bad3e5a) 2018-09-07 18:32:54,471 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-vm_inst 2018-09-07 18:32:54,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:55,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:32:54 GMT Server: Apache x-compute-request-id: req-38f3e2d2-1059-47fa-bfb2-ed890a8869e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38f3e2d2-1059-47fa-bfb2-ed890a8869e7 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:32:41.000000", "replication_status": null, "snapshot_id": null, "id": "a22fa8bb-0637-403c-a9e6-32da5912485a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-f7d1ba98-8898-46cf-ac6e-9f99552139bf", "bootable": "false", "created_at": "2018-09-07T18:32:02.000000", "volume_type": null}} 2018-09-07 18:32:55,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-38f3e2d2-1059-47fa-bfb2-ed890a8869e7 2018-09-07 18:32:55,217 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:32:55,217 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:55,217 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:55,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:56,027 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:32:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d62a0756-4511-4687-8af4-eacb21a7259f 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-07 18:32:56,028 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-d62a0756-4511-4687-8af4-eacb21a7259f 2018-09-07 18:32:56,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da9a29cb-e190-43c0-bdc4-dc5b1358107b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfa3f8d073dc508d31b19ff092dada0ebcb846c" 2018-09-07 18:32:56,789 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:32:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1f8398e6-2528-46e5-ba1c-ee540c241ff9 x-openstack-request-id: req-1f8398e6-2528-46e5-ba1c-ee540c241ff9 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a22fa8bb-0637-403c-a9e6-32da5912485a could not be found.", "code": 404}} 2018-09-07 18:32:56,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/a22fa8bb-0637-403c-a9e6-32da5912485a used request id req-1f8398e6-2528-46e5-ba1c-ee540c241ff9 2018-09-07 18:32:56,789 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume a22fa8bb-0637-403c-a9e6-32da5912485a could not be found. (HTTP 404) (Request-ID: req-1f8398e6-2528-46e5-ba1c-ee540c241ff9) 2018-09-07 18:32:56,789 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf 2018-09-07 18:32:56,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836e6705d73e3c959af7513fc7ad4aec04d464f6" 2018-09-07 18:32:56,828 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:32: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-0cf75c85-a021-412e-a04a-a22945d664ab x-compute-request-id: req-0cf75c85-a021-412e-a04a-a22945d664ab Content-Length: 0 Content-Type: application/json 2018-09-07 18:32:56,828 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5f54993b-9d0a-4ddd-86ca-ef94b51cb56d used request id req-0cf75c85-a021-412e-a04a-a22945d664ab 2018-09-07 18:32:56,829 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet 2018-09-07 18:32:56,829 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-subnet 2018-09-07 18:32:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/8ffdae7c-730d-454e-a079-5db4126caa7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:32:59,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fddc9c0f-6b49-4b4f-96e2-93ccd2f1b766 Date: Fri, 07 Sep 2018 18:32:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:32:59,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/8ffdae7c-730d-454e-a079-5db4126caa7e used request id req-fddc9c0f-6b49-4b4f-96e2-93ccd2f1b766 2018-09-07 18:32:59,226 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-net 2018-09-07 18:32:59,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/ee56ccbd-b51c-4723-91e9-e1364e709aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ef08335203e4b3df1561eb91a3cc593c342f20b" 2018-09-07 18:33:00,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7eb0b2cb-c166-47dc-aae0-3c081a7a82de Date: Fri, 07 Sep 2018 18:33:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:33:00,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ee56ccbd-b51c-4723-91e9-e1364e709aa8 used request id req-7eb0b2cb-c166-47dc-aae0-3c081a7a82de 2018-09-07 18:33:00,526 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f7d1ba98-8898-46cf-ac6e-9f99552139bf-image 2018-09-07 18:33:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c73ec1250942b879d40b35fadc49da02eddaf64" 2018-09-07 18:33:02,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86c5b175-1663-4e52-b95d-2560fe72592d Date: Fri, 07 Sep 2018 18:33: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-07 18:33:02,468 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/e90fbe28-ee41-4150-b1c0-c432b76b2ac9 used request id req-86c5b175-1663-4e52-b95d-2560fe72592d 2018-09-07 18:33:02,471 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:02,473 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:33:02,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:02,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:02,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["j3OIBGXFSoiFC-vuimkqFg"], "issued_at": "2018-09-07T18:33:02.000000Z"}} 2018-09-07 18:33:02,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:02,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72260a1-ce9d-4d73-bc9e-af33f076ae6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:02,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b72260a1-ce9d-4d73-bc9e-af33f076ae6e 2018-09-07 18:33:02,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:03,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-cdcb5275-3665-4686-8b56-1ae5d65ba095 Date: Fri, 07 Sep 2018 18:33:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image"} 2018-09-07 18:33:03,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image used request id req-cdcb5275-3665-4686-8b56-1ae5d65ba095 2018-09-07 18:33:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:03,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8be04ddd-edcc-4e53-9d30-5a591a4f2b5d Date: Fri, 07 Sep 2018 18:33:03 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-07 18:33:03,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-8be04ddd-edcc-4e53-9d30-5a591a4f2b5d 2018-09-07 18:33:03,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image"}' 2018-09-07 18:33:04,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 X-Openstack-Request-Id: req-f133abc4-001d-420c-9f06-8fedc6c56c2b Date: Fri, 07 Sep 2018 18:33:04 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "min_disk": 0, "protected": false, "id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "file": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:04,497 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f133abc4-001d-420c-9f06-8fedc6c56c2b 2018-09-07 18:33:04,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" -d '' 2018-09-07 18:33:06,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76ab863c-2483-4395-9e0b-b0ad5c3fe6e2 Date: Fri, 07 Sep 2018 18:33:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:33:06,675 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file used request id req-76ab863c-2483-4395-9e0b-b0ad5c3fe6e2 2018-09-07 18:33:06,675 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:33:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:06,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-16dc789d-95c7-42b3-a952-15c5bf228bda Date: Fri, 07 Sep 2018 18:33:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:06Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "metadata": {}}], "self": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "min_disk": 0, "protected": false, "id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "file": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:06,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 used request id req-16dc789d-95c7-42b3-a952-15c5bf228bda 2018-09-07 18:33:06,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:07,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e2e6996-fd25-4ba0-90eb-f3fa2d981f8d Date: Fri, 07 Sep 2018 18:33:07 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-07 18:33:07,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-9e2e6996-fd25-4ba0-90eb-f3fa2d981f8d 2018-09-07 18:33:07,004 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image 2018-09-07 18:33:07,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:07,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-9565be53-eae3-4d36-9f39-0770d927d4f1 Date: Fri, 07 Sep 2018 18:33:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:06Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "metadata": {}}], "self": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "min_disk": 0, "protected": false, "id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "file": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:07,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 used request id req-9565be53-eae3-4d36-9f39-0770d927d4f1 2018-09-07 18:33:07,025 - create_image - DEBUG - Instance status is - active 2018-09-07 18:33:07,025 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image 2018-09-07 18:33:07,025 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image 2018-09-07 18:33:07,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:07,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:07,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["agXxCkqFSjmICy-uob3_eg"], "issued_at": "2018-09-07T18:33:07.000000Z"}} 2018-09-07 18:33:07,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:07,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b3fc7f-aed6-4d49-bfcc-c3d4be87a65e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:07,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-12b3fc7f-aed6-4d49-bfcc-c3d4be87a65e 2018-09-07 18:33:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:07,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19524534-6b22-4ae1-b67d-27c256fa8344 Date: Fri, 07 Sep 2018 18:33:07 GMT RESP BODY: {"networks":[]} 2018-09-07 18:33:07,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-19524534-6b22-4ae1-b67d-27c256fa8344 2018-09-07 18:33:07,694 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net 2018-09-07 18:33:07,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net", "admin_state_up": true}}' 2018-09-07 18:33:08,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1b1af78b-52bf-4416-9c0b-f7af71418e2a Date: Fri, 07 Sep 2018 18: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":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:33:07Z","is_default":false,"provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","mtu":1450}} 2018-09-07 18:33:08,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-1b1af78b-52bf-4416-9c0b-f7af71418e2a 2018-09-07 18:33:08,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:08,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47866839-2b38-45bb-b532-3a162568af05 Date: Fri, 07 Sep 2018 18:33:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:33:07Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:08,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-47866839-2b38-45bb-b532-3a162568af05 2018-09-07 18:33:08,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:08,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d8b6c898-1a27-48e5-9232-ab1bacd127ca Date: Fri, 07 Sep 2018 18:33:08 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:33:08,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-d8b6c898-1a27-48e5-9232-ab1bacd127ca 2018-09-07 18:33:08,650 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet 2018-09-07 18:33:08,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" -d '{"subnets": [{"ip_version": 4, "network_id": "7b558dc5-e67f-4135-9fc7-4d69d46d0212", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]}' 2018-09-07 18:33:09,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f5d44836-41cc-4de8-ba30-4d0fef41582c Date: Fri, 07 Sep 2018 18:33:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:09,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-f5d44836-41cc-4de8-ba30-4d0fef41582c 2018-09-07 18:33:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:09,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-94f5a2db-883c-4706-ac6a-177838aed030 Date: Fri, 07 Sep 2018 18:33:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:09,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-94f5a2db-883c-4706-ac6a-177838aed030 2018-09-07 18:33:09,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:09,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-914ea082-2e24-4f47-9197-a04b1798eec4 Date: Fri, 07 Sep 2018 18:33:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:09,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-914ea082-2e24-4f47-9197-a04b1798eec4 2018-09-07 18:33:09,832 - OpenStackNetwork - DEBUG - Network [7b558dc5-e67f-4135-9fc7-4d69d46d0212] created successfully 2018-09-07 18:33:09,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:09,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:10,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["0Iy4-_ybSz6U75ZxhCRYwA"], "issued_at": "2018-09-07T18:33:10.000000Z"}} 2018-09-07 18:33:10,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5559ee4b01ad1138de85235e8d006a1871bbf9f" 2018-09-07 18:33:10,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94147de7-abf6-4a91-8ac6-3ca851aacc25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:10,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-94147de7-abf6-4a91-8ac6-3ca851aacc25 2018-09-07 18:33:10,284 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:10,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5559ee4b01ad1138de85235e8d006a1871bbf9f" 2018-09-07 18:33:10,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-560353d4-97fc-422a-bb0c-c98d9c4fd8fa x-compute-request-id: req-560353d4-97fc-422a-bb0c-c98d9c4fd8fa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:33:10,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-560353d4-97fc-422a-bb0c-c98d9c4fd8fa 2018-09-07 18:33:10,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5559ee4b01ad1138de85235e8d006a1871bbf9f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-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-07 18:33:10,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-44503420-4949-482a-8068-3f9a541cf00c x-compute-request-id: req-44503420-4949-482a-8068-3f9a541cf00c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:33:10,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-44503420-4949-482a-8068-3f9a541cf00c 2018-09-07 18:33:10,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:10,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:10,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["oRFkHT35RnuoFQUI6cDqsQ"], "issued_at": "2018-09-07T18:33:10.000000Z"}} 2018-09-07 18:33:10,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:11,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a08a42-9189-45df-b05d-56ab1374c488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:11,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-15a08a42-9189-45df-b05d-56ab1374c488 2018-09-07 18:33:11,034 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:11,238 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:11 GMT Server: Apache x-compute-request-id: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-07 18:33:11,238 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b 2018-09-07 18:33:11,242 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0", "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-07 18:33:12,141 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:33:11 GMT Server: Apache x-compute-request-id: req-2779fdac-f5ad-4265-9f17-26555292f882 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2779fdac-f5ad-4265-9f17-26555292f882 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-07T18:33:12.041867", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a", "size": 1}} 2018-09-07 18:33:12,142 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes used request id req-2779fdac-f5ad-4265-9f17-26555292f882 2018-09-07 18:33:12,144 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:12,874 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:12 GMT Server: Apache x-compute-request-id: req-b2a43cd8-3b38-4821-a57b-ec59ff2a0acf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2a43cd8-3b38-4821-a57b-ec59ff2a0acf Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:33:12.000000", "replication_status": null, "snapshot_id": null, "id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0", "bootable": "false", "created_at": "2018-09-07T18:33:12.000000", "volume_type": null}} 2018-09-07 18:33:12,874 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a used request id req-b2a43cd8-3b38-4821-a57b-ec59ff2a0acf 2018-09-07 18:33:12,875 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:12,877 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:12,924 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:12 GMT Server: Apache x-compute-request-id: req-90ba1d0c-5acd-44a6-a0e6-2b3f4bf2c110 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90ba1d0c-5acd-44a6-a0e6-2b3f4bf2c110 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:33:12.000000", "replication_status": null, "snapshot_id": null, "id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0", "bootable": "false", "created_at": "2018-09-07T18:33:12.000000", "volume_type": null}} 2018-09-07 18:33:12,925 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a used request id req-90ba1d0c-5acd-44a6-a0e6-2b3f4bf2c110 2018-09-07 18:33:12,925 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:33:12,925 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:12,925 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:12,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:12,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:13,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["fzLNY-RqTJmXZsprtgiRaA"], "issued_at": "2018-09-07T18:33:13.000000Z"}} 2018-09-07 18:33:13,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:13,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2cd1d34-c8b1-445d-b121-b6f500930f09 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:13,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a2cd1d34-c8b1-445d-b121-b6f500930f09 2018-09-07 18:33:13,420 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:13,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:13,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821dcc14-35c1-48f2-afcf-8f194a6a05d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:13,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-821dcc14-35c1-48f2-afcf-8f194a6a05d9 2018-09-07 18:33:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:13,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-27f8573f-7d53-4215-beef-0d4b14fe7902 Date: Fri, 07 Sep 2018 18:33:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:13,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-27f8573f-7d53-4215-beef-0d4b14fe7902 2018-09-07 18:33:13,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:33:13,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:33: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:33:13,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:13,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01851b02-438b-4144-86be-1b40c6efeeaa Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:13,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-01851b02-438b-4144-86be-1b40c6efeeaa 2018-09-07 18:33:13,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:14,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e55add82-16f7-48c2-b92a-59a77c9c6322 Date: Fri, 07 Sep 2018 18:33:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:14,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-e55add82-16f7-48c2-b92a-59a77c9c6322 2018-09-07 18:33:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:14,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5c6b8246-03a5-42f6-9614-bb6233f42b7c Date: Fri, 07 Sep 2018 18:33:14 GMT RESP BODY: {"ports":[]} 2018-09-07 18:33:14,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True used request id req-5c6b8246-03a5-42f6-9614-bb6233f42b7c 2018-09-07 18:33:14,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:14,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-56d76645-63bb-4e0a-ad9c-dbae375ff61b x-compute-request-id: req-56d76645-63bb-4e0a-ad9c-dbae375ff61b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:33:14,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst used request id req-56d76645-63bb-4e0a-ad9c-dbae375ff61b 2018-09-07 18:33:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:15,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7d07a8e1-ec4b-4d1b-bd17-b0c77497a15b Date: Fri, 07 Sep 2018 18:33:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:15,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-7d07a8e1-ec4b-4d1b-bd17-b0c77497a15b 2018-09-07 18:33:15,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:15,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a29e703-db63-4bbc-b802-87fa89aab3d5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:15,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-4a29e703-db63-4bbc-b802-87fa89aab3d5 2018-09-07 18:33:15,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:15,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d18fd57b-2ae2-4b0b-8915-1a4ab5db07c8 Date: Fri, 07 Sep 2018 18:33:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:15,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-d18fd57b-2ae2-4b0b-8915-1a4ab5db07c8 2018-09-07 18:33:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:15,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e272bf0-23c2-4008-8134-94f653e3528e Date: Fri, 07 Sep 2018 18:33:15 GMT RESP BODY: {"ports":[]} 2018-09-07 18:33:15,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True used request id req-5e272bf0-23c2-4008-8134-94f653e3528e 2018-09-07 18:33:15,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:15,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:16,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["X_nlD0cbTK6DPlfDIY6aWw"], "issued_at": "2018-09-07T18:33:16.000000Z"}} 2018-09-07 18:33:16,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ded66bb3a2f89f372dafbbc177c8bff6aa6cf73" 2018-09-07 18:33:16,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1eb8188-2c33-4792-9217-909c3519e561 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:16,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c1eb8188-2c33-4792-9217-909c3519e561 2018-09-07 18:33:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:16,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ea775e25-e729-4010-a6ad-6fc1714c80db Date: Fri, 07 Sep 2018 18:33:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:16,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-ea775e25-e729-4010-a6ad-6fc1714c80db 2018-09-07 18:33:16,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:16,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-438fef55-539b-4fc6-a1f3-283f3cb1517c Date: Fri, 07 Sep 2018 18:33:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:16,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-438fef55-539b-4fc6-a1f3-283f3cb1517c 2018-09-07 18:33:16,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:16,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1216c0d1-6212-4a24-b698-e232c3dfdff5 Date: Fri, 07 Sep 2018 18:33:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:16,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-1216c0d1-6212-4a24-b698-e232c3dfdff5 2018-09-07 18:33:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:33:16,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:33:16 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:33:16,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ded66bb3a2f89f372dafbbc177c8bff6aa6cf73" 2018-09-07 18:33:16,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dbc13e-a9bd-4a99-9e98-560689220200 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:16,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-98dbc13e-a9bd-4a99-9e98-560689220200 2018-09-07 18:33:16,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:17,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ab1de1e0-d4f2-4ce1-8355-f5ea673e4a12 Date: Fri, 07 Sep 2018 18:33:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:17,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-ab1de1e0-d4f2-4ce1-8355-f5ea673e4a12 2018-09-07 18:33:17,191 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net 2018-09-07 18:33:17,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" -d '{"port": {"network_id": "7b558dc5-e67f-4135-9fc7-4d69d46d0212", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port", "admin_state_up": true}}' 2018-09-07 18:33:18,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-ec99d8e5-8c1f-4983-9703-38ca071e2294 Date: Fri, 07 Sep 2018 18:33:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:17Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.14"}],"id":"6a39fc9e-f9c9-4693-8507-6c8e6fe854cd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:9d:23","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:17Z","binding:vnic_type":"normal"}} 2018-09-07 18:33:18,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-ec99d8e5-8c1f-4983-9703-38ca071e2294 2018-09-07 18:33:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3ce70a40-a1bc-4a55-a32c-a52502aa0584 Date: Fri, 07 Sep 2018 18:33:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:18,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-3ce70a40-a1bc-4a55-a32c-a52502aa0584 2018-09-07 18:33:18,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38454e27-dd9f-4165-b154-9dac110a3ccd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:18,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-38454e27-dd9f-4165-b154-9dac110a3ccd 2018-09-07 18:33:18,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-13a3c34c-3e13-450f-8bdb-90a77560ea8c Date: Fri, 07 Sep 2018 18:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:18,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-13a3c34c-3e13-450f-8bdb-90a77560ea8c 2018-09-07 18:33:18,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-628bfc06-a9bf-43f2-a16d-aa511c6ba759 Date: Fri, 07 Sep 2018 18:33:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:17Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.14"}],"id":"6a39fc9e-f9c9-4693-8507-6c8e6fe854cd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:9d:23","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:17Z","binding:vnic_type":"normal"}]} 2018-09-07 18:33:18,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port&admin_state_up=True used request id req-628bfc06-a9bf-43f2-a16d-aa511c6ba759 2018-09-07 18:33:18,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd45038-7f55-4a86-af05-036da95eb28f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:18,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-ffd45038-7f55-4a86-af05-036da95eb28f 2018-09-07 18:33:18,880 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst 2018-09-07 18:33:18,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-922b88ee-626f-4780-bc07-1cfd9f681d0f x-compute-request-id: req-922b88ee-626f-4780-bc07-1cfd9f681d0f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-flavor"}]} 2018-09-07 18:33:18,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-922b88ee-626f-4780-bc07-1cfd9f681d0f 2018-09-07 18:33:18,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:18,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-103ecf8f-a24f-4c70-8fc9-c92c99ce9fc8 x-compute-request-id: req-103ecf8f-a24f-4c70-8fc9-c92c99ce9fc8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:33:18,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858 used request id req-103ecf8f-a24f-4c70-8fc9-c92c99ce9fc8 2018-09-07 18:33:18,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:19,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-95d498c9-36dd-48d2-979a-a36123848409 Date: Fri, 07 Sep 2018 18:33:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:06Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "metadata": {}}], "self": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "min_disk": 0, "protected": false, "id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "file": "/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/07d2f766-4647-4f68-a71e-c6d7c968f869/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image"} 2018-09-07 18:33:19,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image used request id req-95d498c9-36dd-48d2-979a-a36123848409 2018-09-07 18:33:19,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:19,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8a78e034-ee4d-4d17-832e-76589ca18465 Date: Fri, 07 Sep 2018 18:33:19 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-07 18:33:19,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-8a78e034-ee4d-4d17-832e-76589ca18465 2018-09-07 18:33:19,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "imageRef": "07d2f766-4647-4f68-a71e-c6d7c968f869", "flavorRef": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "max_count": 1, "min_count": 1, "networks": [{"port": "6a39fc9e-f9c9-4693-8507-6c8e6fe854cd"}]}}' 2018-09-07 18:33:21,600 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:33: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-3781d751-4094-4365-8bce-79609ea67ab3 x-compute-request-id: req-3781d751-4094-4365-8bce-79609ea67ab3 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "adminPass": "vEaVUiWwGr2N"}} 2018-09-07 18:33:21,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-3781d751-4094-4365-8bce-79609ea67ab3 2018-09-07 18:33:21,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:21,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-9448ef14-7385-427c-8d15-02f1fbde275f x-compute-request-id: req-9448ef14-7385-427c-8d15-02f1fbde275f 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.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:33: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": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:21,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-9448ef14-7385-427c-8d15-02f1fbde275f 2018-09-07 18:33:21,673 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst 2018-09-07 18:33:21,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:21,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-74acb380-5827-44e6-818a-852b3536b6ba x-compute-request-id: req-74acb380-5827-44e6-818a-852b3536b6ba 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.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:33: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": "NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:21,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-74acb380-5827-44e6-818a-852b3536b6ba 2018-09-07 18:33:21,919 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst] is - BUILD 2018-09-07 18:33:21,919 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:33:24,920 - create_instance - DEBUG - VM status query timeout in 896.752996922 2018-09-07 18:33:24,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:25,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-310ac318-895c-4b68-a843-1b349d67e21c x-compute-request-id: req-310ac318-895c-4b68-a843-1b349d67e21c 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.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:33:24Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:25,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-310ac318-895c-4b68-a843-1b349d67e21c 2018-09-07 18:33:25,539 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst] is - BUILD 2018-09-07 18:33:25,539 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:33:28,542 - create_instance - DEBUG - VM status query timeout in 893.131412029 2018-09-07 18:33:28,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:29,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2595637c-848c-4326-9c18-6a2930b92873 x-compute-request-id: req-2595637c-848c-4326-9c18-6a2930b92873 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:9d:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-07T18:33:27.000000", "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:33:28Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:29,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-2595637c-848c-4326-9c18-6a2930b92873 2018-09-07 18:33:29,221 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst] is - ACTIVE 2018-09-07 18:33:29,222 - create_instance - INFO - VM is - ACTIVE 2018-09-07 18:33:29,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:29,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-185b7172-dabc-4262-986a-6e8a80d19e33 x-compute-request-id: req-185b7172-dabc-4262-986a-6e8a80d19e33 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:9d:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-07T18:33:27.000000", "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:33:28Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:29,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-185b7172-dabc-4262-986a-6e8a80d19e33 2018-09-07 18:33:29,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:29,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cd9e7ad8-33d2-48dd-82ce-a8104d4b6f3d Date: Fri, 07 Sep 2018 18:33:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:29,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-cd9e7ad8-33d2-48dd-82ce-a8104d4b6f3d 2018-09-07 18:33:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:29,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c79cd3-723d-439a-b155-c326001dd981 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:29,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-d7c79cd3-723d-439a-b155-c326001dd981 2018-09-07 18:33:29,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:29,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f845c1a3-9ea5-48cf-9d97-7d8e86c7be68 Date: Fri, 07 Sep 2018 18:33:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:29,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-f845c1a3-9ea5-48cf-9d97-7d8e86c7be68 2018-09-07 18:33:29,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:30,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-9acabdf1-b883-452c-a502-1fe3f0a4715b Date: Fri, 07 Sep 2018 18:33:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:10Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.2"}],"id":"2198e2a2-8777-4468-b97c-39f5df9b8bc7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:ca:cf","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.3"}],"id":"59f2760c-82f3-44f9-92db-7de12b253966","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:7a:82","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:25Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.14"}],"id":"6a39fc9e-f9c9-4693-8507-6c8e6fe854cd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:9d:23","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"db42425f-3ac0-42f3-91ee-108da6f14be3","name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.4"}],"id":"8dc2dc60-5519-4be9-9f98-eb0ebbfbcbf9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:44:40","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:11Z","binding:vnic_type":"normal"}]} 2018-09-07 18:33:30,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-9acabdf1-b883-452c-a502-1fe3f0a4715b 2018-09-07 18:33:30,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:30,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["5vIIrsQnTIyigWl6VcVnLw"], "issued_at": "2018-09-07T18:33:30.000000Z"}} 2018-09-07 18:33:30,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06801e11668ad0f6503e28acbf838fc2dbfc9525" 2018-09-07 18:33:30,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91950e4-46dc-4f50-bf45-2604d9d0c1e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:30,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f91950e4-46dc-4f50-bf45-2604d9d0c1e2 2018-09-07 18:33:30,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:31,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-0495c589-9a46-4a1a-bb09-4846b5673ded x-compute-request-id: req-0495c589-9a46-4a1a-bb09-4846b5673ded Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:9d:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-07T18:33:27.000000", "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:33:28Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:33:31,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-0495c589-9a46-4a1a-bb09-4846b5673ded 2018-09-07 18:33:31,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-892a46d4-48ac-407c-9c8b-23aa502f7ed8 Date: Fri, 07 Sep 2018 18:33:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["7efcdc48-977e-494e-8af3-664c82b6fe91"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:08Z","provider:segmentation_id":19,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:07Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:31,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net used request id req-892a46d4-48ac-407c-9c8b-23aa502f7ed8 2018-09-07 18:33:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:31,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105d3de3-1c17-4fd1-b1c2-f2a875b67e31 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:31,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-105d3de3-1c17-4fd1-b1c2-f2a875b67e31 2018-09-07 18:33:31,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:31,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1c514834-4aa2-4d61-bb63-5132f2d1bf3a Date: Fri, 07 Sep 2018 18:33:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:08Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:08Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"7efcdc48-977e-494e-8af3-664c82b6fe91","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet"}]} 2018-09-07 18:33:31,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-1c514834-4aa2-4d61-bb63-5132f2d1bf3a 2018-09-07 18:33:31,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:31,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-e3b91c02-6ebc-40e5-9338-a33ed15a26c3 Date: Fri, 07 Sep 2018 18:33:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:10Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.2"}],"id":"2198e2a2-8777-4468-b97c-39f5df9b8bc7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:ca:cf","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.3"}],"id":"59f2760c-82f3-44f9-92db-7de12b253966","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:7a:82","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:25Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.14"}],"id":"6a39fc9e-f9c9-4693-8507-6c8e6fe854cd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:9d:23","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"db42425f-3ac0-42f3-91ee-108da6f14be3","name":"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7efcdc48-977e-494e-8af3-664c82b6fe91","ip_address":"10.55.0.4"}],"id":"8dc2dc60-5519-4be9-9f98-eb0ebbfbcbf9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:44:40","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7b558dc5-e67f-4135-9fc7-4d69d46d0212","name":"","admin_state_up":true,"network_id":"7b558dc5-e67f-4135-9fc7-4d69d46d0212","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:11Z","binding:vnic_type":"normal"}]} 2018-09-07 18:33:31,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-e3b91c02-6ebc-40e5-9338-a33ed15a26c3 2018-09-07 18:33:31,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06801e11668ad0f6503e28acbf838fc2dbfc9525" -d '{"volumeAttachment": {"volumeId": "3fc42798-9ffa-48c4-9d9c-5c901976e64a"}}' 2018-09-07 18:33:33,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-4e8452eb-945d-4844-af3e-e87d06757c68 x-compute-request-id: req-4e8452eb-945d-4844-af3e-e87d06757c68 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "db42425f-3ac0-42f3-91ee-108da6f14be3", "id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a", "volumeId": "3fc42798-9ffa-48c4-9d9c-5c901976e64a"}} 2018-09-07 18:33:33,089 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3/os-volume_attachments used request id req-4e8452eb-945d-4844-af3e-e87d06757c68 2018-09-07 18:33:33,090 - create_instance - INFO - Deleting Port with ID - 6a39fc9e-f9c9-4693-8507-6c8e6fe854cd 2018-09-07 18:33:33,090 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-port 2018-09-07 18:33:33,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/6a39fc9e-f9c9-4693-8507-6c8e6fe854cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:33,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a29cf73b-3a76-4e99-bacd-0ca3b54b5c8b Date: Fri, 07 Sep 2018 18:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:33:33,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/6a39fc9e-f9c9-4693-8507-6c8e6fe854cd used request id req-a29cf73b-3a76-4e99-bacd-0ca3b54b5c8b 2018-09-07 18:33:33,933 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst 2018-09-07 18:33:33,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:34,300 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:33: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-366df2c5-35cc-4662-8188-1ff0609ea2ae x-compute-request-id: req-366df2c5-35cc-4662-8188-1ff0609ea2ae Content-Type: application/json 2018-09-07 18:33:34,300 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-366df2c5-35cc-4662-8188-1ff0609ea2ae 2018-09-07 18:33:34,301 - create_instance - INFO - Checking deletion status 2018-09-07 18:33:34,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:34,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-359adf5e-25e8-400e-99bc-eb97cf3b80b5 x-compute-request-id: req-359adf5e-25e8-400e-99bc-eb97cf3b80b5 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:9d:23", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-07T18:33:27.000000", "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:33:34Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a"}], "metadata": {}}} 2018-09-07 18:33:34,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-359adf5e-25e8-400e-99bc-eb97cf3b80b5 2018-09-07 18:33:34,535 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst] is - ACTIVE 2018-09-07 18:33:34,536 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:33:37,539 - create_instance - DEBUG - VM status query timeout in 296.762047052 2018-09-07 18:33:37,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:37,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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,Accept-Encoding x-openstack-request-id: req-c7b2f919-d01a-4f2f-890b-d6ae0bbde80b x-compute-request-id: req-c7b2f919-d01a-4f2f-890b-d6ae0bbde80b 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.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db42425f-3ac0-42f3-91ee-108da6f14be3", "rel": "bookmark"}], "image": {"id": "07d2f766-4647-4f68-a71e-c6d7c968f869", "links": [{"href": "http://172.30.9.25:8774/images/07d2f766-4647-4f68-a71e-c6d7c968f869", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-07T18:33:27.000000", "flavor": {"id": "d616ae0c-79c1-4b09-b2bd-0d42968e8858", "links": [{"href": "http://172.30.9.25:8774/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858", "rel": "bookmark"}]}, "id": "db42425f-3ac0-42f3-91ee-108da6f14be3", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:33:35Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst", "created": "2018-09-07T18:33:21Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a"}], "metadata": {}}} 2018-09-07 18:33:37,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-c7b2f919-d01a-4f2f-890b-d6ae0bbde80b 2018-09-07 18:33:37,985 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst] is - ACTIVE 2018-09-07 18:33:37,985 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:33:40,988 - create_instance - DEBUG - VM status query timeout in 293.312757015 2018-09-07 18:33:40,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a3f9362eab293a0e1a0a29cf9f6a08e11bbd696" 2018-09-07 18:33:41,042 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:33: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-f4c8b828-faed-4d41-bf26-3e0b2ad7dee5 x-compute-request-id: req-f4c8b828-faed-4d41-bf26-3e0b2ad7dee5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance db42425f-3ac0-42f3-91ee-108da6f14be3 could not be found.", "code": 404}} 2018-09-07 18:33:41,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/db42425f-3ac0-42f3-91ee-108da6f14be3 used request id req-f4c8b828-faed-4d41-bf26-3e0b2ad7dee5 2018-09-07 18:33:41,042 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance db42425f-3ac0-42f3-91ee-108da6f14be3 could not be found. (HTTP 404) (Request-ID: req-f4c8b828-faed-4d41-bf26-3e0b2ad7dee5) 2018-09-07 18:33:41,042 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-vm_inst 2018-09-07 18:33:41,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:41,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:41 GMT Server: Apache x-compute-request-id: req-0027e2c4-2c30-4024-bbfe-f78c922fefc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0027e2c4-2c30-4024-bbfe-f78c922fefc4 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:33:34.000000", "replication_status": null, "snapshot_id": null, "id": "3fc42798-9ffa-48c4-9d9c-5c901976e64a", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0", "bootable": "false", "created_at": "2018-09-07T18:33:12.000000", "volume_type": null}} 2018-09-07 18:33:41,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a used request id req-0027e2c4-2c30-4024-bbfe-f78c922fefc4 2018-09-07 18:33:41,265 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:33:41,265 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:41,265 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:41,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:41,504 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:33:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5e787ec2-e8a6-4147-aefd-2e164d62cb4c 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-07 18:33:41,504 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a used request id req-5e787ec2-e8a6-4147-aefd-2e164d62cb4c 2018-09-07 18:33:41,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da5a2c9f-93b1-49d6-bd42-ac23fe3f143b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307242e62374d98adfeaf963df66084bc6407a4f" 2018-09-07 18:33:42,218 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:33:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aa994507-3ac3-4463-ac58-2fad814feb10 x-openstack-request-id: req-aa994507-3ac3-4463-ac58-2fad814feb10 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3fc42798-9ffa-48c4-9d9c-5c901976e64a could not be found.", "code": 404}} 2018-09-07 18:33:42,218 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/3fc42798-9ffa-48c4-9d9c-5c901976e64a used request id req-aa994507-3ac3-4463-ac58-2fad814feb10 2018-09-07 18:33:42,218 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3fc42798-9ffa-48c4-9d9c-5c901976e64a could not be found. (HTTP 404) (Request-ID: req-aa994507-3ac3-4463-ac58-2fad814feb10) 2018-09-07 18:33:42,218 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0 2018-09-07 18:33:42,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5559ee4b01ad1138de85235e8d006a1871bbf9f" 2018-09-07 18:33:42,270 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:33: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-0b3bf143-714a-4cda-b36e-aee1ef537e4a x-compute-request-id: req-0b3bf143-714a-4cda-b36e-aee1ef537e4a Content-Length: 0 Content-Type: application/json 2018-09-07 18:33:42,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d616ae0c-79c1-4b09-b2bd-0d42968e8858 used request id req-0b3bf143-714a-4cda-b36e-aee1ef537e4a 2018-09-07 18:33:42,271 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet 2018-09-07 18:33:42,271 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-subnet 2018-09-07 18:33:42,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/7efcdc48-977e-494e-8af3-664c82b6fe91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:44,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa9fbb53-f4a5-4f0c-ab2a-2e09c0837c92 Date: Fri, 07 Sep 2018 18:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:33:44,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/7efcdc48-977e-494e-8af3-664c82b6fe91 used request id req-aa9fbb53-f4a5-4f0c-ab2a-2e09c0837c92 2018-09-07 18:33:44,526 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-net 2018-09-07 18:33:44,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/7b558dc5-e67f-4135-9fc7-4d69d46d0212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db546086cbd27ae0acbf3f4372b5affa414fe795" 2018-09-07 18:33:46,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ceab1f76-ef0f-4fd4-8b91-fd29ca96e984 Date: Fri, 07 Sep 2018 18:33:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:33:46,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/7b558dc5-e67f-4135-9fc7-4d69d46d0212 used request id req-ceab1f76-ef0f-4fd4-8b91-fd29ca96e984 2018-09-07 18:33:46,167 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-387ef80d-fcfd-416a-b071-3c3c1c0ba9d0-image 2018-09-07 18:33:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73b4215c7a3e222b0c2503c31f56f06a9c9a76cb" 2018-09-07 18:33:47,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-def8f8bb-2da9-4fdb-bec4-def1228f0015 Date: Fri, 07 Sep 2018 18:33: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-07 18:33:47,887 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/07d2f766-4647-4f68-a71e-c6d7c968f869 used request id req-def8f8bb-2da9-4fdb-bec4-def1228f0015 2018-09-07 18:33:47,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:47,892 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:33:47,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:47,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:48,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Aj1o2VGLRmexwjRaaX_1Gg"], "issued_at": "2018-09-07T18:33:48.000000Z"}} 2018-09-07 18:33:48,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:48,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2c2217-5fdf-4e04-ac05-3c81d3478513 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:48,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7b2c2217-5fdf-4e04-ac05-3c81d3478513 2018-09-07 18:33:48,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:48,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-d753cdd3-975b-4fad-b9b2-babeaa0d51a4 Date: Fri, 07 Sep 2018 18:33:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image"} 2018-09-07 18:33:48,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image used request id req-d753cdd3-975b-4fad-b9b2-babeaa0d51a4 2018-09-07 18:33:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:48,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-97c8bf00-fe38-4cba-a61f-317706857aae Date: Fri, 07 Sep 2018 18:33:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:33:48,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-97c8bf00-fe38-4cba-a61f-317706857aae 2018-09-07 18:33:48,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image"}' 2018-09-07 18:33:48,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa X-Openstack-Request-Id: req-215f8aff-2f45-482e-b256-c6da7ef53ed5 Date: Fri, 07 Sep 2018 18:33:48 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "min_disk": 0, "protected": false, "id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "file": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:48,919 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-215f8aff-2f45-482e-b256-c6da7ef53ed5 2018-09-07 18:33:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" -d '' 2018-09-07 18:33:49,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af23e973-331a-478a-a204-73db654b6690 Date: Fri, 07 Sep 2018 18:33:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:33:49,831 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file used request id req-af23e973-331a-478a-a204-73db654b6690 2018-09-07 18:33:49,831 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:33:49,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:50,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-fdd3e70e-50dc-401d-94c1-ee987121478d Date: Fri, 07 Sep 2018 18:33:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "metadata": {}}], "self": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "min_disk": 0, "protected": false, "id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "file": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:50,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa used request id req-fdd3e70e-50dc-401d-94c1-ee987121478d 2018-09-07 18:33:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:50,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-375c4d4e-d02b-424e-b798-8eb35f05cdb5 Date: Fri, 07 Sep 2018 18:33:50 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-07 18:33:50,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-375c4d4e-d02b-424e-b798-8eb35f05cdb5 2018-09-07 18:33:50,614 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image 2018-09-07 18:33:50,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:33:50,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7ff11722-a4c6-429d-a1d1-b7deacf51e4d Date: Fri, 07 Sep 2018 18:33:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "metadata": {}}], "self": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "min_disk": 0, "protected": false, "id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "file": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:33:50,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa used request id req-7ff11722-a4c6-429d-a1d1-b7deacf51e4d 2018-09-07 18:33:50,777 - create_image - DEBUG - Instance status is - active 2018-09-07 18:33:50,777 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image 2018-09-07 18:33:50,777 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image 2018-09-07 18:33:50,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:50,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:51,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["bLmFtblZRYOnWbz6z4qBnA"], "issued_at": "2018-09-07T18:33:51.000000Z"}} 2018-09-07 18:33:51,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:51,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c43b80-c1e8-4335-8944-1cc673e7cdaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:51,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-01c43b80-c1e8-4335-8944-1cc673e7cdaa 2018-09-07 18:33:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:51,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fae90363-9e3e-4976-9872-2d9caec31679 Date: Fri, 07 Sep 2018 18:33:51 GMT RESP BODY: {"networks":[]} 2018-09-07 18:33:51,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-fae90363-9e3e-4976-9872-2d9caec31679 2018-09-07 18:33:51,444 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net 2018-09-07 18:33:51,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net", "admin_state_up": true}}' 2018-09-07 18:33:51,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c73ae3f5-dc08-4e48-8141-427aa85a9af3 Date: Fri, 07 Sep 2018 18:33:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:33:51Z","is_default":false,"provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","mtu":1450}} 2018-09-07 18:33:51,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-c73ae3f5-dc08-4e48-8141-427aa85a9af3 2018-09-07 18:33:51,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:52,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-164b9174-1f11-4e24-a575-e4e8c77af5f0 Date: Fri, 07 Sep 2018 18:33:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:33:51Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:52,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-164b9174-1f11-4e24-a575-e4e8c77af5f0 2018-09-07 18:33:52,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:52,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00586733-f67c-463d-b6de-d069cebac4f4 Date: Fri, 07 Sep 2018 18:33:52 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:33:52,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-00586733-f67c-463d-b6de-d069cebac4f4 2018-09-07 18:33:52,239 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet 2018-09-07 18:33:52,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" -d '{"subnets": [{"ip_version": 4, "network_id": "606a7333-67a5-4c07-8789-df0a68110703", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]}' 2018-09-07 18:33:52,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c2e63511-13b5-4c72-a296-544d21b2cbde Date: Fri, 07 Sep 2018 18:33:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:33:52,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-c2e63511-13b5-4c72-a296-544d21b2cbde 2018-09-07 18:33:52,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:53,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0ba7f5e7-41af-408c-bb6b-4617251269dd Date: Fri, 07 Sep 2018 18:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:53,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-0ba7f5e7-41af-408c-bb6b-4617251269dd 2018-09-07 18:33:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:33:53,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c859ada-f89b-4aaa-8c5b-c6b5941c41c0 Date: Fri, 07 Sep 2018 18:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:33:53,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-6c859ada-f89b-4aaa-8c5b-c6b5941c41c0 2018-09-07 18:33:53,217 - OpenStackNetwork - DEBUG - Network [606a7333-67a5-4c07-8789-df0a68110703] created successfully 2018-09-07 18:33:53,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:53,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:53,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["VeaO_JGJT-SUF2skb46ICA"], "issued_at": "2018-09-07T18:33:53.000000Z"}} 2018-09-07 18:33:53,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3b61a735d6dc988218f9bdbabc62714e65b587" 2018-09-07 18:33:53,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84baff6a-7deb-4f03-bb24-cfc4a3badd18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:53,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-84baff6a-7deb-4f03-bb24-cfc4a3badd18 2018-09-07 18:33:53,690 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:53,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3b61a735d6dc988218f9bdbabc62714e65b587" 2018-09-07 18:33:54,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-0047a631-9966-48cb-8ce2-dfab0b3bdb20 x-compute-request-id: req-0047a631-9966-48cb-8ce2-dfab0b3bdb20 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:33:54,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-0047a631-9966-48cb-8ce2-dfab0b3bdb20 2018-09-07 18:33:54,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3b61a735d6dc988218f9bdbabc62714e65b587" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-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-07 18:33:54,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-a0803c76-5690-4596-85b6-38c0204ff797 x-compute-request-id: req-a0803c76-5690-4596-85b6-38c0204ff797 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:33:54,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a0803c76-5690-4596-85b6-38c0204ff797 2018-09-07 18:33:54,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:54,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:54,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["ijMSQIDURLaGWfOOKayofw"], "issued_at": "2018-09-07T18:33:54.000000Z"}} 2018-09-07 18:33:54,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:33:54,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092a1171-8f28-4d47-9de1-2a8be4899411 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:54,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-092a1171-8f28-4d47-9de1-2a8be4899411 2018-09-07 18:33:54,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:33:55,752 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:54 GMT Server: Apache x-compute-request-id: req-2d2db428-8fd1-4362-9ba5-65542c3a2140 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2d2db428-8fd1-4362-9ba5-65542c3a2140 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-07 18:33:55,752 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-2d2db428-8fd1-4362-9ba5-65542c3a2140 2018-09-07 18:33:55,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20", "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-07 18:33:56,730 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:33:55 GMT Server: Apache x-compute-request-id: req-599376a5-21f3-4110-875f-1598fc7b4628 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-599376a5-21f3-4110-875f-1598fc7b4628 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-07T18:33:56.572710", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1}} 2018-09-07 18:33:56,730 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes used request id req-599376a5-21f3-4110-875f-1598fc7b4628 2018-09-07 18:33:56,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:33:57,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:56 GMT Server: Apache x-compute-request-id: req-d0881423-ef58-43dc-bdf4-8fe90dcfb69d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0881423-ef58-43dc-bdf4-8fe90dcfb69d Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:33:57.000000", "replication_status": null, "snapshot_id": null, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-da0043ca-2619-4ef5-a625-77c928d90f20", "bootable": "false", "created_at": "2018-09-07T18:33:56.000000", "volume_type": null}} 2018-09-07 18:33:57,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-d0881423-ef58-43dc-bdf4-8fe90dcfb69d 2018-09-07 18:33:57,455 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:33:57,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:33:57,676 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:57 GMT Server: Apache x-compute-request-id: req-310db64b-0df8-4f20-aa34-0d0405354ca2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-310db64b-0df8-4f20-aa34-0d0405354ca2 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:33:57.000000", "replication_status": null, "snapshot_id": null, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-da0043ca-2619-4ef5-a625-77c928d90f20", "bootable": "false", "created_at": "2018-09-07T18:33:56.000000", "volume_type": null}} 2018-09-07 18:33:57,677 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-310db64b-0df8-4f20-aa34-0d0405354ca2 2018-09-07 18:33:57,677 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:33:57,677 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:33:57,677 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:33:57,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:33:57,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:33:58,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["-bP-b7JhRs-W_Iw6nF47_g"], "issued_at": "2018-09-07T18:33:58.000000Z"}} 2018-09-07 18:33:58,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:58,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9892408e-4a87-4183-be37-7d68ee853d81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:58,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9892408e-4a87-4183-be37-7d68ee853d81 2018-09-07 18:33:58,160 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:33:58,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:58,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0bd8e3d-0898-441e-b5f6-d90412f17cd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:33:58,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d0bd8e3d-0898-441e-b5f6-d90412f17cd6 2018-09-07 18:33:58,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:58,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5f49be1c-57ab-4219-a596-cf3272da4d1c Date: Fri, 07 Sep 2018 18:33:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:58,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-5f49be1c-57ab-4219-a596-cf3272da4d1c 2018-09-07 18:33:58,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:33:58,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:33:58,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:58,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ac6a7c-e155-42c5-a1fc-b8447af04aff Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:58,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-56ac6a7c-e155-42c5-a1fc-b8447af04aff 2018-09-07 18:33:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:58,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aaf8021c-725d-4de3-a0bd-b281a70ccee0 Date: Fri, 07 Sep 2018 18:33:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:33:58,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-aaf8021c-725d-4de3-a0bd-b281a70ccee0 2018-09-07 18:33:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:59,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93e6e626-ced2-40d8-bef2-5ce337018d02 Date: Fri, 07 Sep 2018 18:33:59 GMT RESP BODY: {"ports":[]} 2018-09-07 18:33:59,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True used request id req-93e6e626-ced2-40d8-bef2-5ce337018d02 2018-09-07 18:33:59,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:59,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33: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-9c6fd107-c009-483b-9373-10310f3c3632 x-compute-request-id: req-9c6fd107-c009-483b-9373-10310f3c3632 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:33:59,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst used request id req-9c6fd107-c009-483b-9373-10310f3c3632 2018-09-07 18:33:59,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:59,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-87951d74-83eb-403f-9086-7182d642fed5 Date: Fri, 07 Sep 2018 18:33:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:33:59,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-87951d74-83eb-403f-9086-7182d642fed5 2018-09-07 18:33:59,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:59,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382e6f82-c030-4424-ba07-f2074e5214fd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:33:59,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-382e6f82-c030-4424-ba07-f2074e5214fd 2018-09-07 18:33:59,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:33:59,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-887f1846-edc9-407b-9428-8daa42c10184 Date: Fri, 07 Sep 2018 18:33:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:33:59,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-887f1846-edc9-407b-9428-8daa42c10184 2018-09-07 18:33:59,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:00,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd980457-0d4f-4676-84d0-b6807613f23e Date: Fri, 07 Sep 2018 18:34:00 GMT RESP BODY: {"ports":[]} 2018-09-07 18:34:00,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True used request id req-cd980457-0d4f-4676-84d0-b6807613f23e 2018-09-07 18:34:00,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:00,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:00,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["M2FIbg6zSCe_KWsy8-EkaQ"], "issued_at": "2018-09-07T18:34:00.000000Z"}} 2018-09-07 18:34:00,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb4342dd9be0b0e19bed6693342cfebcc9e2065" 2018-09-07 18:34:00,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da8e974-627e-4611-aa81-e0831a5461eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:00,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8da8e974-627e-4611-aa81-e0831a5461eb 2018-09-07 18:34:00,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:00,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f81359d9-00d2-473a-b149-9c413475cc7c Date: Fri, 07 Sep 2018 18:34:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:00,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-f81359d9-00d2-473a-b149-9c413475cc7c 2018-09-07 18:34:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:01,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f7bcb2e3-31f0-47dc-8e35-fb771893ebd7 Date: Fri, 07 Sep 2018 18:34:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:01,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-f7bcb2e3-31f0-47dc-8e35-fb771893ebd7 2018-09-07 18:34:01,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:01,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a5239def-a2cb-479c-8ba1-e5ae5c185ff6 Date: Fri, 07 Sep 2018 18:34:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:01,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-a5239def-a2cb-479c-8ba1-e5ae5c185ff6 2018-09-07 18:34:01,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:34:01,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:34:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:34:01,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb4342dd9be0b0e19bed6693342cfebcc9e2065" 2018-09-07 18:34:01,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23dc507-55ef-41c7-98fe-adb9e3011dd2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:01,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-a23dc507-55ef-41c7-98fe-adb9e3011dd2 2018-09-07 18:34:01,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:01,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bfa516c9-57d6-49b8-a795-ccdaccca5826 Date: Fri, 07 Sep 2018 18:34:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:01,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-bfa516c9-57d6-49b8-a795-ccdaccca5826 2018-09-07 18:34:01,849 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net 2018-09-07 18:34:01,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" -d '{"port": {"network_id": "606a7333-67a5-4c07-8789-df0a68110703", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port", "admin_state_up": true}}' 2018-09-07 18:34:02,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-991a32fc-445e-4fa6-b3c0-09c1ebf2abd9 Date: Fri, 07 Sep 2018 18:34:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:02Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}} 2018-09-07 18:34:02,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-991a32fc-445e-4fa6-b3c0-09c1ebf2abd9 2018-09-07 18:34:02,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:02,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-727fc885-f798-4ed5-8519-5ece87f8df62 Date: Fri, 07 Sep 2018 18:34:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:02,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-727fc885-f798-4ed5-8519-5ece87f8df62 2018-09-07 18:34:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:02,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c2479a-e515-47fc-a703-7dcd1c49fc00 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:02,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-64c2479a-e515-47fc-a703-7dcd1c49fc00 2018-09-07 18:34:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-87c19d06-0177-47fe-bdd7-49b103206aee Date: Fri, 07 Sep 2018 18:34:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:03,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-87c19d06-0177-47fe-bdd7-49b103206aee 2018-09-07 18:34:03,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-6d6dd5c5-0442-4510-a4b7-39439a9d02a6 Date: Fri, 07 Sep 2018 18:34:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:02Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:03,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port&admin_state_up=True used request id req-6d6dd5c5-0442-4510-a4b7-39439a9d02a6 2018-09-07 18:34:03,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ecd88ac-5733-4339-a270-eb11a4175647 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:03,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-5ecd88ac-5733-4339-a270-eb11a4175647 2018-09-07 18:34:03,368 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst 2018-09-07 18:34:03,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-6b6e3e2d-25a4-4990-b076-2f6d626c9c99 x-compute-request-id: req-6b6e3e2d-25a4-4990-b076-2f6d626c9c99 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-flavor"}]} 2018-09-07 18:34:03,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-6b6e3e2d-25a4-4990-b076-2f6d626c9c99 2018-09-07 18:34:03,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-0ab7a255-7749-4303-b60c-ceb6e37e5808 x-compute-request-id: req-0ab7a255-7749-4303-b60c-ceb6e37e5808 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:03,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508 used request id req-0ab7a255-7749-4303-b60c-ceb6e37e5808 2018-09-07 18:34:03,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1c7924b2-f568-428e-aee2-0320812d7d06 Date: Fri, 07 Sep 2018 18:34:03 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:33:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:33:49Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "metadata": {}}], "self": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "min_disk": 0, "protected": false, "id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "file": "/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image"} 2018-09-07 18:34:03,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image used request id req-1c7924b2-f568-428e-aee2-0320812d7d06 2018-09-07 18:34:03,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:03,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e97538cc-8c8b-4087-8e96-b455c97aa58c Date: Fri, 07 Sep 2018 18:34:03 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-07 18:34:03,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-e97538cc-8c8b-4087-8e96-b455c97aa58c 2018-09-07 18:34:03,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "imageRef": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "flavorRef": "b99832e2-7b37-4df7-8051-1171fd8f8508", "max_count": 1, "min_count": 1, "networks": [{"port": "eead47c6-0b2e-41fc-be2c-430da010c4fe"}]}}' 2018-09-07 18:34:04,936 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34: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-07d9c5d1-20df-4644-b88f-0762752fd17a x-compute-request-id: req-07d9c5d1-20df-4644-b88f-0762752fd17a Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "adminPass": "mmjDBxT7inj5"}} 2018-09-07 18:34:04,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-07d9c5d1-20df-4644-b88f-0762752fd17a 2018-09-07 18:34:04,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:05,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2d673c57-7c04-472a-aa45-2b18c853b534 x-compute-request-id: req-2d673c57-7c04-472a-aa45-2b18c853b534 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:34:04Z", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:05,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-2d673c57-7c04-472a-aa45-2b18c853b534 2018-09-07 18:34:05,156 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst 2018-09-07 18:34:05,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:05,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-fdef4f21-69b6-4e6c-8c6c-27d35499ee1c x-compute-request-id: req-fdef4f21-69b6-4e6c-8c6c-27d35499ee1c Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:34:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:05,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-fdef4f21-69b6-4e6c-8c6c-27d35499ee1c 2018-09-07 18:34:05,491 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst] is - BUILD 2018-09-07 18:34:05,491 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:34:08,495 - create_instance - DEBUG - VM status query timeout in 896.661706924 2018-09-07 18:34:08,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:09,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-d9e2454f-640b-46e3-8264-3a91bf863596 x-compute-request-id: req-d9e2454f-640b-46e3-8264-3a91bf863596 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "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-07T18:34:06Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:09,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-d9e2454f-640b-46e3-8264-3a91bf863596 2018-09-07 18:34:09,107 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst] is - BUILD 2018-09-07 18:34:09,108 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:34:12,111 - create_instance - DEBUG - VM status query timeout in 893.045325994 2018-09-07 18:34:12,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:12,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-e3b04d51-e6e8-4635-969d-ad7b0974b2af x-compute-request-id: req-e3b04d51-e6e8-4635-969d-ad7b0974b2af Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:10Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:12,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-e3b04d51-e6e8-4635-969d-ad7b0974b2af 2018-09-07 18:34:12,871 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst] is - ACTIVE 2018-09-07 18:34:12,871 - create_instance - INFO - VM is - ACTIVE 2018-09-07 18:34:12,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:13,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-dd91e08d-5bca-432e-8516-c5be3e6daae8 x-compute-request-id: req-dd91e08d-5bca-432e-8516-c5be3e6daae8 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:10Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:13,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-dd91e08d-5bca-432e-8516-c5be3e6daae8 2018-09-07 18:34:13,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:13,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-df95c476-07e8-42ea-963a-8cb0886654e4 Date: Fri, 07 Sep 2018 18:34:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:13,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-df95c476-07e8-42ea-963a-8cb0886654e4 2018-09-07 18:34:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:13,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e69ded-5a06-4340-852d-2803d5b871d0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:13,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-a3e69ded-5a06-4340-852d-2803d5b871d0 2018-09-07 18:34:13,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:13,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2f641c62-1d20-46a6-b9a1-70172cff91aa Date: Fri, 07 Sep 2018 18:34:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:13,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-2f641c62-1d20-46a6-b9a1-70172cff91aa 2018-09-07 18:34:13,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:13,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-155da097-6062-4501-8045-7354570ea7a3 Date: Fri, 07 Sep 2018 18:34:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:13,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-155da097-6062-4501-8045-7354570ea7a3 2018-09-07 18:34:13,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:13,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["IsVnhCkNQom21dLBK6A7GQ"], "issued_at": "2018-09-07T18:34:13.000000Z"}} 2018-09-07 18:34:13,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:13,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff27cda-292e-4160-b87e-041e66f3113c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:13,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7ff27cda-292e-4160-b87e-041e66f3113c 2018-09-07 18:34:13,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:14,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-be9cb585-fe0b-4a6d-8015-d54b5cf01a80 x-compute-request-id: req-be9cb585-fe0b-4a6d-8015-d54b5cf01a80 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:10Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:14,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-be9cb585-fe0b-4a6d-8015-d54b5cf01a80 2018-09-07 18:34:14,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:14,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-28aff846-46df-47c2-9849-492686fe8dcc Date: Fri, 07 Sep 2018 18:34:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:14,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-28aff846-46df-47c2-9849-492686fe8dcc 2018-09-07 18:34:14,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:14,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd060fc2-cd03-4fd7-9b73-23231f50c67f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:14,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-bd060fc2-cd03-4fd7-9b73-23231f50c67f 2018-09-07 18:34:14,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:14,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1d71df14-f9a1-4f3a-832f-0cd774086bfe Date: Fri, 07 Sep 2018 18:34:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:14,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-1d71df14-f9a1-4f3a-832f-0cd774086bfe 2018-09-07 18:34:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:14,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-e440e4b7-cca6-47a1-b62a-c63b2c410b0b Date: Fri, 07 Sep 2018 18:34:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:14,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-e440e4b7-cca6-47a1-b62a-c63b2c410b0b 2018-09-07 18:34:14,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" -d '{"volumeAttachment": {"volumeId": "f254c38e-3f42-40c7-bded-e69dafa10e33"}}' 2018-09-07 18:34:16,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-617b3b2d-1b69-4ab5-bd91-d0176e93b989 x-compute-request-id: req-617b3b2d-1b69-4ab5-bd91-d0176e93b989 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "volumeId": "f254c38e-3f42-40c7-bded-e69dafa10e33"}} 2018-09-07 18:34:16,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d/os-volume_attachments used request id req-617b3b2d-1b69-4ab5-bd91-d0176e93b989 2018-09-07 18:34:16,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0786d90d-6c30-467a-92d9-d52d2b496aae x-compute-request-id: req-0786d90d-6c30-467a-92d9-d52d2b496aae Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:10Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "f254c38e-3f42-40c7-bded-e69dafa10e33"}], "metadata": {}}} 2018-09-07 18:34:17,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-0786d90d-6c30-467a-92d9-d52d2b496aae 2018-09-07 18:34:17,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2e78c27e-0030-43ef-aba0-c64160b10ada Date: Fri, 07 Sep 2018 18:34:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:17,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-2e78c27e-0030-43ef-aba0-c64160b10ada 2018-09-07 18:34:17,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:34:17,215 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:34: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:34:17,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e86760-cc63-447e-a1ce-cc37437cf67b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:17,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-e0e86760-cc63-447e-a1ce-cc37437cf67b 2018-09-07 18:34:17,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fc3dd9a8-7271-47a0-9826-59dacf870916 Date: Fri, 07 Sep 2018 18:34:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:17,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-fc3dd9a8-7271-47a0-9826-59dacf870916 2018-09-07 18:34:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-aa0791a6-85eb-41a2-bfc9-ecb47fc17c21 Date: Fri, 07 Sep 2018 18:34:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:17,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-aa0791a6-85eb-41a2-bfc9-ecb47fc17c21 2018-09-07 18:34:17,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:17,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25d7b44-b1c7-4758-a580-d148bbe3be4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:17,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d25d7b44-b1c7-4758-a580-d148bbe3be4e 2018-09-07 18:34:17,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:18,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-b31bceb6-e218-4f1e-b026-40ef0ceaa97f x-compute-request-id: req-b31bceb6-e218-4f1e-b026-40ef0ceaa97f Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:10Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "f254c38e-3f42-40c7-bded-e69dafa10e33"}], "metadata": {}}} 2018-09-07 18:34:18,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-b31bceb6-e218-4f1e-b026-40ef0ceaa97f 2018-09-07 18:34:18,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:18,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cdea15d3-e1fa-4561-8680-3337b8235f84 Date: Fri, 07 Sep 2018 18:34:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:18,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-cdea15d3-e1fa-4561-8680-3337b8235f84 2018-09-07 18:34:18,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:18,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd41eff0-211b-4937-8f91-aa374fcc395a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:18,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-bd41eff0-211b-4937-8f91-aa374fcc395a 2018-09-07 18:34:18,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:18,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4109deac-b654-455f-8c4f-c0448e8da359 Date: Fri, 07 Sep 2018 18:34:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:18,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-4109deac-b654-455f-8c4f-c0448e8da359 2018-09-07 18:34:18,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:18,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8ffa49c6-5630-4689-afe8-14e72ad56e9e Date: Fri, 07 Sep 2018 18:34:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:18,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-8ffa49c6-5630-4689-afe8-14e72ad56e9e 2018-09-07 18:34:18,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:19,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-90198271-88f3-41e3-b039-fb316147d011 x-compute-request-id: req-90198271-88f3-41e3-b039-fb316147d011 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:17Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "f254c38e-3f42-40c7-bded-e69dafa10e33"}], "metadata": {}}} 2018-09-07 18:34:19,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-90198271-88f3-41e3-b039-fb316147d011 2018-09-07 18:34:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:19,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-02549ccc-b58a-4ca5-9db3-a85a728f251d Date: Fri, 07 Sep 2018 18:34:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:19,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-02549ccc-b58a-4ca5-9db3-a85a728f251d 2018-09-07 18:34:19,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:19,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d7a7d0-a6df-42c9-be50-8a38a659b493 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:19,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-a5d7a7d0-a6df-42c9-be50-8a38a659b493 2018-09-07 18:34:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:19,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-89d2f0be-ccd8-4623-95ab-602abfb478d6 Date: Fri, 07 Sep 2018 18:34:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:19,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-89d2f0be-ccd8-4623-95ab-602abfb478d6 2018-09-07 18:34:19,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:19,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3b813b16-9bf0-44d2-9e70-9de23a35f582 Date: Fri, 07 Sep 2018 18:34:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:19,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-3b813b16-9bf0-44d2-9e70-9de23a35f582 2018-09-07 18:34:19,843 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:20,581 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:19 GMT Server: Apache x-compute-request-id: req-a986b37e-478e-4df6-bea4-34f4b94d0f61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a986b37e-478e-4df6-bea4-34f4b94d0f61 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "attachment_id": "969b64f7-e8de-4135-bc8c-62e4e32e0cd7", "attached_at": "2018-09-07T18:34:18.000000", "host_name": null, "volume_id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "device": "/dev/vdb", "id": "f254c38e-3f42-40c7-bded-e69dafa10e33"}], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:34:18.000000", "replication_status": null, "snapshot_id": null, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-da0043ca-2619-4ef5-a625-77c928d90f20", "bootable": "false", "created_at": "2018-09-07T18:33:56.000000", "volume_type": null}} 2018-09-07 18:34:20,582 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-a986b37e-478e-4df6-bea4-34f4b94d0f61 2018-09-07 18:34:20,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:21,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-27dbb693-d226-4648-b930-a6ae806f2aad x-compute-request-id: req-27dbb693-d226-4648-b930-a6ae806f2aad Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:05:df", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:17Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [{"id": "f254c38e-3f42-40c7-bded-e69dafa10e33"}], "metadata": {}}} 2018-09-07 18:34:21,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-27dbb693-d226-4648-b930-a6ae806f2aad 2018-09-07 18:34:21,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:21,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e5f8c0d3-3f37-4511-b66e-e6eead2fa6a1 Date: Fri, 07 Sep 2018 18:34:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"606a7333-67a5-4c07-8789-df0a68110703","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["5b8d9c46-8af5-4310-b9aa-788e1143f319"],"description":"","tags":[],"updated_at":"2018-09-07T18:33:52Z","provider:segmentation_id":95,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:34:21,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net used request id req-e5f8c0d3-3f37-4511-b66e-e6eead2fa6a1 2018-09-07 18:34:21,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:21,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605a2f94-632a-4567-a08b-2e08ea24923d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:34:21,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-605a2f94-632a-4567-a08b-2e08ea24923d 2018-09-07 18:34:21,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:21,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e520aef8-ff97-4f6a-9cb8-46c70265a1c4 Date: Fri, 07 Sep 2018 18:34:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:33:52Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet"}]} 2018-09-07 18:34:21,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-e520aef8-ff97-4f6a-9cb8-46c70265a1c4 2018-09-07 18:34:21,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:21,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c40e63d3-8e3d-49e7-8afa-0c147daa92ce Date: Fri, 07 Sep 2018 18:34:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.2"}],"id":"4d6de895-933b-4f0e-9ca7-33f996ab2694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:21:9c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.4"}],"id":"5623a9a1-edd5-42c2-af4c-e84f91ec80a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:5b:6c","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:33:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.3"}],"id":"7050f5bf-8fc0-46aa-8f3b-bd13638234ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:5a:e4","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606a7333-67a5-4c07-8789-df0a68110703","name":"","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:33:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:34:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8d9c46-8af5-4310-b9aa-788e1143f319","ip_address":"10.55.0.5"}],"id":"eead47c6-0b2e-41fc-be2c-430da010c4fe","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:05:df","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5aa95e32-40d7-44b3-b7f0-1158c13c880d","name":"NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port","admin_state_up":true,"network_id":"606a7333-67a5-4c07-8789-df0a68110703","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:02Z","binding:vnic_type":"normal"}]} 2018-09-07 18:34:21,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=606a7333-67a5-4c07-8789-df0a68110703 used request id req-c40e63d3-8e3d-49e7-8afa-0c147daa92ce 2018-09-07 18:34:21,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d/os-volume_attachments/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4d1563fbc0750ec0dee1115d02401e55b1d5e2d" 2018-09-07 18:34:22,489 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34: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-9ba8cf77-9484-4967-b1b5-0277baeff52b x-compute-request-id: req-9ba8cf77-9484-4967-b1b5-0277baeff52b Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:22,489 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d/os-volume_attachments/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-9ba8cf77-9484-4967-b1b5-0277baeff52b 2018-09-07 18:34:22,489 - create_instance - INFO - Deleting Port with ID - eead47c6-0b2e-41fc-be2c-430da010c4fe 2018-09-07 18:34:22,490 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-port 2018-09-07 18:34:22,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/eead47c6-0b2e-41fc-be2c-430da010c4fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:23,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f597455-4a55-43f5-887e-25284f7cac90 Date: Fri, 07 Sep 2018 18:34:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:34:23,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/eead47c6-0b2e-41fc-be2c-430da010c4fe used request id req-2f597455-4a55-43f5-887e-25284f7cac90 2018-09-07 18:34:23,621 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst 2018-09-07 18:34:23,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:23,982 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-831fbc92-6578-451b-b8e6-8f8d3518333c x-compute-request-id: req-831fbc92-6578-451b-b8e6-8f8d3518333c Content-Type: application/json 2018-09-07 18:34:23,982 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-831fbc92-6578-451b-b8e6-8f8d3518333c 2018-09-07 18:34:23,983 - create_instance - INFO - Checking deletion status 2018-09-07 18:34:23,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:24,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-ccf5dc77-2c18-4425-aea4-e14519e42ba7 x-compute-request-id: req-ccf5dc77-2c18-4425-aea4-e14519e42ba7 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:23Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:24,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-ccf5dc77-2c18-4425-aea4-e14519e42ba7 2018-09-07 18:34:24,229 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst] is - ACTIVE 2018-09-07 18:34:24,229 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:34:27,232 - create_instance - DEBUG - VM status query timeout in 296.75045085 2018-09-07 18:34:27,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:27,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-1e5f63d9-7c15-432e-be49-6cd3ae5c1739 x-compute-request-id: req-1e5f63d9-7c15-432e-be49-6cd3ae5c1739 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d", "rel": "bookmark"}], "image": {"id": "e584fc54-8be9-433b-a74b-d383e1f9f5fa", "links": [{"href": "http://172.30.9.25:8774/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-07T18:34:09.000000", "flavor": {"id": "b99832e2-7b37-4df7-8051-1171fd8f8508", "links": [{"href": "http://172.30.9.25:8774/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508", "rel": "bookmark"}]}, "id": "5aa95e32-40d7-44b3-b7f0-1158c13c880d", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:34:23Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst", "created": "2018-09-07T18:34:04Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:34:27,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-1e5f63d9-7c15-432e-be49-6cd3ae5c1739 2018-09-07 18:34:27,624 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst] is - ACTIVE 2018-09-07 18:34:27,624 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:34:30,627 - create_instance - DEBUG - VM status query timeout in 293.355471849 2018-09-07 18:34:30,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b676b49dd57f7f5f4ea0d1c2c19d20b1724b679f" 2018-09-07 18:34:30,675 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-ebf2bab6-d2a9-4d64-9020-4d0e8d4eeb7f x-compute-request-id: req-ebf2bab6-d2a9-4d64-9020-4d0e8d4eeb7f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5aa95e32-40d7-44b3-b7f0-1158c13c880d could not be found.", "code": 404}} 2018-09-07 18:34:30,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/5aa95e32-40d7-44b3-b7f0-1158c13c880d used request id req-ebf2bab6-d2a9-4d64-9020-4d0e8d4eeb7f 2018-09-07 18:34:30,676 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5aa95e32-40d7-44b3-b7f0-1158c13c880d could not be found. (HTTP 404) (Request-ID: req-ebf2bab6-d2a9-4d64-9020-4d0e8d4eeb7f) 2018-09-07 18:34:30,676 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-vm_inst 2018-09-07 18:34:30,679 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:34:31,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:30 GMT Server: Apache x-compute-request-id: req-7cc97ea6-fc23-4acf-b178-2639107e8340 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7cc97ea6-fc23-4acf-b178-2639107e8340 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:34:30.000000", "replication_status": null, "snapshot_id": null, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-da0043ca-2619-4ef5-a625-77c928d90f20", "bootable": "false", "created_at": "2018-09-07T18:33:56.000000", "volume_type": null}} 2018-09-07 18:34:31,419 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-7cc97ea6-fc23-4acf-b178-2639107e8340 2018-09-07 18:34:31,419 - create_volume - DEBUG - Instance status is - available 2018-09-07 18:34:31,419 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:34:31,419 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:34:31,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:34:31,503 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-37c73810-6243-4b1b-9505-f58e317cebcb 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-07 18:34:31,504 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-37c73810-6243-4b1b-9505-f58e317cebcb 2018-09-07 18:34:31,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:34:31,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:31 GMT Server: Apache x-compute-request-id: req-1d2bcf6b-3c5f-4190-98fc-4e8228a71821 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d2bcf6b-3c5f-4190-98fc-4e8228a71821 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:34:31.000000", "replication_status": null, "snapshot_id": null, "id": "f254c38e-3f42-40c7-bded-e69dafa10e33", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-da0043ca-2619-4ef5-a625-77c928d90f20", "bootable": "false", "created_at": "2018-09-07T18:33:56.000000", "volume_type": null}} 2018-09-07 18:34:31,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-1d2bcf6b-3c5f-4190-98fc-4e8228a71821 2018-09-07 18:34:31,725 - create_volume - DEBUG - Instance status is - deleting 2018-09-07 18:34:31,725 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-07 18:34:34,728 - create_volume - DEBUG - Volume status query timeout in 56.7756288052 2018-09-07 18:34:34,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d2db428-8fd1-4362-9ba5-65542c3a2140" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967778bdb5773c50fa4cc681a124605a8e000e86" 2018-09-07 18:34:35,492 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:34:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c9163ac3-828b-4717-a85c-7584b4879bb8 x-openstack-request-id: req-c9163ac3-828b-4717-a85c-7584b4879bb8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f254c38e-3f42-40c7-bded-e69dafa10e33 could not be found.", "code": 404}} 2018-09-07 18:34:35,492 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/f254c38e-3f42-40c7-bded-e69dafa10e33 used request id req-c9163ac3-828b-4717-a85c-7584b4879bb8 2018-09-07 18:34:35,492 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f254c38e-3f42-40c7-bded-e69dafa10e33 could not be found. (HTTP 404) (Request-ID: req-c9163ac3-828b-4717-a85c-7584b4879bb8) 2018-09-07 18:34:35,492 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20 2018-09-07 18:34:35,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a3b61a735d6dc988218f9bdbabc62714e65b587" 2018-09-07 18:34:35,529 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34: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-576ac483-8260-47f2-b9f5-780b29056d27 x-compute-request-id: req-576ac483-8260-47f2-b9f5-780b29056d27 Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:35,529 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b99832e2-7b37-4df7-8051-1171fd8f8508 used request id req-576ac483-8260-47f2-b9f5-780b29056d27 2018-09-07 18:34:35,530 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet 2018-09-07 18:34:35,530 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-subnet 2018-09-07 18:34:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/5b8d9c46-8af5-4310-b9aa-788e1143f319 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:34:37,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9347cb10-8011-4223-be50-8af9eb9bdc86 Date: Fri, 07 Sep 2018 18:34:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:34:37,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/5b8d9c46-8af5-4310-b9aa-788e1143f319 used request id req-9347cb10-8011-4223-be50-8af9eb9bdc86 2018-09-07 18:34:37,771 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-net 2018-09-07 18:34:37,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/606a7333-67a5-4c07-8789-df0a68110703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}860bf6c57dd1b034666a0649f36f164aaf98b2ed" 2018-09-07 18:34:39,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb6ab790-c929-4629-81ad-dd71d5ea204b Date: Fri, 07 Sep 2018 18:34:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:34:39,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/606a7333-67a5-4c07-8789-df0a68110703 used request id req-cb6ab790-c929-4629-81ad-dd71d5ea204b 2018-09-07 18:34:39,239 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-da0043ca-2619-4ef5-a625-77c928d90f20-image 2018-09-07 18:34:39,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82230059ad1da3c23b37455bbaab9c2d8552c49d" 2018-09-07 18:34:41,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-28fc4913-3988-44bb-9659-3ecd6bd54942 Date: Fri, 07 Sep 2018 18:34: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-07 18:34:41,030 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/e584fc54-8be9-433b-a74b-d383e1f9f5fa used request id req-28fc4913-3988-44bb-9659-3ecd6bd54942 2018-09-07 18:34:41,032 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:41,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:41,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:41,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["jNRbx0cQTrCyE7zMQVTwJw"], "issued_at": "2018-09-07T18:34:41.000000Z"}} 2018-09-07 18:34:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e2fc473de5ae6123bd07624b0827565d353dfd" 2018-09-07 18:34:41,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09045b1-4ede-4286-b275-12a697ce747c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:41,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b09045b1-4ede-4286-b275-12a697ce747c 2018-09-07 18:34:41,509 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:41,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e2fc473de5ae6123bd07624b0827565d353dfd" 2018-09-07 18:34:41,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-73f5588f-f724-4acc-bbcd-160e1636ea57 x-compute-request-id: req-73f5588f-f724-4acc-bbcd-160e1636ea57 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:41,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-73f5588f-f724-4acc-bbcd-160e1636ea57 2018-09-07 18:34:41,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e2fc473de5ae6123bd07624b0827565d353dfd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-e6fb432b-8784-4ee8-8c0a-bd85e8fbfe6dname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-07 18:34:41,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34: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-b0c0657f-472e-4d45-9d40-0d50be97b7f2 x-compute-request-id: req-b0c0657f-472e-4d45-9d40-0d50be97b7f2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "453019a4-b6b6-4ce1-8801-afc39ce84a9f", "name": "CreateFlavorTests-e6fb432b-8784-4ee8-8c0a-bd85e8fbfe6dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:41,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-b0c0657f-472e-4d45-9d40-0d50be97b7f2 2018-09-07 18:34:41,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:42,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["mtX3PGbGQtG1IfNo5V5vMg"], "issued_at": "2018-09-07T18:34:42.000000Z"}} 2018-09-07 18:34:42,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed9b74343f3b06f42336e7f9ecaf6937bdf5cd7" 2018-09-07 18:34:42,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-641b59ee-ca63-47e5-a9f0-545f04e6ae54 x-compute-request-id: req-641b59ee-ca63-47e5-a9f0-545f04e6ae54 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "453019a4-b6b6-4ce1-8801-afc39ce84a9f", "name": "CreateFlavorTests-e6fb432b-8784-4ee8-8c0a-bd85e8fbfe6dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:42,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f used request id req-641b59ee-ca63-47e5-a9f0-545f04e6ae54 2018-09-07 18:34:42,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed9b74343f3b06f42336e7f9ecaf6937bdf5cd7" 2018-09-07 18:34:42,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-55fe3dd9-14bb-4708-9079-0d94395b3fc7 x-compute-request-id: req-55fe3dd9-14bb-4708-9079-0d94395b3fc7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:34:42,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f/os-extra_specs used request id req-55fe3dd9-14bb-4708-9079-0d94395b3fc7 2018-09-07 18:34:42,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e2fc473de5ae6123bd07624b0827565d353dfd" 2018-09-07 18:34:42,507 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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-628e08e3-045f-4b72-bd45-5344b33b2d04 x-compute-request-id: req-628e08e3-045f-4b72-bd45-5344b33b2d04 Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:42,507 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/453019a4-b6b6-4ce1-8801-afc39ce84a9f used request id req-628e08e3-045f-4b72-bd45-5344b33b2d04 2018-09-07 18:34:42,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ed9b74343f3b06f42336e7f9ecaf6937bdf5cd7" 2018-09-07 18:34:42,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-3d2beabf-6068-461e-a3ff-228eb52c1af3 x-compute-request-id: req-3d2beabf-6068-461e-a3ff-228eb52c1af3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:42,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3d2beabf-6068-461e-a3ff-228eb52c1af3 2018-09-07 18:34:42,542 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:42,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:42,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:42,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["JGRaeoBqSDij9IO9ZzRfuw"], "issued_at": "2018-09-07T18:34:42.000000Z"}} 2018-09-07 18:34:42,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a3b7ff1f1f0cf97fc3a31ff1c180d23b0321c0" 2018-09-07 18:34:43,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7700db0-cc88-4d66-a934-ef27e70a80a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:43,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c7700db0-cc88-4d66-a934-ef27e70a80a7 2018-09-07 18:34:43,011 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:43,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a3b7ff1f1f0cf97fc3a31ff1c180d23b0321c0" 2018-09-07 18:34:43,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5336a957-db5a-4963-9290-3d5a963b3be3 x-compute-request-id: req-5336a957-db5a-4963-9290-3d5a963b3be3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:43,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-5336a957-db5a-4963-9290-3d5a963b3be3 2018-09-07 18:34:43,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a3b7ff1f1f0cf97fc3a31ff1c180d23b0321c0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5fc3d839-597a-46db-ac7a-3093dde83c02name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-07 18:34:43,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e37f9be5-5fe0-4dbf-93e2-881d63210dd7 x-compute-request-id: req-e37f9be5-5fe0-4dbf-93e2-881d63210dd7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7203661a-6f1a-49df-9f7a-02662785a8df", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7203661a-6f1a-49df-9f7a-02662785a8df", "name": "CreateFlavorTests-5fc3d839-597a-46db-ac7a-3093dde83c02name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:43,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-e37f9be5-5fe0-4dbf-93e2-881d63210dd7 2018-09-07 18:34:43,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:44,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["qbtKNr2YTTaR34kUlL2UIA"], "issued_at": "2018-09-07T18:34:44.000000Z"}} 2018-09-07 18:34:44,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7c15e5f0e8aa3f24913a815786f04686b69028" 2018-09-07 18:34:44,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e478d482-45d0-40ac-b33e-a00de4b30865 x-compute-request-id: req-e478d482-45d0-40ac-b33e-a00de4b30865 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7203661a-6f1a-49df-9f7a-02662785a8df", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7203661a-6f1a-49df-9f7a-02662785a8df", "name": "CreateFlavorTests-5fc3d839-597a-46db-ac7a-3093dde83c02name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:44,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df used request id req-e478d482-45d0-40ac-b33e-a00de4b30865 2018-09-07 18:34:44,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7c15e5f0e8aa3f24913a815786f04686b69028" 2018-09-07 18:34:44,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d095d5fd-09f8-4362-a35b-fbe2b58682a6 x-compute-request-id: req-d095d5fd-09f8-4362-a35b-fbe2b58682a6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:34:44,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df/os-extra_specs used request id req-d095d5fd-09f8-4362-a35b-fbe2b58682a6 2018-09-07 18:34:44,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7c15e5f0e8aa3f24913a815786f04686b69028" 2018-09-07 18:34:44,323 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6032ca98-6d2c-47e6-81a0-510d5176c1bb x-compute-request-id: req-6032ca98-6d2c-47e6-81a0-510d5176c1bb Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:44,323 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df used request id req-6032ca98-6d2c-47e6-81a0-510d5176c1bb 2018-09-07 18:34:44,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7c15e5f0e8aa3f24913a815786f04686b69028" 2018-09-07 18:34:44,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f50387c-ad50-41cf-9804-9c1aaec9c99f x-compute-request-id: req-1f50387c-ad50-41cf-9804-9c1aaec9c99f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:44,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-1f50387c-ad50-41cf-9804-9c1aaec9c99f 2018-09-07 18:34:44,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a3b7ff1f1f0cf97fc3a31ff1c180d23b0321c0" 2018-09-07 18:34:44,373 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-304fb2d7-4d73-411c-9d18-f2166f09f85d x-compute-request-id: req-304fb2d7-4d73-411c-9d18-f2166f09f85d Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 7203661a-6f1a-49df-9f7a-02662785a8df could not be found.", "code": 404}} 2018-09-07 18:34:44,373 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7203661a-6f1a-49df-9f7a-02662785a8df used request id req-304fb2d7-4d73-411c-9d18-f2166f09f85d 2018-09-07 18:34:44,375 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:44,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:44,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:44,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["J9L4kFVJTp6Di2qmyAVEIg"], "issued_at": "2018-09-07T18:34:44.000000Z"}} 2018-09-07 18:34:44,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990ad2b579f5bbce316a9d5f2cb7bab3966445e" 2018-09-07 18:34:44,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff1335f-0b97-4239-a572-7e82c97e0715 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:44,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-eff1335f-0b97-4239-a572-7e82c97e0715 2018-09-07 18:34:44,843 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:44,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990ad2b579f5bbce316a9d5f2cb7bab3966445e" 2018-09-07 18:34:45,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a81f3938-3946-4d42-b403-a1d3e9679a87 x-compute-request-id: req-a81f3938-3946-4d42-b403-a1d3e9679a87 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:45,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a81f3938-3946-4d42-b403-a1d3e9679a87 2018-09-07 18:34:45,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990ad2b579f5bbce316a9d5f2cb7bab3966445e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a47a19ab-c0b1-47d3-a646-0631c26cec22name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-07 18:34:45,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-0d1fb363-4930-41fe-9789-377e5079a233 x-compute-request-id: req-0d1fb363-4930-41fe-9789-377e5079a233 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/52503083-03c4-46eb-a7b0-879ee228044f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "52503083-03c4-46eb-a7b0-879ee228044f", "name": "CreateFlavorTests-a47a19ab-c0b1-47d3-a646-0631c26cec22name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:45,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-0d1fb363-4930-41fe-9789-377e5079a233 2018-09-07 18:34:45,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:45,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["ylIb1BuMQquLyPbbSmOYsw"], "issued_at": "2018-09-07T18:34:45.000000Z"}} 2018-09-07 18:34:45,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90480b98b6a894878351c5cafb639d3839df6584" 2018-09-07 18:34:45,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-0a98eac5-9347-4815-8388-145e27b3b676 x-compute-request-id: req-0a98eac5-9347-4815-8388-145e27b3b676 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/52503083-03c4-46eb-a7b0-879ee228044f", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "52503083-03c4-46eb-a7b0-879ee228044f", "name": "CreateFlavorTests-a47a19ab-c0b1-47d3-a646-0631c26cec22name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:45,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f used request id req-0a98eac5-9347-4815-8388-145e27b3b676 2018-09-07 18:34:45,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90480b98b6a894878351c5cafb639d3839df6584" 2018-09-07 18:34:45,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-be298a11-4056-4d22-82bc-7143cf545170 x-compute-request-id: req-be298a11-4056-4d22-82bc-7143cf545170 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:34:45,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f/os-extra_specs used request id req-be298a11-4056-4d22-82bc-7143cf545170 2018-09-07 18:34:45,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990ad2b579f5bbce316a9d5f2cb7bab3966445e" 2018-09-07 18:34:45,899 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-dd7a8651-aa28-4e7c-a771-32fe2db0cdb2 x-compute-request-id: req-dd7a8651-aa28-4e7c-a771-32fe2db0cdb2 Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:45,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/52503083-03c4-46eb-a7b0-879ee228044f used request id req-dd7a8651-aa28-4e7c-a771-32fe2db0cdb2 2018-09-07 18:34:45,900 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:45,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:45,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:46,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["g7W04XVPTsCXIBiWhsASWQ"], "issued_at": "2018-09-07T18:34:46.000000Z"}} 2018-09-07 18:34:46,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c183acb0bcdccfcf64b39d26789a49fc6a19754d" 2018-09-07 18:34:46,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26134e11-feaa-4964-9965-dd085be73118 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:46,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-26134e11-feaa-4964-9965-dd085be73118 2018-09-07 18:34:46,371 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:46,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c183acb0bcdccfcf64b39d26789a49fc6a19754d" 2018-09-07 18:34:46,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de7b8fd8-4b0f-4616-a199-0fc2706454c0 x-compute-request-id: req-de7b8fd8-4b0f-4616-a199-0fc2706454c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:46,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-de7b8fd8-4b0f-4616-a199-0fc2706454c0 2018-09-07 18:34:46,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c183acb0bcdccfcf64b39d26789a49fc6a19754d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-7ad86d3f-8235-4147-9fd1-616f4a5556f4name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-09-07 18:34:46,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9866590f-cd8b-4512-b66f-73907819b609 x-compute-request-id: req-9866590f-cd8b-4512-b66f-73907819b609 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "ccf1a746-e781-4312-a92e-22b5b82da49a", "name": "CreateFlavorTests-7ad86d3f-8235-4147-9fd1-616f4a5556f4name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-07 18:34:46,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9866590f-cd8b-4512-b66f-73907819b609 2018-09-07 18:34:46,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:47,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["v_4-58ikTTC7TcO0U0EIOw"], "issued_at": "2018-09-07T18:34:47.000000Z"}} 2018-09-07 18:34:47,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225342391e9ade145002311736ceccb265fdc585" 2018-09-07 18:34:47,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-327b3907-48b2-44fb-b1e4-12393a836193 x-compute-request-id: req-327b3907-48b2-44fb-b1e4-12393a836193 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "ccf1a746-e781-4312-a92e-22b5b82da49a", "name": "CreateFlavorTests-7ad86d3f-8235-4147-9fd1-616f4a5556f4name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-07 18:34:47,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a used request id req-327b3907-48b2-44fb-b1e4-12393a836193 2018-09-07 18:34:47,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225342391e9ade145002311736ceccb265fdc585" 2018-09-07 18:34:47,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-3e317de7-e777-4f3a-97a7-976a95e5641b x-compute-request-id: req-3e317de7-e777-4f3a-97a7-976a95e5641b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:34:47,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a/os-extra_specs used request id req-3e317de7-e777-4f3a-97a7-976a95e5641b 2018-09-07 18:34:47,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225342391e9ade145002311736ceccb265fdc585" 2018-09-07 18:34:47,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-88908f29-6a71-44af-bfc4-8a489713db83 x-compute-request-id: req-88908f29-6a71-44af-bfc4-8a489713db83 Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:47,408 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a used request id req-88908f29-6a71-44af-bfc4-8a489713db83 2018-09-07 18:34:47,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225342391e9ade145002311736ceccb265fdc585" 2018-09-07 18:34:47,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-047a9235-762b-48eb-a074-5e806e210116 x-compute-request-id: req-047a9235-762b-48eb-a074-5e806e210116 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:47,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-047a9235-762b-48eb-a074-5e806e210116 2018-09-07 18:34:47,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c183acb0bcdccfcf64b39d26789a49fc6a19754d" 2018-09-07 18:34:47,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-5c2704c9-cc60-4419-9f39-28669ff9b059 x-compute-request-id: req-5c2704c9-cc60-4419-9f39-28669ff9b059 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor ccf1a746-e781-4312-a92e-22b5b82da49a could not be found.", "code": 404}} 2018-09-07 18:34:47,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ccf1a746-e781-4312-a92e-22b5b82da49a used request id req-5c2704c9-cc60-4419-9f39-28669ff9b059 2018-09-07 18:34:47,453 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:47,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:47,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:47,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["tMYFHJeIQhyDEwIhWdo1ug"], "issued_at": "2018-09-07T18:34:47.000000Z"}} 2018-09-07 18:34:47,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ba6c8a866d30de3481fab842e723c19d090a95a" 2018-09-07 18:34:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ca769e-9dca-430c-9201-5c1c36e2b796 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:47,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-43ca769e-9dca-430c-9201-5c1c36e2b796 2018-09-07 18:34:47,926 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:47,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ba6c8a866d30de3481fab842e723c19d090a95a" 2018-09-07 18:34:48,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-b76141ca-66f5-499a-a57c-35b46ff6d59f x-compute-request-id: req-b76141ca-66f5-499a-a57c-35b46ff6d59f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:48,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-b76141ca-66f5-499a-a57c-35b46ff6d59f 2018-09-07 18:34:48,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ba6c8a866d30de3481fab842e723c19d090a95a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-07 18:34:48,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2f163d12-1e36-4029-99bc-98292048be34 x-compute-request-id: req-2f163d12-1e36-4029-99bc-98292048be34 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "329d6e90-9201-4d96-bd83-607d2533a52a", "name": "CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:48,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2f163d12-1e36-4029-99bc-98292048be34 2018-09-07 18:34:48,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:48,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["SeqfHmqMRtaY8LMnoee0KQ"], "issued_at": "2018-09-07T18:34:48.000000Z"}} 2018-09-07 18:34:48,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21820b6fbad3a934ff26e574f724cab0a2296d46" 2018-09-07 18:34:49,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e7b9f59a-6e93-4ec3-830f-1b301d404a95 x-compute-request-id: req-e7b9f59a-6e93-4ec3-830f-1b301d404a95 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "329d6e90-9201-4d96-bd83-607d2533a52a", "name": "CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:49,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a used request id req-e7b9f59a-6e93-4ec3-830f-1b301d404a95 2018-09-07 18:34:49,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21820b6fbad3a934ff26e574f724cab0a2296d46" 2018-09-07 18:34:49,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b02a24cc-4934-4270-8c71-b974b6cfaea4 x-compute-request-id: req-b02a24cc-4934-4270-8c71-b974b6cfaea4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:34:49,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a/os-extra_specs used request id req-b02a24cc-4934-4270-8c71-b974b6cfaea4 2018-09-07 18:34:49,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:49,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:49,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["X0NJzfB1REW_Gg5Sm8k-6A"], "issued_at": "2018-09-07T18:34:49.000000Z"}} 2018-09-07 18:34:49,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d356c4ddb57d18c9fdc83856cf938cdd9ab76c9" 2018-09-07 18:34:49,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1281ac9-402a-4f56-a4a5-95d25f116292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:49,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f1281ac9-402a-4f56-a4a5-95d25f116292 2018-09-07 18:34:49,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:49,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d356c4ddb57d18c9fdc83856cf938cdd9ab76c9" 2018-09-07 18:34:49,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b7f63cf-0460-4573-965e-3a1e0e685585 x-compute-request-id: req-4b7f63cf-0460-4573-965e-3a1e0e685585 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "329d6e90-9201-4d96-bd83-607d2533a52a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "bookmark"}], "name": "CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name"}]} 2018-09-07 18:34:49,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4b7f63cf-0460-4573-965e-3a1e0e685585 2018-09-07 18:34:49,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d356c4ddb57d18c9fdc83856cf938cdd9ab76c9" 2018-09-07 18:34:49,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f44042fd-c66f-49df-ab25-12f623dce561 x-compute-request-id: req-f44042fd-c66f-49df-ab25-12f623dce561 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/329d6e90-9201-4d96-bd83-607d2533a52a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "329d6e90-9201-4d96-bd83-607d2533a52a", "name": "CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:49,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a used request id req-f44042fd-c66f-49df-ab25-12f623dce561 2018-09-07 18:34:49,863 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-182d58bf-95bf-4d5e-8374-15b237f7b066name 2018-09-07 18:34:49,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ba6c8a866d30de3481fab842e723c19d090a95a" 2018-09-07 18:34:49,899 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-815b9a24-5875-4610-b750-1bd63bb571a0 x-compute-request-id: req-815b9a24-5875-4610-b750-1bd63bb571a0 Content-Length: 0 Content-Type: application/json 2018-09-07 18:34:49,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/329d6e90-9201-4d96-bd83-607d2533a52a used request id req-815b9a24-5875-4610-b750-1bd63bb571a0 2018-09-07 18:34:49,900 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:34:49,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:49,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:50,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["VRrDfT1JQVuAkZA7twAUqQ"], "issued_at": "2018-09-07T18:34:50.000000Z"}} 2018-09-07 18:34:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:50,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafbf165-61a4-40a6-9a78-adc60f2cd7fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:50,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-aafbf165-61a4-40a6-9a78-adc60f2cd7fb 2018-09-07 18:34:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:50,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-64da8eba-6c0b-4bad-ba54-7547ee75b01e Date: Fri, 07 Sep 2018 18:34:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image"} 2018-09-07 18:34:50,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image used request id req-64da8eba-6c0b-4bad-ba54-7547ee75b01e 2018-09-07 18:34:50,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:50,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b9bcaa0f-f47d-482a-a6ca-40fd08700f21 Date: Fri, 07 Sep 2018 18:34:50 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-07 18:34:50,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-b9bcaa0f-f47d-482a-a6ca-40fd08700f21 2018-09-07 18:34:50,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image"}' 2018-09-07 18:34:51,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 X-Openstack-Request-Id: req-aa86f442-5dbf-495e-b4c5-60b6c580e592 Date: Fri, 07 Sep 2018 18:34:51 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:34:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:34:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74", "min_disk": 0, "protected": false, "id": "7698e2e0-6d94-44ff-a69e-ee71007a1b74", "file": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:34:51,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-aa86f442-5dbf-495e-b4c5-60b6c580e592 2018-09-07 18:34:51,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" -d '' 2018-09-07 18:34:52,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1514ca8-4e67-423f-97b9-3636a02b58f5 Date: Fri, 07 Sep 2018 18:34:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:34:52,712 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/file used request id req-a1514ca8-4e67-423f-97b9-3636a02b58f5 2018-09-07 18:34:52,712 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:34:52,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:52,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7628ab5a-898a-4e0b-b102-2b61b889d257 Date: Fri, 07 Sep 2018 18:34:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:34:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:34:52Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/snap", "metadata": {}}], "self": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74", "min_disk": 0, "protected": false, "id": "7698e2e0-6d94-44ff-a69e-ee71007a1b74", "file": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:34:52,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 used request id req-7628ab5a-898a-4e0b-b102-2b61b889d257 2018-09-07 18:34:52,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:53,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce3e1de5-f6c8-491f-a6e4-fafd0ad55e66 Date: Fri, 07 Sep 2018 18:34: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-07 18:34:53,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-ce3e1de5-f6c8-491f-a6e4-fafd0ad55e66 2018-09-07 18:34:53,042 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image 2018-09-07 18:34:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:34:53,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-f261f67f-1d76-4c44-bc51-438453fb6550 Date: Fri, 07 Sep 2018 18:34:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:34:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:34:52Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/snap", "metadata": {}}], "self": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74", "min_disk": 0, "protected": false, "id": "7698e2e0-6d94-44ff-a69e-ee71007a1b74", "file": "/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:34:53,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 used request id req-f261f67f-1d76-4c44-bc51-438453fb6550 2018-09-07 18:34:53,202 - create_image - DEBUG - Instance status is - active 2018-09-07 18:34:53,203 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image 2018-09-07 18:34:53,203 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image 2018-09-07 18:34:53,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:34:53,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:53,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["U8_Az_LyTUeTYhXJ2oXx_w"], "issued_at": "2018-09-07T18:34:53.000000Z"}} 2018-09-07 18:34:53,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16bc3e4c3c7aa2ae1659d9685018491498d74d99" 2018-09-07 18:34:53,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc46bac-fc94-40e1-bf62-dc0ec0a280b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:34:53,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4cc46bac-fc94-40e1-bf62-dc0ec0a280b3 2018-09-07 18:34:53,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:34:53,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16bc3e4c3c7aa2ae1659d9685018491498d74d99" 2018-09-07 18:34:53,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbc57499-cfd2-4e7c-8941-784d18604ee0 x-compute-request-id: req-dbc57499-cfd2-4e7c-8941-784d18604ee0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:34:53,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-dbc57499-cfd2-4e7c-8941-784d18604ee0 2018-09-07 18:34:53,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16bc3e4c3c7aa2ae1659d9685018491498d74d99" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-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-07 18:34:54,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-01ad016e-ecfc-4a62-897d-308ce8942e7c x-compute-request-id: req-01ad016e-ecfc-4a62-897d-308ce8942e7c Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/78c29541-f402-48be-8845-42bca376cb92", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/78c29541-f402-48be-8845-42bca376cb92", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "78c29541-f402-48be-8845-42bca376cb92", "name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:34:54,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-01ad016e-ecfc-4a62-897d-308ce8942e7c 2018-09-07 18:34:54,088 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:34:54,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:34:54,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["lwdzBIsnTQyO6fuu3eMk-w"], "issued_at": "2018-09-07T18:34:54.000000Z"}} 2018-09-07 18:34:54,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-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-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}}' 2018-09-07 18:34:58,008 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:34:54 GMT Server: Apache x-openstack-request-id: req-3d634869-055a-4915-a698-67637bcadfbb Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "61d60e06-466b-4f46-895a-38f004df9d6f", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}]}} 2018-09-07 18:34:58,009 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-3d634869-055a-4915-a698-67637bcadfbb 2018-09-07 18:34:58,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:34:58,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:34:58 GMT Server: Apache x-openstack-request-id: req-324a86c5-1b70-4ce0-bc10-b2e7328a4c3a Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:34:59,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:58 GMT Server: Apache x-openstack-request-id: req-6ceb11de-1829-4bc5-953c-51b274af61c5 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:34:59,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-6ceb11de-1829-4bc5-953c-51b274af61c5 2018-09-07 18:34:59,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:00,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:34:59 GMT Server: Apache x-openstack-request-id: req-653f5fe7-9a67-4b79-9ed0-e0e925ae151d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "deletion_time": null, "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "tags": null}]} 2018-09-07 18:35:00,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1 used request id req-653f5fe7-9a67-4b79-9ed0-e0e925ae151d 2018-09-07 18:35:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:00,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:00 GMT Server: Apache x-openstack-request-id: req-2bd45cd3-e6ea-4258-ba37-19d96c444d72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "deletion_time": null, "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "tags": null}]} 2018-09-07 18:35:00,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1 used request id req-2bd45cd3-e6ea-4258-ba37-19d96c444d72 2018-09-07 18:35:00,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:01,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:00 GMT Server: Apache x-openstack-request-id: req-45016d7a-94a9-4ebf-affa-15810e5f00de Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:02,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:01 GMT Server: Apache x-openstack-request-id: req-5dc7f94f-a514-4d73-950f-42c6b0da7365 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:02,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-5dc7f94f-a514-4d73-950f-42c6b0da7365 2018-09-07 18:35:02,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:03,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:02 GMT Server: Apache x-openstack-request-id: req-30399fa5-d91a-4be0-a9d4-d02b6b21f1f2 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:03,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:03 GMT Server: Apache x-openstack-request-id: req-fff4809a-10ec-47ad-8f68-88ab54b4ab89 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.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e21fe56e-2a14-4f84-8f0a-f71cc865cbc6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1ccd9195-e1a8-4878-8394-588a7f2f7971", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "11f7af65-f3d2-4162-99b9-91fdf9ca8b18", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-07T18:34:57Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-09-07T18:34:57Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-09-07 18:35:03,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources used request id req-fff4809a-10ec-47ad-8f68-88ab54b4ab89 2018-09-07 18:35:03,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:04,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:03 GMT Server: Apache x-openstack-request-id: req-d981a4de-d203-43dd-b113-ba8144622f04 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:05,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:04 GMT Server: Apache x-openstack-request-id: req-67e1b8d8-ce4c-4fd0-a008-96d56c47b4db 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:05,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-67e1b8d8-ce4c-4fd0-a008-96d56c47b4db 2018-09-07 18:35:05,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:06,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:05 GMT Server: Apache x-openstack-request-id: req-d35c3d61-7914-4748-a8d2-63dc37dd9b13 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:06,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:06 GMT Server: Apache x-openstack-request-id: req-9071b9aa-502b-45ba-b324-15ea5a17d076 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:06,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-9071b9aa-502b-45ba-b324-15ea5a17d076 2018-09-07 18:35:09,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:09,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:09 GMT Server: Apache x-openstack-request-id: req-08a11cc6-023a-45e0-8e4a-bda67d545982 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:09,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:09 GMT Server: Apache x-openstack-request-id: req-fd0ab654-32ff-4b42-ab21-2d487ae38b97 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:09,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-fd0ab654-32ff-4b42-ab21-2d487ae38b97 2018-09-07 18:35:12,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:13,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:12 GMT Server: Apache x-openstack-request-id: req-6606fb3c-2fd9-4ad5-ae77-d897155f6e28 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:13,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:13 GMT Server: Apache x-openstack-request-id: req-42129c1c-c2f4-437b-9d4f-752fa899d7b2 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:13,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-42129c1c-c2f4-437b-9d4f-752fa899d7b2 2018-09-07 18:35:16,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:16,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:16 GMT Server: Apache x-openstack-request-id: req-6ad606e9-f3f0-49e4-bcad-183d7f13f18d Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:16 GMT Server: Apache x-openstack-request-id: req-443a1710-c7d7-46dd-815a-aa641c8f4859 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "61d60e06-466b-4f46-895a-38f004df9d6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image", "inst_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1", "stack_user_project_id": "72cf9a5752c7440fb020be438f83131d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:34:57Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "61d60e06-466b-4f46-895a-38f004df9d6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:16,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-443a1710-c7d7-46dd-815a-aa641c8f4859 2018-09-07 18:35:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:16 GMT Server: Apache x-openstack-request-id: req-d0eadf8a-6846-4151-a235-4e36e0f29156 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:17,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:17 GMT Server: Apache x-openstack-request-id: req-7aec2e8b-0a3a-4a3a-9e7b-94b07467605a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 584 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e21fe56e-2a14-4f84-8f0a-f71cc865cbc6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1ccd9195-e1a8-4878-8394-588a7f2f7971", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "11f7af65-f3d2-4162-99b9-91fdf9ca8b18", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-07T18:34:57Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:57Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08363020-ade8-43ac-b333-a34d661be6fc", "resource_type": "OS::Nova::Server"}]} 2018-09-07 18:35:17,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources used request id req-7aec2e8b-0a3a-4a3a-9e7b-94b07467605a 2018-09-07 18:35:17,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-aa21f4e8-f33e-4f0d-811f-9e17a0daa9f0 Date: Fri, 07 Sep 2018 18:35:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1ccd9195-e1a8-4878-8394-588a7f2f7971"],"description":"","tags":[],"updated_at":"2018-09-07T18:35:00Z","provider:segmentation_id":88,"name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:58Z","provider:network_type":"vxlan"}]} 2018-09-07 18:35:17,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 used request id req-aa21f4e8-f33e-4f0d-811f-9e17a0daa9f0 2018-09-07 18:35:17,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7319b884-d02f-478f-91fe-94cffdc4e86e Date: Fri, 07 Sep 2018 18:35:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:00Z","dns_nameservers":[],"updated_at":"2018-09-07T18:35:00Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet"}]} 2018-09-07 18:35:17,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 used request id req-7319b884-d02f-478f-91fe-94cffdc4e86e 2018-09-07 18:35:17,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-91eb6382-31b3-4966-b83b-c47bf5544182 Date: Fri, 07 Sep 2018 18:35:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:00Z","dns_nameservers":[],"updated_at":"2018-09-07T18:35:00Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet"}]} 2018-09-07 18:35:17,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 used request id req-91eb6382-31b3-4966-b83b-c47bf5544182 2018-09-07 18:35:17,693 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:35:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255d965f-4f81-4fcf-8b3d-61b60b6eabd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:35:17,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-255d965f-4f81-4fcf-8b3d-61b60b6eabd4 2018-09-07 18:35:17,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:17,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:17 GMT Server: Apache x-openstack-request-id: req-296344d9-dc21-416d-bb71-2b7db3662c9c Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:17,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:17 GMT Server: Apache x-openstack-request-id: req-88491549-e310-4a4d-9d88-22d6c15cf26c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 584 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e21fe56e-2a14-4f84-8f0a-f71cc865cbc6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1ccd9195-e1a8-4878-8394-588a7f2f7971", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "11f7af65-f3d2-4162-99b9-91fdf9ca8b18", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-07T18:34:57Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:57Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08363020-ade8-43ac-b333-a34d661be6fc", "resource_type": "OS::Nova::Server"}]} 2018-09-07 18:35:17,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources used request id req-88491549-e310-4a4d-9d88-22d6c15cf26c 2018-09-07 18:35:17,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/08363020-ade8-43ac-b333-a34d661be6fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:18,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35: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-5ccfae74-4ff9-47e2-adef-e0d3f1540ba6 x-compute-request-id: req-5ccfae74-4ff9-47e2-adef-e0d3f1540ba6 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:37:59", "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/08363020-ade8-43ac-b333-a34d661be6fc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/08363020-ade8-43ac-b333-a34d661be6fc", "rel": "bookmark"}], "image": {"id": "7698e2e0-6d94-44ff-a69e-ee71007a1b74", "links": [{"href": "http://172.30.9.25:8774/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-07T18:35:10.000000", "flavor": {"id": "78c29541-f402-48be-8845-42bca376cb92", "links": [{"href": "http://172.30.9.25:8774/flavors/78c29541-f402-48be-8845-42bca376cb92", "rel": "bookmark"}]}, "id": "08363020-ade8-43ac-b333-a34d661be6fc", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:35:11Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "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-63ccbecb-a7df-4fed-9669-83d4547f8994-inst", "created": "2018-09-07T18:35:06Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:35:18,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/08363020-ade8-43ac-b333-a34d661be6fc used request id req-5ccfae74-4ff9-47e2-adef-e0d3f1540ba6 2018-09-07 18:35:18,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:18,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-7c27cc9d-436b-4d9f-a642-b4f99636ba0c Date: Fri, 07 Sep 2018 18:35:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["1ccd9195-e1a8-4878-8394-588a7f2f7971"],"description":"","tags":[],"updated_at":"2018-09-07T18:35:00Z","provider:segmentation_id":88,"name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:34:58Z","provider:network_type":"vxlan"}]} 2018-09-07 18:35:18,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-net used request id req-7c27cc9d-436b-4d9f-a642-b4f99636ba0c 2018-09-07 18:35:18,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:35:18,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:35: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:35:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:18,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f837ef67-cf86-4024-b5b6-b2f6c6604ebb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:35:18,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-f837ef67-cf86-4024-b5b6-b2f6c6604ebb 2018-09-07 18:35:18,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:18,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bae13e4a-7c62-431d-b39e-7e96a2b99042 Date: Fri, 07 Sep 2018 18:35:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:00Z","dns_nameservers":[],"updated_at":"2018-09-07T18:35:00Z","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":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-subnet"}]} 2018-09-07 18:35:18,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 used request id req-bae13e4a-7c62-431d-b39e-7e96a2b99042 2018-09-07 18:35:18,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:19,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-15682ec9-632d-4f77-9175-43afa2ec4972 Date: Fri, 07 Sep 2018 18:35:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:35:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","ip_address":"10.0.0.3"}],"id":"3f12737e-c25f-4200-90a5-510d0f7085dc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:1e:f3","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-11f7af65-f3d2-4162-99b9-91fdf9ca8b18","name":"","admin_state_up":true,"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:35:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","ip_address":"10.0.0.2"}],"id":"45e67aab-ed8e-487b-ae78-515408b5e92d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:f7:75","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-11f7af65-f3d2-4162-99b9-91fdf9ca8b18","name":"","admin_state_up":true,"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:35:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","ip_address":"10.0.0.4"}],"id":"9202145b-612a-4d68-86f5-b231582957f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:ba:0b","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-11f7af65-f3d2-4162-99b9-91fdf9ca8b18","name":"","admin_state_up":true,"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:35:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1ccd9195-e1a8-4878-8394-588a7f2f7971","ip_address":"10.0.0.8"}],"id":"e21fe56e-2a14-4f84-8f0a-f71cc865cbc6","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:37:59","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"08363020-ade8-43ac-b333-a34d661be6fc","name":"HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1-server1_port-wjzbrkq66kgn","admin_state_up":true,"network_id":"11f7af65-f3d2-4162-99b9-91fdf9ca8b18","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:35:01Z","binding:vnic_type":"normal"}]} 2018-09-07 18:35:19,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=11f7af65-f3d2-4162-99b9-91fdf9ca8b18 used request id req-15682ec9-632d-4f77-9175-43afa2ec4972 2018-09-07 18:35:19,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:19,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:19 GMT Server: Apache x-openstack-request-id: req-7da09107-6949-4a4b-b1f0-1a1f0d512bf5 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:19,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:19 GMT Server: Apache x-openstack-request-id: req-f88ae960-f609-4682-b8b2-6a3c84370214 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 584 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e21fe56e-2a14-4f84-8f0a-f71cc865cbc6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "1ccd9195-e1a8-4878-8394-588a7f2f7971", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-07T18:34:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "11f7af65-f3d2-4162-99b9-91fdf9ca8b18", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-07T18:34:57Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:34:57Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "08363020-ade8-43ac-b333-a34d661be6fc", "resource_type": "OS::Nova::Server"}]} 2018-09-07 18:35:19,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f/resources used request id req-f88ae960-f609-4682-b8b2-6a3c84370214 2018-09-07 18:35:19,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/61d60e06-466b-4f46-895a-38f004df9d6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09e58b6b3bc17846c09f35c58a277bf064aae2c" 2018-09-07 18:35:19,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:19 GMT Server: Apache x-openstack-request-id: req-09c6a71d-d3ec-4535-9ddc-2f5442f2911d Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:20,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:35:19 GMT Server: Apache x-openstack-request-id: req-4429a828-8f65-49cf-8cc0-d1253c941029 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:35:20,083 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-stack1/61d60e06-466b-4f46-895a-38f004df9d6f used request id req-4429a828-8f65-49cf-8cc0-d1253c941029 2018-09-07 18:35:20,083 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-63ccbecb-a7df-4fed-9669-83d4547f8994-image 2018-09-07 18:35:20,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6deaba5ac76e94d5ee3da1a6bdef43694b35350f" 2018-09-07 18:35:21,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f29c490-273d-463b-b053-1acf48a6c211 Date: Fri, 07 Sep 2018 18:35:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:35:21,974 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/7698e2e0-6d94-44ff-a69e-ee71007a1b74 used request id req-0f29c490-273d-463b-b053-1acf48a6c211 2018-09-07 18:35:21,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/78c29541-f402-48be-8845-42bca376cb92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16bc3e4c3c7aa2ae1659d9685018491498d74d99" 2018-09-07 18:35:22,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-985c9f25-17e8-4b07-844e-19f501185382 x-compute-request-id: req-985c9f25-17e8-4b07-844e-19f501185382 Content-Length: 0 Content-Type: application/json 2018-09-07 18:35:22,153 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/78c29541-f402-48be-8845-42bca376cb92 used request id req-985c9f25-17e8-4b07-844e-19f501185382 2018-09-07 18:35:22,155 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:35:22,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:35:22,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:35:22,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["nZdQA29XR5WXssoY1k1c_A"], "issued_at": "2018-09-07T18:35:22.000000Z"}} 2018-09-07 18:35:22,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:22,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de700302-6efc-40ad-aabe-3f7448334e3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:35:22,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-de700302-6efc-40ad-aabe-3f7448334e3d 2018-09-07 18:35:22,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:22,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-31d1656e-e61e-49ac-be30-39951b38fd29 Date: Fri, 07 Sep 2018 18:35:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image"} 2018-09-07 18:35:22,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image used request id req-31d1656e-e61e-49ac-be30-39951b38fd29 2018-09-07 18:35:22,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:22,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e121d48f-f19d-4d7b-beae-6319b04d7fd4 Date: Fri, 07 Sep 2018 18:35:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:35:22,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-e121d48f-f19d-4d7b-beae-6319b04d7fd4 2018-09-07 18:35:22,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image"}' 2018-09-07 18:35:23,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae X-Openstack-Request-Id: req-642749ae-278c-4b79-bc10-94aafddc8605 Date: Fri, 07 Sep 2018 18:35:23 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:35:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:35:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae", "min_disk": 0, "protected": false, "id": "2671c494-ec43-4591-9c4a-61accaa962ae", "file": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:35:23,140 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-642749ae-278c-4b79-bc10-94aafddc8605 2018-09-07 18:35:23,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" -d '' 2018-09-07 18:35:25,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16951808-6571-4dcd-9370-deb26b2b0a68 Date: Fri, 07 Sep 2018 18:35:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:35:25,291 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae/file used request id req-16951808-6571-4dcd-9370-deb26b2b0a68 2018-09-07 18:35:25,291 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:35:25,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:25,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-8bbcdc61-96c6-4c65-894e-1377e04a69e9 Date: Fri, 07 Sep 2018 18:35:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:35:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:35:25Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/2671c494-ec43-4591-9c4a-61accaa962ae/snap", "metadata": {}}], "self": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae", "min_disk": 0, "protected": false, "id": "2671c494-ec43-4591-9c4a-61accaa962ae", "file": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/2671c494-ec43-4591-9c4a-61accaa962ae/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:35:25,454 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae used request id req-8bbcdc61-96c6-4c65-894e-1377e04a69e9 2018-09-07 18:35:25,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:25,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1c0e9c2-a699-4b5b-a027-594305051bb2 Date: Fri, 07 Sep 2018 18:35:25 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-07 18:35:25,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-e1c0e9c2-a699-4b5b-a027-594305051bb2 2018-09-07 18:35:25,614 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image 2018-09-07 18:35:25,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:35:25,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7702772c-e4db-434b-b36b-dc95f752e1e0 Date: Fri, 07 Sep 2018 18:35:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:35:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:35:25Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/2671c494-ec43-4591-9c4a-61accaa962ae/snap", "metadata": {}}], "self": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae", "min_disk": 0, "protected": false, "id": "2671c494-ec43-4591-9c4a-61accaa962ae", "file": "/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/2671c494-ec43-4591-9c4a-61accaa962ae/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:35:25,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae used request id req-7702772c-e4db-434b-b36b-dc95f752e1e0 2018-09-07 18:35:25,780 - create_image - DEBUG - Instance status is - active 2018-09-07 18:35:25,780 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image 2018-09-07 18:35:25,780 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image 2018-09-07 18:35:25,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:35:25,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:35:26,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["55-mDIZQT0qVJm-ldCc08A"], "issued_at": "2018-09-07T18:35:26.000000Z"}} 2018-09-07 18:35:26,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724d90a6b64d2cf2ec6566455d8438c8483a14dc" 2018-09-07 18:35:26,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b262fc-8bed-4664-877d-70bcfbf1f3df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:35:26,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-56b262fc-8bed-4664-877d-70bcfbf1f3df 2018-09-07 18:35:26,350 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:35:26,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724d90a6b64d2cf2ec6566455d8438c8483a14dc" 2018-09-07 18:35:26,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-601103e1-fde9-4ca7-9b1f-472b854ca62a x-compute-request-id: req-601103e1-fde9-4ca7-9b1f-472b854ca62a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:35:26,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-601103e1-fde9-4ca7-9b1f-472b854ca62a 2018-09-07 18:35:26,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724d90a6b64d2cf2ec6566455d8438c8483a14dc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-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-07 18:35:26,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-353b5c47-6db1-4123-893a-ae49d0cd6535 x-compute-request-id: req-353b5c47-6db1-4123-893a-ae49d0cd6535 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/6742c691-2729-4a0a-8b6d-7964acf9c05d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/6742c691-2729-4a0a-8b6d-7964acf9c05d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6742c691-2729-4a0a-8b6d-7964acf9c05d", "name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:35:26,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-353b5c47-6db1-4123-893a-ae49d0cd6535 2018-09-07 18:35:26,614 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:35:26,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:35:27,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["hbK3BX9nRcCIdEGoU133xQ"], "issued_at": "2018-09-07T18:35:27.000000Z"}} 2018-09-07 18:35:27,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-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-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}}' 2018-09-07 18:35:29,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:35:27 GMT Server: Apache x-openstack-request-id: req-f9086222-3528-4ee0-b9a4-96f67dd981fb Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}]}} 2018-09-07 18:35:29,832 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-f9086222-3528-4ee0-b9a4-96f67dd981fb 2018-09-07 18:35:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:30,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:29 GMT Server: Apache x-openstack-request-id: req-2bb7f172-d9db-42d5-ae89-a7c6c771cfc5 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:30,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:30 GMT Server: Apache x-openstack-request-id: req-25c3b400-192b-4dd7-aa8d-35ddd4b8efa7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:30,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-25c3b400-192b-4dd7-aa8d-35ddd4b8efa7 2018-09-07 18:35:30,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:30,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:30 GMT Server: Apache x-openstack-request-id: req-4eaa9d81-c935-452e-894a-858a188468dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "deletion_time": null, "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "tags": null}]} 2018-09-07 18:35:30,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1 used request id req-4eaa9d81-c935-452e-894a-858a188468dc 2018-09-07 18:35:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:31,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:30 GMT Server: Apache x-openstack-request-id: req-6dd15a1c-15fe-4602-98a8-e66171602235 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "deletion_time": null, "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "tags": null}]} 2018-09-07 18:35:31,144 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1 used request id req-6dd15a1c-15fe-4602-98a8-e66171602235 2018-09-07 18:35:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:31,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:31 GMT Server: Apache x-openstack-request-id: req-236b86db-9750-4fd5-b61c-bcb0fe9f8b7e Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:31,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:31 GMT Server: Apache x-openstack-request-id: req-6223702e-47fd-48fd-9972-cf617edf7aeb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:31,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-6223702e-47fd-48fd-9972-cf617edf7aeb 2018-09-07 18:35:31,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:32,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:31 GMT Server: Apache x-openstack-request-id: req-138b74b2-4a05-458e-80ee-4d830d95e5b5 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:33,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:32 GMT Server: Apache x-openstack-request-id: req-5500044c-66a1-4b18-ad5c-ab71486befe6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:33,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-5500044c-66a1-4b18-ad5c-ab71486befe6 2018-09-07 18:35:36,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:36,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:36 GMT Server: Apache x-openstack-request-id: req-f28e535c-4ecb-4ca0-83ca-49f516fd9989 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:36,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:36 GMT Server: Apache x-openstack-request-id: req-ddb41d6d-3fa3-40e1-b40b-d4a82e141e0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:36,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-ddb41d6d-3fa3-40e1-b40b-d4a82e141e0c 2018-09-07 18:35:39,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:39,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:39 GMT Server: Apache x-openstack-request-id: req-0d435ecd-252c-43d8-9e9b-6a8198abaf24 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:39,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:39 GMT Server: Apache x-openstack-request-id: req-98aa2fe7-ef31-4ecb-9eaa-f752a6f17bef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:39,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-98aa2fe7-ef31-4ecb-9eaa-f752a6f17bef 2018-09-07 18:35:42,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:43,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:42 GMT Server: Apache x-openstack-request-id: req-a3348a10-bdf9-4dab-8997-ee4ecc4aa87c Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:43,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:43 GMT Server: Apache x-openstack-request-id: req-da4a1c51-2459-47af-acba-3e85bb512f25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:43,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-da4a1c51-2459-47af-acba-3e85bb512f25 2018-09-07 18:35:46,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:46,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:46 GMT Server: Apache x-openstack-request-id: req-0b1b56ac-f946-41ce-bd29-2babf965f997 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:47,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:46 GMT Server: Apache x-openstack-request-id: req-e6e45808-b1ac-4183-b31f-1bb8560675fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1", "stack_user_project_id": "2380d540ef804b468952d2329a58a5e6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:35:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5f86e090-69df-4892-a2cb-9bba80fe66f1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:47,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-e6e45808-b1ac-4183-b31f-1bb8560675fe 2018-09-07 18:35:47,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-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-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}}' 2018-09-07 18:35:49,018 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:35:47 GMT Server: Apache x-openstack-request-id: req-0caf6232-7e34-48ef-8ba1-40c421b49ecc Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}]}} 2018-09-07 18:35:49,018 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-0caf6232-7e34-48ef-8ba1-40c421b49ecc 2018-09-07 18:35:49,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:49,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-17b3fac7-400b-489e-aa5f-14ea71ecdbfb Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-ef73a86d-35ff-4766-b81f-bc0d7def2eee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:49,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-ef73a86d-35ff-4766-b81f-bc0d7def2eee 2018-09-07 18:35:49,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:49,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-d7bb4d27-f18d-4229-b2fb-849bdf4a9d70 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-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "deletion_time": null, "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "tags": null}]} 2018-09-07 18:35:49,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2 used request id req-d7bb4d27-f18d-4229-b2fb-849bdf4a9d70 2018-09-07 18:35:49,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:49,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-2388e6b7-9e63-47ae-ad9b-e1aeb0535bd4 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-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "deletion_time": null, "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "updated_time": null, "project": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "tags": null}]} 2018-09-07 18:35:49,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks?stack_name=HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2 used request id req-2388e6b7-9e63-47ae-ad9b-e1aeb0535bd4 2018-09-07 18:35:49,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:49,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-56752e82-a058-4d1e-88f0-2af3a27823b7 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:49,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-bf52af64-5488-49b7-96d7-01a1c6c1dd4b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:49,713 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-bf52af64-5488-49b7-96d7-01a1c6c1dd4b 2018-09-07 18:35:49,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:50,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:49 GMT Server: Apache x-openstack-request-id: req-2cc31da7-15cc-416c-a5b9-a5b9277a480a Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:50,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:50 GMT Server: Apache x-openstack-request-id: req-042c9f18-f087-445b-93fb-c6604edc504f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:50,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-042c9f18-f087-445b-93fb-c6604edc504f 2018-09-07 18:35:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:53,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:53 GMT Server: Apache x-openstack-request-id: req-4b962067-7a67-40c9-b4e3-5767afb94b49 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:53,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:53 GMT Server: Apache x-openstack-request-id: req-ee462a57-235c-42b6-ab5f-6e5099fd7f0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:53,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-ee462a57-235c-42b6-ab5f-6e5099fd7f0c 2018-09-07 18:35:56,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:35:56,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:56 GMT Server: Apache x-openstack-request-id: req-a625b827-d0da-4772-b066-ed3710a1115c Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:35:56,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:35:56 GMT Server: Apache x-openstack-request-id: req-d82d57e5-0ca0-4b30-ae6d-6f3a8415eb6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:35:56,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-d82d57e5-0ca0-4b30-ae6d-6f3a8415eb6e 2018-09-07 18:35:59,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:00,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:35:59 GMT Server: Apache x-openstack-request-id: req-01e3061b-32ab-4ad4-a9c9-bddb8af6a848 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:00,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:00 GMT Server: Apache x-openstack-request-id: req-3a6eec20-375a-4ebf-9fbf-565df451342b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:00,616 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-3a6eec20-375a-4ebf-9fbf-565df451342b 2018-09-07 18:36:03,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:03,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:03 GMT Server: Apache x-openstack-request-id: req-10143690-4f74-406a-850d-c5b2e2f87e12 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:03,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:03 GMT Server: Apache x-openstack-request-id: req-3217aaa7-98d4-4fab-ad32-ec6e0c5b1923 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:03,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-3217aaa7-98d4-4fab-ad32-ec6e0c5b1923 2018-09-07 18:36:06,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:06,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:06 GMT Server: Apache x-openstack-request-id: req-ad088a4d-69ce-490f-ad6f-7f33d4b75b4b Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:07,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:06 GMT Server: Apache x-openstack-request-id: req-37311568-1506-4f2b-8027-ed6ed2e7c160 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:07,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-37311568-1506-4f2b-8027-ed6ed2e7c160 2018-09-07 18:36:10,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:10,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:10 GMT Server: Apache x-openstack-request-id: req-4366de37-d395-4a5f-b69c-50e62a862525 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:10,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:10 GMT Server: Apache x-openstack-request-id: req-2c83cf3e-9de5-4414-96db-e2b1fbb281a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:10,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-2c83cf3e-9de5-4414-96db-e2b1fbb281a0 2018-09-07 18:36:13,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:14,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:13 GMT Server: Apache x-openstack-request-id: req-2192b2e4-d4c4-47cc-ba3e-04ac293dbaf8 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:14,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:14 GMT Server: Apache x-openstack-request-id: req-224b6687-361e-4e7f-81a8-d118ee4c3b70 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:14,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-224b6687-361e-4e7f-81a8-d118ee4c3b70 2018-09-07 18:36:17,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:17,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:17 GMT Server: Apache x-openstack-request-id: req-d8412280-e011-42e1-bbd7-a924324f1bb7 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:17,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:17 GMT Server: Apache x-openstack-request-id: req-a06c0309-5682-4c84-8403-f0df556039c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:17,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-a06c0309-5682-4c84-8403-f0df556039c8 2018-09-07 18:36:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:21,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:20 GMT Server: Apache x-openstack-request-id: req-15698054-ddb2-483e-b5f3-80ff3ff1f9bf Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:21,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:21 GMT Server: Apache x-openstack-request-id: req-ad3459d4-9c7d-48a1-95dd-a0819fe6009c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:21,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-ad3459d4-9c7d-48a1-95dd-a0819fe6009c 2018-09-07 18:36:24,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:24,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:24 GMT Server: Apache x-openstack-request-id: req-23fbc908-119b-49c2-8a26-0d63b11d9cbf Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:24,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:24 GMT Server: Apache x-openstack-request-id: req-d41f7088-f531-4baa-aca2-cd803fcdbe3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:24,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-d41f7088-f531-4baa-aca2-cd803fcdbe3e 2018-09-07 18:36:27,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:27,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:27 GMT Server: Apache x-openstack-request-id: req-b20c9ace-c315-45d4-85ad-3993ac883386 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:27,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:27 GMT Server: Apache x-openstack-request-id: req-32eaf5ef-719f-40aa-8977-723dfd4074a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:27,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-32eaf5ef-719f-40aa-8977-723dfd4074a0 2018-09-07 18:36:30,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:30,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:30 GMT Server: Apache x-openstack-request-id: req-382b9056-72a2-47bc-99b3-72990b999519 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:30,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:30 GMT Server: Apache x-openstack-request-id: req-b6ce32da-eac4-4936-89cd-b1334b749a78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:30,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-b6ce32da-eac4-4936-89cd-b1334b749a78 2018-09-07 18:36:33,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:33,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-a2f51a88-3c08-4832-a2f4-074e876831d3 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:33,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-30550b52-4965-4dc7-8a84-eab094cc8ceb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image", "inst_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2", "stack_user_project_id": "14c1c8324e7144ab95f018b3fa8c32d8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:35:48Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "309e5f2b-fed2-46ae-bb37-31e8b2df8140", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-07 18:36:33,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-30550b52-4965-4dc7-8a84-eab094cc8ceb 2018-09-07 18:36:33,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/5f86e090-69df-4892-a2cb-9bba80fe66f1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:33,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-41507580-f71a-4dbc-8fdf-fa36156281f9 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:33,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-345d2119-6945-49eb-9091-20a14f33eedd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:36:33,754 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack1/5f86e090-69df-4892-a2cb-9bba80fe66f1 used request id req-345d2119-6945-49eb-9091-20a14f33eedd 2018-09-07 18:36:33,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/309e5f2b-fed2-46ae-bb37-31e8b2df8140 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9d5627850c0682e7c32f6bfd7f76addd8ce58c7" 2018-09-07 18:36:33,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-1e14e522-fd8a-4a82-9b33-940133e2f2a4 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:34,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:36:33 GMT Server: Apache x-openstack-request-id: req-ae7e5788-5610-4ae0-a79f-aa949a28049c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:36:34,004 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-stack2/309e5f2b-fed2-46ae-bb37-31e8b2df8140 used request id req-ae7e5788-5610-4ae0-a79f-aa949a28049c 2018-09-07 18:36:34,004 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-342257fd-64d8-4198-b2d4-2dac39597b3e-image 2018-09-07 18:36:34,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}001e84b9c7fb5c100d5f86bd9851546c984d6c62" 2018-09-07 18:36:35,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a549128-79f5-4b40-ac77-ea52f89ba13f Date: Fri, 07 Sep 2018 18:36: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-07 18:36:35,936 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/2671c494-ec43-4591-9c4a-61accaa962ae used request id req-5a549128-79f5-4b40-ac77-ea52f89ba13f 2018-09-07 18:36:35,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/6742c691-2729-4a0a-8b6d-7964acf9c05d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724d90a6b64d2cf2ec6566455d8438c8483a14dc" 2018-09-07 18:36:36,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:36: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-e5670085-67ef-438e-9be9-2a6ea246cf5e x-compute-request-id: req-e5670085-67ef-438e-9be9-2a6ea246cf5e Content-Length: 0 Content-Type: application/json 2018-09-07 18:36:36,020 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/6742c691-2729-4a0a-8b6d-7964acf9c05d used request id req-e5670085-67ef-438e-9be9-2a6ea246cf5e 2018-09-07 18:36:36,022 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:36:36,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:36:36,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:36:36,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["iErew6f_SeOk4i56OIWbYQ"], "issued_at": "2018-09-07T18:36:36.000000Z"}} 2018-09-07 18:36:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:36,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3515e689-c7cd-408a-8d5d-96f1e145a032 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:36:36,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-3515e689-c7cd-408a-8d5d-96f1e145a032 2018-09-07 18:36:36,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:36,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-0cae825f-5ad6-496b-9438-dd6ba2945bd2 Date: Fri, 07 Sep 2018 18:36:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"} 2018-09-07 18:36:36,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 used request id req-0cae825f-5ad6-496b-9438-dd6ba2945bd2 2018-09-07 18:36:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:36,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0b213076-44fe-428f-841c-ded564aefab6 Date: Fri, 07 Sep 2018 18:36: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-07 18:36:36,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-0b213076-44fe-428f-841c-ded564aefab6 2018-09-07 18:36:36,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}' 2018-09-07 18:36:37,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db X-Openstack-Request-Id: req-a35bb192-bee1-4217-96c4-b049fbf45e1b Date: Fri, 07 Sep 2018 18:36:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "min_disk": 0, "protected": false, "id": "1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "file": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:37,031 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a35bb192-bee1-4217-96c4-b049fbf45e1b 2018-09-07 18:36:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" -d '' 2018-09-07 18:36:39,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74809fa1-c83b-4555-bea7-c656e3c919b7 Date: Fri, 07 Sep 2018 18:36: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-07 18:36:39,195 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file used request id req-74809fa1-c83b-4555-bea7-c656e3c919b7 2018-09-07 18:36:39,196 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:36:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:39,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-78bef5f7-cf33-46be-9289-f9071e390ecd Date: Fri, 07 Sep 2018 18:36:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:39Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "metadata": {}}], "self": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "min_disk": 0, "protected": false, "id": "1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "file": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:39,365 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db used request id req-78bef5f7-cf33-46be-9289-f9071e390ecd 2018-09-07 18:36:39,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:39,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4c612bb1-aca4-41b9-a379-aca988a49315 Date: Fri, 07 Sep 2018 18:36: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-07 18:36:39,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-4c612bb1-aca4-41b9-a379-aca988a49315 2018-09-07 18:36:39,527 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 2018-09-07 18:36:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:36:39,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-6e11cf51-e994-4ecc-91c4-c0ea62abbb34 Date: Fri, 07 Sep 2018 18:36:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:39Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "metadata": {}}], "self": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "min_disk": 0, "protected": false, "id": "1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "file": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:39,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db used request id req-6e11cf51-e994-4ecc-91c4-c0ea62abbb34 2018-09-07 18:36:39,557 - create_image - DEBUG - Instance status is - active 2018-09-07 18:36:39,557 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 2018-09-07 18:36:39,557 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 2018-09-07 18:36:39,557 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:36:39,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:36:39,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:36:39,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["QooZ7_vwQV2Bo89LHNF7pg"], "issued_at": "2018-09-07T18:36:39.000000Z"}} 2018-09-07 18:36:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:40,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f88991-fb01-45a5-a130-976e62091edc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:36:40,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-41f88991-fb01-45a5-a130-976e62091edc 2018-09-07 18:36:40,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:40,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-17bc1159-6861-436e-969f-1bc62af44d88 Date: Fri, 07 Sep 2018 18:36:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2"} 2018-09-07 18:36:40,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 used request id req-17bc1159-6861-436e-969f-1bc62af44d88 2018-09-07 18:36:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:40,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6b10091-1fb6-48d0-a7fe-c647946ab562 Date: Fri, 07 Sep 2018 18:36:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:36:40,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-a6b10091-1fb6-48d0-a7fe-c647946ab562 2018-09-07 18:36:40,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2"}' 2018-09-07 18:36:40,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 X-Openstack-Request-Id: req-6e7d1d9d-a40f-481a-98bd-92cefd27732c Date: Fri, 07 Sep 2018 18:36:40 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "min_disk": 0, "protected": false, "id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "file": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file", "checksum": null, "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:40,681 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-6e7d1d9d-a40f-481a-98bd-92cefd27732c 2018-09-07 18:36:40,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" -d '' 2018-09-07 18:36:42,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-690dfa3b-d878-4952-be79-4ebd8a29a8e9 Date: Fri, 07 Sep 2018 18:36: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-07 18:36:42,177 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file used request id req-690dfa3b-d878-4952-be79-4ebd8a29a8e9 2018-09-07 18:36:42,178 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:36:42,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:42,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-0918eacf-7852-4c04-a792-87b545f345ac Date: Fri, 07 Sep 2018 18:36:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:42Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "metadata": {}}], "self": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "min_disk": 0, "protected": false, "id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "file": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:42,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 used request id req-0918eacf-7852-4c04-a792-87b545f345ac 2018-09-07 18:36:42,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:42,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6219a611-ca46-475c-8596-00408ddea0df Date: Fri, 07 Sep 2018 18:36: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-07 18:36:42,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-6219a611-ca46-475c-8596-00408ddea0df 2018-09-07 18:36:42,498 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 2018-09-07 18:36:42,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:36:42,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5f1ab153-ce4f-4552-94c3-df3513bf8a85 Date: Fri, 07 Sep 2018 18:36:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:42Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "metadata": {}}], "self": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "min_disk": 0, "protected": false, "id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "file": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:36:42,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 used request id req-5f1ab153-ce4f-4552-94c3-df3513bf8a85 2018-09-07 18:36:42,659 - create_image - DEBUG - Instance status is - active 2018-09-07 18:36:42,659 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 2018-09-07 18:36:42,659 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 2018-09-07 18:36:42,659 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:36:42,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:36:43,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Ol1BelA4S9KCkGFfeY2w3g"], "issued_at": "2018-09-07T18:36:43.000000Z"}} 2018-09-07 18:36:43,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net"}}' 2018-09-07 18:36:46,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:36:43 GMT Server: Apache x-openstack-request-id: req-7ebf2755-a0f1-4af2-ab4b-c03bb9b15a26 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}]}} 2018-09-07 18:36:46,524 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-7ebf2755-a0f1-4af2-ab4b-c03bb9b15a26 2018-09-07 18:36:46,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:36:46,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:46 GMT Server: Apache x-openstack-request-id: req-d0f567bc-3494-48bd-9017-92ac2d52ad20 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:46,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:46 GMT Server: Apache x-openstack-request-id: req-1bd64397-a025-420a-8a64-f144b2a09f16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:36:46,900 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-1bd64397-a025-420a-8a64-f144b2a09f16 2018-09-07 18:36:46,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:36:47,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:46 GMT Server: Apache x-openstack-request-id: req-cbba3294-ef3a-4442-a62b-deba1245f6e1 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:47,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:47 GMT Server: Apache x-openstack-request-id: req-916817d7-2c7f-4f89-9a3a-e81bc768954f 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:36:47,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-916817d7-2c7f-4f89-9a3a-e81bc768954f 2018-09-07 18:36:50,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:36:50,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:50 GMT Server: Apache x-openstack-request-id: req-b8cabcdb-2531-47c2-bec1-e32a49d2e1b5 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:51,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:50 GMT Server: Apache x-openstack-request-id: req-1cc227c3-aee7-4804-b9d3-afc9cc08ccd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:36:51,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-1cc227c3-aee7-4804-b9d3-afc9cc08ccd6 2018-09-07 18:36:54,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:36:54,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:54 GMT Server: Apache x-openstack-request-id: req-2da1a553-b5ad-4cc6-a924-ff7a633c652d Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:54,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:54 GMT Server: Apache x-openstack-request-id: req-f956da30-b2b2-4cc0-9d98-6db9852cf207 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:36:54,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-f956da30-b2b2-4cc0-9d98-6db9852cf207 2018-09-07 18:36:57,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:36:58,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:36:57 GMT Server: Apache x-openstack-request-id: req-312c45bd-7510-4b10-9e2f-81c5ee5cf63d Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:36:58,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:36:58 GMT Server: Apache x-openstack-request-id: req-b0d95190-df60-4425-a49b-932b3d614681 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:36:58,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-b0d95190-df60-4425-a49b-932b3d614681 2018-09-07 18:37:01,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:01,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:01 GMT Server: Apache x-openstack-request-id: req-531115c1-98f8-41c7-bb88-939480cbb480 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:02,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:01 GMT Server: Apache x-openstack-request-id: req-9b3c0b89-e2e4-4199-a668-11a11afbcd77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:02,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-9b3c0b89-e2e4-4199-a668-11a11afbcd77 2018-09-07 18:37:05,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:05,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:05 GMT Server: Apache x-openstack-request-id: req-38630950-1f26-4769-a1fa-f6d94a344086 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:05,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:05 GMT Server: Apache x-openstack-request-id: req-0d14aba5-074a-493a-9a8c-b7856fc6e5e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:05,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-0d14aba5-074a-493a-9a8c-b7856fc6e5e6 2018-09-07 18:37:08,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:09,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:08 GMT Server: Apache x-openstack-request-id: req-a5ea7cb7-798a-46dd-ad86-8ebcfbe2fff4 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:09,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:09 GMT Server: Apache x-openstack-request-id: req-605ecb37-d7b1-4203-83e3-3f893f5e22cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:09,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-605ecb37-d7b1-4203-83e3-3f893f5e22cd 2018-09-07 18:37:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:09,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:09 GMT Server: Apache x-openstack-request-id: req-23f8ffd6-ce7e-416d-9980-aa3666cb64f0 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:10,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:09 GMT Server: Apache x-openstack-request-id: req-2a4e9812-16fb-4012-ab62-274ba6c30991 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1040 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2ea962bc-33ae-47c1-97c1-a717519d28a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3ff316b6-c8eb-4189-bebb-2d24203e0d72", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/network", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "734ab450-169d-4176-8aab-d4fa9a7f3327", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63a5ea92-901e-40ee-a780-b55cdcc52e9a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f5c8499-56b2-4a40-8889-f545db475c45", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed:subnet_id=d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7af27764-5f6f-4183-8952-f427294e4b09", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8300e04-fa60-4ae5-8b15-6c137c6c8023", "resource_type": "OS::Neutron::Port"}]} 2018-09-07 18:37:10,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources used request id req-2a4e9812-16fb-4012-ab62-274ba6c30991 2018-09-07 18:37:10,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:10,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:10 GMT Server: Apache x-openstack-request-id: req-da6bce8f-ec7e-4232-9fbb-9772a9221897 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:10,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:10 GMT Server: Apache x-openstack-request-id: req-9f55febf-5546-48e9-8613-7a899004ebe7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:10,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-9f55febf-5546-48e9-8613-7a899004ebe7 2018-09-07 18:37:10,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:10,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:10 GMT Server: Apache x-openstack-request-id: req-528b6786-2f12-4db5-a1b5-216d50af36c5 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:10,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:10 GMT Server: Apache x-openstack-request-id: req-8b46c20c-9fd6-4a17-91f1-82a34f201822 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2ea962bc-33ae-47c1-97c1-a717519d28a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3ff316b6-c8eb-4189-bebb-2d24203e0d72", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/network", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "734ab450-169d-4176-8aab-d4fa9a7f3327", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63a5ea92-901e-40ee-a780-b55cdcc52e9a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f5c8499-56b2-4a40-8889-f545db475c45", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed:subnet_id=d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7af27764-5f6f-4183-8952-f427294e4b09", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8300e04-fa60-4ae5-8b15-6c137c6c8023", "resource_type": "OS::Neutron::Port"}]} 2018-09-07 18:37:10,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources used request id req-8b46c20c-9fd6-4a17-91f1-82a34f201822 2018-09-07 18:37:10,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:10,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-35d5ed15-9f23-4749-9a5c-dd8eb43db6fb Date: Fri, 07 Sep 2018 18:37:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"734ab450-169d-4176-8aab-d4fa9a7f3327","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["d8ad7570-5c4f-4487-9ede-bf3c0fe81a59"],"description":"","tags":[],"updated_at":"2018-09-07T18:36:52Z","provider:segmentation_id":31,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:37:10,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-35d5ed15-9f23-4749-9a5c-dd8eb43db6fb 2018-09-07 18:37:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:10,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d520db3e-4554-456e-a499-d70b0a015bbc Date: Fri, 07 Sep 2018 18:37:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:36:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet"}]} 2018-09-07 18:37:10,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-d520db3e-4554-456e-a499-d70b0a015bbc 2018-09-07 18:37:10,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5c594e6f-613a-41ab-afa4-a8a724ad964e Date: Fri, 07 Sep 2018 18:37:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:36:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet"}]} 2018-09-07 18:37:11,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-5c594e6f-613a-41ab-afa4-a8a724ad964e 2018-09-07 18:37:11,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:37:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5d77ff-e0c2-47cf-92cf-91e37e679e5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:37:11,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5b5d77ff-e0c2-47cf-92cf-91e37e679e5f 2018-09-07 18:37:11,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:11 GMT Server: Apache x-openstack-request-id: req-c5baebb6-5abd-4d8a-b0ea-2788929d655a Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:11,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:11 GMT Server: Apache x-openstack-request-id: req-154dac05-d16e-4dc3-97f3-4b851c71b5fc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1040 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2ea962bc-33ae-47c1-97c1-a717519d28a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3ff316b6-c8eb-4189-bebb-2d24203e0d72", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/network", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "734ab450-169d-4176-8aab-d4fa9a7f3327", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63a5ea92-901e-40ee-a780-b55cdcc52e9a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f5c8499-56b2-4a40-8889-f545db475c45", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed:subnet_id=d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7af27764-5f6f-4183-8952-f427294e4b09", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8300e04-fa60-4ae5-8b15-6c137c6c8023", "resource_type": "OS::Neutron::Port"}]} 2018-09-07 18:37:11,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources used request id req-154dac05-d16e-4dc3-97f3-4b851c71b5fc 2018-09-07 18:37:11,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/7af27764-5f6f-4183-8952-f427294e4b09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e697db03-15d3-44f8-98a8-cae9cec91cb2 x-compute-request-id: req-e697db03-15d3-44f8-98a8-cae9cec91cb2 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:15:3f", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:da:15:3f", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7af27764-5f6f-4183-8952-f427294e4b09", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7af27764-5f6f-4183-8952-f427294e4b09", "rel": "bookmark"}], "image": {"id": "1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "links": [{"href": "http://172.30.9.25:8774/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-09-07T18:37:03.000000", "flavor": {"id": "3ff316b6-c8eb-4189-bebb-2d24203e0d72", "links": [{"href": "http://172.30.9.25:8774/flavors/3ff316b6-c8eb-4189-bebb-2d24203e0d72", "rel": "bookmark"}]}, "id": "7af27764-5f6f-4183-8952-f427294e4b09", "security_groups": [{"name": "security_group_name"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:37:04Z", "hostId": "2d49761e42044b0a34da2c123dca3f8fbab8e382b680a31ea75a02a7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "created": "2018-09-07T18:36:58Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:37:11,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/7af27764-5f6f-4183-8952-f427294e4b09 used request id req-e697db03-15d3-44f8-98a8-cae9cec91cb2 2018-09-07 18:37:11,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3b5ca850-43b7-4abe-a360-6ed581a83306 Date: Fri, 07 Sep 2018 18:37:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"734ab450-169d-4176-8aab-d4fa9a7f3327","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["d8ad7570-5c4f-4487-9ede-bf3c0fe81a59"],"description":"","tags":[],"updated_at":"2018-09-07T18:36:52Z","provider:segmentation_id":31,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:37:11,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net used request id req-3b5ca850-43b7-4abe-a360-6ed581a83306 2018-09-07 18:37:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:37:11,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:37: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:37:11,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:11,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ff99fd-068a-4977-821c-1ca5d8772f33 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:37:11,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-23ff99fd-068a-4977-821c-1ca5d8772f33 2018-09-07 18:37:11,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-05f8c498-4462-4867-9103-f881307afd0b Date: Fri, 07 Sep 2018 18:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:36:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet"}]} 2018-09-07 18:37:12,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-05f8c498-4462-4867-9103-f881307afd0b 2018-09-07 18:37:12,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-620e9099-4e8a-4035-a0a5-ec6424db6c69 Date: Fri, 07 Sep 2018 18:37:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.4"}],"id":"07415cf0-fd6c-445a-a5d0-4256de3e1f0f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:73:8e","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.3"}],"id":"1bd24a40-24b4-4fe2-85ed-1ffb49028d46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:9f:5a","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.13"}],"id":"34e3ddef-a070-4f9d-b38d-56cdb4ef02fd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:83:b0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f5cc5b4e-eec6-4be3-a4bc-27f685813f68","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.1"}],"id":"53ff97e4-6f0d-48d3-9e88-dc751f990efb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:29:84","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8313c078-9836-4df2-ab33-b1feb51e71ed","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:37:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.14"}],"id":"a8300e04-fa60-4ae5-8b15-6c137c6c8023","security_groups":["63a5ea92-901e-40ee-a780-b55cdcc52e9a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:15:3f","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"7af27764-5f6f-4183-8952-f427294e4b09","name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack-port1-nwutdtth7bf5","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.2"}],"id":"d3093434-af93-41d5-8122-dfaa114834ad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:53:03","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","binding:vnic_type":"normal"}]} 2018-09-07 18:37:12,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-620e9099-4e8a-4035-a0a5-ec6424db6c69 2018-09-07 18:37:12,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/f5cc5b4e-eec6-4be3-a4bc-27f685813f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-92e71467-d804-41d1-ab09-7ed130898cfd x-compute-request-id: req-92e71467-d804-41d1-ab09-7ed130898cfd Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:83:b0", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "rel": "bookmark"}], "image": {"id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "links": [{"href": "http://172.30.9.25:8774/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-SRV-USG:launched_at": "2018-09-07T18:37:00.000000", "flavor": {"id": "2ea962bc-33ae-47c1-97c1-a717519d28a7", "links": [{"href": "http://172.30.9.25:8774/flavors/2ea962bc-33ae-47c1-97c1-a717519d28a7", "rel": "bookmark"}]}, "id": "f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "security_groups": [{"name": "default"}], "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "OS-DCF: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-07T18:37:01Z", "hostId": "658ed88c484a80d288443df5121325dc9d6733a38b55b38827d759be", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "created": "2018-09-07T18:36:55Z", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:37:12,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f5cc5b4e-eec6-4be3-a4bc-27f685813f68 used request id req-92e71467-d804-41d1-ab09-7ed130898cfd 2018-09-07 18:37:12,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-588d6fe6-4dda-4458-8627-59f727e01d93 Date: Fri, 07 Sep 2018 18:37:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"734ab450-169d-4176-8aab-d4fa9a7f3327","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","subnets":["d8ad7570-5c4f-4487-9ede-bf3c0fe81a59"],"description":"","tags":[],"updated_at":"2018-09-07T18:36:52Z","provider:segmentation_id":31,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net","admin_state_up":true,"tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:37:12,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net used request id req-588d6fe6-4dda-4458-8627-59f727e01d93 2018-09-07 18:37:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa624b73-7f05-4127-b500-189c8d101a6a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:37:12,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-fa624b73-7f05-4127-b500-189c8d101a6a 2018-09-07 18:37:12,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6994543c-5569-4e66-ae84-7c9d92d91224 Date: Fri, 07 Sep 2018 18:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","dns_nameservers":[],"updated_at":"2018-09-07T18:36:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet"}]} 2018-09-07 18:37:12,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-6994543c-5569-4e66-ae84-7c9d92d91224 2018-09-07 18:37:12,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-bb00a555-cf3a-4ce0-a57a-750f091b5191 Date: Fri, 07 Sep 2018 18:37:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.4"}],"id":"07415cf0-fd6c-445a-a5d0-4256de3e1f0f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:73:8e","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.3"}],"id":"1bd24a40-24b4-4fe2-85ed-1ffb49028d46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:9f:5a","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.13"}],"id":"34e3ddef-a070-4f9d-b38d-56cdb4ef02fd","security_groups":["426e77ad-045d-4239-8fdf-1173a9a4eac3"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:83:b0","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f5cc5b4e-eec6-4be3-a4bc-27f685813f68","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:54Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.1"}],"id":"53ff97e4-6f0d-48d3-9e88-dc751f990efb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:29:84","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8313c078-9836-4df2-ab33-b1feb51e71ed","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:37:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.14"}],"id":"a8300e04-fa60-4ae5-8b15-6c137c6c8023","security_groups":["63a5ea92-901e-40ee-a780-b55cdcc52e9a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:15:3f","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"7af27764-5f6f-4183-8952-f427294e4b09","name":"HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack-port1-nwutdtth7bf5","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:36:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d8ad7570-5c4f-4487-9ede-bf3c0fe81a59","ip_address":"10.1.2.2"}],"id":"d3093434-af93-41d5-8122-dfaa114834ad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:53:03","project_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-734ab450-169d-4176-8aab-d4fa9a7f3327","name":"","admin_state_up":true,"network_id":"734ab450-169d-4176-8aab-d4fa9a7f3327","tenant_id":"ef3c57c6b7674c1b8ae62ba64b6f49a9","created_at":"2018-09-07T18:36:52Z","binding:vnic_type":"normal"}]} 2018-09-07 18:37:12,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=734ab450-169d-4176-8aab-d4fa9a7f3327 used request id req-bb00a555-cf3a-4ce0-a57a-750f091b5191 2018-09-07 18:37:12,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:12,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:12 GMT Server: Apache x-openstack-request-id: req-eac78b16-8ee7-4e43-8c96-984da9740e82 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:13,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:12 GMT Server: Apache x-openstack-request-id: req-2224b35e-377b-49b0-9441-9911a3d69651 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1037 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2ea962bc-33ae-47c1-97c1-a717519d28a7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3ff316b6-c8eb-4189-bebb-2d24203e0d72", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/network", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "734ab450-169d-4176-8aab-d4fa9a7f3327", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "63a5ea92-901e-40ee-a780-b55cdcc52e9a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "4f5c8499-56b2-4a40-8889-f545db475c45", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "51", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed:subnet_id=d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d8ad7570-5c4f-4487-9ede-bf3c0fe81a59", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8313c078-9836-4df2-ab33-b1feb51e71ed", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7af27764-5f6f-4183-8952-f427294e4b09", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f5cc5b4e-eec6-4be3-a4bc-27f685813f68", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources/port1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-07T18:36:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:36:46Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8300e04-fa60-4ae5-8b15-6c137c6c8023", "resource_type": "OS::Neutron::Port"}]} 2018-09-07 18:37:13,095 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0/resources used request id req-2224b35e-377b-49b0-9441-9911a3d69651 2018-09-07 18:37:13,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-85638339-09c0-4490-973c-d1317be51878 Date: Fri, 07 Sep 2018 18:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:39Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "metadata": {}}], "self": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "min_disk": 0, "protected": false, "id": "1d8eb1f1-2d48-45c3-ab52-ed29410b83db", "file": "/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:37:13,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db used request id req-85638339-09c0-4490-973c-d1317be51878 2018-09-07 18:37:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-daf25903-cff5-484d-a23c-4db02079be56 Date: Fri, 07 Sep 2018 18:37:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:37:13,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-daf25903-cff5-484d-a23c-4db02079be56 2018-09-07 18:37:13,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-8e6d8e78-dc7c-4a67-8735-d49da1797627 Date: Fri, 07 Sep 2018 18:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:42Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "metadata": {}}], "self": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "min_disk": 0, "protected": false, "id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "file": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:37:13,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 used request id req-8e6d8e78-dc7c-4a67-8735-d49da1797627 2018-09-07 18:37:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-1d086ffb-1c6e-4494-9dda-328a067b4280 Date: Fri, 07 Sep 2018 18:37:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:36:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:36:42Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "metadata": {}}], "self": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150", "min_disk": 0, "protected": false, "id": "15546cdf-29f8-4f5a-a1d4-38dd6383a150", "file": "/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:37:13,454 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 used request id req-1d086ffb-1c6e-4494-9dda-328a067b4280 2018-09-07 18:37:13,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:13 GMT Server: Apache x-openstack-request-id: req-9e454b60-95e4-493a-a541-13a1350aff7a Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:13,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:13 GMT Server: Apache x-openstack-request-id: req-a1f23ff4-ef49-48b1-8bb0-352bc5bdf493 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:13,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-a1f23ff4-ef49-48b1-8bb0-352bc5bdf493 2018-09-07 18:37:13,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:13,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:13 GMT Server: Apache x-openstack-request-id: req-c56b3f89-fd82-4197-b8e0-95c25c87e2f1 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:14,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:13 GMT Server: Apache x-openstack-request-id: req-f52a59bd-b61e-45ec-be52-ffcee37eebed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Gi4HKvqEavts4PV9/B0SjrtN/PotxbCsL6Re/p9BvsWy/Kb\nGlrt8pcILMXYjqAT7DQtk0o54Wek2zgdjLOA7MbbkA2WWoTudb/KVLhQQmyYu344\ndXRFpaELkMUsfR6tW0g2f4foZJtqyCy1O6shCHBOTLnG6GvtvMsfZFHew6540SGy\n/iQEtKsmOvEmXG1F6Mth6i6F3gowobGB9+oL35qz+sNC+voXXt8bgWTgXGq2KSzC\nZxrzDvl47CcTDkiZo894ktF+2vFo7PV4pQVcBf9QWdzVYvmv9BAXcWtGgnUJ/I6y\nkpSsVrUo8u3iKRvuK7fVYVgJWEvbDQsL5fPI5wIDAQABAoIBAQCyOJsZibpFGm3P\nkfIscShBQlsR+jcMOx6K3qyzBOZeTeKUzgbtZs0NIzMOdrJWZXYkDArdZiBRLbzA\n6x/57pdV5Ehmy/fDuOHjN/viryuTYiLKU4ochy34Edw+FR+Sb+V3pi1UqfiF8JJE\nVFc3i4RYHxIWctgycfl/9YQG2ixR0RrWhGjT5oQr2XTd2M09g7ZPEDbJr+FOGBuq\nZmh8sG3A1l7tQhM22Gw9okQavX7Vaw1fCIYWBrsBjVlmzzWHJL7Jgj4gUyu7NhkN\ndFBb9xQGpEW0xwqn9ePOmY5LgXhKX/xYMB+hPTtQEkPYM7lbPo5R5KrWK0zUPRrV\nskjYK1/hAoGBAOj9UoGFg+ioS/RqL1xdVwkWafPdeEYysoQtwBSrMtwaTFNyIpGo\n9uh5JhRxH67xW1gxAQjrPWORDfqQra8mcbQlH5EN7gmTkyp57VMW15/12rvHoe20\n3VCcp6G7N2Ckdre0ckPMqGHcmyYNflyR78FpyLWhIyVe3CTHYmOfMCy7AoGBAOT9\n7aLl+4VV2hDyzqNS21Ax7aLFqSJtFeOC5dkWJzJ4F0DjsAUp1dsrKSamb23iEi+3\nD7DwgY88GtbmTBNkKmfxK7Z3kBFAH9PpPcPNZm5BeWT4MvpSS3VykkK2JiP44zsY\nM5CpCDUAjaawDHc3NjeJHWI+30aIPInEv9BVlMfFAoGAYtpITUf2xZnSUCtVWN0J\ndoOaBKvswev0rfwzSRGyDIzj4WvFmwOTbuMn8vhkNveUiACSrdQRQdNjmPIVnwCy\nsXomwIamfk2s3RLKTLyeU/IeEhoLbC2W0QMGZKpoPorJC/x1lqqYrpzI/wYunNwW\nW3uketuZa9upj7lA13/NEs0CgYEAiMP4eEBvtrUN5u196SIFhqIrUfpICB2q4xU8\n/ikzA/uht8nFSXAxIBNpIoJpLvHE9uaY4o7ico/tX8hwS2yZvzbVaseCLitkVwaJ\nMzasJNHKFToACG26T807+cgcg4OVA6hys8Wg9zb7Y0DmURWSthyYhiMS62dW8Nmn\nzmAu2hkCgYEA2BHS7yZ391BgYrJZ8uh/Vivb1HWYo0KbYW40boHy/krOqA/NsRNh\nIcpJfTTluxmZR0y8wo7pKpRN3hFWhkyy++AfGj1fFhpkVa5fWwyQX7rZHEwcM1Hx\npBBFx3f3orhHFiTWV5RRX0W84xT77HgGy47AIq2v3x27AOKiNZZqQi4=\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-07 18:37:14,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-f52a59bd-b61e-45ec-be52-ffcee37eebed 2018-09-07 18:37:14,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:14,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:14 GMT Server: Apache x-openstack-request-id: req-bbaee50c-952c-46ec-89eb-f429fc3db59c Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:14,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:37:14 GMT Server: Apache x-openstack-request-id: req-b1a99505-e368-4b56-883e-c2fd0a1a4c89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:37:14,532 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-b1a99505-e368-4b56-883e-c2fd0a1a4c89 2018-09-07 18:37:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:14,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:14 GMT Server: Apache x-openstack-request-id: req-9fad109c-7e07-4bad-8445-0c8f3a48134d Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:15,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:14 GMT Server: Apache x-openstack-request-id: req-795d6854-9eaf-4400-8860-073f22f1b902 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:15,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-795d6854-9eaf-4400-8860-073f22f1b902 2018-09-07 18:37:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:18,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:18 GMT Server: Apache x-openstack-request-id: req-45b4281b-cd5c-4ca6-805d-f8df04dc96cc Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:19,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:18 GMT Server: Apache x-openstack-request-id: req-efcef3c2-91a6-4950-8a52-2afac46ba029 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:19,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-efcef3c2-91a6-4950-8a52-2afac46ba029 2018-09-07 18:37:22,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:22,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:22 GMT Server: Apache x-openstack-request-id: req-438ce0c5-70e2-42f2-b2fa-366b093e897e Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:22,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:22 GMT Server: Apache x-openstack-request-id: req-efb09892-ca33-448c-a5a5-ef17617e36ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:22,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-efb09892-ca33-448c-a5a5-ef17617e36ba 2018-09-07 18:37:25,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:25,130 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:25 GMT Server: Apache x-openstack-request-id: req-5abf5aac-98b7-4014-80c4-9dce4e1a0cb4 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:25,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:25 GMT Server: Apache x-openstack-request-id: req-4808e48c-e3ba-4cf1-932e-666b3b36f50a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:25,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-4808e48c-e3ba-4cf1-932e-666b3b36f50a 2018-09-07 18:37:28,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:28,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:28 GMT Server: Apache x-openstack-request-id: req-8676644d-1246-42c8-8a21-e5b74777a4f4 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:28,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:28 GMT Server: Apache x-openstack-request-id: req-070d34bd-874e-4a7a-bc74-d55c1c4c2b39 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:28,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-070d34bd-874e-4a7a-bc74-d55c1c4c2b39 2018-09-07 18:37:31,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c2def9f6621e3fae046374595619e29a8249ae" 2018-09-07 18:37:31,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:31 GMT Server: Apache x-openstack-request-id: req-355c58cb-8a58-4e6f-bb84-5842c6c5edc7 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:32,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:31 GMT Server: Apache x-openstack-request-id: req-cb86aacf-0884-4aea-aff5-1fa195a83a87 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-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor2", "OS::project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "OS::stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-subnet", "net_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1"}, "deletion_time": "2018-09-07T18:37:30Z", "stack_name": "HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack", "stack_user_project_id": "7d80bbdd89d34e338a3688805cee21d7", "tags": null, "creation_time": "2018-09-07T18:36:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-07T18:37:14Z", "id": "1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0", "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-07 18:37:32,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-stack/1633e8b7-6691-4d3d-9f0c-fc7a350c9fe0 used request id req-cb86aacf-0884-4aea-aff5-1fa195a83a87 2018-09-07 18:37:32,086 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image1 2018-09-07 18:37:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}264869e2df30fba8170592e549a292949cf92988" 2018-09-07 18:37:33,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d94844f-8949-4513-b106-3eeb75389dcf Date: Fri, 07 Sep 2018 18:37: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-07 18:37:33,803 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1d8eb1f1-2d48-45c3-ab52-ed29410b83db used request id req-4d94844f-8949-4513-b106-3eeb75389dcf 2018-09-07 18:37:33,804 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-ae5bd8ed-491d-4d97-9dcb-3a293f74fc71-image2 2018-09-07 18:37:33,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c359dae4873b8a78619a2dee5341135c3e7ccf6" 2018-09-07 18:37:34,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f8ec0bf-f3ee-404f-95b3-2a3ec6cfdac4 Date: Fri, 07 Sep 2018 18:37: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-07 18:37:34,886 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/15546cdf-29f8-4f5a-a1d4-38dd6383a150 used request id req-7f8ec0bf-f3ee-404f-95b3-2a3ec6cfdac4 2018-09-07 18:37:34,888 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:37:34,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:37:34,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:35,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["OiRKgO_JTJiRssCo5ev21w"], "issued_at": "2018-09-07T18:37:35.000000Z"}} 2018-09-07 18:37:35,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" -d '{"stack_name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-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-07 18:37:36,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:37:35 GMT Server: Apache x-openstack-request-id: req-066a77dd-69c3-43b3-aedd-1d4504aeac5f Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "rel": "self"}]}} 2018-09-07 18:37:36,970 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-066a77dd-69c3-43b3-aedd-1d4504aeac5f 2018-09-07 18:37:36,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/a11427ba-dcd6-47b0-a3a9-e1709b6787ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" 2018-09-07 18:37:37,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:36 GMT Server: Apache x-openstack-request-id: req-bbc50108-4661-4abe-8fa8-a554a611724e Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:37,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-5d949677-d6bf-410c-ac24-8a1c3afeb0a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "OS::stack_name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack", "stack_user_project_id": "66241ce3099449579658cee9a8eea79c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:37:36Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-07 18:37:37,332 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff used request id req-5d949677-d6bf-410c-ac24-8a1c3afeb0a4 2018-09-07 18:37:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/a11427ba-dcd6-47b0-a3a9-e1709b6787ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" 2018-09-07 18:37:37,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-b222deef-f6ed-4748-b3d5-bf6556df6317 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:37,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-168651cc-7c98-4a25-9ba4-ae942efb85aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "OS::stack_name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack", "stack_user_project_id": "66241ce3099449579658cee9a8eea79c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:37:36Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-07 18:37:37,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff used request id req-168651cc-7c98-4a25-9ba4-ae942efb85aa 2018-09-07 18:37:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/a11427ba-dcd6-47b0-a3a9-e1709b6787ff/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" 2018-09-07 18:37:37,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-9b675bd2-2a7b-4d14-b64f-d450b9d7f0a3 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:37,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-7831f954-a3f1-4133-887a-7e9ef8dc415f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-09-07T18:37:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:37:36Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5e7381a0-442f-416a-be6d-f3347dc69f56", "resource_type": "OS::Nova::Flavor"}]} 2018-09-07 18:37:37,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff/resources used request id req-7831f954-a3f1-4133-887a-7e9ef8dc415f 2018-09-07 18:37:37,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/5e7381a0-442f-416a-be6d-f3347dc69f56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" 2018-09-07 18:37:37,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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,Accept-Encoding x-openstack-request-id: req-73c9e5f1-b15f-4f61-a09f-aa17457198c0 x-compute-request-id: req-73c9e5f1-b15f-4f61-a09f-aa17457198c0 Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5e7381a0-442f-416a-be6d-f3347dc69f56", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5e7381a0-442f-416a-be6d-f3347dc69f56", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "5e7381a0-442f-416a-be6d-f3347dc69f56", "name": "HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack-flavor-lzwnvq7dmuug", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:37:37,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/5e7381a0-442f-416a-be6d-f3347dc69f56 used request id req-73c9e5f1-b15f-4f61-a09f-aa17457198c0 2018-09-07 18:37:37,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/a11427ba-dcd6-47b0-a3a9-e1709b6787ff -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}714dd642accb03f0a060974824c088835623b5d4" 2018-09-07 18:37:38,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:37 GMT Server: Apache x-openstack-request-id: req-20333bbb-868a-4025-a2a2-7482ede49562 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:38,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:37:38 GMT Server: Apache x-openstack-request-id: req-19705619-9247-4e6a-8ba3-d655fd2e2a62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:37:38,326 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsFlavorTests-b7ca9a8f-d815-49d8-a58a-80b1970f92de-stack/a11427ba-dcd6-47b0-a3a9-e1709b6787ff used request id req-19705619-9247-4e6a-8ba3-d655fd2e2a62 2018-09-07 18:37:38,328 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:37:38,328 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:37:38,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:38,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["6ei7XTy1Txapv5bKDQj6DQ"], "issued_at": "2018-09-07T18:37:38.000000Z"}} 2018-09-07 18:37:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" -d '{"stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-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-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp"}}' 2018-09-07 18:37:40,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:37:38 GMT Server: Apache x-openstack-request-id: req-582faa29-658e-48fe-89fd-ccf14c57fda4 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3", "rel": "self"}]}} 2018-09-07 18:37:40,342 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-582faa29-658e-48fe-89fd-ccf14c57fda4 2018-09-07 18:37:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/35b1ab25-1827-46f5-b8c5-ea962c5752e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:40,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:40 GMT Server: Apache x-openstack-request-id: req-ec0bbf89-6d2f-40db-b48a-21747b729eb0 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:40,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:40 GMT Server: Apache x-openstack-request-id: req-22ace615-4c16-4801-8d22-f648653d8c67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "OS::stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "keypair_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "stack_user_project_id": "2a5abba0f77449d3b41d047142388e54", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:37:39Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "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-07 18:37:40,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 used request id req-22ace615-4c16-4801-8d22-f648653d8c67 2018-09-07 18:37:40,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/35b1ab25-1827-46f5-b8c5-ea962c5752e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:40,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:40 GMT Server: Apache x-openstack-request-id: req-593a09a0-7b84-4a35-ad1e-75f1d8092cf7 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:41,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:40 GMT Server: Apache x-openstack-request-id: req-5d77bfca-a129-45a7-937e-4f33b8f647fc 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "OS::stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "keypair_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "stack_user_project_id": "2a5abba0f77449d3b41d047142388e54", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:37:39Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA7lkB3Xn0Vax0lGowVEtOERAATEazNblZWMFG85iU66+9kFRD\nj1dbaHKtEfDau/7Mf7dxDddCUgsx375wlNGfod5aaj4WJWR26Zuw3Zr8cKXRaVeb\nm4AdXg2/UiwbIv1VlT3LVTUKCJB1OAijiVi4Xf1gXGzju/wm4uIgsNQSlr+5xNB+\njhpSoArbP75gtmPz49djCE1yH9fxtf38qCV5k8CIVNmB1Si0Lvb1xn+LEwtiKh+R\nRhbUdIoVpm3B3whRTs5QxOSvBOoDIdgZaY0pG37u6Ph5HWynwiP7d7T412464TMU\nKofVHqw5tthQBt2m0fNFFIULEINERZiSUA5NLQIDAQABAoIBAAfC0jK6A+C+StWC\nV6yG/zXDBZ92NeOr82LWeE76Su8Zu9x1QfXq7EkMYuJQq26vr00BVicTOU+embMl\nalkOMlp8+Qi4mNQC33Rf43Rz1YB9hcIeXizEETC81dwBH6kWArFnX7WYkokQ2yBF\n971DLE2zMG4SBaBbZ5C/uDzJywkpiPYngsZdbG3wZkaIu0uKI292sU4hlUzrk434\nqFzvdwN0bJGsXTVqPDXRpw/WKdXD8cARbYYGZm6jbfUAzVf7ix3OhAYlr2mjF5NB\nSBvyI5cOIsny7B51h/fUVstitx2EZSnJB6ydF+KpNXw+uHOqv61p6Y6AF5IULMt7\nIhUdTMECgYEA+2zQ82qjmcHmjnbO5+aD/oHVvQKCvV7wkeG8C87r/HbWkw5tgN+a\nxwE1V1uKcWAcYgQGKjIVD+NZf0iWkGx248TDpkv4uPlrJv1G4eDthEqUZr2zqnVa\nVW4yOh/qL1QwddCVfqR6e3su/VFRd3XPUy9Szj4B3LX+SdUH8/rnN0kCgYEA8q9G\nNb14yUJUvTKfHhZ7ErOQyqHgXhSITpvZiIersvxaAA9d+3epFT1eLydkOZ4WKp0z\nXREjEATZqb+jkVLKo1xClrgOkCh3Rt4qmvSPYnQZGJf9TSvVFuc4sr2UQ5tK4lBp\nlc5q3G1f8pCwRPdcJBxRaZext89kuTiryEowssUCgYEAo89K+D0zaDtABvP7bHXw\n68IVyva2zcDshm+HgD4J3Mxkkx1kVQHaquvroAYBVkrjUy0CAz3sIRTkO5zElEZG\n07FgM5nt7D59BMMiCors1TNuKt5QD7Az8dNBIEOo5bs5c5k5vXBWaNtiSyNPK8Dz\nGmSL09nshquAiQQmEV0YhhkCgYBqZDK4fo8EVGMH6rhdHWfpI/WXD+5n8EJti9+K\n/kdkmULvgc0m4CetGxE+RNuocsiu9+m7pDal4Cp4Q352yD/z7A95OcmQo1zfIai1\n8/8kH1edM4yll1C80LNHkNr95Ieova38MdkhN4X3tjzAj1zCq/N5Ajq0JWS32sNc\ndEHzLQKBgH/5aC6nP66yPNgUwTdIRtdq1xO87OI/j8c4J4Wwcw7Zy3OiwAbsrBEL\nTwgb4VTnjgyyOUuYJv2DZjseVvuBh70C8KahJmhpAPgZHGPG1JfoS23Y1++y/gct\nUN9QGFZTv3UbDKGgwZJkipyZr7bwY89KMusQLIXeDIm2esz92Zlm\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-07 18:37:41,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 used request id req-5d77bfca-a129-45a7-937e-4f33b8f647fc 2018-09-07 18:37:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/35b1ab25-1827-46f5-b8c5-ea962c5752e3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:41,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:41 GMT Server: Apache x-openstack-request-id: req-692adb4f-225a-4a0a-b3ac-071ca1439416 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:41,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:41 GMT Server: Apache x-openstack-request-id: req-db9ee423-a2f3-4bf0-ad28-54b14c911f2d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-07T18:37:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:37:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-09-07 18:37:41,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3/resources used request id req-db9ee423-a2f3-4bf0-ad28-54b14c911f2d 2018-09-07 18:37:41,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:41,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37: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-dc3e7a30-0c2c-42aa-aa8d-425f2e8a43f5 x-compute-request-id: req-dc3e7a30-0c2c-42aa-aa8d-425f2e8a43f5 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuWQHdefRVrHSUajBUS04REABMRrM1uVlYwUbzmJTrr72QVEOPV1tocq0R8Nq7/sx/t3EN10JSCzHfvnCU0Z+h3lpqPhYlZHbpm7DdmvxwpdFpV5ubgB1eDb9SLBsi/VWVPctVNQoIkHU4CKOJWLhd/WBcbOO7/Cbi4iCw1BKWv7nE0H6OGlKgCts/vmC2Y/Pj12MITXIf1/G1/fyoJXmTwIhU2YHVKLQu9vXGf4sTC2IqH5FGFtR0ihWmbcHfCFFOzlDE5K8E6gMh2BlpjSkbfu7o+HkdbKfCI/t3tPjXbjrhMxQqh9UerDm22FAG3abR80UUhQsQg0RFmJJQDk0t Generated-by-Nova", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp", "deleted": false, "created_at": "2018-09-07T18:37:40.000000", "updated_at": null, "fingerprint": "d9:9d:46:73:0a:ab:d5:9c:4e:3e:cc:e7:26:95:23:94", "deleted_at": null, "id": 15}} 2018-09-07 18:37:41,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp used request id req-dc3e7a30-0c2c-42aa-aa8d-425f2e8a43f5 2018-09-07 18:37:41,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/35b1ab25-1827-46f5-b8c5-ea962c5752e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:42,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:41 GMT Server: Apache x-openstack-request-id: req-47945ad6-f6f1-4010-81d4-4807de034320 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:42,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:42 GMT Server: Apache x-openstack-request-id: req-e7ed28c8-536c-4859-b739-7d54d8ee61ec 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "OS::stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "keypair_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack", "stack_user_project_id": "2a5abba0f77449d3b41d047142388e54", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:37:39Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35b1ab25-1827-46f5-b8c5-ea962c5752e3", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA7lkB3Xn0Vax0lGowVEtOERAATEazNblZWMFG85iU66+9kFRD\nj1dbaHKtEfDau/7Mf7dxDddCUgsx375wlNGfod5aaj4WJWR26Zuw3Zr8cKXRaVeb\nm4AdXg2/UiwbIv1VlT3LVTUKCJB1OAijiVi4Xf1gXGzju/wm4uIgsNQSlr+5xNB+\njhpSoArbP75gtmPz49djCE1yH9fxtf38qCV5k8CIVNmB1Si0Lvb1xn+LEwtiKh+R\nRhbUdIoVpm3B3whRTs5QxOSvBOoDIdgZaY0pG37u6Ph5HWynwiP7d7T412464TMU\nKofVHqw5tthQBt2m0fNFFIULEINERZiSUA5NLQIDAQABAoIBAAfC0jK6A+C+StWC\nV6yG/zXDBZ92NeOr82LWeE76Su8Zu9x1QfXq7EkMYuJQq26vr00BVicTOU+embMl\nalkOMlp8+Qi4mNQC33Rf43Rz1YB9hcIeXizEETC81dwBH6kWArFnX7WYkokQ2yBF\n971DLE2zMG4SBaBbZ5C/uDzJywkpiPYngsZdbG3wZkaIu0uKI292sU4hlUzrk434\nqFzvdwN0bJGsXTVqPDXRpw/WKdXD8cARbYYGZm6jbfUAzVf7ix3OhAYlr2mjF5NB\nSBvyI5cOIsny7B51h/fUVstitx2EZSnJB6ydF+KpNXw+uHOqv61p6Y6AF5IULMt7\nIhUdTMECgYEA+2zQ82qjmcHmjnbO5+aD/oHVvQKCvV7wkeG8C87r/HbWkw5tgN+a\nxwE1V1uKcWAcYgQGKjIVD+NZf0iWkGx248TDpkv4uPlrJv1G4eDthEqUZr2zqnVa\nVW4yOh/qL1QwddCVfqR6e3su/VFRd3XPUy9Szj4B3LX+SdUH8/rnN0kCgYEA8q9G\nNb14yUJUvTKfHhZ7ErOQyqHgXhSITpvZiIersvxaAA9d+3epFT1eLydkOZ4WKp0z\nXREjEATZqb+jkVLKo1xClrgOkCh3Rt4qmvSPYnQZGJf9TSvVFuc4sr2UQ5tK4lBp\nlc5q3G1f8pCwRPdcJBxRaZext89kuTiryEowssUCgYEAo89K+D0zaDtABvP7bHXw\n68IVyva2zcDshm+HgD4J3Mxkkx1kVQHaquvroAYBVkrjUy0CAz3sIRTkO5zElEZG\n07FgM5nt7D59BMMiCors1TNuKt5QD7Az8dNBIEOo5bs5c5k5vXBWaNtiSyNPK8Dz\nGmSL09nshquAiQQmEV0YhhkCgYBqZDK4fo8EVGMH6rhdHWfpI/WXD+5n8EJti9+K\n/kdkmULvgc0m4CetGxE+RNuocsiu9+m7pDal4Cp4Q352yD/z7A95OcmQo1zfIai1\n8/8kH1edM4yll1C80LNHkNr95Ieova38MdkhN4X3tjzAj1zCq/N5Ajq0JWS32sNc\ndEHzLQKBgH/5aC6nP66yPNgUwTdIRtdq1xO87OI/j8c4J4Wwcw7Zy3OiwAbsrBEL\nTwgb4VTnjgyyOUuYJv2DZjseVvuBh70C8KahJmhpAPgZHGPG1JfoS23Y1++y/gct\nUN9QGFZTv3UbDKGgwZJkipyZr7bwY89KMusQLIXeDIm2esz92Zlm\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-07 18:37:42,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 used request id req-e7ed28c8-536c-4859-b739-7d54d8ee61ec 2018-09-07 18:37:42,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:42,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37: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-1287afc3-0cf4-4e5c-a41c-db023b7c1566 x-compute-request-id: req-1287afc3-0cf4-4e5c-a41c-db023b7c1566 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuWQHdefRVrHSUajBUS04REABMRrM1uVlYwUbzmJTrr72QVEOPV1tocq0R8Nq7/sx/t3EN10JSCzHfvnCU0Z+h3lpqPhYlZHbpm7DdmvxwpdFpV5ubgB1eDb9SLBsi/VWVPctVNQoIkHU4CKOJWLhd/WBcbOO7/Cbi4iCw1BKWv7nE0H6OGlKgCts/vmC2Y/Pj12MITXIf1/G1/fyoJXmTwIhU2YHVKLQu9vXGf4sTC2IqH5FGFtR0ihWmbcHfCFFOzlDE5K8E6gMh2BlpjSkbfu7o+HkdbKfCI/t3tPjXbjrhMxQqh9UerDm22FAG3abR80UUhQsQg0RFmJJQDk0t Generated-by-Nova", "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "name": "HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp", "deleted": false, "created_at": "2018-09-07T18:37:40.000000", "updated_at": null, "fingerprint": "d9:9d:46:73:0a:ab:d5:9c:4e:3e:cc:e7:26:95:23:94", "deleted_at": null, "id": 15}} 2018-09-07 18:37:42,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-kp used request id req-1287afc3-0cf4-4e5c-a41c-db023b7c1566 2018-09-07 18:37:42,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/35b1ab25-1827-46f5-b8c5-ea962c5752e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a74d05466e66072264a5c330e1f277c201991c" 2018-09-07 18:37:42,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:42 GMT Server: Apache x-openstack-request-id: req-af230d12-a0a7-42f1-adc6-dd96a40a2b45 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:42,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:37:42 GMT Server: Apache x-openstack-request-id: req-fe90eb6a-1040-4cce-8dac-41aa7823f8cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:37:42,712 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsKeypairTests-10368a2c-734c-4ecb-84f7-b0f095a569a2-stack/35b1ab25-1827-46f5-b8c5-ea962c5752e3 used request id req-fe90eb6a-1040-4cce-8dac-41aa7823f8cc 2018-09-07 18:37:42,713 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-07 18:37:42,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:43,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["WRLFBpQAQXKjNnp04LKK2w"], "issued_at": "2018-09-07T18:37:43.000000Z"}} 2018-09-07 18:37:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" -d '{"stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-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-08556cb4-14af-4de7-957b-56802c7ae2e2-sec-grp"}}' 2018-09-07 18:37:44,699 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:37:43 GMT Server: Apache x-openstack-request-id: req-5ca65579-a8ff-4c54-9551-4e98eaa32817 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "36e640d8-a846-4134-a101-fb773845147e", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e", "rel": "self"}]}} 2018-09-07 18:37:44,700 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks used request id req-5ca65579-a8ff-4c54-9551-4e98eaa32817 2018-09-07 18:37:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/36e640d8-a846-4134-a101-fb773845147e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:44,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:44 GMT Server: Apache x-openstack-request-id: req-49d4245b-d71e-45ee-9f23-650f1c52c2c9 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:45,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:44 GMT Server: Apache x-openstack-request-id: req-98a23704-4d41-432f-91af-0b4bbc01ba66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "36e640d8-a846-4134-a101-fb773845147e", "OS::stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "security_group_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "stack_user_project_id": "0b05dd5424fe4b858cb703e94d6c09af", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:37:44Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "36e640d8-a846-4134-a101-fb773845147e", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-07 18:37:45,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e used request id req-98a23704-4d41-432f-91af-0b4bbc01ba66 2018-09-07 18:37:45,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/36e640d8-a846-4134-a101-fb773845147e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:45,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:45 GMT Server: Apache x-openstack-request-id: req-d99736e9-d757-4be1-9a36-e944d03f2a8f Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:45,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:45 GMT Server: Apache x-openstack-request-id: req-ba44b35a-e95b-41ac-983e-a0284ffc889f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "36e640d8-a846-4134-a101-fb773845147e", "OS::stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "security_group_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "stack_user_project_id": "0b05dd5424fe4b858cb703e94d6c09af", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-07T18:37:44Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "36e640d8-a846-4134-a101-fb773845147e", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-07 18:37:45,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e used request id req-ba44b35a-e95b-41ac-983e-a0284ffc889f 2018-09-07 18:37:48,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/36e640d8-a846-4134-a101-fb773845147e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:48,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:48 GMT Server: Apache x-openstack-request-id: req-aa8e3bf4-2c60-4f01-861e-f71edb2c3589 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:48,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:48 GMT Server: Apache x-openstack-request-id: req-77e37eb5-7f10-47b5-8148-5d00be49bcee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 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": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "OS::stack_id": "36e640d8-a846-4134-a101-fb773845147e", "OS::stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "security_group_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack", "stack_user_project_id": "0b05dd5424fe4b858cb703e94d6c09af", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-07T18:37:44Z", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "36e640d8-a846-4134-a101-fb773845147e", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-07 18:37:48,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e used request id req-77e37eb5-7f10-47b5-8148-5d00be49bcee 2018-09-07 18:37:48,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/36e640d8-a846-4134-a101-fb773845147e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:48,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:48 GMT Server: Apache x-openstack-request-id: req-4cba1439-5e4e-4d43-990f-77c92a75ff49 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:48,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:48 GMT Server: Apache x-openstack-request-id: req-ced59027-3f7d-403b-83e8-57da440d5540 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-07T18:37:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-07T18:37:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2ce89145-00d6-4869-b438-5b977f739a12", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-09-07 18:37:48,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e/resources used request id req-ced59027-3f7d-403b-83e8-57da440d5540 2018-09-07 18:37:48,827 - neutron_utils - INFO - Retrieving security group with ID - 2ce89145-00d6-4869-b438-5b977f739a12 2018-09-07 18:37:48,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?id=2ce89145-00d6-4869-b438-5b977f739a12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:49,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-d774cf4a-6ee0-41e4-a908-0c38e54e8066 Date: Fri, 07 Sep 2018 18:37:49 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:37:44Z", "updated_at": "2018-09-07T18:37:46Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T18:37:46Z", "revision_number": 0, "id": "4d215e9f-d324-424a-a2e9-46dba9178ee8", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-07T18:37:46Z", "security_group_id": "2ce89145-00d6-4869-b438-5b977f739a12", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:37:46Z", "revision_number": 0, "id": "d0aa20f0-316b-4f26-911f-5295e2e53acb", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-07T18:37:46Z", "security_group_id": "2ce89145-00d6-4869-b438-5b977f739a12", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 6, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "2ce89145-00d6-4869-b438-5b977f739a12", "name": "HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-sec-grp"}]} 2018-09-07 18:37:49,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?id=2ce89145-00d6-4869-b438-5b977f739a12 used request id req-d774cf4a-6ee0-41e4-a908-0c38e54e8066 2018-09-07 18:37:49,028 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ce89145-00d6-4869-b438-5b977f739a12 2018-09-07 18:37:49,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=2ce89145-00d6-4869-b438-5b977f739a12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:49,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-f0d9b6e6-956e-42a9-9d8e-87990d3e6ced Date: Fri, 07 Sep 2018 18:37:49 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-07T18:37:46Z", "security_group_id": "2ce89145-00d6-4869-b438-5b977f739a12", "port_range_min": 22, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:37:46Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "4d215e9f-d324-424a-a2e9-46dba9178ee8"}, {"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-07T18:37:46Z", "security_group_id": "2ce89145-00d6-4869-b438-5b977f739a12", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:37:46Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "d0aa20f0-316b-4f26-911f-5295e2e53acb"}]} 2018-09-07 18:37:49,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=2ce89145-00d6-4869-b438-5b977f739a12 used request id req-f0d9b6e6-956e-42a9-9d8e-87990d3e6ced 2018-09-07 18:37:49,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/36e640d8-a846-4134-a101-fb773845147e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1079853e81c5a6a412a1cc4b2c4b35f08099a58" 2018-09-07 18:37:49,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 07 Sep 2018 18:37:49 GMT Server: Apache x-openstack-request-id: req-e1e3765f-283b-43e4-80f2-686394a91882 Location: http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-07 18:37:49,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:37:49 GMT Server: Apache x-openstack-request-id: req-51f00cb4-d786-486d-b039-6f4689acb34e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:37:49,432 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9/stacks/HeatUtilsSecurityGroupTests-08556cb4-14af-4de7-957b-56802c7ae2e2-stack/36e640d8-a846-4134-a101-fb773845147e used request id req-51f00cb4-d786-486d-b039-6f4689acb34e 2018-09-07 18:37:49,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:49,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["edUkVdO5QOqcLT_I_XP4jQ"], "issued_at": "2018-09-07T18:37:49.000000Z"}} 2018-09-07 18:37:49,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c011fbd957ad6433c985194fd3b42b47608a13e9" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-3089b652-fa2f-404b-ab06-c2ba019a8beb"}}' 2018-09-07 18:37:50,029 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:49 GMT Server: Apache x-compute-request-id: req-d79ea25e-cbe6-490f-94b2-f5561041cd20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d79ea25e-cbe6-490f-94b2-f5561041cd20 Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "96271589-9d9d-4b7e-a89d-58a03531e534", "name": "CinderUtilsQoSTests-3089b652-fa2f-404b-ab06-c2ba019a8beb"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534", "rel": "bookmark"}]} 2018-09-07 18:37:50,030 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-d79ea25e-cbe6-490f-94b2-f5561041cd20 2018-09-07 18:37:50,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d79ea25e-cbe6-490f-94b2-f5561041cd20" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c011fbd957ad6433c985194fd3b42b47608a13e9" 2018-09-07 18:37:50,215 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:50 GMT Server: Apache x-compute-request-id: req-43f7a0ec-8ea5-45a2-b9ab-e9c8e3d3199b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43f7a0ec-8ea5-45a2-b9ab-e9c8e3d3199b Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "96271589-9d9d-4b7e-a89d-58a03531e534", "name": "CinderUtilsQoSTests-3089b652-fa2f-404b-ab06-c2ba019a8beb"}]} 2018-09-07 18:37:50,215 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-43f7a0ec-8ea5-45a2-b9ab-e9c8e3d3199b 2018-09-07 18:37:50,215 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3089b652-fa2f-404b-ab06-c2ba019a8beb 2018-09-07 18:37:50,219 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d79ea25e-cbe6-490f-94b2-f5561041cd20" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c011fbd957ad6433c985194fd3b42b47608a13e9" 2018-09-07 18:37:50,431 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:37:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6e9b3c0c-45ac-4950-b18e-859c58ed3266 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-07 18:37:50,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534?force=False used request id req-6e9b3c0c-45ac-4950-b18e-859c58ed3266 2018-09-07 18:37:50,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d79ea25e-cbe6-490f-94b2-f5561041cd20" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c011fbd957ad6433c985194fd3b42b47608a13e9" 2018-09-07 18:37:51,130 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:50 GMT Server: Apache x-compute-request-id: req-0bb84d70-6fdc-4de9-9952-7d34fda7628b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0bb84d70-6fdc-4de9-9952-7d34fda7628b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-07 18:37:51,130 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-0bb84d70-6fdc-4de9-9952-7d34fda7628b 2018-09-07 18:37:51,131 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3089b652-fa2f-404b-ab06-c2ba019a8beb 2018-09-07 18:37:51,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d79ea25e-cbe6-490f-94b2-f5561041cd20" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c011fbd957ad6433c985194fd3b42b47608a13e9" 2018-09-07 18:37:51,856 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:37:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-83d49251-23ac-4c6c-80c9-166ebd364424 x-openstack-request-id: req-83d49251-23ac-4c6c-80c9-166ebd364424 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 96271589-9d9d-4b7e-a89d-58a03531e534.", "code": 404}} 2018-09-07 18:37:51,856 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/96271589-9d9d-4b7e-a89d-58a03531e534?force=False used request id req-83d49251-23ac-4c6c-80c9-166ebd364424 2018-09-07 18:37:51,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:52,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["UrUkdq_dSyKfOi-HW0SRHQ"], "issued_at": "2018-09-07T18:37:52.000000Z"}} 2018-09-07 18:37:52,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49aa7d64ac7c92e06c04fec987b0dcf8c6aeb5ba" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-d48db43d-0bf4-4968-ad1b-9cd7b9409676"}}' 2018-09-07 18:37:53,005 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:52 GMT Server: Apache x-compute-request-id: req-8305b262-5e41-4ec5-a6ae-8244d47050cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8305b262-5e41-4ec5-a6ae-8244d47050cf Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f944408d-a569-4a30-be0c-480a7468f746", "name": "CinderUtilsQoSTests-d48db43d-0bf4-4968-ad1b-9cd7b9409676"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746", "rel": "bookmark"}]} 2018-09-07 18:37:53,005 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-8305b262-5e41-4ec5-a6ae-8244d47050cf 2018-09-07 18:37:53,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8305b262-5e41-4ec5-a6ae-8244d47050cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49aa7d64ac7c92e06c04fec987b0dcf8c6aeb5ba" 2018-09-07 18:37:53,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:53 GMT Server: Apache x-compute-request-id: req-fd290ead-a653-4208-8dc0-d387c6876969 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd290ead-a653-4208-8dc0-d387c6876969 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f944408d-a569-4a30-be0c-480a7468f746", "name": "CinderUtilsQoSTests-d48db43d-0bf4-4968-ad1b-9cd7b9409676"}]} 2018-09-07 18:37:53,704 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-fd290ead-a653-4208-8dc0-d387c6876969 2018-09-07 18:37:53,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8305b262-5e41-4ec5-a6ae-8244d47050cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49aa7d64ac7c92e06c04fec987b0dcf8c6aeb5ba" 2018-09-07 18:37:53,881 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:53 GMT Server: Apache x-compute-request-id: req-9f142e20-1345-4e51-8d92-fb9cfbefc0ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f142e20-1345-4e51-8d92-fb9cfbefc0ad Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "f944408d-a569-4a30-be0c-480a7468f746", "name": "CinderUtilsQoSTests-d48db43d-0bf4-4968-ad1b-9cd7b9409676"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746", "rel": "bookmark"}]} 2018-09-07 18:37:53,881 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746 used request id req-9f142e20-1345-4e51-8d92-fb9cfbefc0ad 2018-09-07 18:37:53,882 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d48db43d-0bf4-4968-ad1b-9cd7b9409676 2018-09-07 18:37:53,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8305b262-5e41-4ec5-a6ae-8244d47050cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49aa7d64ac7c92e06c04fec987b0dcf8c6aeb5ba" 2018-09-07 18:37:54,162 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:37:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f9e06fd-dc82-4939-8f14-e1e7de694d1d 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-07 18:37:54,162 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f944408d-a569-4a30-be0c-480a7468f746?force=False used request id req-3f9e06fd-dc82-4939-8f14-e1e7de694d1d 2018-09-07 18:37:54,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:54,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["nVxc0ZriSmmVQvswDCdKHA"], "issued_at": "2018-09-07T18:37:54.000000Z"}} 2018-09-07 18:37:54,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4908b087e6fdfbd420665191cdd9c5dff6e2fa7" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-e7ea3cef-b3c2-4ba4-800f-c1bfc29ac424"}}' 2018-09-07 18:37:54,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:54 GMT Server: Apache x-compute-request-id: req-7d648c1f-f869-4a96-9d42-8805056ae92d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d648c1f-f869-4a96-9d42-8805056ae92d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "f37cb3b5-8225-4114-87d0-7d27f6c61808", "name": "CinderUtilsQoSTests-e7ea3cef-b3c2-4ba4-800f-c1bfc29ac424"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808", "rel": "bookmark"}]} 2018-09-07 18:37:54,756 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-7d648c1f-f869-4a96-9d42-8805056ae92d 2018-09-07 18:37:54,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d648c1f-f869-4a96-9d42-8805056ae92d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4908b087e6fdfbd420665191cdd9c5dff6e2fa7" 2018-09-07 18:37:54,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:54 GMT Server: Apache x-compute-request-id: req-0ff49056-f040-451b-91cb-32643c5be5c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ff49056-f040-451b-91cb-32643c5be5c6 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "f37cb3b5-8225-4114-87d0-7d27f6c61808", "name": "CinderUtilsQoSTests-e7ea3cef-b3c2-4ba4-800f-c1bfc29ac424"}]} 2018-09-07 18:37:54,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-0ff49056-f040-451b-91cb-32643c5be5c6 2018-09-07 18:37:54,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d648c1f-f869-4a96-9d42-8805056ae92d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4908b087e6fdfbd420665191cdd9c5dff6e2fa7" 2018-09-07 18:37:55,105 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:54 GMT Server: Apache x-compute-request-id: req-b352c57c-aa7b-4482-81e7-9e0ef2a55f96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b352c57c-aa7b-4482-81e7-9e0ef2a55f96 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "f37cb3b5-8225-4114-87d0-7d27f6c61808", "name": "CinderUtilsQoSTests-e7ea3cef-b3c2-4ba4-800f-c1bfc29ac424"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808", "rel": "bookmark"}]} 2018-09-07 18:37:55,106 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808 used request id req-b352c57c-aa7b-4482-81e7-9e0ef2a55f96 2018-09-07 18:37:55,106 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e7ea3cef-b3c2-4ba4-800f-c1bfc29ac424 2018-09-07 18:37:55,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7d648c1f-f869-4a96-9d42-8805056ae92d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4908b087e6fdfbd420665191cdd9c5dff6e2fa7" 2018-09-07 18:37:55,868 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:37:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dcfc83c3-ee8b-4a38-9e47-a06f383c7e08 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-07 18:37:55,868 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/f37cb3b5-8225-4114-87d0-7d27f6c61808?force=False used request id req-dcfc83c3-ee8b-4a38-9e47-a06f383c7e08 2018-09-07 18:37:55,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:56,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["_QqIPBx9Qdy2k1Ge1YapJA"], "issued_at": "2018-09-07T18:37:56.000000Z"}} 2018-09-07 18:37:56,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37732955bf4fa470cf79f4c8d1253813423ded1" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-141cf965-d1fc-403b-b2b3-a75bff095335"}}' 2018-09-07 18:37:56,460 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:56 GMT Server: Apache x-compute-request-id: req-08bd9819-8ad5-4279-91e5-43c119af51ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08bd9819-8ad5-4279-91e5-43c119af51ad Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3d04d391-a1d8-4786-83fc-3841bfd8eab5", "name": "CinderUtilsQoSTests-141cf965-d1fc-403b-b2b3-a75bff095335"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5", "rel": "bookmark"}]} 2018-09-07 18:37:56,460 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-08bd9819-8ad5-4279-91e5-43c119af51ad 2018-09-07 18:37:56,464 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-08bd9819-8ad5-4279-91e5-43c119af51ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37732955bf4fa470cf79f4c8d1253813423ded1" 2018-09-07 18:37:56,641 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:56 GMT Server: Apache x-compute-request-id: req-3f527519-5f1f-44a7-b2ab-a6be99a3055b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f527519-5f1f-44a7-b2ab-a6be99a3055b Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3d04d391-a1d8-4786-83fc-3841bfd8eab5", "name": "CinderUtilsQoSTests-141cf965-d1fc-403b-b2b3-a75bff095335"}]} 2018-09-07 18:37:56,641 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-3f527519-5f1f-44a7-b2ab-a6be99a3055b 2018-09-07 18:37:56,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-08bd9819-8ad5-4279-91e5-43c119af51ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37732955bf4fa470cf79f4c8d1253813423ded1" 2018-09-07 18:37:57,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:56 GMT Server: Apache x-compute-request-id: req-c0bbbebd-f9df-471f-968f-379a9dc344ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0bbbebd-f9df-471f-968f-379a9dc344ce Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "3d04d391-a1d8-4786-83fc-3841bfd8eab5", "name": "CinderUtilsQoSTests-141cf965-d1fc-403b-b2b3-a75bff095335"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5", "rel": "bookmark"}]} 2018-09-07 18:37:57,356 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5 used request id req-c0bbbebd-f9df-471f-968f-379a9dc344ce 2018-09-07 18:37:57,356 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-141cf965-d1fc-403b-b2b3-a75bff095335 2018-09-07 18:37:57,359 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-08bd9819-8ad5-4279-91e5-43c119af51ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a37732955bf4fa470cf79f4c8d1253813423ded1" 2018-09-07 18:37:58,098 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:37:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ef6c5a87-41dc-429c-9c48-449485e2d744 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-07 18:37:58,099 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/3d04d391-a1d8-4786-83fc-3841bfd8eab5?force=False used request id req-ef6c5a87-41dc-429c-9c48-449485e2d744 2018-09-07 18:37:58,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:37:58,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:37:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["f6c1rka2Q-ensxRztRXscg"], "issued_at": "2018-09-07T18:37:58.000000Z"}} 2018-09-07 18:37:58,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:37:58,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de08b595-8b57-460a-be71-0bf21cbcfb63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:37:58,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-de08b595-8b57-460a-be71-0bf21cbcfb63 2018-09-07 18:37:58,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-6a052a29-6943-4cfa-8928-23bf4e597f60", "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-07 18:37:59,006 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:37:58 GMT Server: Apache x-compute-request-id: req-cc621b7a-e0e9-452e-a302-d90189277559 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc621b7a-e0e9-452e-a302-d90189277559 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-07T18:37:58.878109", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-6a052a29-6943-4cfa-8928-23bf4e597f60", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1}} 2018-09-07 18:37:59,006 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes used request id req-cc621b7a-e0e9-452e-a302-d90189277559 2018-09-07 18:37:59,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:37:59,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:59 GMT Server: Apache x-compute-request-id: req-ae293057-01b0-4d2f-8b1c-3ea6b4f3944a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae293057-01b0-4d2f-8b1c-3ea6b4f3944a Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:37:59.000000", "replication_status": null, "snapshot_id": null, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-6a052a29-6943-4cfa-8928-23bf4e597f60", "bootable": "false", "created_at": "2018-09-07T18:37:58.000000", "volume_type": null}} 2018-09-07 18:37:59,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-ae293057-01b0-4d2f-8b1c-3ea6b4f3944a 2018-09-07 18:37:59,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:37:59,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:37:59 GMT Server: Apache x-compute-request-id: req-866123ee-d3a5-4df7-ad45-d9011e16e30b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-866123ee-d3a5-4df7-ad45-d9011e16e30b Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:37:59.000000", "replication_status": null, "snapshot_id": null, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-6a052a29-6943-4cfa-8928-23bf4e597f60", "bootable": "false", "created_at": "2018-09-07T18:37:58.000000", "volume_type": null}} 2018-09-07 18:37:59,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-866123ee-d3a5-4df7-ad45-d9011e16e30b 2018-09-07 18:38:02,456 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:02,667 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:02 GMT Server: Apache x-compute-request-id: req-f2eebef0-ba82-4426-93f0-4cb678df4e0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2eebef0-ba82-4426-93f0-4cb678df4e0d Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:37:59.000000", "replication_status": null, "snapshot_id": null, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-6a052a29-6943-4cfa-8928-23bf4e597f60", "bootable": "false", "created_at": "2018-09-07T18:37:58.000000", "volume_type": null}} 2018-09-07 18:38:02,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-f2eebef0-ba82-4426-93f0-4cb678df4e0d 2018-09-07 18:38:02,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:02,861 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:02 GMT Server: Apache x-compute-request-id: req-1e38bf22-e639-4a9f-aa75-a0b38fc61e63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e38bf22-e639-4a9f-aa75-a0b38fc61e63 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:37:59.000000", "replication_status": null, "snapshot_id": null, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-6a052a29-6943-4cfa-8928-23bf4e597f60", "bootable": "false", "created_at": "2018-09-07T18:37:58.000000", "volume_type": null}]} 2018-09-07 18:38:02,861 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-1e38bf22-e639-4a9f-aa75-a0b38fc61e63 2018-09-07 18:38:02,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:02,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:02,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:02,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2592532c-bfd2-4ecb-8c77-97a2df112d18 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:38:02,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-2592532c-bfd2-4ecb-8c77-97a2df112d18 2018-09-07 18:38:02,952 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-6a052a29-6943-4cfa-8928-23bf4e597f60 2018-09-07 18:38:02,955 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:03,215 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f508aaf-1685-4079-a250-07ddda0663cb 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-07 18:38:03,215 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-6f508aaf-1685-4079-a250-07ddda0663cb 2018-09-07 18:38:03,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:03,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:03 GMT Server: Apache x-compute-request-id: req-4adcefdf-3aff-4a65-8fbc-dba41c83d762 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4adcefdf-3aff-4a65-8fbc-dba41c83d762 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:38:03.000000", "replication_status": null, "snapshot_id": null, "id": "52448f01-17f3-4fc2-a080-5a71c0ee58a2", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-6a052a29-6943-4cfa-8928-23bf4e597f60", "bootable": "false", "created_at": "2018-09-07T18:37:58.000000", "volume_type": null}} 2018-09-07 18:38:03,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-4adcefdf-3aff-4a65-8fbc-dba41c83d762 2018-09-07 18:38:06,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:06,614 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2665ef14-6a13-4eb3-a6b0-42baa257e6c0 x-openstack-request-id: req-2665ef14-6a13-4eb3-a6b0-42baa257e6c0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 52448f01-17f3-4fc2-a080-5a71c0ee58a2 could not be found.", "code": 404}} 2018-09-07 18:38:06,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-2665ef14-6a13-4eb3-a6b0-42baa257e6c0 2018-09-07 18:38:06,617 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:06,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:06 GMT Server: Apache x-compute-request-id: req-fc95ce2e-edac-4a6c-921a-1b3020b6d4e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc95ce2e-edac-4a6c-921a-1b3020b6d4e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-07 18:38:06,665 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-fc95ce2e-edac-4a6c-921a-1b3020b6d4e6 2018-09-07 18:38:06,665 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-6a052a29-6943-4cfa-8928-23bf4e597f60 2018-09-07 18:38:06,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:06,858 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f887e499-b66a-44f5-b326-4c2d2accf2c9 x-openstack-request-id: req-f887e499-b66a-44f5-b326-4c2d2accf2c9 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 52448f01-17f3-4fc2-a080-5a71c0ee58a2 could not be found.", "code": 404}} 2018-09-07 18:38:06,858 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-f887e499-b66a-44f5-b326-4c2d2accf2c9 2018-09-07 18:38:06,861 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc621b7a-e0e9-452e-a302-d90189277559" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc3f02748bc50a0210c660fa2b0ef6245fac8e5" 2018-09-07 18:38:07,061 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-addc65d0-d455-4da5-bffb-22ca3045e0b4 x-openstack-request-id: req-addc65d0-d455-4da5-bffb-22ca3045e0b4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 52448f01-17f3-4fc2-a080-5a71c0ee58a2 could not be found.", "code": 404}} 2018-09-07 18:38:07,061 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/52448f01-17f3-4fc2-a080-5a71c0ee58a2 used request id req-addc65d0-d455-4da5-bffb-22ca3045e0b4 2018-09-07 18:38:07,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:07,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["MQJpsLS4Qyq8xBQXnR3nVA"], "issued_at": "2018-09-07T18:38:07.000000Z"}} 2018-09-07 18:38:07,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:07,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7170d42-242c-486c-bdd1-5e0ba34d5e76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:07,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c7170d42-242c-486c-bdd1-5e0ba34d5e76 2018-09-07 18:38:07,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-810dea22-e018-4095-aaa6-3f8e5ee9498c", "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-07 18:38:08,454 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:07 GMT Server: Apache x-compute-request-id: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-07T18:38:08.339192", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-810dea22-e018-4095-aaa6-3f8e5ee9498c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1}} 2018-09-07 18:38:08,454 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes used request id req-a8264c86-aae3-4a9a-a162-a5dce6c6776c 2018-09-07 18:38:08,457 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:08,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:08 GMT Server: Apache x-compute-request-id: req-35e0ae8a-4ec1-4959-bc01-d2f43fcdc0d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35e0ae8a-4ec1-4959-bc01-d2f43fcdc0d9 Content-Encoding: gzip Content-Length: 492 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-810dea22-e018-4095-aaa6-3f8e5ee9498c", "bootable": "false", "created_at": "2018-09-07T18:38:08.000000", "volume_type": null}} 2018-09-07 18:38:08,660 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-35e0ae8a-4ec1-4959-bc01-d2f43fcdc0d9 2018-09-07 18:38:08,663 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:08,861 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:08 GMT Server: Apache x-compute-request-id: req-dfacd9db-3d48-46a9-be5e-d62b4827e5d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfacd9db-3d48-46a9-be5e-d62b4827e5d4 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:38:08.000000", "replication_status": null, "snapshot_id": null, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-810dea22-e018-4095-aaa6-3f8e5ee9498c", "bootable": "false", "created_at": "2018-09-07T18:38:08.000000", "volume_type": null}} 2018-09-07 18:38:08,861 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-dfacd9db-3d48-46a9-be5e-d62b4827e5d4 2018-09-07 18:38:11,868 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:12,079 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:11 GMT Server: Apache x-compute-request-id: req-0e5f4999-1c5a-48b4-920e-3c763dc73c09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e5f4999-1c5a-48b4-920e-3c763dc73c09 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:38:08.000000", "replication_status": null, "snapshot_id": null, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-810dea22-e018-4095-aaa6-3f8e5ee9498c", "bootable": "false", "created_at": "2018-09-07T18:38:08.000000", "volume_type": null}} 2018-09-07 18:38:12,079 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-0e5f4999-1c5a-48b4-920e-3c763dc73c09 2018-09-07 18:38:12,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:12,293 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:12 GMT Server: Apache x-compute-request-id: req-add7b322-1f2a-4011-9faa-0409b8ea6fff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-add7b322-1f2a-4011-9faa-0409b8ea6fff Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:38:08.000000", "replication_status": null, "snapshot_id": null, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-810dea22-e018-4095-aaa6-3f8e5ee9498c", "bootable": "false", "created_at": "2018-09-07T18:38:08.000000", "volume_type": null}]} 2018-09-07 18:38:12,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/detail used request id req-add7b322-1f2a-4011-9faa-0409b8ea6fff 2018-09-07 18:38:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:12,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:12,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:12,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552bb319-9714-4d67-9789-cc93d0458630 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:38:12,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-552bb319-9714-4d67-9789-cc93d0458630 2018-09-07 18:38:12,391 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-810dea22-e018-4095-aaa6-3f8e5ee9498c 2018-09-07 18:38:12,394 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:12,661 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b03171ea-b58a-4dae-9e36-ce714859c2d0 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-07 18:38:12,661 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-b03171ea-b58a-4dae-9e36-ce714859c2d0 2018-09-07 18:38:12,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:12,873 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:12 GMT Server: Apache x-compute-request-id: req-3d89c115-f2b7-4ed4-89b5-f33877f36a0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d89c115-f2b7-4ed4-89b5-f33877f36a0a Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-07T18:38:12.000000", "replication_status": null, "snapshot_id": null, "id": "7e197640-691d-469a-9f26-22e6ff61bbf3", "size": 1, "user_id": "377af69a0c3e4ee1b4149af006a22d6b", "os-vol-tenant-attr:tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "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-810dea22-e018-4095-aaa6-3f8e5ee9498c", "bootable": "false", "created_at": "2018-09-07T18:38:08.000000", "volume_type": null}} 2018-09-07 18:38:12,873 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-3d89c115-f2b7-4ed4-89b5-f33877f36a0a 2018-09-07 18:38:15,877 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8264c86-aae3-4a9a-a162-a5dce6c6776c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dfef63552e9a067aae1a9b4f934b985ceea5b3d" 2018-09-07 18:38:15,910 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-280098f5-75e9-4ac8-b276-2fa52d4b2b0a x-openstack-request-id: req-280098f5-75e9-4ac8-b276-2fa52d4b2b0a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7e197640-691d-469a-9f26-22e6ff61bbf3 could not be found.", "code": 404}} 2018-09-07 18:38:15,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/volumes/7e197640-691d-469a-9f26-22e6ff61bbf3 used request id req-280098f5-75e9-4ac8-b276-2fa52d4b2b0a 2018-09-07 18:38:15,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:16,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["PGgCV7xDREG-_J-Uoq6WGQ"], "issued_at": "2018-09-07T18:38:16.000000Z"}} 2018-09-07 18:38:16,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761", "description": null}}' 2018-09-07 18:38:16,502 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:16 GMT Server: Apache x-compute-request-id: req-4ebc8740-7586-4543-b30f-2cebabe138e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ebc8740-7586-4543-b30f-2cebabe138e0 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8edbbefc-5248-4059-8960-3f811eb5a2b3", "description": null}} 2018-09-07 18:38:16,502 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-4ebc8740-7586-4543-b30f-2cebabe138e0 2018-09-07 18:38:16,506 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:16,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:16 GMT Server: Apache x-compute-request-id: req-e055a67d-ec0b-4da4-b9ea-ac571afa0757 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e055a67d-ec0b-4da4-b9ea-ac571afa0757 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8edbbefc-5248-4059-8960-3f811eb5a2b3", "description": null}]} 2018-09-07 18:38:16,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types?is_public=None used request id req-e055a67d-ec0b-4da4-b9ea-ac571afa0757 2018-09-07 18:38:16,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:16,845 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:16 GMT Server: Apache x-compute-request-id: req-6befca98-7b98-4b68-9d1b-84215692f422 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6befca98-7b98-4b68-9d1b-84215692f422 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8edbbefc-5248-4059-8960-3f811eb5a2b3", "description": null}} 2018-09-07 18:38:16,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 used request id req-6befca98-7b98-4b68-9d1b-84215692f422 2018-09-07 18:38:16,848 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:17,582 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:16 GMT Server: Apache x-compute-request-id: req-8d47697a-4165-4193-9de8-264befabb766 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8d47697a-4165-4193-9de8-264befabb766 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-07 18:38:17,582 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3/encryption used request id req-8d47697a-4165-4193-9de8-264befabb766 2018-09-07 18:38:17,583 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761 2018-09-07 18:38:17,585 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:18,337 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5d62e35f-b3da-4100-bf76-da213d64f097 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-07 18:38:18,337 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 used request id req-5d62e35f-b3da-4100-bf76-da213d64f097 2018-09-07 18:38:18,340 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:19,063 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-48a000a9-a0e4-4cb7-bfe8-1212502ca59e x-openstack-request-id: req-48a000a9-a0e4-4cb7-bfe8-1212502ca59e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 8edbbefc-5248-4059-8960-3f811eb5a2b3 could not be found.", "code": 404}} 2018-09-07 18:38:19,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 used request id req-48a000a9-a0e4-4cb7-bfe8-1212502ca59e 2018-09-07 18:38:19,063 - cinder_utils - INFO - Volume with ID [8edbbefc-5248-4059-8960-3f811eb5a2b3] does not exist 2018-09-07 18:38:19,064 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-25d20381-aced-4b93-becf-808bb8785761 2018-09-07 18:38:19,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ebc8740-7586-4543-b30f-2cebabe138e0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc61f344b697c5e1b333e2d4f050c9e4bf373f1" 2018-09-07 18:38:19,236 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cec04851-20f7-49cc-b7c5-c9feece72742 x-openstack-request-id: req-cec04851-20f7-49cc-b7c5-c9feece72742 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 8edbbefc-5248-4059-8960-3f811eb5a2b3 could not be found.", "code": 404}} 2018-09-07 18:38:19,236 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/8edbbefc-5248-4059-8960-3f811eb5a2b3 used request id req-cec04851-20f7-49cc-b7c5-c9feece72742 2018-09-07 18:38:19,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:19,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["h68AYsepSSOS8dYIJmqE-w"], "issued_at": "2018-09-07T18:38:19.000000Z"}} 2018-09-07 18:38:19,617 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "description": null}}' 2018-09-07 18:38:19,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:19 GMT Server: Apache x-compute-request-id: req-df31d46c-265f-4e94-9862-c038ca646002 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df31d46c-265f-4e94-9862-c038ca646002 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b", "description": null}} 2018-09-07 18:38:19,833 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-df31d46c-265f-4e94-9862-c038ca646002 2018-09-07 18:38:19,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:19 GMT Server: Apache x-compute-request-id: req-d3b34bf1-aeb3-430b-b72c-359649c7f257 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3b34bf1-aeb3-430b-b72c-359649c7f257 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b", "description": null}]} 2018-09-07 18:38:20,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types?is_public=None used request id req-d3b34bf1-aeb3-430b-b72c-359649c7f257 2018-09-07 18:38:20,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,177 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache x-compute-request-id: req-f83fa6d7-ba5f-4009-871e-e733d484872e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f83fa6d7-ba5f-4009-871e-e733d484872e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b", "description": null}} 2018-09-07 18:38:20,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b used request id req-f83fa6d7-ba5f-4009-871e-e733d484872e 2018-09-07 18:38:20,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,359 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache x-compute-request-id: req-db1218a2-511b-4af5-ad10-66d47c83c38e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db1218a2-511b-4af5-ad10-66d47c83c38e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-07 18:38:20,359 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b/encryption used request id req-db1218a2-511b-4af5-ad10-66d47c83c38e 2018-09-07 18:38:20,362 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache x-compute-request-id: req-96e17d13-9c2c-43fb-889d-7381c0db52eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96e17d13-9c2c-43fb-889d-7381c0db52eb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b", "description": null}} 2018-09-07 18:38:20,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b used request id req-96e17d13-9c2c-43fb-889d-7381c0db52eb 2018-09-07 18:38:20,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache x-compute-request-id: req-7dad6397-372b-452a-9960-f0a87da8ea23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dad6397-372b-452a-9960-f0a87da8ea23 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b", "description": null}} 2018-09-07 18:38:20,713 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b used request id req-7dad6397-372b-452a-9960-f0a87da8ea23 2018-09-07 18:38:20,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:20,891 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache x-compute-request-id: req-e6f037be-8a30-497e-863a-a9ade06bec9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6f037be-8a30-497e-863a-a9ade06bec9f Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-07 18:38:20,891 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b/encryption used request id req-e6f037be-8a30-497e-863a-a9ade06bec9f 2018-09-07 18:38:20,892 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b54a5b49-7658-447c-8d2f-e900f2bc755e 2018-09-07 18:38:20,894 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df31d46c-265f-4e94-9862-c038ca646002" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eeee9556366d3d7872112bda85f82eda93f7bbd" 2018-09-07 18:38:21,644 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-036081c3-47e3-477f-b2d6-f3a63eb355a3 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-07 18:38:21,644 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/88cc47f4-b0c0-496f-a3c1-d2102cb4ba3b used request id req-036081c3-47e3-477f-b2d6-f3a63eb355a3 2018-09-07 18:38:21,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:22,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Pl79SbKxS9SOt-PKrB7wvQ"], "issued_at": "2018-09-07T18:38:22.000000Z"}} 2018-09-07 18:38:22,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5f9ef101b91a0173d3736162eef74d70923660" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-bb84523b-7f2f-40bd-a44a-8ad7717789b1-type", "description": null}}' 2018-09-07 18:38:22,242 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:22 GMT Server: Apache x-compute-request-id: req-5c2f616a-27e7-4389-95b6-84acdcfce09e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c2f616a-27e7-4389-95b6-84acdcfce09e Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bb84523b-7f2f-40bd-a44a-8ad7717789b1-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "82bd1147-0826-4718-b914-b5445a4dc12f", "description": null}} 2018-09-07 18:38:22,242 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-5c2f616a-27e7-4389-95b6-84acdcfce09e 2018-09-07 18:38:22,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/82bd1147-0826-4718-b914-b5445a4dc12f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5c2f616a-27e7-4389-95b6-84acdcfce09e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5f9ef101b91a0173d3736162eef74d70923660" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-bb84523b-7f2f-40bd-a44a-8ad7717789b1", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-07 18:38:22,532 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 07 Sep 2018 18:38:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14187701-7567-492b-b4e0-2c68482a6122 x-openstack-request-id: req-14187701-7567-492b-b4e0-2c68482a6122 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-09-07 18:38:22,532 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/82bd1147-0826-4718-b914-b5445a4dc12f/encryption used request id req-14187701-7567-492b-b4e0-2c68482a6122 2018-09-07 18:38:22,532 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-bb84523b-7f2f-40bd-a44a-8ad7717789b1-type 2018-09-07 18:38:22,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/82bd1147-0826-4718-b914-b5445a4dc12f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c2f616a-27e7-4389-95b6-84acdcfce09e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5f9ef101b91a0173d3736162eef74d70923660" 2018-09-07 18:38:22,751 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-865ed2cb-ea18-401d-bc65-df15f3892a9e 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-07 18:38:22,751 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/82bd1147-0826-4718-b914-b5445a4dc12f used request id req-865ed2cb-ea18-401d-bc65-df15f3892a9e 2018-09-07 18:38:22,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:23,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["lSnXGBQeRb2n1H615ftf4A"], "issued_at": "2018-09-07T18:38:23.000000Z"}} 2018-09-07 18:38:23,146 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "description": null}}' 2018-09-07 18:38:23,367 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:23 GMT Server: Apache x-compute-request-id: req-348c7a58-e0d4-450d-b467-333c1b0ee569 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-348c7a58-e0d4-450d-b467-333c1b0ee569 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "description": null}} 2018-09-07 18:38:23,367 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-348c7a58-e0d4-450d-b467-333c1b0ee569 2018-09-07 18:38:23,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c", "provider": "LuksEncryptor"}}' 2018-09-07 18:38:23,586 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:23 GMT Server: Apache x-compute-request-id: req-82cc11f7-00bf-4375-952f-affff589cd09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82cc11f7-00bf-4375-952f-affff589cd09 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c", "control_location": "back-end", "encryption_id": "a275a20e-2e00-4560-9091-5d15baecb72a", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-09-07 18:38:23,586 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption used request id req-82cc11f7-00bf-4375-952f-affff589cd09 2018-09-07 18:38:23,590 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:23,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:23 GMT Server: Apache x-compute-request-id: req-0941d528-c2bb-407e-9bd5-64070214582b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0941d528-c2bb-407e-9bd5-64070214582b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "description": null}} 2018-09-07 18:38:23,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff used request id req-0941d528-c2bb-407e-9bd5-64070214582b 2018-09-07 18:38:23,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:24,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:23 GMT Server: Apache x-compute-request-id: req-3f80b0db-225b-4a1c-9680-8d439267a0ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f80b0db-225b-4a1c-9680-8d439267a0ae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "control_location": "back-end", "deleted": false, "created_at": "2018-09-07T18:38:23.000000", "updated_at": null, "encryption_id": "a275a20e-2e00-4560-9091-5d15baecb72a", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-09-07 18:38:24,479 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption used request id req-3f80b0db-225b-4a1c-9680-8d439267a0ae 2018-09-07 18:38:24,479 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type 2018-09-07 18:38:24,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:24,641 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:24 GMT Server: Apache x-compute-request-id: req-decccfec-093a-43d5-ad8f-619cd477b60d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-decccfec-093a-43d5-ad8f-619cd477b60d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "description": null}} 2018-09-07 18:38:24,641 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff used request id req-decccfec-093a-43d5-ad8f-619cd477b60d 2018-09-07 18:38:24,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:24,836 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a236aa98-d3d6-4886-be0c-dc42e1d118b4 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-07 18:38:24,837 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption/provider used request id req-a236aa98-d3d6-4886-be0c-dc42e1d118b4 2018-09-07 18:38:24,840 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:25,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:24 GMT Server: Apache x-compute-request-id: req-be0d87f0-48d4-4243-b7c2-13108d44613c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be0d87f0-48d4-4243-b7c2-13108d44613c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "description": null}} 2018-09-07 18:38:25,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff used request id req-be0d87f0-48d4-4243-b7c2-13108d44613c 2018-09-07 18:38:25,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:25,169 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:25 GMT Server: Apache x-compute-request-id: req-476f6245-d089-42ab-9c95-b8e530ec5be5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-476f6245-d089-42ab-9c95-b8e530ec5be5 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-07 18:38:25,170 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption used request id req-476f6245-d089-42ab-9c95-b8e530ec5be5 2018-09-07 18:38:25,170 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type 2018-09-07 18:38:25,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:25,346 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:25 GMT Server: Apache x-compute-request-id: req-a8b97eb4-1d80-4c7c-a0ca-0c678e40cdca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8b97eb4-1d80-4c7c-a0ca-0c678e40cdca Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd7442b9-79fb-428b-b4b6-0be86e0c03ff", "description": null}} 2018-09-07 18:38:25,346 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff used request id req-a8b97eb4-1d80-4c7c-a0ca-0c678e40cdca 2018-09-07 18:38:25,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:25,533 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4545bb14-4e15-497d-9d12-4cd4e2bd5e68 x-openstack-request-id: req-4545bb14-4e15-497d-9d12-4cd4e2bd5e68 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type bd7442b9-79fb-428b-b4b6-0be86e0c03ff does not exist.", "code": 404}} 2018-09-07 18:38:25,533 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff/encryption/provider used request id req-4545bb14-4e15-497d-9d12-4cd4e2bd5e68 2018-09-07 18:38:25,533 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-566d2398-d387-48e0-8a1b-4cca12647b7c-type 2018-09-07 18:38:25,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-348c7a58-e0d4-450d-b467-333c1b0ee569" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2b43d8ccb5f46f36a8549bd24adf0e2c30a819c" 2018-09-07 18:38:25,743 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c719cc5-5b97-4093-b412-fbdaf856baa6 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-07 18:38:25,743 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/bd7442b9-79fb-428b-b4b6-0be86e0c03ff used request id req-4c719cc5-5b97-4093-b412-fbdaf856baa6 2018-09-07 18:38:25,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:26,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["gTairARAS66Jy5oiSnk4Sw"], "issued_at": "2018-09-07T18:38:26.000000Z"}} 2018-09-07 18:38:26,122 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type", "description": null}}' 2018-09-07 18:38:26,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:26 GMT Server: Apache x-compute-request-id: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d57c9f82-2e0f-4c07-964f-438934e0a648", "description": null}} 2018-09-07 18:38:26,871 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37 2018-09-07 18:38:26,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f", "provider": "foo"}}' 2018-09-07 18:38:27,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:26 GMT Server: Apache x-compute-request-id: req-7bebd1d2-67ab-436f-bc30-fdf1194e5a39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7bebd1d2-67ab-436f-bc30-fdf1194e5a39 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d57c9f82-2e0f-4c07-964f-438934e0a648", "name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f", "control_location": "front-end", "encryption_id": "6b1e477b-3cad-4240-9d05-e655b8b0bf2e", "provider": "foo", "provider_class": "foo"}} 2018-09-07 18:38:27,106 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption used request id req-7bebd1d2-67ab-436f-bc30-fdf1194e5a39 2018-09-07 18:38:27,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" 2018-09-07 18:38:27,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:27 GMT Server: Apache x-compute-request-id: req-db55bd29-ac6e-443c-8095-3be3ca039c12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db55bd29-ac6e-443c-8095-3be3ca039c12 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d57c9f82-2e0f-4c07-964f-438934e0a648", "description": null}} 2018-09-07 18:38:27,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 used request id req-db55bd29-ac6e-443c-8095-3be3ca039c12 2018-09-07 18:38:27,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" 2018-09-07 18:38:27,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:27 GMT Server: Apache x-compute-request-id: req-eab5b686-66e2-4c56-ba26-334b4251af91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eab5b686-66e2-4c56-ba26-334b4251af91 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"volume_type_id": "d57c9f82-2e0f-4c07-964f-438934e0a648", "control_location": "front-end", "deleted": false, "created_at": "2018-09-07T18:38:27.000000", "updated_at": null, "encryption_id": "6b1e477b-3cad-4240-9d05-e655b8b0bf2e", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-09-07 18:38:27,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption used request id req-eab5b686-66e2-4c56-ba26-334b4251af91 2018-09-07 18:38:27,450 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type 2018-09-07 18:38:27,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" 2018-09-07 18:38:27,622 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:27 GMT Server: Apache x-compute-request-id: req-1570e3fe-c4cf-4d96-8438-5ebbe2850e67 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1570e3fe-c4cf-4d96-8438-5ebbe2850e67 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d57c9f82-2e0f-4c07-964f-438934e0a648", "description": null}} 2018-09-07 18:38:27,622 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 used request id req-1570e3fe-c4cf-4d96-8438-5ebbe2850e67 2018-09-07 18:38:27,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" 2018-09-07 18:38:27,849 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3317d58f-dc7d-4d82-81c0-293af4295959 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-07 18:38:27,849 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648/encryption/provider used request id req-3317d58f-dc7d-4d82-81c0-293af4295959 2018-09-07 18:38:27,849 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-80224c1a-f817-4d77-a636-930627c2630f-type 2018-09-07 18:38:27,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4972fbe2-fb38-4471-b38b-e3ac18e8bd37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e2672ca646f4b8bf8a3a71582a6a269b55982f" 2018-09-07 18:38:27,911 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e4121de5-1cc7-4f6b-a9e9-c68027c2bd03 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-07 18:38:27,912 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/d57c9f82-2e0f-4c07-964f-438934e0a648 used request id req-e4121de5-1cc7-4f6b-a9e9-c68027c2bd03 2018-09-07 18:38:27,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:28,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["QcC_Td8iQ8SEgvsohfD4Cw"], "issued_at": "2018-09-07T18:38:28.000000Z"}} 2018-09-07 18:38:28,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type", "description": null}}' 2018-09-07 18:38:28,500 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:28 GMT Server: Apache x-compute-request-id: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11fc8677-4fbb-4881-a842-86be7dfb6440", "description": null}} 2018-09-07 18:38:28,500 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-ba88f586-1d1b-413c-8d8d-450bf1eedee0 2018-09-07 18:38:28,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-07 18:38:28,701 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:28 GMT Server: Apache x-compute-request-id: req-8934e4ca-ecd0-4e0c-81a0-6adb05b5f782 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8934e4ca-ecd0-4e0c-81a0-6adb05b5f782 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "11fc8677-4fbb-4881-a842-86be7dfb6440", "name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4", "control_location": "back-end", "encryption_id": "893141a8-74ce-4d44-bccf-815fcbf37d59", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-09-07 18:38:28,702 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption used request id req-8934e4ca-ecd0-4e0c-81a0-6adb05b5f782 2018-09-07 18:38:28,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" 2018-09-07 18:38:28,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:28 GMT Server: Apache x-compute-request-id: req-38c93f77-f66e-49be-9581-9cf92e8a29af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38c93f77-f66e-49be-9581-9cf92e8a29af Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11fc8677-4fbb-4881-a842-86be7dfb6440", "description": null}} 2018-09-07 18:38:28,872 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 used request id req-38c93f77-f66e-49be-9581-9cf92e8a29af 2018-09-07 18:38:28,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" 2018-09-07 18:38:29,041 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:28 GMT Server: Apache x-compute-request-id: req-12c2f293-aa7c-4e6e-a7b6-e6b948e985fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12c2f293-aa7c-4e6e-a7b6-e6b948e985fe Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "11fc8677-4fbb-4881-a842-86be7dfb6440", "control_location": "back-end", "deleted": false, "created_at": "2018-09-07T18:38:28.000000", "updated_at": null, "encryption_id": "893141a8-74ce-4d44-bccf-815fcbf37d59", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-09-07 18:38:29,042 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption used request id req-12c2f293-aa7c-4e6e-a7b6-e6b948e985fe 2018-09-07 18:38:29,042 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type 2018-09-07 18:38:29,045 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" 2018-09-07 18:38:29,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:29 GMT Server: Apache x-compute-request-id: req-577adb6f-63d2-483b-ad7d-1e35c6423e5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-577adb6f-63d2-483b-ad7d-1e35c6423e5b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "11fc8677-4fbb-4881-a842-86be7dfb6440", "description": null}} 2018-09-07 18:38:29,216 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 used request id req-577adb6f-63d2-483b-ad7d-1e35c6423e5b 2018-09-07 18:38:29,219 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" 2018-09-07 18:38:29,405 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6451d6fb-f48a-45d6-a9f2-1a8158c52878 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-07 18:38:29,405 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440/encryption/provider used request id req-6451d6fb-f48a-45d6-a9f2-1a8158c52878 2018-09-07 18:38:29,406 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-855465f7-4dfa-4d35-aeae-d701c1b10ff4-type 2018-09-07 18:38:29,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ba88f586-1d1b-413c-8d8d-450bf1eedee0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbd01944c01a662f3c211b1692372cb0276ef6e" 2018-09-07 18:38:29,623 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4a45449c-99fb-4a12-a518-d86ddcc6b152 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-07 18:38:29,624 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/11fc8677-4fbb-4881-a842-86be7dfb6440 used request id req-4a45449c-99fb-4a12-a518-d86ddcc6b152 2018-09-07 18:38:29,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:30,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["hpqkoznFQNqkaL-fYrnwPg"], "issued_at": "2018-09-07T18:38:30.000000Z"}} 2018-09-07 18:38:30,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f-qos"}}' 2018-09-07 18:38:30,221 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-3fc491d2-6737-4b78-8c30-d3d74833912e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3fc491d2-6737-4b78-8c30-d3d74833912e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "56abddb6-1dd9-494e-b235-1aa9a46a24be", "name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f-qos"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/56abddb6-1dd9-494e-b235-1aa9a46a24be", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/56abddb6-1dd9-494e-b235-1aa9a46a24be", "rel": "bookmark"}]} 2018-09-07 18:38:30,221 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-3fc491d2-6737-4b78-8c30-d3d74833912e 2018-09-07 18:38:30,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f", "description": null}}' 2018-09-07 18:38:30,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-1eb6573a-e2a0-42a0-afa8-341e8b2f351b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1eb6573a-e2a0-42a0-afa8-341e8b2f351b Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1d5abac1-c97b-4096-922d-7237fd7660a2", "description": null}} 2018-09-07 18:38:30,429 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-1eb6573a-e2a0-42a0-afa8-341e8b2f351b 2018-09-07 18:38:30,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-07 18:38:30,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-1f21e7d0-fb78-4fd7-b192-1c14f2cd2431 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f21e7d0-fb78-4fd7-b192-1c14f2cd2431 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "1d5abac1-c97b-4096-922d-7237fd7660a2", "name": "foo", "control_location": "back-end", "encryption_id": "fa6fd039-326f-49ea-8958-c470198ccdf8", "provider": "bar", "provider_class": "bar"}} 2018-09-07 18:38:30,631 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption used request id req-1f21e7d0-fb78-4fd7-b192-1c14f2cd2431 2018-09-07 18:38:30,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:30,804 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-166516b4-ffab-4e45-bc54-ee5de9063b80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-166516b4-ffab-4e45-bc54-ee5de9063b80 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1d5abac1-c97b-4096-922d-7237fd7660a2", "description": null}} 2018-09-07 18:38:30,804 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 used request id req-166516b4-ffab-4e45-bc54-ee5de9063b80 2018-09-07 18:38:30,807 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:30,979 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-296a0379-4eab-47f6-b4f2-a1608e08a25d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-296a0379-4eab-47f6-b4f2-a1608e08a25d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "1d5abac1-c97b-4096-922d-7237fd7660a2", "control_location": "back-end", "deleted": false, "created_at": "2018-09-07T18:38:30.000000", "updated_at": null, "encryption_id": "fa6fd039-326f-49ea-8958-c470198ccdf8", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-07 18:38:30,979 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption used request id req-296a0379-4eab-47f6-b4f2-a1608e08a25d 2018-09-07 18:38:30,979 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f 2018-09-07 18:38:30,982 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:31,145 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:30 GMT Server: Apache x-compute-request-id: req-00abca9a-eaa2-439a-b97a-ae1d2dbcfeaf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-00abca9a-eaa2-439a-b97a-ae1d2dbcfeaf Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1d5abac1-c97b-4096-922d-7237fd7660a2", "description": null}} 2018-09-07 18:38:31,145 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 used request id req-00abca9a-eaa2-439a-b97a-ae1d2dbcfeaf 2018-09-07 18:38:31,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:31,351 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-71383b8e-6b34-43b9-bdfd-8ed0beba54ab 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-07 18:38:31,352 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2/encryption/provider used request id req-71383b8e-6b34-43b9-bdfd-8ed0beba54ab 2018-09-07 18:38:31,352 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f 2018-09-07 18:38:31,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:31,407 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-399a7cfa-5d49-4f65-87c8-120dc2dd55b4 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-07 18:38:31,407 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/1d5abac1-c97b-4096-922d-7237fd7660a2 used request id req-399a7cfa-5d49-4f65-87c8-120dc2dd55b4 2018-09-07 18:38:31,408 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-f31ad57d-66c1-4612-abb6-76accd615b9f-qos 2018-09-07 18:38:31,410 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/56abddb6-1dd9-494e-b235-1aa9a46a24be?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fc491d2-6737-4b78-8c30-d3d74833912e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bc999c1d03c0214c181aa029bd1bfcacf13abd" 2018-09-07 18:38:31,611 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-798d51c4-0ff2-4ef6-a000-4918a8821e51 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-07 18:38:31,611 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/56abddb6-1dd9-494e-b235-1aa9a46a24be?force=False used request id req-798d51c4-0ff2-4ef6-a000-4918a8821e51 2018-09-07 18:38:31,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:31,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["Aq6f8orCRou0TywPBLqE4A"], "issued_at": "2018-09-07T18:38:31.000000Z"}} 2018-09-07 18:38:31,989 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82-qos"}}' 2018-09-07 18:38:32,169 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:31 GMT Server: Apache x-compute-request-id: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "cc65ea85-a1d5-4493-aed1-e0bdd6693255", "name": "CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82-qos"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/cc65ea85-a1d5-4493-aed1-e0bdd6693255", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/cc65ea85-a1d5-4493-aed1-e0bdd6693255", "rel": "bookmark"}]} 2018-09-07 18:38:32,170 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7 2018-09-07 18:38:32,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82", "description": null}}' 2018-09-07 18:38:32,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:32 GMT Server: Apache x-compute-request-id: req-a015bf11-edb4-46d7-b4ea-6c174cc976c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a015bf11-edb4-46d7-b4ea-6c174cc976c1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f62373a9-eb2c-4e0f-9dbc-226946bcc7cf", "description": null}} 2018-09-07 18:38:32,380 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-a015bf11-edb4-46d7-b4ea-6c174cc976c1 2018-09-07 18:38:32,384 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" 2018-09-07 18:38:32,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:32 GMT Server: Apache x-compute-request-id: req-5bc4733d-ff86-4ed8-a550-4184ff826d36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5bc4733d-ff86-4ed8-a550-4184ff826d36 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "cc65ea85-a1d5-4493-aed1-e0bdd6693255", "name": "CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82-qos"}]} 2018-09-07 18:38:32,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-5bc4733d-ff86-4ed8-a550-4184ff826d36 2018-09-07 18:38:32,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/None/associate?vol_type_id=f62373a9-eb2c-4e0f-9dbc-226946bcc7cf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" 2018-09-07 18:38:33,299 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:38:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-416568f5-dc52-44d8-9967-8727a8bf2e4e x-openstack-request-id: req-416568f5-dc52-44d8-9967-8727a8bf2e4e Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-09-07 18:38:33,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/None/associate?vol_type_id=f62373a9-eb2c-4e0f-9dbc-226946bcc7cf used request id req-416568f5-dc52-44d8-9967-8727a8bf2e4e 2018-09-07 18:38:33,300 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-416568f5-dc52-44d8-9967-8727a8bf2e4e) 2018-09-07 18:38:33,300 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82 2018-09-07 18:38:33,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/f62373a9-eb2c-4e0f-9dbc-226946bcc7cf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" 2018-09-07 18:38:33,510 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6577693b-2418-4a14-a4fc-b6e3ac4683cf 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-07 18:38:33,510 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/f62373a9-eb2c-4e0f-9dbc-226946bcc7cf used request id req-6577693b-2418-4a14-a4fc-b6e3ac4683cf 2018-09-07 18:38:33,510 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-26f99885-fe20-463d-92c1-4035479c9b82-qos 2018-09-07 18:38:33,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/cc65ea85-a1d5-4493-aed1-e0bdd6693255?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b178d6a1-e4a9-4ffb-b53b-5a01a3c6c9b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602c104a1bd816c827b6c2e6489cb2184ba6556e" 2018-09-07 18:38:33,717 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd8b4b62-82fd-4d57-9d32-e9d485072aa4 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-07 18:38:33,717 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/cc65ea85-a1d5-4493-aed1-e0bdd6693255?force=False used request id req-cd8b4b62-82fd-4d57-9d32-e9d485072aa4 2018-09-07 18:38:33,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:34,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["uOfl7RNzSb-pW_MVFwXKNw"], "issued_at": "2018-09-07T18:38:34.000000Z"}} 2018-09-07 18:38:34,185 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7-qos"}}' 2018-09-07 18:38:34,379 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:34 GMT Server: Apache x-compute-request-id: req-d4b0f85d-1943-4745-b6b5-ef5edc842413 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4b0f85d-1943-4745-b6b5-ef5edc842413 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "02e0683c-5127-4425-b8d7-c40ebeb6fbd1", "name": "CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7-qos"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1", "rel": "bookmark"}]} 2018-09-07 18:38:34,379 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-d4b0f85d-1943-4745-b6b5-ef5edc842413 2018-09-07 18:38:34,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d4b0f85d-1943-4745-b6b5-ef5edc842413" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7", "description": null}}' 2018-09-07 18:38:34,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:34 GMT Server: Apache x-compute-request-id: req-98507c55-d815-4d3c-aa85-64830cbf108a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98507c55-d815-4d3c-aa85-64830cbf108a Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "962c987f-4f83-4f08-9587-0f8f9da5ec18", "description": null}} 2018-09-07 18:38:34,591 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-98507c55-d815-4d3c-aa85-64830cbf108a 2018-09-07 18:38:34,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d4b0f85d-1943-4745-b6b5-ef5edc842413" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" 2018-09-07 18:38:34,754 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:34 GMT Server: Apache x-compute-request-id: req-5b7c6df7-9e83-4fa1-8f04-63e38ad15d37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b7c6df7-9e83-4fa1-8f04-63e38ad15d37 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "02e0683c-5127-4425-b8d7-c40ebeb6fbd1", "name": "CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7-qos"}]} 2018-09-07 18:38:34,754 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-5b7c6df7-9e83-4fa1-8f04-63e38ad15d37 2018-09-07 18:38:34,757 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1/associate?vol_type_id=962c987f-4f83-4f08-9587-0f8f9da5ec18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d4b0f85d-1943-4745-b6b5-ef5edc842413" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" 2018-09-07 18:38:34,960 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4a8071e8-6b1e-4486-bf1c-79a61c6fa93c 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-07 18:38:34,960 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1/associate?vol_type_id=962c987f-4f83-4f08-9587-0f8f9da5ec18 used request id req-4a8071e8-6b1e-4486-bf1c-79a61c6fa93c 2018-09-07 18:38:34,960 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7 2018-09-07 18:38:34,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/962c987f-4f83-4f08-9587-0f8f9da5ec18 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d4b0f85d-1943-4745-b6b5-ef5edc842413" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" 2018-09-07 18:38:35,162 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-373d5f10-596d-4b69-9825-db5876c35c22 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-07 18:38:35,162 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/962c987f-4f83-4f08-9587-0f8f9da5ec18 used request id req-373d5f10-596d-4b69-9825-db5876c35c22 2018-09-07 18:38:35,162 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-8e854a60-3613-4153-8107-4f1c3d7a60e7-qos 2018-09-07 18:38:35,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d4b0f85d-1943-4745-b6b5-ef5edc842413" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1181c787afd19e9c533db4dd9ff9e00abf8331b7" 2018-09-07 18:38:35,342 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dedc1818-840c-4cdf-872e-321be2870d6d 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-07 18:38:35,342 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/02e0683c-5127-4425-b8d7-c40ebeb6fbd1?force=False used request id req-dedc1818-840c-4cdf-872e-321be2870d6d 2018-09-07 18:38:35,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:35,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c59ab0f5583442b0956a8dd79f619f5c", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "fc152fbf33974a8db7d4874b53774e59", "name": "heat_stack_owner"}], "expires_at": "2018-09-07T19:38:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/ef3c57c6b7674c1b8ae62ba64b6f49a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "id": "377af69a0c3e4ee1b4149af006a22d6b"}, "audit_ids": ["E3YWeruESxOiKkGdGoUqHA"], "issued_at": "2018-09-07T18:38:35.000000Z"}} 2018-09-07 18:38:35,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216-qos"}}' 2018-09-07 18:38:35,943 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:35 GMT Server: Apache x-compute-request-id: req-451a3f98-52b9-42e7-b427-86ffba37d11c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-451a3f98-52b9-42e7-b427-86ffba37d11c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "580453af-8cc3-4208-8775-0620199f65f4", "name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216-qos"}, "links": [{"href": "http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4", "rel": "self"}, {"href": "http://172.30.9.25:8776/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4", "rel": "bookmark"}]} 2018-09-07 18:38:35,943 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-451a3f98-52b9-42e7-b427-86ffba37d11c 2018-09-07 18:38:35,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216", "description": null}}' 2018-09-07 18:38:36,142 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:35 GMT Server: Apache x-compute-request-id: req-48741932-2e6a-41af-a676-cb5cdfc8641b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48741932-2e6a-41af-a676-cb5cdfc8641b Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0568b0e1-6fb6-47b5-9afa-9b12331e2643", "description": null}} 2018-09-07 18:38:36,142 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types used request id req-48741932-2e6a-41af-a676-cb5cdfc8641b 2018-09-07 18:38:36,145 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-07 18:38:36,366 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:36 GMT Server: Apache x-compute-request-id: req-a521c9b4-6c08-4a1a-b149-a752265dfeb6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a521c9b4-6c08-4a1a-b149-a752265dfeb6 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "0568b0e1-6fb6-47b5-9afa-9b12331e2643", "name": "foo", "control_location": "back-end", "encryption_id": "f17fda22-46fe-44e4-a7d2-c89f1ecb5e26", "provider": "bar", "provider_class": "bar"}} 2018-09-07 18:38:36,366 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption used request id req-a521c9b4-6c08-4a1a-b149-a752265dfeb6 2018-09-07 18:38:36,369 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:36,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:36 GMT Server: Apache x-compute-request-id: req-38b22511-278c-429e-86f4-ef4dc4f8c002 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38b22511-278c-429e-86f4-ef4dc4f8c002 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "580453af-8cc3-4208-8775-0620199f65f4", "name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216-qos"}]} 2018-09-07 18:38:36,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs used request id req-38b22511-278c-429e-86f4-ef4dc4f8c002 2018-09-07 18:38:36,399 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4/associate?vol_type_id=0568b0e1-6fb6-47b5-9afa-9b12331e2643 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:36,618 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2dc8c4ca-ae25-4874-9cc2-46b0453c620d 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-07 18:38:36,618 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4/associate?vol_type_id=0568b0e1-6fb6-47b5-9afa-9b12331e2643 used request id req-2dc8c4ca-ae25-4874-9cc2-46b0453c620d 2018-09-07 18:38:36,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:36,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:36 GMT Server: Apache x-compute-request-id: req-c21f0bbf-53c3-431c-b66f-8f1c729fb36f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c21f0bbf-53c3-431c-b66f-8f1c729fb36f Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216", "qos_specs_id": "580453af-8cc3-4208-8775-0620199f65f4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0568b0e1-6fb6-47b5-9afa-9b12331e2643", "description": null}} 2018-09-07 18:38:36,785 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 used request id req-c21f0bbf-53c3-431c-b66f-8f1c729fb36f 2018-09-07 18:38:36,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:37,052 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:36 GMT Server: Apache x-compute-request-id: req-db249554-e3a9-442e-9073-e58f68fe4502 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db249554-e3a9-442e-9073-e58f68fe4502 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "0568b0e1-6fb6-47b5-9afa-9b12331e2643", "control_location": "back-end", "deleted": false, "created_at": "2018-09-07T18:38:36.000000", "updated_at": null, "encryption_id": "f17fda22-46fe-44e4-a7d2-c89f1ecb5e26", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-07 18:38:37,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption used request id req-db249554-e3a9-442e-9073-e58f68fe4502 2018-09-07 18:38:37,052 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216 2018-09-07 18:38:37,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:37,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache x-compute-request-id: req-492edff6-9344-4142-a151-d1941b689308 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-492edff6-9344-4142-a151-d1941b689308 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216", "qos_specs_id": "580453af-8cc3-4208-8775-0620199f65f4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0568b0e1-6fb6-47b5-9afa-9b12331e2643", "description": null}} 2018-09-07 18:38:37,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 used request id req-492edff6-9344-4142-a151-d1941b689308 2018-09-07 18:38:37,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:37,411 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fd9fc890-6561-4260-b517-972ea3bc54b7 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-07 18:38:37,411 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643/encryption/provider used request id req-fd9fc890-6561-4260-b517-972ea3bc54b7 2018-09-07 18:38:37,411 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216 2018-09-07 18:38:37,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:37,467 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e903406b-3c7a-4a4d-9209-a37a60412eb4 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-07 18:38:37,467 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/types/0568b0e1-6fb6-47b5-9afa-9b12331e2643 used request id req-e903406b-3c7a-4a4d-9209-a37a60412eb4 2018-09-07 18:38:37,467 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-2b6df927-ade9-47d6-8c3f-d6eac5fc2216-qos 2018-09-07 18:38:37,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-451a3f98-52b9-42e7-b427-86ffba37d11c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597b4be160b9c451cea175aac3928530ca7713cb" 2018-09-07 18:38:37,515 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a7c6ff76-b170-4ce1-b824-71a4683da7ea 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-07 18:38:37,515 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/ef3c57c6b7674c1b8ae62ba64b6f49a9/qos-specs/580453af-8cc3-4208-8775-0620199f65f4?force=False used request id req-a7c6ff76-b170-4ce1-b824-71a4683da7ea 2018-09-07 18:38:37,516 - 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 719.959s OK 2018-09-07 18:38:37,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:38:37,646 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 11:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 18:38:37,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:37,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:37,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53e3e02-33b7-47f3-90fa-386ac7369ffe Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}, {"domain_id": null, "id": "fc152fbf33974a8db7d4874b53774e59", "links": {"self": "http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59"}, "name": "heat_stack_owner"}]} 2018-09-07 18:38:37,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f53e3e02-33b7-47f3-90fa-386ac7369ffe 2018-09-07 18:38:37,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.180096149445s 2018-09-07 18:38:37,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:38:37,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:37,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c25dc713-06b2-4262-bb31-73e98485e1d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:37,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/fc152fbf33974a8db7d4874b53774e59 used request id req-c25dc713-06b2-4262-bb31-73e98485e1d2 2018-09-07 18:38:37,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.124857902527s 2018-09-07 18:38:37,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:38:37,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc27b81-8f84-46ae-abff-635aa9e9dc79 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1", "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "domain_id": "default", "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:38:38,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-5bc27b81-8f84-46ae-abff-635aa9e9dc79 2018-09-07 18:38:38,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103374958038s 2018-09-07 18:38:38,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-5bc27b81-8f84-46ae-abff-635aa9e9dc79 2018-09-07 18:38:38,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:38:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1319aa6-527a-4ef4-854b-be7f0f28870c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b"}, "enabled": true, "id": "377af69a0c3e4ee1b4149af006a22d6b", "options": {}, "domain_id": "default", "name": "api_check-user_4e9e7936-01f9-476e-9777-ba0c831647e1"}} 2018-09-07 18:38:38,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b used request id req-d1319aa6-527a-4ef4-854b-be7f0f28870c 2018-09-07 18:38:38,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941281318665s 2018-09-07 18:38:38,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b used request id req-d1319aa6-527a-4ef4-854b-be7f0f28870c 2018-09-07 18:38:38,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:38:38,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b32469d-28fd-489f-9334-6c94607d1f87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:38,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b used request id req-4b32469d-28fd-489f-9334-6c94607d1f87 2018-09-07 18:38:38,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.221299171448s 2018-09-07 18:38:38,385 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/377af69a0c3e4ee1b4149af006a22d6b used request id req-4b32469d-28fd-489f-9334-6c94607d1f87 2018-09-07 18:38:38,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:38:38,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868ac150-fe3d-4ff7-bf6d-f5a12670142a Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9"}, "enabled": true, "id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9e7936-01f9-476e-9777-ba0c831647e1"}]} 2018-09-07 18:38:38,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-868ac150-fe3d-4ff7-bf6d-f5a12670142a 2018-09-07 18:38:38,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0875000953674s 2018-09-07 18:38:38,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-868ac150-fe3d-4ff7-bf6d-f5a12670142a 2018-09-07 18:38:38,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:38:38,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aedd25a4-03ac-4fce-ac7e-2c5b1436004a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:38,625 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-aedd25a4-03ac-4fce-ac7e-2c5b1436004a 2018-09-07 18:38:38,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.149971008301s 2018-09-07 18:38:38,626 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-aedd25a4-03ac-4fce-ac7e-2c5b1436004a 2018-09-07 18:38:38,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:38,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8baf355-eab1-482b-a925-8d3f11ac583b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c59ab0f5583442b0956a8dd79f619f5c", "links": {"self": "http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c"}, "name": "Member"}]} 2018-09-07 18:38:38,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a8baf355-eab1-482b-a925-8d3f11ac583b 2018-09-07 18:38:38,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773091316223s 2018-09-07 18:38:38,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:38:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a00c44d515ecd2bd4d5a4f82378629572170f3c" 2018-09-07 18:38:38,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86d2a0d5-79da-445a-9c28-f5a7aa28e21b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:38,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/c59ab0f5583442b0956a8dd79f619f5c used request id req-86d2a0d5-79da-445a-9c28-f5a7aa28e21b 2018-09-07 18:38:38,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0964498519897s 2018-09-07 18:38:38,822 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-07 18:38:38,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:38:38,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:38:38,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:38:38,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:38:38,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:38:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:38:38,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b767ce8f-04e6-41ed-b000-3925c1326319 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:38,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b767ce8f-04e6-41ed-b000-3925c1326319 2018-09-07 18:38:38,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:39,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:38:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["vN4IgV-kQieD468ePpn2Vw"], "issued_at": "2018-09-07T18:38:39.000000Z"}} 2018-09-07 18:38:39,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:39,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:39,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:39,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853a2d9e-2eb9-4a43-bf05-aa78d75c9683 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:38:39,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-853a2d9e-2eb9-4a43-bf05-aa78d75c9683 2018-09-07 18:38:39,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.469898939133s 2018-09-07 18:38:39,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:38:39,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}}' 2018-09-07 18:38:39,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-395856c2-fec5-49c4-968e-caa5c90c20c6 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.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}} 2018-09-07 18:38:39,465 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-395856c2-fec5-49c4-968e-caa5c90c20c6 2018-09-07 18:38:39,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.142017126083s 2018-09-07 18:38:39,466 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-395856c2-fec5-49c4-968e-caa5c90c20c6 2018-09-07 18:38:39,467 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'id': u'eee21cc017444ce08e1e16f913bceaf3', '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-07 18:38:39,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:38:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.353061914444s 2018-09-07 18:38:39,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:39,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039466f5-2f13-4bb2-9ff3-18bbb619ea82 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}} 2018-09-07 18:38:39,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c used request id req-039466f5-2f13-4bb2-9ff3-18bbb619ea82 2018-09-07 18:38:39,907 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3d44e7f4c9a444e7b0ecd3fded38bc2c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d'}) 2018-09-07 18:38:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:39,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:39,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6c791a-8420-4280-90cf-daede0e0d058 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:38:39,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2e6c791a-8420-4280-90cf-daede0e0d058 2018-09-07 18:38:39,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761840343475s 2018-09-07 18:38:39,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:39,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be07dcc2-b7e4-423b-82f9-65fd9de33fab Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:38:40,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-be07dcc2-b7e4-423b-82f9-65fd9de33fab 2018-09-07 18:38:40,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727529525757s 2018-09-07 18:38:40,059 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:38:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:38:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" -d '{"role": {"name": "Member"}}' 2018-09-07 18:38:40,150 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38be6a9a-b66e-4825-b61b-996f6a1c296e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}} 2018-09-07 18:38:40,150 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-38be6a9a-b66e-4825-b61b-996f6a1c296e 2018-09-07 18:38:40,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0908360481262s 2018-09-07 18:38:40,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8bdd962-adc2-40a8-9083-5ca26e9bb251 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "domain_id": null, "name": "Member", "id": "e96101ed0283496786a626b1e43f2644"}} 2018-09-07 18:38:40,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644 used request id req-a8bdd962-adc2-40a8-9083-5ca26e9bb251 2018-09-07 18:38:40,166 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644'}, 'domain_id': None, 'human_id': None, 'id': u'e96101ed0283496786a626b1e43f2644', 'HUMAN_ID': False}) 2018-09-07 18:38:40,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:40,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a44d826-dc4c-4bec-8776-9e727f110cda Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:40,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0a44d826-dc4c-4bec-8776-9e727f110cda 2018-09-07 18:38:40,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823378562927s 2018-09-07 18:38:40,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:38:40,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d34483c3-af89-4f1b-9e51-12bb16321389 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:38:40,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d34483c3-af89-4f1b-9e51-12bb16321389 2018-09-07 18:38:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0767741203308s 2018-09-07 18:38:40,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:38:40,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef93b4f-947e-4e3d-a2bf-7a5fbfc6eaaf Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "domain_id": "default", "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:38:40,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1ef93b4f-947e-4e3d-a2bf-7a5fbfc6eaaf 2018-09-07 18:38:40,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994369983673s 2018-09-07 18:38:40,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1ef93b4f-947e-4e3d-a2bf-7a5fbfc6eaaf 2018-09-07 18:38:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:38:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394ea4d7-0a13-48ad-aeba-11f39eac108f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "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.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}]} 2018-09-07 18:38:40,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-394ea4d7-0a13-48ad-aeba-11f39eac108f 2018-09-07 18:38:40,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820958614349s 2018-09-07 18:38:40,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-394ea4d7-0a13-48ad-aeba-11f39eac108f 2018-09-07 18:38:40,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:38:40,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=e96101ed0283496786a626b1e43f2644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-739e1d0f-5eec-440d-910d-4ef9ea844d58 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=e96101ed0283496786a626b1e43f2644", "previous": null, "next": null}} 2018-09-07 18:38:40,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=e96101ed0283496786a626b1e43f2644 used request id req-739e1d0f-5eec-440d-910d-4ef9ea844d58 2018-09-07 18:38:40,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0747261047363s 2018-09-07 18:38:40,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:38:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/e96101ed0283496786a626b1e43f2644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0d0d98c-5899-42ae-ab87-f1c4cce6b2ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:40,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/e96101ed0283496786a626b1e43f2644 used request id req-f0d0d98c-5899-42ae-ab87-f1c4cce6b2ac 2018-09-07 18:38:40,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110119104385s 2018-09-07 18:38:40,705 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 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': '05277556-ef70-4e03-b6c4-8636819bc4df', 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_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'project_id': u'eee21cc017444ce08e1e16f913bceaf3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:38:40,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:38:40,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:38:40,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:38:40,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:38:40,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:38:40,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:38:40,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:38:40,710 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'password': '05277556-ef70-4e03-b6c4-8636819bc4df', 'project_name': 'snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'eee21cc017444ce08e1e16f913bceaf3', 'project_domain_name': 'Default'} 2018-09-07 18:38:40,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:40,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5a86a2-a8df-45a4-af11-41bed3b93a94 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:40,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-7b5a86a2-a8df-45a4-af11-41bed3b93a94 2018-09-07 18:38:40,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807778835297s 2018-09-07 18:38:40,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90506481-62eb-434d-b471-cafc5874ecd5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:40,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-90506481-62eb-434d-b471-cafc5874ecd5 2018-09-07 18:38:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734720230103s 2018-09-07 18:38:40,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:38:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:40,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c8d2e2-0392-40f4-8803-2141f746de16 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:38:40,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-14c8d2e2-0392-40f4-8803-2141f746de16 2018-09-07 18:38:40,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0775148868561s 2018-09-07 18:38:40,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:38:40,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17fd254f-458f-4cd5-a757-5525cb596c25 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "domain_id": "default", "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:38:41,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-17fd254f-458f-4cd5-a757-5525cb596c25 2018-09-07 18:38:41,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914978981018s 2018-09-07 18:38:41,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-17fd254f-458f-4cd5-a757-5525cb596c25 2018-09-07 18:38:41,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:38:41,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bf44a31-fbc7-4c4c-95a1-787ad16bf9d3 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "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.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}]} 2018-09-07 18:38:41,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6bf44a31-fbc7-4c4c-95a1-787ad16bf9d3 2018-09-07 18:38:41,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0766689777374s 2018-09-07 18:38:41,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6bf44a31-fbc7-4c4c-95a1-787ad16bf9d3 2018-09-07 18:38:41,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:38:41,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c226bb-8c14-49d2-8a8c-732d339ffce5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 18:38:41,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=765cac6f031a43628860c2853b35fec1 used request id req-94c226bb-8c14-49d2-8a8c-732d339ffce5 2018-09-07 18:38:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805561542511s 2018-09-07 18:38:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:38:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39efd29a-11b9-4df5-9f68-9d96d0ace49d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:41,377 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/765cac6f031a43628860c2853b35fec1 used request id req-39efd29a-11b9-4df5-9f68-9d96d0ace49d 2018-09-07 18:38:41,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.174344062805s 2018-09-07 18:38:41,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:41,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2542d81-099c-45a8-9421-8d92982b50a1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:41,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a2542d81-099c-45a8-9421-8d92982b50a1 2018-09-07 18:38:41,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747129917145s 2018-09-07 18:38:41,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:38:41,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-07 18:38:41,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dd140b7-8e04-4881-b7ea-fe23ad282e49 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27f61404dd4b4132887937ff0112a3d8", "links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "name": "heat_stack_owner"}} 2018-09-07 18:38:41,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-1dd140b7-8e04-4881-b7ea-fe23ad282e49 2018-09-07 18:38:41,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.102847099304s 2018-09-07 18:38:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9679d2fa-757f-44bb-82ad-faaf8e1dec55 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "domain_id": null, "name": "heat_stack_owner", "id": "27f61404dd4b4132887937ff0112a3d8"}} 2018-09-07 18:38:41,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8 used request id req-9679d2fa-757f-44bb-82ad-faaf8e1dec55 2018-09-07 18:38:41,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:38:41,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f701a8b-6f08-4c8d-a562-93a8ec62ecac Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27f61404dd4b4132887937ff0112a3d8", "links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:41,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4f701a8b-6f08-4c8d-a562-93a8ec62ecac 2018-09-07 18:38:41,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0898549556732s 2018-09-07 18:38:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:38:41,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d42ac792-f133-43ac-a75b-303a07e2d93a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:38:41,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d42ac792-f133-43ac-a75b-303a07e2d93a 2018-09-07 18:38:41,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0797398090363s 2018-09-07 18:38:41,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:38:41,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700246bb-762f-45e8-afd3-c44345ec0aab Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "domain_id": "default", "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:38:41,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-700246bb-762f-45e8-afd3-c44345ec0aab 2018-09-07 18:38:41,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976240634918s 2018-09-07 18:38:41,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-700246bb-762f-45e8-afd3-c44345ec0aab 2018-09-07 18:38:41,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:38:41,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:41,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6130119-1c66-4a88-b43c-4f3e412e9ca9 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "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.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}]} 2018-09-07 18:38:41,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d6130119-1c66-4a88-b43c-4f3e412e9ca9 2018-09-07 18:38:41,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0733411312103s 2018-09-07 18:38:41,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d6130119-1c66-4a88-b43c-4f3e412e9ca9 2018-09-07 18:38:41,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:38:41,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=27f61404dd4b4132887937ff0112a3d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:42,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94f56fc-def3-4f3d-af63-429de7607a9e Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=27f61404dd4b4132887937ff0112a3d8", "previous": null, "next": null}} 2018-09-07 18:38:42,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=3d44e7f4c9a444e7b0ecd3fded38bc2c&scope.project.id=eee21cc017444ce08e1e16f913bceaf3&role.id=27f61404dd4b4132887937ff0112a3d8 used request id req-f94f56fc-def3-4f3d-af63-429de7607a9e 2018-09-07 18:38:42,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0789232254028s 2018-09-07 18:38:42,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:38:42,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/27f61404dd4b4132887937ff0112a3d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:38:42,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecbefc08-aa10-4630-910a-098af707f0b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:42,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c/roles/27f61404dd4b4132887937ff0112a3d8 used request id req-ecbefc08-aa10-4630-910a-098af707f0b0 2018-09-07 18:38:42,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121047019958s 2018-09-07 18:38:42,197 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-07 18:38:42,197 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-07 18:38:42,197 - openstack_tests - INFO - OS Credentials = > 2018-09-07 18:38:42,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:42,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:42,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f61404dd4b4132887937ff0112a3d8", "name": "heat_stack_owner"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "e96101ed0283496786a626b1e43f2644", "name": "Member"}], "expires_at": "2018-09-07T19:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eee21cc017444ce08e1e16f913bceaf3", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "audit_ids": ["9Gb3Sm2gR5edI8ThCpHMww"], "issued_at": "2018-09-07T18:38:42.000000Z"}} 2018-09-07 18:38:42,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98eb90739b87479b81ae4e8b701d5abeb914cc8" 2018-09-07 18:38:42,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a78d837c-e3a6-446a-aee3-a615a9fc2911 Date: Fri, 07 Sep 2018 18:38:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:38:42,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-a78d837c-e3a6-446a-aee3-a615a9fc2911 2018-09-07 18:38:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d98eb90739b87479b81ae4e8b701d5abeb914cc8" 2018-09-07 18:38:43,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2ff4f211-4710-48d4-9097-1720b309f8d8 Date: Fri, 07 Sep 2018 18:38:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:38:43,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=e537ef2c-765f-4452-9b85-388ace121512 used request id req-2ff4f211-4710-48d4-9097-1720b309f8d8 2018-09-07 18:38:43,030 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 18:38:43,031 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-09-07 18:38:43,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:43,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:43,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f61404dd4b4132887937ff0112a3d8", "name": "heat_stack_owner"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "e96101ed0283496786a626b1e43f2644", "name": "Member"}], "expires_at": "2018-09-07T19:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eee21cc017444ce08e1e16f913bceaf3", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "audit_ids": ["Ks_rgbFaQNmaQ8TyDr9NFg"], "issued_at": "2018-09-07T18:38:43.000000Z"}} 2018-09-07 18:38:43,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e613758f1fc0f88fbf99724d836e304343265b6" 2018-09-07 18:38:43,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fdc22f-533a-4f1b-ba77-ece94fdc89a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:43,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-48fdc22f-533a-4f1b-ba77-ece94fdc89a5 2018-09-07 18:38:43,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:43,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:43,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f61404dd4b4132887937ff0112a3d8", "name": "heat_stack_owner"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "e96101ed0283496786a626b1e43f2644", "name": "Member"}], "expires_at": "2018-09-07T19:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eee21cc017444ce08e1e16f913bceaf3", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "audit_ids": ["-mriM9huRtiCtu9Vy_o5Wg"], "issued_at": "2018-09-07T18:38:43.000000Z"}} 2018-09-07 18:38:43,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fd8b13-ff06-4b8c-aa65-3ccd15595b7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:43,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-52fd8b13-ff06-4b8c-aa65-3ccd15595b7d 2018-09-07 18:38:43,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:43,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:43,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-bae32019-8b9d-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:44,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae3d6cd-f95b-4772-a76b-fe006d3071ea Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-bae32019-8b9d-4ef-proj", "previous": null, "next": null}, "projects": []} 2018-09-07 18:38:44,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-bae32019-8b9d-4ef-proj used request id req-7ae3d6cd-f95b-4772-a76b-fe006d3071ea 2018-09-07 18:38:44,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:44,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8445905b-12b3-45c1-b18c-5f5b83a30998 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:38:44,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-8445905b-12b3-45c1-b18c-5f5b83a30998 2018-09-07 18:38:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}}' 2018-09-07 18:38:44,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd96a803-8613-409c-be67-23e30a12da5f Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:44,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-fd96a803-8613-409c-be67-23e30a12da5f 2018-09-07 18:38:44,251 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-bae32019-8b9d-4ef-proj 2018-09-07 18:38:44,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:44,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:44,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f61404dd4b4132887937ff0112a3d8", "name": "heat_stack_owner"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "e96101ed0283496786a626b1e43f2644", "name": "Member"}], "expires_at": "2018-09-07T19:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eee21cc017444ce08e1e16f913bceaf3", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "audit_ids": ["glxLBTx3SiyMrZnHE9sd_Q"], "issued_at": "2018-09-07T18:38:44.000000Z"}} 2018-09-07 18:38:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afd40e0da05600a5bc8612f3d34b84594f63c00c" 2018-09-07 18:38:44,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7460b8c2-4b33-438e-aa21-b5ebba0e54ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:44,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7460b8c2-4b33-438e-aa21-b5ebba0e54ab 2018-09-07 18:38:44,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:44,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:44,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afd40e0da05600a5bc8612f3d34b84594f63c00c" 2018-09-07 18:38:44,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1429f1-d975-44a0-b5cd-d51b2f616efc Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "domain_id": "default", "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:38:44,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9b1429f1-d975-44a0-b5cd-d51b2f616efc 2018-09-07 18:38:44,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects?name=SimpleHealthCheck-bae32019-8b9d-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afd40e0da05600a5bc8612f3d34b84594f63c00c" 2018-09-07 18:38:44,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bda67b-2b27-4ac2-9456-d8fa5a838aad Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?name=SimpleHealthCheck-bae32019-8b9d-4ef-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}]} 2018-09-07 18:38:44,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?name=SimpleHealthCheck-bae32019-8b9d-4ef-proj used request id req-81bda67b-2b27-4ac2-9456-d8fa5a838aad 2018-09-07 18:38:44,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afd40e0da05600a5bc8612f3d34b84594f63c00c" 2018-09-07 18:38:44,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721bd68b-78cf-44fb-9849-f332affc47a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-07 18:38:44,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains?name=Default used request id req-721bd68b-78cf-44fb-9849-f332affc47a5 2018-09-07 18:38:45,233 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-bae32019-8b9d-4ef-user 2018-09-07 18:38:45,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:45,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a23f8c-0242-43dd-aa8e-3704f0890245 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27f61404dd4b4132887937ff0112a3d8", "links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:38:45,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a7a23f8c-0242-43dd-aa8e-3704f0890245 2018-09-07 18:38:45,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" -d '{"role": {"name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}}' 2018-09-07 18:38:45,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91aa49cc-d895-4247-8db4-9d3dffa16030 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4e905fde89444309f7b9c7f35d97957", "links": {"self": "http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957"}, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}} 2018-09-07 18:38:45,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-91aa49cc-d895-4247-8db4-9d3dffa16030 2018-09-07 18:38:45,443 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-bae32019-8b9d-4ef-proj-role 2018-09-07 18:38:45,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:45,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6435cdf-1414-4bc0-af55-5432dca73b7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957"}, "domain_id": null, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role", "id": "f4e905fde89444309f7b9c7f35d97957"}} 2018-09-07 18:38:45,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957 used request id req-a6435cdf-1414-4bc0-af55-5432dca73b7d 2018-09-07 18:38:45,525 - keystone_utils - INFO - Granting role SimpleHealthCheck-bae32019-8b9d-4ef-proj-role to project SimpleHealthCheck-bae32019-8b9d-4ef-proj 2018-09-07 18:38:45,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43/users/4bc89aec7d19452fb4077c423d66ca5a/roles/f4e905fde89444309f7b9c7f35d97957 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:38:45,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4e0e278-620f-41de-99ca-bf54cd71d938 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:38:45,655 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43/users/4bc89aec7d19452fb4077c423d66ca5a/roles/f4e905fde89444309f7b9c7f35d97957 used request id req-d4e0e278-620f-41de-99ca-bf54cd71d938 2018-09-07 18:38:45,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:38:45,656 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-07 18:38:45,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:45,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:46,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4e905fde89444309f7b9c7f35d97957", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}], "expires_at": "2018-09-07T19:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d1cd90338eb48c9952506543e3d6e43", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-user", "id": "4bc89aec7d19452fb4077c423d66ca5a"}, "audit_ids": ["casTkXpnRl20TeqvWkwtdw"], "issued_at": "2018-09-07T18:38:46.000000Z"}} 2018-09-07 18:38:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:46,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7210cc36-5952-4e41-a8cb-9d3f483574a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:46,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7210cc36-5952-4e41-a8cb-9d3f483574a1 2018-09-07 18:38:46,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:46,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-18fdeca0-0329-401b-984c-b5bb9183dd40 Date: Fri, 07 Sep 2018 18:38:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image"} 2018-09-07 18:38:46,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image used request id req-18fdeca0-0329-401b-984c-b5bb9183dd40 2018-09-07 18:38:46,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:46,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccecf228-e7fe-4429-ab90-ae83aefc250d Date: Fri, 07 Sep 2018 18:38: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-07 18:38:46,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-ccecf228-e7fe-4429-ab90-ae83aefc250d 2018-09-07 18:38:46,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image"}' 2018-09-07 18:38:46,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 X-Openstack-Request-Id: req-462599a4-6380-4570-a73c-15abe3b0a590 Date: Fri, 07 Sep 2018 18:38:46 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:38:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T18:38:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "min_disk": 0, "protected": false, "id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "file": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file", "checksum": null, "owner": "3d1cd90338eb48c9952506543e3d6e43", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:38:46,683 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-462599a4-6380-4570-a73c-15abe3b0a590 2018-09-07 18:38:46,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" -d '' 2018-09-07 18:38:48,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-949b978f-4f2f-4bac-93fa-13524bef8804 Date: Fri, 07 Sep 2018 18:38:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:38:48,159 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file used request id req-949b978f-4f2f-4bac-93fa-13524bef8804 2018-09-07 18:38:48,160 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:38:48,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:48,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-00b1d5c3-8ed9-4c60-afb7-e09cc947e2c9 Date: Fri, 07 Sep 2018 18:38:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:38:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:38:48Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "metadata": {}}], "self": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "min_disk": 0, "protected": false, "id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "file": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3d1cd90338eb48c9952506543e3d6e43", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:38:48,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 used request id req-00b1d5c3-8ed9-4c60-afb7-e09cc947e2c9 2018-09-07 18:38:48,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:48,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b394d8da-3010-4d67-9ebd-38c0335553b0 Date: Fri, 07 Sep 2018 18:38:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 18:38:48,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-b394d8da-3010-4d67-9ebd-38c0335553b0 2018-09-07 18:38:48,477 - create_image - INFO - Created image with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image 2018-09-07 18:38:48,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:38:49,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e9577552-33c1-43c3-b9b9-58e121ad3587 Date: Fri, 07 Sep 2018 18:38:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:38:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:38:48Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "metadata": {}}], "self": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "min_disk": 0, "protected": false, "id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "file": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3d1cd90338eb48c9952506543e3d6e43", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 18:38:49,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 used request id req-e9577552-33c1-43c3-b9b9-58e121ad3587 2018-09-07 18:38:49,090 - create_image - DEBUG - Instance status is - active 2018-09-07 18:38:49,091 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image 2018-09-07 18:38:49,091 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image 2018-09-07 18:38:49,091 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:49,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:49,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4e905fde89444309f7b9c7f35d97957", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}], "expires_at": "2018-09-07T19:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d1cd90338eb48c9952506543e3d6e43", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-user", "id": "4bc89aec7d19452fb4077c423d66ca5a"}, "audit_ids": ["7rHtVcqDT8OZ3sr-I8JpJQ"], "issued_at": "2018-09-07T18:38:49.000000Z"}} 2018-09-07 18:38:49,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:49,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccc6d3c8-41b3-4a5d-a00d-426d2cf4464b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:49,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ccc6d3c8-41b3-4a5d-a00d-426d2cf4464b 2018-09-07 18:38:49,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:49,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-46940675-eef6-4fb1-9fca-ea4d6c9be5d2 Date: Fri, 07 Sep 2018 18:38:49 GMT RESP BODY: {"networks":[]} 2018-09-07 18:38:49,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-46940675-eef6-4fb1-9fca-ea4d6c9be5d2 2018-09-07 18:38:49,726 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net 2018-09-07 18:38:49,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" -d '{"network": {"name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net", "admin_state_up": true}}' 2018-09-07 18:38:50,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-7378745a-0bd3-4813-bba7-e1f56c3b30a4 Date: Fri, 07 Sep 2018 18:38:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-07T18:38:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}} 2018-09-07 18:38:50,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-7378745a-0bd3-4813-bba7-e1f56c3b30a4 2018-09-07 18:38:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:50,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-cb9e7e7f-dab9-4de7-b72e-35726758f4fa Date: Fri, 07 Sep 2018 18:38:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-07T18:38:50Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:50,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-cb9e7e7f-dab9-4de7-b72e-35726758f4fa 2018-09-07 18:38:50,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:50,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b89e140-381a-4499-b498-21ccdcdd8cbe Date: Fri, 07 Sep 2018 18:38:50 GMT RESP BODY: {"subnets":[]} 2018-09-07 18:38:50,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-3b89e140-381a-4499-b498-21ccdcdd8cbe 2018-09-07 18:38:50,718 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet 2018-09-07 18:38:50,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" -d '{"subnets": [{"ip_version": 4, "network_id": "19bfb583-ace8-4a94-b0b0-905a39843d83", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]}' 2018-09-07 18:38:51,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d752bce3-7e69-4d8a-a1b2-02016cafbed8 Date: Fri, 07 Sep 2018 18:38:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:51,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-d752bce3-7e69-4d8a-a1b2-02016cafbed8 2018-09-07 18:38:51,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:51,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c9f19e7f-411f-4eaf-9ba9-ace645724c7a Date: Fri, 07 Sep 2018 18:38:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:51,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-c9f19e7f-411f-4eaf-9ba9-ace645724c7a 2018-09-07 18:38:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:38:51,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6814c881-44c7-4153-be2d-7566c12f1614 Date: Fri, 07 Sep 2018 18:38:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:51,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-6814c881-44c7-4153-be2d-7566c12f1614 2018-09-07 18:38:51,992 - OpenStackNetwork - DEBUG - Network [19bfb583-ace8-4a94-b0b0-905a39843d83] created successfully 2018-09-07 18:38:51,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:51,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:52,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27f61404dd4b4132887937ff0112a3d8", "name": "heat_stack_owner"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}, {"id": "e96101ed0283496786a626b1e43f2644", "name": "Member"}], "expires_at": "2018-09-07T19:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eee21cc017444ce08e1e16f913bceaf3", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/eee21cc017444ce08e1e16f913bceaf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "audit_ids": ["T5M9Y1VdSMK7UEKM76e3vQ"], "issued_at": "2018-09-07T18:38:52.000000Z"}} 2018-09-07 18:38:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570f56eac5915dbb7fe0aa7d0a00f35d76352d6a" 2018-09-07 18:38:52,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499f0962-87d8-42db-af7b-410171cf863d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:52,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-499f0962-87d8-42db-af7b-410171cf863d 2018-09-07 18:38:52,458 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:38:52,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570f56eac5915dbb7fe0aa7d0a00f35d76352d6a" 2018-09-07 18:38:52,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8385572b-fb9c-4e1c-b09e-be7852a1b5ba x-compute-request-id: req-8385572b-fb9c-4e1c-b09e-be7852a1b5ba Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-07 18:38:52,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8385572b-fb9c-4e1c-b09e-be7852a1b5ba 2018-09-07 18:38:52,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570f56eac5915dbb7fe0aa7d0a00f35d76352d6a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-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-07 18:38:52,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38: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-c2bde971-c572-4e38-9fd3-7c3a5a928847 x-compute-request-id: req-c2bde971-c572-4e38-9fd3-7c3a5a928847 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:38:52,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c2bde971-c572-4e38-9fd3-7c3a5a928847 2018-09-07 18:38:52,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:52,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:53,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4e905fde89444309f7b9c7f35d97957", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}], "expires_at": "2018-09-07T19:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d1cd90338eb48c9952506543e3d6e43", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-user", "id": "4bc89aec7d19452fb4077c423d66ca5a"}, "audit_ids": ["tmnSpDrOSCayjf5nTo90ow"], "issued_at": "2018-09-07T18:38:53.000000Z"}} 2018-09-07 18:38:53,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:53,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ca2450-3b15-43c8-97dc-8300d695bd8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:53,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c4ca2450-3b15-43c8-97dc-8300d695bd8d 2018-09-07 18:38:53,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-07 18:38:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:53,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00919f4-cde6-4ef2-b9d4-46245c6cdf83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:53,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c00919f4-cde6-4ef2-b9d4-46245c6cdf83 2018-09-07 18:38:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:53,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7ca86006-68a8-42a9-884a-e655433e35ba Date: Fri, 07 Sep 2018 18:38:53 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":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:53,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-7ca86006-68a8-42a9-884a-e655433e35ba 2018-09-07 18:38:53,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:53,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:53,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0607d5a8-d6ad-425a-ae1a-f4ea6cfc1e64 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:53,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-0607d5a8-d6ad-425a-ae1a-f4ea6cfc1e64 2018-09-07 18:38:53,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:53,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8da797b-52bc-420a-b7db-cd531760421f Date: Fri, 07 Sep 2018 18:38:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:53,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-b8da797b-52bc-420a-b7db-cd531760421f 2018-09-07 18:38:53,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d5956e55-ee95-4ede-96f3-eed1cda53dc5 Date: Fri, 07 Sep 2018 18:38:54 GMT RESP BODY: {"ports":[]} 2018-09-07 18:38:54,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True used request id req-d5956e55-ee95-4ede-96f3-eed1cda53dc5 2018-09-07 18:38:54,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/detail?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38: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-70033fdb-747d-446c-a8a4-602d2ed367f6 x-compute-request-id: req-70033fdb-747d-446c-a8a4-602d2ed367f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:38:54,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst used request id req-70033fdb-747d-446c-a8a4-602d2ed367f6 2018-09-07 18:38:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fb141348-1b53-49ba-aef7-ce4992c278be Date: Fri, 07 Sep 2018 18:38:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:54,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-fb141348-1b53-49ba-aef7-ce4992c278be 2018-09-07 18:38:54,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb64fea4-aa21-4d4a-ac58-75f532341297 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:54,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-fb64fea4-aa21-4d4a-ac58-75f532341297 2018-09-07 18:38:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a6f52438-8d7f-4f33-ab49-db3287a29393 Date: Fri, 07 Sep 2018 18:38:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:54,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-a6f52438-8d7f-4f33-ab49-db3287a29393 2018-09-07 18:38:54,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:54,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a0259f2-17fa-4d08-9dbb-1b5b7fc2feed Date: Fri, 07 Sep 2018 18:38:54 GMT RESP BODY: {"ports":[]} 2018-09-07 18:38:54,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True used request id req-2a0259f2-17fa-4d08-9dbb-1b5b7fc2feed 2018-09-07 18:38:54,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-07 18:38:54,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:38:55,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4e905fde89444309f7b9c7f35d97957", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj-role"}], "expires_at": "2018-09-07T19:38:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d1cd90338eb48c9952506543e3d6e43", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/3d1cd90338eb48c9952506543e3d6e43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-bae32019-8b9d-4ef-user", "id": "4bc89aec7d19452fb4077c423d66ca5a"}, "audit_ids": ["p5T7E3ayTn-O9ZOs9nu9-Q"], "issued_at": "2018-09-07T18:38:55.000000Z"}} 2018-09-07 18:38:55,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666338a26474776a6fcb44f0d5c65a1fb63bdca9" 2018-09-07 18:38:55,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc04ddc1-d508-4ce8-84ec-63da38246f7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:38:55,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bc04ddc1-d508-4ce8-84ec-63da38246f7f 2018-09-07 18:38:55,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:55,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-56eb584f-f933-420d-9e1e-89e1f123a79e Date: Fri, 07 Sep 2018 18:38:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:55,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-56eb584f-f933-420d-9e1e-89e1f123a79e 2018-09-07 18:38:55,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:55,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f1f126c9-52cd-45f4-9dbb-d4365ffde387 Date: Fri, 07 Sep 2018 18:38:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:55,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-f1f126c9-52cd-45f4-9dbb-d4365ffde387 2018-09-07 18:38:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:55,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-753fac3a-6476-4df2-b222-7a33dcc087d9 Date: Fri, 07 Sep 2018 18:38:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:55,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-753fac3a-6476-4df2-b222-7a33dcc087d9 2018-09-07 18:38:55,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25: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-07 18:38:55,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:38: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:38:55,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}666338a26474776a6fcb44f0d5c65a1fb63bdca9" 2018-09-07 18:38:55,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b98e16-8487-4b0c-8ea6-b17b405f5561 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:55,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-71b98e16-8487-4b0c-8ea6-b17b405f5561 2018-09-07 18:38:55,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:56,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-41806888-194b-49ae-ba59-f11e42cc3395 Date: Fri, 07 Sep 2018 18:38:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:56,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-41806888-194b-49ae-ba59-f11e42cc3395 2018-09-07 18:38:56,160 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net 2018-09-07 18:38:56,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"port": {"network_id": "19bfb583-ace8-4a94-b0b0-905a39843d83", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1", "admin_state_up": true}}' 2018-09-07 18:38:56,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-d5a119ef-619d-4fea-bd23-80951f87a01f Date: Fri, 07 Sep 2018 18:38:56 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-09-07T18:38:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-09-07T18:38:56Z","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:58:a8:64","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.8"}],"id":"a27a4231-c65c-4de6-89f7-cdf5c8c1274d","security_groups":["bfb4fa52-bd72-41fd-a6d6-88c596a97a80"],"device_id":""}} 2018-09-07 18:38:56,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/ports used request id req-d5a119ef-619d-4fea-bd23-80951f87a01f 2018-09-07 18:38:56,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d246879d-613a-4f8f-ad2e-f4a0138b3965 Date: Fri, 07 Sep 2018 18:38:57 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":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:38:57,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-d246879d-613a-4f8f-ad2e-f4a0138b3965 2018-09-07 18:38:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-583ae5bc-f635-4f73-b4db-bbda4e7b7f69 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:57,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-583ae5bc-f635-4f73-b4db-bbda4e7b7f69 2018-09-07 18:38:57,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-82d17dab-2934-4aed-8499-fd2b857dc6b3 Date: Fri, 07 Sep 2018 18:38:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:38:57,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-82d17dab-2934-4aed-8499-fd2b857dc6b3 2018-09-07 18:38:57,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-6e997cfb-e6c2-4789-ad7a-f073efb4eab4 Date: Fri, 07 Sep 2018 18:38:57 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:56Z","admin_state_up":true,"updated_at":"2018-09-07T18:38:56Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:58:a8:64","id":"a27a4231-c65c-4de6-89f7-cdf5c8c1274d","port_security_enabled":true,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["bfb4fa52-bd72-41fd-a6d6-88c596a97a80"],"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1"}]} 2018-09-07 18:38:57,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1&admin_state_up=True used request id req-6e997cfb-e6c2-4789-ad7a-f073efb4eab4 2018-09-07 18:38:57,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac096420-0a80-4f32-99f0-f7d136853e5f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:38:57,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-ac096420-0a80-4f32-99f0-f7d136853e5f 2018-09-07 18:38:57,696 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst 2018-09-07 18:38:57,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38: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-f7458b56-240e-4350-bb89-f2237a523f53 x-compute-request-id: req-f7458b56-240e-4350-bb89-f2237a523f53 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}], "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-flavor-name"}]} 2018-09-07 18:38:57,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f7458b56-240e-4350-bb89-f2237a523f53 2018-09-07 18:38:57,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:57,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:38: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-baa3e727-8c11-482c-9b22-90ca70606cd7 x-compute-request-id: req-baa3e727-8c11-482c-9b22-90ca70606cd7 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:38:57,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3 used request id req-baa3e727-8c11-482c-9b22-90ca70606cd7 2018-09-07 18:38:57,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:58,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-058cb740-ecab-44ef-94ec-11e2c2925d3e Date: Fri, 07 Sep 2018 18:38:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T18:38:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-07T18:38:48Z", "visibility": "shared", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "metadata": {}}], "self": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "min_disk": 0, "protected": false, "id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "file": "/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3d1cd90338eb48c9952506543e3d6e43", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/31cd97d1-dc1d-4234-90cd-82e0926132d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image"} 2018-09-07 18:38:58,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image used request id req-058cb740-ecab-44ef-94ec-11e2c2925d3e 2018-09-07 18:38:58,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:58,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a5643993-6976-4f6d-9a51-48108c75cba5 Date: Fri, 07 Sep 2018 18:38: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-07 18:38:58,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-a5643993-6976-4f6d-9a51-48108c75cba5 2018-09-07 18:38:58,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"server": {"name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "imageRef": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "flavorRef": "b6c2f1d2-1064-4466-8226-4206a89236a3", "max_count": 1, "min_count": 1, "networks": [{"port": "a27a4231-c65c-4de6-89f7-cdf5c8c1274d"}]}}' 2018-09-07 18:38:59,498 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:38: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-8855cb35-b201-49b3-8577-6d325905f810 x-compute-request-id: req-8855cb35-b201-49b3-8577-6d325905f810 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "adminPass": "EpcV9fNQYryG"}} 2018-09-07 18:38:59,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-8855cb35-b201-49b3-8577-6d325905f810 2018-09-07 18:38:59,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:38:59,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-3bc1c77c-6076-41a8-8e33-e483a1014c46 x-compute-request-id: req-3bc1c77c-6076-41a8-8e33-e483a1014c46 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "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-07T18:38:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:38:59,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-3bc1c77c-6076-41a8-8e33-e483a1014c46 2018-09-07 18:38:59,718 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst 2018-09-07 18:38:59,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:00,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-661f7c8a-af27-418b-8c91-86ddae4c85b0 x-compute-request-id: req-661f7c8a-af27-418b-8c91-86ddae4c85b0 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "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-07T18:38:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:00,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-661f7c8a-af27-418b-8c91-86ddae4c85b0 2018-09-07 18:39:00,078 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst] is - BUILD 2018-09-07 18:39:00,078 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:39:03,081 - create_instance - DEBUG - VM status query timeout in 896.6372509 2018-09-07 18:39:03,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:03,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-495a221d-5ea9-4b44-b1e4-47816591f377 x-compute-request-id: req-495a221d-5ea9-4b44-b1e4-47816591f377 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "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-07T18:39:01Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:03,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-495a221d-5ea9-4b44-b1e4-47816591f377 2018-09-07 18:39:03,913 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst] is - BUILD 2018-09-07 18:39:03,913 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:39:06,916 - create_instance - DEBUG - VM status query timeout in 892.802149057 2018-09-07 18:39:06,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:07,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-df135837-a654-4128-b365-8bac34124b3c x-compute-request-id: req-df135837-a654-4128-b365-8bac34124b3c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:07,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-df135837-a654-4128-b365-8bac34124b3c 2018-09-07 18:39:07,335 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst] is - ACTIVE 2018-09-07 18:39:07,335 - create_instance - INFO - VM is - ACTIVE 2018-09-07 18:39:07,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:07,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-d378ed4a-d101-43af-af73-d452aacbeea5 x-compute-request-id: req-d378ed4a-d101-43af-af73-d452aacbeea5 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:07,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-d378ed4a-d101-43af-af73-d452aacbeea5 2018-09-07 18:39:07,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:08,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-33eb275e-c20e-43db-bc4f-35a9cbb27ee3 Date: Fri, 07 Sep 2018 18:39:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["63305ae8-386a-4566-8bba-344a9ca2704a"],"updated_at":"2018-09-07T18:38:51Z","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"19bfb583-ace8-4a94-b0b0-905a39843d83","name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net"}]} 2018-09-07 18:39:08,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?name=SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net used request id req-33eb275e-c20e-43db-bc4f-35a9cbb27ee3 2018-09-07 18:39:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:08,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6023dda3-d162-4521-a655-43c692d029f1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:39:08,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-6023dda3-d162-4521-a655-43c692d029f1 2018-09-07 18:39:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:08,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4640afff-f89d-40f8-abd3-6994a7f13594 Date: Fri, 07 Sep 2018 18:39:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","dns_nameservers":[],"updated_at":"2018-09-07T18:38:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3d1cd90338eb48c9952506543e3d6e43","id":"63305ae8-386a-4566-8bba-344a9ca2704a","subnetpool_id":null,"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet"}]} 2018-09-07 18:39:08,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-4640afff-f89d-40f8-abd3-6994a7f13594 2018-09-07 18:39:08,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:08,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-c3bfef7e-2615-4604-a621-efdc886bab2f Date: Fri, 07 Sep 2018 18:39:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:51Z","admin_state_up":true,"updated_at":"2018-09-07T18:38:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-19bfb583-ace8-4a94-b0b0-905a39843d83","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:fb:d7:1e","id":"42a4f417-f5e1-4d19-9c16-0abc73cc1205","port_security_enabled":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:52Z","admin_state_up":true,"updated_at":"2018-09-07T18:38:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-19bfb583-ace8-4a94-b0b0-905a39843d83","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:5a:1d:d9","id":"4a8abb70-c2c7-4036-b944-d52ca3485e14","port_security_enabled":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:52Z","admin_state_up":true,"updated_at":"2018-09-07T18:38:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-19bfb583-ace8-4a94-b0b0-905a39843d83","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4e:e6:81","id":"72d212af-e359-4481-a7cb-c71c09163967","port_security_enabled":false,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19bfb583-ace8-4a94-b0b0-905a39843d83","tenant_id":"3d1cd90338eb48c9952506543e3d6e43","created_at":"2018-09-07T18:38:56Z","admin_state_up":true,"updated_at":"2018-09-07T18:39:02Z","binding:vnic_type":"normal","device_id":"081ae65c-f98d-456a-b6f4-0f3a350aafcf","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:58:a8:64","id":"a27a4231-c65c-4de6-89f7-cdf5c8c1274d","port_security_enabled":true,"project_id":"3d1cd90338eb48c9952506543e3d6e43","fixed_ips":[{"subnet_id":"63305ae8-386a-4566-8bba-344a9ca2704a","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["bfb4fa52-bd72-41fd-a6d6-88c596a97a80"],"name":"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1"}]} 2018-09-07 18:39:08,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports?network_id=19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-c3bfef7e-2615-4604-a621-efdc886bab2f 2018-09-07 18:39:08,400 - create_instance_tests - INFO - Looking for IP 10.55.0.8 in the console log 2018-09-07 18:39:08,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:08,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-92d4026c-7f9c-487c-a00a-623bb289c813 x-compute-request-id: req-92d4026c-7f9c-487c-a00a-623bb289c813 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:08,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-92d4026c-7f9c-487c-a00a-623bb289c813 2018-09-07 18:39:08,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:10,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-5bb0c190-65e3-440c-b5e8-1f420a9fa15e x-compute-request-id: req-5bb0c190-65e3-440c-b5e8-1f420a9fa15e Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:10,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-5bb0c190-65e3-440c-b5e8-1f420a9fa15e 2018-09-07 18:39:10,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:10,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-118ef3ba-dd82-4835-88e4-2d0c83fdb2ba x-compute-request-id: req-118ef3ba-dd82-4835-88e4-2d0c83fdb2ba Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:10,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-118ef3ba-dd82-4835-88e4-2d0c83fdb2ba 2018-09-07 18:39:10,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:11,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96aed5fc-079f-4fd6-8c35-dd3e58529dd5 x-compute-request-id: req-96aed5fc-079f-4fd6-8c35-dd3e58529dd5 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:11,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-96aed5fc-079f-4fd6-8c35-dd3e58529dd5 2018-09-07 18:39:11,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:12,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-c61d228a-6209-49c6-abfb-e6371a40229f x-compute-request-id: req-c61d228a-6209-49c6-abfb-e6371a40229f Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:12,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-c61d228a-6209-49c6-abfb-e6371a40229f 2018-09-07 18:39:12,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:13,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-05b83b2d-bb00-4e5b-8020-c0345669e9dc x-compute-request-id: req-05b83b2d-bb00-4e5b-8020-c0345669e9dc Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:13,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-05b83b2d-bb00-4e5b-8020-c0345669e9dc 2018-09-07 18:39:13,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:14,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-650dd4d1-eb62-40d4-bffa-06802861a1e7 x-compute-request-id: req-650dd4d1-eb62-40d4-bffa-06802861a1e7 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:14,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-650dd4d1-eb62-40d4-bffa-06802861a1e7 2018-09-07 18:39:14,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:15,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6feb879c-abf4-4f47-9b33-6e7a4d053a5c x-compute-request-id: req-6feb879c-abf4-4f47-9b33-6e7a4d053a5c Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:15,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-6feb879c-abf4-4f47-9b33-6e7a4d053a5c 2018-09-07 18:39:15,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:15,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-4d8c7b76-7224-4df0-89c9-70336d9f11a6 x-compute-request-id: req-4d8c7b76-7224-4df0-89c9-70336d9f11a6 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:15,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-4d8c7b76-7224-4df0-89c9-70336d9f11a6 2018-09-07 18:39:15,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:16,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2e7dce5a-18a8-47b6-a632-b8f12536f020 x-compute-request-id: req-2e7dce5a-18a8-47b6-a632-b8f12536f020 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:16,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-2e7dce5a-18a8-47b6-a632-b8f12536f020 2018-09-07 18:39:16,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:17,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-0a9de8d5-f8ba-439f-a540-2cdfdb6d43c5 x-compute-request-id: req-0a9de8d5-f8ba-439f-a540-2cdfdb6d43c5 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:17,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-0a9de8d5-f8ba-439f-a540-2cdfdb6d43c5 2018-09-07 18:39:17,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:18,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d09adbc-1e1c-4133-9d6c-f84039e72031 x-compute-request-id: req-1d09adbc-1e1c-4133-9d6c-f84039e72031 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:18,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-1d09adbc-1e1c-4133-9d6c-f84039e72031 2018-09-07 18:39:18,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:18,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e2b31599-c60c-474d-9c12-ea5603d9e343 x-compute-request-id: req-e2b31599-c60c-474d-9c12-ea5603d9e343 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:18,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-e2b31599-c60c-474d-9c12-ea5603d9e343 2018-09-07 18:39:18,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:20,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-581df8d6-999c-4052-a076-ad2000feaa3e x-compute-request-id: req-581df8d6-999c-4052-a076-ad2000feaa3e Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:20,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-581df8d6-999c-4052-a076-ad2000feaa3e 2018-09-07 18:39:20,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:20,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70076484-d9eb-40a8-aee0-64de984d9ed9 x-compute-request-id: req-70076484-d9eb-40a8-aee0-64de984d9ed9 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:20,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-70076484-d9eb-40a8-aee0-64de984d9ed9 2018-09-07 18:39:20,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:21,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc17059b-d11e-4703-afc7-56b66eb77473 x-compute-request-id: req-bc17059b-d11e-4703-afc7-56b66eb77473 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:21,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-bc17059b-d11e-4703-afc7-56b66eb77473 2018-09-07 18:39:21,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:21,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-3d8dbf06-37fb-44b0-84cf-62983c5023a2 x-compute-request-id: req-3d8dbf06-37fb-44b0-84cf-62983c5023a2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:21,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-3d8dbf06-37fb-44b0-84cf-62983c5023a2 2018-09-07 18:39:21,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:23,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-4ee92650-2cb4-4cc6-8b5e-3770552d9d5b x-compute-request-id: req-4ee92650-2cb4-4cc6-8b5e-3770552d9d5b Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:23,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-4ee92650-2cb4-4cc6-8b5e-3770552d9d5b 2018-09-07 18:39:23,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:23,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-8ea33632-b8d0-4815-bc75-37425c468f40 x-compute-request-id: req-8ea33632-b8d0-4815-bc75-37425c468f40 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:23,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-8ea33632-b8d0-4815-bc75-37425c468f40 2018-09-07 18:39:23,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:24,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-517e3133-531c-42fe-91e6-f6db6ac32cc1 x-compute-request-id: req-517e3133-531c-42fe-91e6-f6db6ac32cc1 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:24,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-517e3133-531c-42fe-91e6-f6db6ac32cc1 2018-09-07 18:39:24,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:25,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-93a15d48-dcca-4cff-b3ad-208642f92a49 x-compute-request-id: req-93a15d48-dcca-4cff-b3ad-208642f92a49 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:25,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-93a15d48-dcca-4cff-b3ad-208642f92a49 2018-09-07 18:39:25,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:26,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-791e42b1-0e21-4939-b15d-03e0fc7c0fa1 x-compute-request-id: req-791e42b1-0e21-4939-b15d-03e0fc7c0fa1 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:26,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-791e42b1-0e21-4939-b15d-03e0fc7c0fa1 2018-09-07 18:39:26,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:26,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e23c4657-4f5a-4da8-8ff9-ccb367e19de1 x-compute-request-id: req-e23c4657-4f5a-4da8-8ff9-ccb367e19de1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:26,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-e23c4657-4f5a-4da8-8ff9-ccb367e19de1 2018-09-07 18:39:26,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:28,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-caa1f769-6349-4a38-afab-e4e1b7092add x-compute-request-id: req-caa1f769-6349-4a38-afab-e4e1b7092add Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:28,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-caa1f769-6349-4a38-afab-e4e1b7092add 2018-09-07 18:39:28,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:28,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-8b057453-81e9-4fe0-8886-36d87a2cf7b3 x-compute-request-id: req-8b057453-81e9-4fe0-8886-36d87a2cf7b3 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:28,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-8b057453-81e9-4fe0-8886-36d87a2cf7b3 2018-09-07 18:39:28,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:29,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-54942416-2821-4ccd-a329-a933e1c4df4c x-compute-request-id: req-54942416-2821-4ccd-a329-a933e1c4df4c Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:29,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-54942416-2821-4ccd-a329-a933e1c4df4c 2018-09-07 18:39:29,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:30,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-674fbaa7-d156-4a36-a0e3-4de285e97fab x-compute-request-id: req-674fbaa7-d156-4a36-a0e3-4de285e97fab Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:30,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-674fbaa7-d156-4a36-a0e3-4de285e97fab 2018-09-07 18:39:30,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:31,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-d7e12586-9d69-4654-b2b2-e8079dfc5056 x-compute-request-id: req-d7e12586-9d69-4654-b2b2-e8079dfc5056 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:31,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-d7e12586-9d69-4654-b2b2-e8079dfc5056 2018-09-07 18:39:31,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:31,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c459112a-cb3d-44da-8bc5-501f51aceb0b x-compute-request-id: req-c459112a-cb3d-44da-8bc5-501f51aceb0b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:31,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-c459112a-cb3d-44da-8bc5-501f51aceb0b 2018-09-07 18:39:31,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:32,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bae2f82-9469-4bee-bac8-1503786f1004 x-compute-request-id: req-1bae2f82-9469-4bee-bac8-1503786f1004 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:32,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-1bae2f82-9469-4bee-bac8-1503786f1004 2018-09-07 18:39:32,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:33,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-f3480497-5f67-4152-acc6-f02646390cc7 x-compute-request-id: req-f3480497-5f67-4152-acc6-f02646390cc7 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:33,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-f3480497-5f67-4152-acc6-f02646390cc7 2018-09-07 18:39:33,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:34,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-6aedfddf-23a1-4306-852e-33aa6d170af0 x-compute-request-id: req-6aedfddf-23a1-4306-852e-33aa6d170af0 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:34,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-6aedfddf-23a1-4306-852e-33aa6d170af0 2018-09-07 18:39:34,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:35,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-2fff8d70-03eb-4430-8b59-714926f15a0d x-compute-request-id: req-2fff8d70-03eb-4430-8b59-714926f15a0d Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:35,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-2fff8d70-03eb-4430-8b59-714926f15a0d 2018-09-07 18:39:35,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:36,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf228d17-e190-4b63-9c7e-ddf0c555819e x-compute-request-id: req-cf228d17-e190-4b63-9c7e-ddf0c555819e Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:36,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-cf228d17-e190-4b63-9c7e-ddf0c555819e 2018-09-07 18:39:36,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:36,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2c9d6a87-9a39-42ed-8232-2441c8c91dcc x-compute-request-id: req-2c9d6a87-9a39-42ed-8232-2441c8c91dcc Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:36,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-2c9d6a87-9a39-42ed-8232-2441c8c91dcc 2018-09-07 18:39:36,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:38,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-c113cbc1-e3eb-4fe6-bdcc-1faaaed28e93 x-compute-request-id: req-c113cbc1-e3eb-4fe6-bdcc-1faaaed28e93 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:38,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-c113cbc1-e3eb-4fe6-bdcc-1faaaed28e93 2018-09-07 18:39:38,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:38,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5c3e1bf-2ccd-4ec3-8f65-70453ac2607c x-compute-request-id: req-f5c3e1bf-2ccd-4ec3-8f65-70453ac2607c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:38,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-f5c3e1bf-2ccd-4ec3-8f65-70453ac2607c 2018-09-07 18:39:38,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:39,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2acb70e7-84d4-4e2d-88dd-b69d6437c20e x-compute-request-id: req-2acb70e7-84d4-4e2d-88dd-b69d6437c20e Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:39,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-2acb70e7-84d4-4e2d-88dd-b69d6437c20e 2018-09-07 18:39:40,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:40,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4d51ed4-87eb-4fe9-b3e9-e901b7569abf x-compute-request-id: req-b4d51ed4-87eb-4fe9-b3e9-e901b7569abf Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:40,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-b4d51ed4-87eb-4fe9-b3e9-e901b7569abf 2018-09-07 18:39:40,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:41,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22c68d75-7d45-4d2e-b091-c1e97f551b97 x-compute-request-id: req-22c68d75-7d45-4d2e-b091-c1e97f551b97 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:41,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-22c68d75-7d45-4d2e-b091-c1e97f551b97 2018-09-07 18:39:41,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:42,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-ed7061e8-4044-4996-a213-20b6f675f5c1 x-compute-request-id: req-ed7061e8-4044-4996-a213-20b6f675f5c1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:42,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-ed7061e8-4044-4996-a213-20b6f675f5c1 2018-09-07 18:39:42,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:43,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-7aa06254-f176-4446-88b0-a902e742917f x-compute-request-id: req-7aa06254-f176-4446-88b0-a902e742917f Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:43,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-7aa06254-f176-4446-88b0-a902e742917f 2018-09-07 18:39:43,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:43,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-533912c1-edb7-4294-a0d1-71f1b97d0942 x-compute-request-id: req-533912c1-edb7-4294-a0d1-71f1b97d0942 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:43,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-533912c1-edb7-4294-a0d1-71f1b97d0942 2018-09-07 18:39:43,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:44,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-1eebe984-3be1-49b8-b156-6aab7e36442e x-compute-request-id: req-1eebe984-3be1-49b8-b156-6aab7e36442e Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:44,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-1eebe984-3be1-49b8-b156-6aab7e36442e 2018-09-07 18:39:44,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:45,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-18137a5d-03ed-4e46-aec8-acd986bb54f1 x-compute-request-id: req-18137a5d-03ed-4e46-aec8-acd986bb54f1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:45,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-18137a5d-03ed-4e46-aec8-acd986bb54f1 2018-09-07 18:39:45,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:46,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-135e6a7c-8319-4ecb-91d8-a6af48717cfa x-compute-request-id: req-135e6a7c-8319-4ecb-91d8-a6af48717cfa Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:46,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-135e6a7c-8319-4ecb-91d8-a6af48717cfa 2018-09-07 18:39:46,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:47,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-4c48b7b7-9813-4d7e-b06c-4ae9121633af x-compute-request-id: req-4c48b7b7-9813-4d7e-b06c-4ae9121633af Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:47,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-4c48b7b7-9813-4d7e-b06c-4ae9121633af 2018-09-07 18:39:47,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:48,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-2f7f7043-e1b3-43a1-be4c-b5f4e77311ad x-compute-request-id: req-2f7f7043-e1b3-43a1-be4c-b5f4e77311ad Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:48,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-2f7f7043-e1b3-43a1-be4c-b5f4e77311ad 2018-09-07 18:39:48,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:48,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5554d18b-0d7d-426a-ab96-0a12ff1fc298 x-compute-request-id: req-5554d18b-0d7d-426a-ab96-0a12ff1fc298 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:48,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-5554d18b-0d7d-426a-ab96-0a12ff1fc298 2018-09-07 18:39:48,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:49,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d53635-878a-4cbf-819a-683406636f7d x-compute-request-id: req-d5d53635-878a-4cbf-819a-683406636f7d Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:49,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-d5d53635-878a-4cbf-819a-683406636f7d 2018-09-07 18:39:49,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:49,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-dc0a396f-1d76-48ba-afd7-15e83bdda730 x-compute-request-id: req-dc0a396f-1d76-48ba-afd7-15e83bdda730 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:49,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-dc0a396f-1d76-48ba-afd7-15e83bdda730 2018-09-07 18:39:49,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:51,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-a8002b5a-5cf1-4b57-9490-47720c29237b x-compute-request-id: req-a8002b5a-5cf1-4b57-9490-47720c29237b Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:51,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-a8002b5a-5cf1-4b57-9490-47720c29237b 2018-09-07 18:39:51,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:51,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f59c594-0336-4aed-9ace-5699886e61b2 x-compute-request-id: req-5f59c594-0336-4aed-9ace-5699886e61b2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:51,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-5f59c594-0336-4aed-9ace-5699886e61b2 2018-09-07 18:39:51,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:52,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2a18b9b-95b6-4514-a90d-6521c31b010b x-compute-request-id: req-e2a18b9b-95b6-4514-a90d-6521c31b010b Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:52,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-e2a18b9b-95b6-4514-a90d-6521c31b010b 2018-09-07 18:39:52,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:53,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-3967b0f3-06c1-41bb-b575-11faa60cf25e x-compute-request-id: req-3967b0f3-06c1-41bb-b575-11faa60cf25e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:53,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-3967b0f3-06c1-41bb-b575-11faa60cf25e 2018-09-07 18:39:53,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:54,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0e521a4-e535-4564-b224-c87ed409b71d x-compute-request-id: req-e0e521a4-e535-4564-b224-c87ed409b71d Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:54,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-e0e521a4-e535-4564-b224-c87ed409b71d 2018-09-07 18:39:54,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:54,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8193a050-1dad-48e8-88eb-ec4e974a9188 x-compute-request-id: req-8193a050-1dad-48e8-88eb-ec4e974a9188 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:54,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-8193a050-1dad-48e8-88eb-ec4e974a9188 2018-09-07 18:39:54,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:55,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28b943f9-c3df-4d25-a87c-027e0c9c708c x-compute-request-id: req-28b943f9-c3df-4d25-a87c-027e0c9c708c Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:55,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-28b943f9-c3df-4d25-a87c-027e0c9c708c 2018-09-07 18:39:55,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:56,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-ae3c523c-810b-43c3-b05d-aa2d8c1be30b x-compute-request-id: req-ae3c523c-810b-43c3-b05d-aa2d8c1be30b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:56,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-ae3c523c-810b-43c3-b05d-aa2d8c1be30b 2018-09-07 18:39:56,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:57,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-5f450cdb-88d0-4b14-b202-78dc4d4e8985 x-compute-request-id: req-5f450cdb-88d0-4b14-b202-78dc4d4e8985 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:57,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-5f450cdb-88d0-4b14-b202-78dc4d4e8985 2018-09-07 18:39:57,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:57,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98d6ec10-4138-42e0-89f6-b7add3ce3fde x-compute-request-id: req-98d6ec10-4138-42e0-89f6-b7add3ce3fde Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:57,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-98d6ec10-4138-42e0-89f6-b7add3ce3fde 2018-09-07 18:39:57,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:58,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ed5b736-0c4f-4f11-82d4-664bac9eb0a6 x-compute-request-id: req-7ed5b736-0c4f-4f11-82d4-664bac9eb0a6 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:58,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-7ed5b736-0c4f-4f11-82d4-664bac9eb0a6 2018-09-07 18:39:58,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:39:58,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-4161349e-7d5d-4986-9a2d-8fcf163e5a0d x-compute-request-id: req-4161349e-7d5d-4986-9a2d-8fcf163e5a0d Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:39:58,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-4161349e-7d5d-4986-9a2d-8fcf163e5a0d 2018-09-07 18:39:58,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:39:59,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-ba127a9a-f3ce-4298-af95-68f240a788e6 x-compute-request-id: req-ba127a9a-f3ce-4298-af95-68f240a788e6 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:39:59,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-ba127a9a-f3ce-4298-af95-68f240a788e6 2018-09-07 18:39:59,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:00,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:39: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-73466f2f-f231-4640-a994-60479783625f x-compute-request-id: req-73466f2f-f231-4640-a994-60479783625f Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:00,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-73466f2f-f231-4640-a994-60479783625f 2018-09-07 18:40:00,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:40:01,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-545f4623-0a3d-4d7e-bb36-23d8bd8e8445 x-compute-request-id: req-545f4623-0a3d-4d7e-bb36-23d8bd8e8445 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:40:01,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-545f4623-0a3d-4d7e-bb36-23d8bd8e8445 2018-09-07 18:40:01,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:01,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-0ccab99f-af7a-4e20-bda1-bd75c4447cc7 x-compute-request-id: req-0ccab99f-af7a-4e20-bda1-bd75c4447cc7 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:01,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-0ccab99f-af7a-4e20-bda1-bd75c4447cc7 2018-09-07 18:40:01,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:40:02,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-70dea98a-a0b1-4b65-94a8-9bfe9294cdc6 x-compute-request-id: req-70dea98a-a0b1-4b65-94a8-9bfe9294cdc6 Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:40:02,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-70dea98a-a0b1-4b65-94a8-9bfe9294cdc6 2018-09-07 18:40:02,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:03,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d316a61-45b3-4e5e-a754-15bb761b5002 x-compute-request-id: req-3d316a61-45b3-4e5e-a754-15bb761b5002 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:03,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-3d316a61-45b3-4e5e-a754-15bb761b5002 2018-09-07 18:40:03,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:40:04,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-d2ace5f6-d214-4403-a995-42770f099d0d x-compute-request-id: req-d2ace5f6-d214-4403-a995-42770f099d0d Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:40:04,424 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-d2ace5f6-d214-4403-a995-42770f099d0d 2018-09-07 18:40:04,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:04,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-8f644c39-dc59-4735-9ecf-aa26f78861f8 x-compute-request-id: req-8f644c39-dc59-4735-9ecf-aa26f78861f8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:04,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-8f644c39-dc59-4735-9ecf-aa26f78861f8 2018-09-07 18:40:04,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:40:05,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-3c4ba8b1-ea15-439d-845a-3a3e131be7de x-compute-request-id: req-3c4ba8b1-ea15-439d-845a-3a3e131be7de Content-Encoding: gzip Content-Length: 7710 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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-07 18:40:05,837 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-3c4ba8b1-ea15-439d-845a-3a3e131be7de 2018-09-07 18:40:05,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:06,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb6c72d6-fbb0-4bc8-870b-b58a19b73454 x-compute-request-id: req-cb6c72d6-fbb0-4bc8-870b-b58a19b73454 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "security_groups": [{"name": "default"}], "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:39:05Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:06,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-cb6c72d6-fbb0-4bc8-870b-b58a19b73454 2018-09-07 18:40:06,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:40:07,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-bc21ad80-36a3-434b-aa23-aeca14d584fd x-compute-request-id: req-bc21ad80-36a3-434b-aa23-aeca14d584fd Content-Encoding: gzip Content-Length: 7841 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488441933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130652] pid_max: default: 32768 minimum: 301\n[ 0.131572] ACPI: Core revision 20150930\n[ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134285] Security Framework initialized\n[ 0.135116] Yama: becoming mindful.\n[ 0.135852] AppArmor: AppArmor initialized\n[ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141982] Initializing cgroup subsys io\n[ 0.142807] Initializing cgroup subsys memory\n[ 0.143684] Initializing cgroup subsys devices\n[ 0.144645] Initializing cgroup subsys freezer\n[ 0.145553] Initializing cgroup subsys net_cls\n[ 0.146456] Initializing cgroup subsys perf_event\n[ 0.147395] Initializing cgroup subsys net_prio\n[ 0.148313] Initializing cgroup subsys hugetlb\n[ 0.149185] Initializing cgroup subsys pids\n[ 0.150070] CPU: Physical Processor ID: 0\n[ 0.151579] mce: CPU supports 10 MCE banks\n[ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170237] ftrace: allocating 31920 entries in 125 pages\n[ 0.195859] smpboot: Max logical packages: 1\n[ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198190] x2apic enabled\n[ 0.199030] Switched APIC routing to physical x2apic.\n[ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205915] KVM setup paravirtual spinlock\n[ 0.207234] x86: Booted up 1 node, 1 CPUs\n[ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209491] devtmpfs: initialized\n[ 0.211207] evm: security.selinux\n[ 0.211935] evm: security.SMACK64\n[ 0.212644] evm: security.SMACK64EXEC\n[ 0.213418] evm: security.SMACK64TRANSMUTE\n[ 0.214268] evm: security.SMACK64MMAP\n[ 0.215050] evm: security.ima\n[ 0.215704] evm: security.capability\n[ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218461] pinctrl core: initialized pinctrl subsystem\n[ 0.219605] RTC time: 18:39:04, date: 09/07/18\n[ 0.220590] NET: Registered protocol family 16\n[ 0.221599] cpuidle: using governor ladder\n[ 0.222442] cpuidle: using governor menu\n[ 0.223248] PCCT header not found.\n[ 0.224024] ACPI: bus type PCI registered\n[ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226160] PCI: Using configuration type 1 for base access\n[ 0.227956] ACPI: Added _OSI(Module Device)\n[ 0.228827] ACPI: Added _OSI(Processor Device)\n[ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232757] ACPI: Interpreter enabled\n[ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241159] ACPI: (supports S0 S5)\n[ 0.241890] ACPI: Using IOAPIC for interrupt routing\n[ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252137] acpiphp: Slot [3] registered\n[ 0.252959] acpiphp: Slot [4] registered\n[ 0.253775] acpiphp: Slot [5] registered\n[ 0.254596] acpiphp: Slot [6] registered\n[ 0.255417] acpiphp: Slot [7] registered\n[ 0.256260] acpiphp: Slot [8] registered\n[ 0.257101] acpiphp: Slot [9] registered\n[ 0.257913] acpiphp: Slot [10] registered\n[ 0.258745] acpiphp: Slot [11] registered\n[ 0.259568] acpiphp: Slot [12] registered\n[ 0.260402] acpiphp: Slot [13] registered\n[ 0.261230] acpiphp: Slot [14] registered\n[ 0.262050] acpiphp: Slot [15] registered\n[ 0.272606] acpiphp: Slot [16] registered\n[ 0.273429] acpiphp: Slot [17] registered\n[ 0.274253] acpiphp: Slot [18] registered\n[ 0.275072] acpiphp: Slot [19] registered\n[ 0.275890] acpiphp: Slot [20] registered\n[ 0.276738] acpiphp: Slot [21] registered\n[ 0.277575] acpiphp: Slot [22] registered\n[ 0.278399] acpiphp: Slot [23] registered\n[ 0.279225] acpiphp: Slot [24] registered\n[ 0.280052] acpiphp: Slot [25] registered\n[ 0.280877] acpiphp: Slot [26] registered\n[ 0.281695] acpiphp: Slot [27] registered\n[ 0.282525] acpiphp: Slot [28] registered\n[ 0.283349] acpiphp: Slot [29] registered\n[ 0.284170] acpiphp: Slot [30] registered\n[ 0.284997] acpiphp: Slot [31] registered\n[ 0.285807] PCI host bridge to bus 0000:00\n[ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365376] vgaarb: loaded\n[ 0.365977] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367105] SCSI subsystem initialized\n[ 0.367922] ACPI: bus type USB registered\n[ 0.368728] usbcore: registered new interface driver usbfs\n[ 0.369744] usbcore: registered new interface driver hub\n[ 0.370734] usbcore: registered new device driver usb\n[ 0.371784] PCI: Using ACPI for IRQ routing\n[ 0.372795] NetLabel: Initializing\n[ 0.373499] NetLabel: domain hash size = 128\n[ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375280] NetLabel: unlabeled traffic allowed by default\n[ 0.376365] clocksource: Switched to clocksource kvm-clock\n[ 0.381629] AppArmor: AppArmor Filesystem Enabled\n[ 0.382576] pnp: PnP ACPI init\n[ 0.383472] pnp: PnP ACPI: found 5 devices\n[ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391187] NET: Registered protocol family 2\n[ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.394556] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397953] NET: Registered protocol family 1\n[ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429427] Trying to unpack rootfs image as initramfs...\n[ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492825] Scanning for low memory corruption every 60 seconds\n[ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495754] audit: initializing netlink subsys (disabled)\n[ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized\n[ 0.498501] Initialise system trusted keyring\n[ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503240] zbud: loaded\n[ 0.504048] VFS: Disk quotas dquot_6.6.0\n[ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506703] fuse init (API version 7.23)\n[ 0.507751] Key type big_key registered\n[ 0.508710] Allocating IMA MOK and blacklist keyrings.\n[ 0.509994] Key type asymmetric registered\n[ 0.510939] Asymmetric key parser 'x509' registered\n[ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513726] io scheduler noop registered\n[ 0.514635] io scheduler deadline registered (default)\n[ 0.515804] io scheduler cfq registered\n[ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521193] ACPI: Power Button [PWRF]\n[ 0.522146] GHES: HEST is not enabled!\n[ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593648] Linux agpgart interface v0.103\n[ 0.596299] brd: module loaded\n[ 0.597882] loop: module loaded\n[ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605303] GPT:90111 != 20971519\n[ 0.606272] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607810] GPT:90111 != 20971519\n[ 0.608684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609983] vda: vda1 vda15\n[ 0.611888] scsi host0: ata_piix\n[ 0.613308] scsi host1: ata_piix\n[ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617840] libphy: Fixed MDIO Bus: probed\n[ 0.618810] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619936] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622399] PPP generic driver version 2.4.2\n[ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624885] ehci-pci: EHCI PCI platform driver\n[ 0.625924] ehci-platform: EHCI generic platform driver\n[ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628459] ohci-pci: OHCI PCI platform driver\n[ 0.629494] ohci-platform: OHCI generic platform driver\n[ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653851] usb usb1: Product: UHCI Host Controller\n[ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657298] hub 1-0:1.0: USB hub found\n[ 0.658188] hub 1-0:1.0: 2 ports detected\n[ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663435] mousedev: PS/2 mouse device common for all mice\n[ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670115] i2c /dev entries driver\n[ 0.670867] device-mapper: uevent: version 1.0.3\n[ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674783] NET: Registered protocol family 10\n[ 0.675790] NET: Registered protocol family 17\n[ 0.676688] Key type dns_resolver registered\n[ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680558] registered taskstats version 1\n[ 0.681417] Loading compiled-in X.509 certificates\n[ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684780] zswap: loaded using pool lzo/zbud\n[ 0.686184] Key type trusted registered\n[ 0.687757] Key type encrypted registered\n[ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689662] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690732] evm: HMAC attrs: 0x1\n[ 0.691691] Magic number: 2:586:695\n[ 0.692509] pci 0000:00:00.0: hash matches\n[ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545)\n[ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696206] EDD information not available.\n[ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789080] Write protecting the kernel read-only data: 14336k\n[ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792716] 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.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.257917] 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.55.0.8...\nLease of 10.55.0.8 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-07 18:40:07,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf/action used request id req-bc21ad80-36a3-434b-aa23-aeca14d584fd 2018-09-07 18:40:07,388 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-07 18:40:07,391 - 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available 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 488441933 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.128963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130652] pid_max: default: 32768 minimum: 301 [ 0.131572] ACPI: Core revision 20150930 [ 0.132955] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134285] Security Framework initialized [ 0.135116] Yama: becoming mindful. [ 0.135852] AppArmor: AppArmor initialized [ 0.136723] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138061] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139370] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140590] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141982] Initializing cgroup subsys io [ 0.142807] Initializing cgroup subsys memory [ 0.143684] Initializing cgroup subsys devices [ 0.144645] Initializing cgroup subsys freezer [ 0.145553] Initializing cgroup subsys net_cls [ 0.146456] Initializing cgroup subsys perf_event [ 0.147395] Initializing cgroup subsys net_prio [ 0.148313] Initializing cgroup subsys hugetlb [ 0.149185] Initializing cgroup subsys pids [ 0.150070] CPU: Physical Processor ID: 0 [ 0.151579] mce: CPU supports 10 MCE banks [ 0.152447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153454] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163956] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170237] ftrace: allocating 31920 entries in 125 pages [ 0.195859] smpboot: Max logical packages: 1 [ 0.196764] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198190] x2apic enabled [ 0.199030] Switched APIC routing to physical x2apic. [ 0.200820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205915] KVM setup paravirtual spinlock [ 0.207234] x86: Booted up 1 node, 1 CPUs [ 0.208070] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209491] devtmpfs: initialized [ 0.211207] evm: security.selinux [ 0.211935] evm: security.SMACK64 [ 0.212644] evm: security.SMACK64EXEC [ 0.213418] evm: security.SMACK64TRANSMUTE [ 0.214268] evm: security.SMACK64MMAP [ 0.215050] evm: security.ima [ 0.215704] evm: security.capability [ 0.216523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218461] pinctrl core: initialized pinctrl subsystem [ 0.219605] RTC time: 18:39:04, date: 09/07/18 [ 0.220590] NET: Registered protocol family 16 [ 0.221599] cpuidle: using governor ladder [ 0.222442] cpuidle: using governor menu [ 0.223248] PCCT header not found. [ 0.224024] ACPI: bus type PCI registered [ 0.224864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226160] PCI: Using configuration type 1 for base access [ 0.227956] ACPI: Added _OSI(Module Device) [ 0.228827] ACPI: Added _OSI(Processor Device) [ 0.229711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232757] ACPI: Interpreter enabled [ 0.233543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.237354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.239260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241159] ACPI: (supports S0 S5) [ 0.241890] ACPI: Using IOAPIC for interrupt routing [ 0.242976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247305] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.248594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252137] acpiphp: Slot [3] registered [ 0.252959] acpiphp: Slot [4] registered [ 0.253775] acpiphp: Slot [5] registered [ 0.254596] acpiphp: Slot [6] registered [ 0.255417] acpiphp: Slot [7] registered [ 0.256260] acpiphp: Slot [8] registered [ 0.257101] acpiphp: Slot [9] registered [ 0.257913] acpiphp: Slot [10] registered [ 0.258745] acpiphp: Slot [11] registered [ 0.259568] acpiphp: Slot [12] registered [ 0.260402] acpiphp: Slot [13] registered [ 0.261230] acpiphp: Slot [14] registered [ 0.262050] acpiphp: Slot [15] registered [ 0.272606] acpiphp: Slot [16] registered [ 0.273429] acpiphp: Slot [17] registered [ 0.274253] acpiphp: Slot [18] registered [ 0.275072] acpiphp: Slot [19] registered [ 0.275890] acpiphp: Slot [20] registered [ 0.276738] acpiphp: Slot [21] registered [ 0.277575] acpiphp: Slot [22] registered [ 0.278399] acpiphp: Slot [23] registered [ 0.279225] acpiphp: Slot [24] registered [ 0.280052] acpiphp: Slot [25] registered [ 0.280877] acpiphp: Slot [26] registered [ 0.281695] acpiphp: Slot [27] registered [ 0.282525] acpiphp: Slot [28] registered [ 0.283349] acpiphp: Slot [29] registered [ 0.284170] acpiphp: Slot [30] registered [ 0.284997] acpiphp: Slot [31] registered [ 0.285807] PCI host bridge to bus 0000:00 [ 0.286616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.287849] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290608] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.292079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299461] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300655] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308207] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309623] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354634] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356109] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358900] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361488] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362631] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363850] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365376] vgaarb: loaded [ 0.365977] vgaarb: bridge control possible 0000:00:02.0 [ 0.367105] SCSI subsystem initialized [ 0.367922] ACPI: bus type USB registered [ 0.368728] usbcore: registered new interface driver usbfs [ 0.369744] usbcore: registered new interface driver hub [ 0.370734] usbcore: registered new device driver usb [ 0.371784] PCI: Using ACPI for IRQ routing [ 0.372795] NetLabel: Initializing [ 0.373499] NetLabel: domain hash size = 128 [ 0.374342] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375280] NetLabel: unlabeled traffic allowed by default [ 0.376365] clocksource: Switched to clocksource kvm-clock [ 0.381629] AppArmor: AppArmor Filesystem Enabled [ 0.382576] pnp: PnP ACPI init [ 0.383472] pnp: PnP ACPI: found 5 devices [ 0.389492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391187] NET: Registered protocol family 2 [ 0.392142] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.393401] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.394556] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395704] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396803] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397953] NET: Registered protocol family 1 [ 0.398804] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400939] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415333] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429427] Trying to unpack rootfs image as initramfs... [ 0.478784] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492825] Scanning for low memory corruption every 60 seconds [ 0.494379] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495754] audit: initializing netlink subsys (disabled) [ 0.496981] audit: type=2000 audit(1536345545.419:1): initialized [ 0.498501] Initialise system trusted keyring [ 0.499588] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503240] zbud: loaded [ 0.504048] VFS: Disk quotas dquot_6.6.0 [ 0.504998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506703] fuse init (API version 7.23) [ 0.507751] Key type big_key registered [ 0.508710] Allocating IMA MOK and blacklist keyrings. [ 0.509994] Key type asymmetric registered [ 0.510939] Asymmetric key parser 'x509' registered [ 0.512037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513726] io scheduler noop registered [ 0.514635] io scheduler deadline registered (default) [ 0.515804] io scheduler cfq registered [ 0.516794] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518033] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.519495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.521193] ACPI: Power Button [PWRF] [ 0.522146] GHES: HEST is not enabled! [ 0.535627] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563359] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591145] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593648] Linux agpgart interface v0.103 [ 0.596299] brd: module loaded [ 0.597882] loop: module loaded [ 0.603217] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605303] GPT:90111 != 20971519 [ 0.606272] GPT:Alternate GPT header not at the end of the disk. [ 0.607810] GPT:90111 != 20971519 [ 0.608684] GPT: Use GNU Parted to correct GPT errors. [ 0.609983] vda: vda1 vda15 [ 0.611888] scsi host0: ata_piix [ 0.613308] scsi host1: ata_piix [ 0.614286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617840] libphy: Fixed MDIO Bus: probed [ 0.618810] tun: Universal TUN/TAP device driver, 1.6 [ 0.619936] tun: (C) 1999-2004 Max Krasnyansky [ 0.622399] PPP generic driver version 2.4.2 [ 0.623448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624885] ehci-pci: EHCI PCI platform driver [ 0.625924] ehci-platform: EHCI generic platform driver [ 0.627108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628459] ohci-pci: OHCI PCI platform driver [ 0.629494] ohci-platform: OHCI generic platform driver [ 0.630674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645247] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646440] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648161] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652179] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653851] usb usb1: Product: UHCI Host Controller [ 0.654952] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.656325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657298] hub 1-0:1.0: USB hub found [ 0.658188] hub 1-0:1.0: 2 ports detected [ 0.659149] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662385] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.663435] mousedev: PS/2 mouse device common for all mice [ 0.664705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666560] rtc_cmos 00:00: RTC can wake from S4 [ 0.667668] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670115] i2c /dev entries driver [ 0.670867] device-mapper: uevent: version 1.0.3 [ 0.671797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673464] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674783] NET: Registered protocol family 10 [ 0.675790] NET: Registered protocol family 17 [ 0.676688] Key type dns_resolver registered [ 0.677639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678773] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680558] registered taskstats version 1 [ 0.681417] Loading compiled-in X.509 certificates [ 0.682877] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684780] zswap: loaded using pool lzo/zbud [ 0.686184] Key type trusted registered [ 0.687757] Key type encrypted registered [ 0.688601] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689662] ima: No TPM chip found, activating TPM-bypass! [ 0.690732] evm: HMAC attrs: 0x1 [ 0.691691] Magic number: 2:586:695 [ 0.692509] pci 0000:00:00.0: hash matches [ 0.693427] rtc_cmos 00:00: setting system clock to 2018-09-07 18:39:05 UTC (1536345545) [ 0.695060] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696206] EDD information not available. [ 0.777339] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789080] Write protecting the kernel read-only data: 14336k [ 0.790767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.792716] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.257917] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.55.0.8... Lease of 10.55.0.8 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-07 18:40:07,405 - create_instance - INFO - Deleting Port with ID - a27a4231-c65c-4de6-89f7-cdf5c8c1274d 2018-09-07 18:40:07,405 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3aport-1 2018-09-07 18:40:07,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/ports/a27a4231-c65c-4de6-89f7-cdf5c8c1274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:08,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cad94d0-0600-49c2-917f-24abab885ad7 Date: Fri, 07 Sep 2018 18:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:40:08,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/ports/a27a4231-c65c-4de6-89f7-cdf5c8c1274d used request id req-1cad94d0-0600-49c2-917f-24abab885ad7 2018-09-07 18:40:08,040 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst 2018-09-07 18:40:08,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:08,198 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40: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-be35ca7e-a568-41b0-aff3-ac1bf013447d x-compute-request-id: req-be35ca7e-a568-41b0-aff3-ac1bf013447d Content-Type: application/json 2018-09-07 18:40:08,199 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-be35ca7e-a568-41b0-aff3-ac1bf013447d 2018-09-07 18:40:08,199 - create_instance - INFO - Checking deletion status 2018-09-07 18:40:08,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:08,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-4de5f067-6038-4602-a3d2-c7685b47cc68 x-compute-request-id: req-4de5f067-6038-4602-a3d2-c7685b47cc68 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a8:64", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf", "rel": "bookmark"}], "image": {"id": "31cd97d1-dc1d-4234-90cd-82e0926132d3", "links": [{"href": "http://172.30.9.25:8774/images/31cd97d1-dc1d-4234-90cd-82e0926132d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:39:04.000000", "flavor": {"id": "b6c2f1d2-1064-4466-8226-4206a89236a3", "links": [{"href": "http://172.30.9.25:8774/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3", "rel": "bookmark"}]}, "id": "081ae65c-f98d-456a-b6f4-0f3a350aafcf", "user_id": "4bc89aec7d19452fb4077c423d66ca5a", "OS-DCF: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-07T18:40:08Z", "hostId": "550f6f33bf82cb5ad774ba06774b2c951722e746b378434a074d7c6b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst", "created": "2018-09-07T18:38:59Z", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 18:40:08,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-4de5f067-6038-4602-a3d2-c7685b47cc68 2018-09-07 18:40:08,438 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst] is - ACTIVE 2018-09-07 18:40:08,438 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-07 18:40:11,442 - create_instance - DEBUG - VM status query timeout in 296.757493019 2018-09-07 18:40:11,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c59923d5d7581981e131471b65007aff646827a" 2018-09-07 18:40:11,496 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:40: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-8ede8d2b-f627-4724-b361-bc16548e1844 x-compute-request-id: req-8ede8d2b-f627-4724-b361-bc16548e1844 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 081ae65c-f98d-456a-b6f4-0f3a350aafcf could not be found.", "code": 404}} 2018-09-07 18:40:11,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/081ae65c-f98d-456a-b6f4-0f3a350aafcf used request id req-8ede8d2b-f627-4724-b361-bc16548e1844 2018-09-07 18:40:11,497 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 081ae65c-f98d-456a-b6f4-0f3a350aafcf could not be found. (HTTP 404) (Request-ID: req-8ede8d2b-f627-4724-b361-bc16548e1844) 2018-09-07 18:40:11,497 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-inst 2018-09-07 18:40:11,498 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet 2018-09-07 18:40:11,498 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-subnet 2018-09-07 18:40:11,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/subnets/63305ae8-386a-4566-8bba-344a9ca2704a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:40:13,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42ed1ecf-6c98-4d4b-905c-2ba8aae81c2c Date: Fri, 07 Sep 2018 18:40:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:40:13,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/63305ae8-386a-4566-8bba-344a9ca2704a used request id req-42ed1ecf-6c98-4d4b-905c-2ba8aae81c2c 2018-09-07 18:40:13,978 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-priv-net 2018-09-07 18:40:13,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/networks/19bfb583-ace8-4a94-b0b0-905a39843d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cade4ffb3e15535ba68d8eee6e01df19d4bfa5" 2018-09-07 18:40:15,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7460951f-4169-4313-aaa7-af09c0a898bf Date: Fri, 07 Sep 2018 18:40:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:40:15,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/19bfb583-ace8-4a94-b0b0-905a39843d83 used request id req-7460951f-4169-4313-aaa7-af09c0a898bf 2018-09-07 18:40:15,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570f56eac5915dbb7fe0aa7d0a00f35d76352d6a" 2018-09-07 18:40:15,690 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:40: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-46c310b9-4b2c-439a-b300-4b6a6ac76b22 x-compute-request-id: req-46c310b9-4b2c-439a-b300-4b6a6ac76b22 Content-Length: 0 Content-Type: application/json 2018-09-07 18:40:15,690 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b6c2f1d2-1064-4466-8226-4206a89236a3 used request id req-46c310b9-4b2c-439a-b300-4b6a6ac76b22 2018-09-07 18:40:15,691 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a0fb1f32-d50b-4384-b5c3-b053566c5b3a-image 2018-09-07 18:40:15,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09f38f2d68ef407ab7887ace74b8cf73dcf03003" 2018-09-07 18:40:17,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90c7c7f8-2406-4456-b5b7-bd273f3c0f29 Date: Fri, 07 Sep 2018 18: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-07 18:40:17,473 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/31cd97d1-dc1d-4234-90cd-82e0926132d3 used request id req-90c7c7f8-2406-4456-b5b7-bd273f3c0f29 2018-09-07 18:40:17,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:17,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-40ac99b6-6dd2-459a-9853-0d95f885f397 Date: Fri, 07 Sep 2018 18:40:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "created_at": "2018-09-07T18:38:49Z", "updated_at": "2018-09-07T18:38:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "revision_number": 0, "id": "001a62e8-2245-4152-9c29-c392ef7a142f", "remote_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d1cd90338eb48c9952506543e3d6e43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "revision_number": 0, "id": "4a8cd7cf-df1c-4929-a39e-7aee2dc777ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d1cd90338eb48c9952506543e3d6e43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "revision_number": 0, "id": "90efcc3f-a4b9-4673-93ec-32e5d34315a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d1cd90338eb48c9952506543e3d6e43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "revision_number": 0, "id": "c1372a37-32a3-4d9c-bbd8-db7df8cf4771", "remote_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d1cd90338eb48c9952506543e3d6e43"}], "revision_number": 4, "project_id": "3d1cd90338eb48c9952506543e3d6e43", "id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "name": "default"}]} 2018-09-07 18:40:17,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups?name=default used request id req-40ac99b6-6dd2-459a-9853-0d95f885f397 2018-09-07 18:40:17,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:17,928 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 18:40:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bad1ac1a-86b5-464b-ac6d-27f5e183de7f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: ef3c57c6b7674c1b8ae62ba64b6f49a9.", "code": 404, "title": "Not Found"}} 2018-09-07 18:40:17,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/ef3c57c6b7674c1b8ae62ba64b6f49a9 used request id req-bad1ac1a-86b5-464b-ac6d-27f5e183de7f 2018-09-07 18:40:17,929 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-07 18:40:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9094a7-5219-44ac-b0bb-c9af76687931 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-07 18:40:18,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49 used request id req-ba9094a7-5219-44ac-b0bb-c9af76687931 2018-09-07 18:40:18,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc1a410-6cc1-4850-9d04-b72e3077677e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}} 2018-09-07 18:40:18,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3 used request id req-7bc1a410-6cc1-4850-9d04-b72e3077677e 2018-09-07 18:40:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091882b2-79f7-4032-915f-24f2d17184e9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43"}, "enabled": true, "id": "3d1cd90338eb48c9952506543e3d6e43", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-bae32019-8b9d-4ef-proj"}} 2018-09-07 18:40:18,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-091882b2-79f7-4032-915f-24f2d17184e9 2018-09-07 18:40:18,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfb4fa52-bd72-41fd-a6d6-88c596a97a80 2018-09-07 18:40:18,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=bfb4fa52-bd72-41fd-a6d6-88c596a97a80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-adf1b5aa-6b97-434a-b46e-f4de076a434a Date: Fri, 07 Sep 2018 18:40:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "port_range_min": null, "revision_number": 0, "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "created_at": "2018-09-07T18:38:49Z", "project_id": "3d1cd90338eb48c9952506543e3d6e43", "id": "001a62e8-2245-4152-9c29-c392ef7a142f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "port_range_min": null, "revision_number": 0, "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "created_at": "2018-09-07T18:38:49Z", "project_id": "3d1cd90338eb48c9952506543e3d6e43", "id": "4a8cd7cf-df1c-4929-a39e-7aee2dc777ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "port_range_min": null, "revision_number": 0, "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "created_at": "2018-09-07T18:38:49Z", "project_id": "3d1cd90338eb48c9952506543e3d6e43", "id": "90efcc3f-a4b9-4673-93ec-32e5d34315a7"}, {"remote_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:38:49Z", "security_group_id": "bfb4fa52-bd72-41fd-a6d6-88c596a97a80", "port_range_min": null, "revision_number": 0, "tenant_id": "3d1cd90338eb48c9952506543e3d6e43", "created_at": "2018-09-07T18:38:49Z", "project_id": "3d1cd90338eb48c9952506543e3d6e43", "id": "c1372a37-32a3-4d9c-bbd8-db7df8cf4771"}]} 2018-09-07 18:40:18,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules?security_group_id=bfb4fa52-bd72-41fd-a6d6-88c596a97a80 used request id req-adf1b5aa-6b97-434a-b46e-f4de076a434a 2018-09-07 18:40:18,368 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 18:40:18,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:9696/v2.0/security-groups/bfb4fa52-bd72-41fd-a6d6-88c596a97a80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1215d7e5-4ec5-4177-9aa0-2d4f52354bf2 Content-Length: 0 Date: Fri, 07 Sep 2018 18:40:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:40:18,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/bfb4fa52-bd72-41fd-a6d6-88c596a97a80 used request id req-1215d7e5-4ec5-4177-9aa0-2d4f52354bf2 2018-09-07 18:40:18,703 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-bae32019-8b9d-4ef-proj 2018-09-07 18:40:18,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:18,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6b217c-c4e8-4d75-8ea7-e34fe35277e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:18,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/3d1cd90338eb48c9952506543e3d6e43 used request id req-7d6b217c-c4e8-4d75-8ea7-e34fe35277e4 2018-09-07 18:40:18,966 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-bae32019-8b9d-4ef-proj-role 2018-09-07 18:40:18,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:19,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bc8e9b0-349d-48a4-ae7f-9267b508f1b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:19,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/f4e905fde89444309f7b9c7f35d97957 used request id req-2bc8e9b0-349d-48a4-ae7f-9267b508f1b2 2018-09-07 18:40:19,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afe7d60d165773bbac9966ace79a76bf32dfc5f" 2018-09-07 18:40:19,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e21704f-c74d-4b4d-b177-970535356328 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27f61404dd4b4132887937ff0112a3d8", "links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:40:19,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8e21704f-c74d-4b4d-b177-970535356328 2018-09-07 18:40:19,186 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-bae32019-8b9d-4ef-user 2018-09-07 18:40:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.25:5000/v3/users/4bc89aec7d19452fb4077c423d66ca5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afd40e0da05600a5bc8612f3d34b84594f63c00c" 2018-09-07 18:40:19,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b88c6e9-8b4e-427c-9c8a-dc16a97216d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:19,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/4bc89aec7d19452fb4077c423d66ca5a used request id req-8b88c6e9-8b4e-427c-9c8a-dc16a97216d8 2018-09-07 18:40:19,380 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 96.348s OK 2018-09-07 18:40:19,490 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:40:19,491 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:36 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-09-07 18:40:19,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:40:19,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:19,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108b14cc-6cc7-407a-a079-3deb40c9368b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27f61404dd4b4132887937ff0112a3d8", "links": {"self": "http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:40:19,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-108b14cc-6cc7-407a-a079-3deb40c9368b 2018-09-07 18:40:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842740535736s 2018-09-07 18:40:19,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:40:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:19,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86f5a51c-f81f-4bf6-bc54-2147cea03f21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:19,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/27f61404dd4b4132887937ff0112a3d8 used request id req-86f5a51c-f81f-4bf6-bc54-2147cea03f21 2018-09-07 18:40:19,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.135941982269s 2018-09-07 18:40:19,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:40:19,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:19,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90f27b5c-eca9-4d96-bbf9-7a3f3f7e2355 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d", "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "domain_id": "default", "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:40:19,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-90f27b5c-eca9-4d96-bbf9-7a3f3f7e2355 2018-09-07 18:40:19,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979092121124s 2018-09-07 18:40:19,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-90f27b5c-eca9-4d96-bbf9-7a3f3f7e2355 2018-09-07 18:40:19,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:40:19,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:19,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0a42afa-59d4-4d9f-a4d1-9a01ed6f1fe7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c"}, "enabled": true, "id": "3d44e7f4c9a444e7b0ecd3fded38bc2c", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}} 2018-09-07 18:40:19,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c used request id req-b0a42afa-59d4-4d9f-a4d1-9a01ed6f1fe7 2018-09-07 18:40:19,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0958631038666s 2018-09-07 18:40:19,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c used request id req-b0a42afa-59d4-4d9f-a4d1-9a01ed6f1fe7 2018-09-07 18:40:19,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:40:19,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:20,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ea2ebf0-62fe-43ad-85bc-31f3b7854484 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:20,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c used request id req-2ea2ebf0-62fe-43ad-85bc-31f3b7854484 2018-09-07 18:40:20,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197237014771s 2018-09-07 18:40:20,118 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/3d44e7f4c9a444e7b0ecd3fded38bc2c used request id req-2ea2ebf0-62fe-43ad-85bc-31f3b7854484 2018-09-07 18:40:20,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:40:20,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:20,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4181e66-fc45-4954-bd2e-f83e92930895 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "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.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3"}, "enabled": true, "id": "eee21cc017444ce08e1e16f913bceaf3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_d483de34-aac4-4df6-abc4-b4c46f1a2a7d"}]} 2018-09-07 18:40:20,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d4181e66-fc45-4954-bd2e-f83e92930895 2018-09-07 18:40:20,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793380737305s 2018-09-07 18:40:20,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d4181e66-fc45-4954-bd2e-f83e92930895 2018-09-07 18:40:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:40:20,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:20,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-283db866-c0e8-4c65-b777-f59385c69f5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:20,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3 used request id req-283db866-c0e8-4c65-b777-f59385c69f5c 2018-09-07 18:40:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161740779877s 2018-09-07 18:40:20,362 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/eee21cc017444ce08e1e16f913bceaf3 used request id req-283db866-c0e8-4c65-b777-f59385c69f5c 2018-09-07 18:40:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:40:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:20,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56509a12-7ffa-4a89-98f8-26cf4e750d22 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e96101ed0283496786a626b1e43f2644", "links": {"self": "http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644"}, "name": "Member"}]} 2018-09-07 18:40:20,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-56509a12-7ffa-4a89-98f8-26cf4e750d22 2018-09-07 18:40:20,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.186738967896s 2018-09-07 18:40:20,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:40:20,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017c63f7a013050f650505d5d53ddbb73a0fb167" 2018-09-07 18:40:20,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-688ea89d-9b81-4cbb-8ce4-ef73816484fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:20,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/e96101ed0283496786a626b1e43f2644 used request id req-688ea89d-9b81-4cbb-8ce4-ef73816484fc 2018-09-07 18:40:20,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101864099503s 2018-09-07 18:40:20,654 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 11:60 | PASS | | snaps_health_check | functest | healthcheck | 01:36 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-07 18:40:20,658 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 18:40:27,472 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 18:40:27,478 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 18:40:27,478 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 18:40:27,480 - 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-07 18:40:27,520 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-07 18:40:31,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:40:31,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:40:31,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:40:31,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:40:31,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:40:31,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:40:31,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:40:31,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:40:31,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:40:31,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:40:31,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8054b2ad-f4ef-4b74-9f7e-d91d280d978b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:40:31,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8054b2ad-f4ef-4b74-9f7e-d91d280d978b 2018-09-07 18:40:31,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:40:31,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:40:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["mesrRbdoSkqlGbYRAVkSLg"], "issued_at": "2018-09-07T18:40:31.000000Z"}} 2018-09-07 18:40:31,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:40:31,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:31,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-94d17770-4052-46ce-b118-b849bd696443 Date: Fri, 07 Sep 2018 18:40:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:40:31,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-94d17770-4052-46ce-b118-b849bd696443 2018-09-07 18:40:31,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.215491056442s 2018-09-07 18:40:31,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-94d17770-4052-46ce-b118-b849bd696443 2018-09-07 18:40:31,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:40:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:31,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:40: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:40:32,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:32,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e8209c-0e7e-4434-8b02-9621ed0e6fce Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:40:32,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-22e8209c-0e7e-4434-8b02-9621ed0e6fce 2018-09-07 18:40:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.442143201828s 2018-09-07 18:40:32,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:40:32,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}}' 2018-09-07 18:40:32,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:40:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc6bbb63-e0e1-457e-a58b-eb20934ab8d8 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.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416"}, "enabled": true, "id": "0fdffc9f89c6472196b6952ac5639416", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:40:32,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-bc6bbb63-e0e1-457e-a58b-eb20934ab8d8 2018-09-07 18:40:32,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103158950806s 2018-09-07 18:40:32,348 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-bc6bbb63-e0e1-457e-a58b-eb20934ab8d8 2018-09-07 18:40:32,348 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'id': u'0fdffc9f89c6472196b6952ac5639416', '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-07 18:40:32,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:40:32,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.386569976807s 2018-09-07 18:40:32,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:32,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a39447e-c0d5-4383-af25-eda3c304ad17 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3"}, "enabled": true, "id": "ea8ac448dfa846aba5a44736a59584a3", "options": {}, "domain_id": "default", "name": "vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:40:32,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 used request id req-6a39447e-c0d5-4383-af25-eda3c304ad17 2018-09-07 18:40:32,848 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ea8ac448dfa846aba5a44736a59584a3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:32,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:40:32,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:32,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43e00fe-d8f0-45e7-adbb-97323fe12e84 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:40:32,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e43e00fe-d8f0-45e7-adbb-97323fe12e84 2018-09-07 18:40:32,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763869285583s 2018-09-07 18:40:32,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:40:32,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6abc6466-e365-4113-acc6-543b8c205920 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:40:33,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6abc6466-e365-4113-acc6-543b8c205920 2018-09-07 18:40:33,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833430290222s 2018-09-07 18:40:33,011 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:40:33,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:40:33,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" -d '{"role": {"name": "Member"}}' 2018-09-07 18:40:33,108 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d047a8a-259b-4641-9d80-fe9d81aeff63 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f3808198f2b34e1eb06515f3d2192806", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806"}, "name": "Member"}} 2018-09-07 18:40:33,108 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-6d047a8a-259b-4641-9d80-fe9d81aeff63 2018-09-07 18:40:33,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0969560146332s 2018-09-07 18:40:33,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c0efa5-2da5-4102-9dd1-765073e30d6b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806"}, "domain_id": null, "name": "Member", "id": "f3808198f2b34e1eb06515f3d2192806"}} 2018-09-07 18:40:33,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806 used request id req-e7c0efa5-2da5-4102-9dd1-765073e30d6b 2018-09-07 18:40:33,183 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806'}, 'domain_id': None, 'human_id': None, 'id': u'f3808198f2b34e1eb06515f3d2192806', 'HUMAN_ID': False}) 2018-09-07 18:40:33,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:40:33,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbcaaa38-6de2-4488-9594-8bfbd0725fad Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3808198f2b34e1eb06515f3d2192806", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806"}, "name": "Member"}]} 2018-09-07 18:40:33,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fbcaaa38-6de2-4488-9594-8bfbd0725fad 2018-09-07 18:40:33,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775210857391s 2018-09-07 18:40:33,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:40:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cced0e25-391c-455e-8bb6-01f131f0ded5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:40:33,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-cced0e25-391c-455e-8bb6-01f131f0ded5 2018-09-07 18:40:33,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817449092865s 2018-09-07 18:40:33,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:40:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccfa4ea-0218-4ff5-8812-7dae3ea0ff7d Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab", "links": {"self": "http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3"}, "domain_id": "default", "enabled": true, "id": "ea8ac448dfa846aba5a44736a59584a3", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:40:33,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4ccfa4ea-0218-4ff5-8812-7dae3ea0ff7d 2018-09-07 18:40:33,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941801071167s 2018-09-07 18:40:33,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4ccfa4ea-0218-4ff5-8812-7dae3ea0ff7d 2018-09-07 18:40:33,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:40:33,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe0d20d-5f66-4e4f-a812-29b05423ac40 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416"}, "enabled": true, "id": "0fdffc9f89c6472196b6952ac5639416", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:40:33,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-cbe0d20d-5f66-4e4f-a812-29b05423ac40 2018-09-07 18:40:33,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0843589305878s 2018-09-07 18:40:33,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-cbe0d20d-5f66-4e4f-a812-29b05423ac40 2018-09-07 18:40:33,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:40:33,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=ea8ac448dfa846aba5a44736a59584a3&scope.project.id=0fdffc9f89c6472196b6952ac5639416&role.id=f3808198f2b34e1eb06515f3d2192806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c22a34-2388-4004-85d4-ce37fcd5d6b7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=ea8ac448dfa846aba5a44736a59584a3&scope.project.id=0fdffc9f89c6472196b6952ac5639416&role.id=f3808198f2b34e1eb06515f3d2192806", "previous": null, "next": null}} 2018-09-07 18:40:33,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ea8ac448dfa846aba5a44736a59584a3&scope.project.id=0fdffc9f89c6472196b6952ac5639416&role.id=f3808198f2b34e1eb06515f3d2192806 used request id req-22c22a34-2388-4004-85d4-ce37fcd5d6b7 2018-09-07 18:40:33,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.104590177536s 2018-09-07 18:40:33,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:40:33,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416/users/ea8ac448dfa846aba5a44736a59584a3/roles/f3808198f2b34e1eb06515f3d2192806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b50f18e-f44b-4611-b972-c97e36df7390 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:40:33,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416/users/ea8ac448dfa846aba5a44736a59584a3/roles/f3808198f2b34e1eb06515f3d2192806 used request id req-8b50f18e-f44b-4611-b972-c97e36df7390 2018-09-07 18:40:33,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106199026108s 2018-09-07 18:40:33,745 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 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': 'e3bccf69-d184-4c01-b1fc-430f49e08380', 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_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:40:33,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:40:33,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:40:33,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:40:33,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:40:33,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:40:33,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:40:33,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:40:33,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:40:33,751 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'password': 'e3bccf69-d184-4c01-b1fc-430f49e08380', 'project_name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '0fdffc9f89c6472196b6952ac5639416', 'project_domain_name': 'Default'} 2018-09-07 18:40:33,751 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-07 18:40:33,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:40:33,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f1c5ff-ddb7-4de3-a13b-4d6f694c89d3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:40:33,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-b4f1c5ff-ddb7-4de3-a13b-4d6f694c89d3 2018-09-07 18:40:33,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0831680297852s 2018-09-07 18:40:33,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:40:33,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:40:33,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65a6ac7-4f78-4738-b966-c03b1bb6f81d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416"}, "enabled": true, "id": "0fdffc9f89c6472196b6952ac5639416", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:40:33,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e65a6ac7-4f78-4738-b966-c03b1bb6f81d 2018-09-07 18:40:33,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832479000092s 2018-09-07 18:40:33,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e65a6ac7-4f78-4738-b966-c03b1bb6f81d 2018-09-07 18:40:33,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 18:40:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" -d '{"network": {"tenant_id": "0fdffc9f89c6472196b6952ac5639416", "name": "vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab", "admin_state_up": true}}' 2018-09-07 18:40:34,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7131d6a7-7f6e-4c56-adbc-05f7424e262d Date: Fri, 07 Sep 2018 18:40:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:40:34Z","is_default":false,"provider:segmentation_id":13,"name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab","admin_state_up":true,"tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","mtu":1450}} 2018-09-07 18:40:34,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7131d6a7-7f6e-4c56-adbc-05f7424e262d 2018-09-07 18:40:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.584104061127s 2018-09-07 18:40:34,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7131d6a7-7f6e-4c56-adbc-05f7424e262d 2018-09-07 18:40:34,508 - 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-07T18:40:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5d0bedce-a2fd-4028-850c-cfa0ba2b7205', u'provider:segmentation_id': 13, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'admin_state_up': True, u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0fdffc9f89c6472196b6952ac5639416'}) 2018-09-07 18:40:34,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:40:34,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09c490c-b03a-4796-a86c-afb47e791d32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:40:34,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d09c490c-b03a-4796-a86c-afb47e791d32 2018-09-07 18:40:34,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:40:34,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3808198f2b34e1eb06515f3d2192806", "name": "Member"}], "expires_at": "2018-09-07T19:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fdffc9f89c6472196b6952ac5639416", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0fdffc9f89c6472196b6952ac5639416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/0fdffc9f89c6472196b6952ac5639416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/0fdffc9f89c6472196b6952ac5639416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/0fdffc9f89c6472196b6952ac5639416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/0fdffc9f89c6472196b6952ac5639416", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/0fdffc9f89c6472196b6952ac5639416", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/0fdffc9f89c6472196b6952ac5639416", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab", "id": "ea8ac448dfa846aba5a44736a59584a3"}, "audit_ids": ["-788ErWpSmyj9EjpdKJCAA"], "issued_at": "2018-09-07T18:40:34.000000Z"}} 2018-09-07 18:40:34,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:40:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:35,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-edde2e1b-e368-42f4-8d35-02a9265d8b27 Date: Fri, 07 Sep 2018 18:40: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-07T18:40:34Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:40:35,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-edde2e1b-e368-42f4-8d35-02a9265d8b27 2018-09-07 18:40:35,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265266180038s 2018-09-07 18:40:35,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-edde2e1b-e368-42f4-8d35-02a9265d8b27 2018-09-07 18:40:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 18:40:35,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"subnet": {"name": "vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab", "enable_dhcp": true, "network_id": "5d0bedce-a2fd-4028-850c-cfa0ba2b7205", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 18:40:35,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-62b81cd5-456f-450e-bf97-154667725cdd Date: Fri, 07 Sep 2018 18:40:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:40:35Z","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":"0fdffc9f89c6472196b6952ac5639416","id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","subnetpool_id":null,"name":"vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:40:35,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-62b81cd5-456f-450e-bf97-154667725cdd 2018-09-07 18:40:35,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.65668296814s 2018-09-07 18:40:35,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-62b81cd5-456f-450e-bf97-154667725cdd 2018-09-07 18:40:35,825 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:40:35Z', 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'821c8afe-6e57-4e4a-afe9-009e5eff260f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'enable_dhcp': True, u'network_id': u'5d0bedce-a2fd-4028-850c-cfa0ba2b7205', u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0fdffc9f89c6472196b6952ac5639416'}) 2018-09-07 18:40:35,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 18:40:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "vping_ssh-router_3a519c26-f025-413e-a1aa-2a3e2a981eab", "admin_state_up": true}}' 2018-09-07 18:40:37,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-66a65226-1033-412d-a213-d198d0956847 Date: Fri, 07 Sep 2018 18:40:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:36Z", "admin_state_up": true, "updated_at": "2018-09-07T18:40:36Z", "revision_number": 2, "routes": [], "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5", "name": "vping_ssh-router_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:40:37,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-66a65226-1033-412d-a213-d198d0956847 2018-09-07 18:40:37,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22355604172s 2018-09-07 18:40:37,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-66a65226-1033-412d-a213-d198d0956847 2018-09-07 18:40:37,050 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', u'created_at': u'2018-09-07T18:40:36Z', u'admin_state_up': True, u'updated_at': u'2018-09-07T18:40:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'0fdffc9f89c6472196b6952ac5639416', u'id': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', u'name': u'vping_ssh-router_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:37,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 18:40:37,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"subnet_id": "821c8afe-6e57-4e4a-afe9-009e5eff260f"}' 2018-09-07 18:40:38,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2181d37-5aed-4c9d-9eb5-c93f95f79683 Date: Fri, 07 Sep 2018 18:40:38 GMT RESP BODY: {"network_id": "5d0bedce-a2fd-4028-850c-cfa0ba2b7205", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "subnet_id": "821c8afe-6e57-4e4a-afe9-009e5eff260f", "subnet_ids": ["821c8afe-6e57-4e4a-afe9-009e5eff260f"], "port_id": "b91ea451-e51f-4c81-a770-89103ab30cb5", "id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5"} 2018-09-07 18:40:38,906 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/add_router_interface.json used request id req-a2181d37-5aed-4c9d-9eb5-c93f95f79683 2018-09-07 18:40:38,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.85531497002s 2018-09-07 18:40:38,906 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/add_router_interface.json used request id req-a2181d37-5aed-4c9d-9eb5-c93f95f79683 returning object 15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5 2018-09-07 18:40:38,907 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:40:39,039 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 18:40:39,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:39,049 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 18:40:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 18:40:39,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:40:39,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-22dfc6f4-10d4-468d-a996-4f76b901ed8f Date: Fri, 07 Sep 2018 18:40:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:40:39,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-22dfc6f4-10d4-468d-a996-4f76b901ed8f 2018-09-07 18:40:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172799825668s 2018-09-07 18:40:39,226 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-22dfc6f4-10d4-468d-a996-4f76b901ed8f 2018-09-07 18:40:39,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 18:40:39,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab"}' 2018-09-07 18:40:39,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872 X-Openstack-Request-Id: req-031887f6-a3a2-43eb-bd38-d32061d7826b Date: Fri, 07 Sep 2018 18:40:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b624b404-1857-449a-a0be-88cde687f872/file", "owner": "0fdffc9f89c6472196b6952ac5639416", "id": "b624b404-1857-449a-a0be-88cde687f872", "size": null, "self": "/v2/images/b624b404-1857-449a-a0be-88cde687f872", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:40:39Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "checksum": null, "created_at": "2018-09-07T18:40:39Z", "protected": false} 2018-09-07 18:40:39,565 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-031887f6-a3a2-43eb-bd38-d32061d7826b 2018-09-07 18:40:39,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.337443113327s 2018-09-07 18:40:39,566 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-031887f6-a3a2-43eb-bd38-d32061d7826b returning object b624b404-1857-449a-a0be-88cde687f872 2018-09-07 18:40:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 18:40:39,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872/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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '' 2018-09-07 18:40:41,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-745ba31d-db14-45dd-b1aa-24ac80bf0b5a Date: Fri, 07 Sep 2018 18:40: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-07 18:40:41,572 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872/file used request id req-745ba31d-db14-45dd-b1aa-24ac80bf0b5a 2018-09-07 18:40:41,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.00542712212s 2018-09-07 18:40:41,572 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872/file used request id req-745ba31d-db14-45dd-b1aa-24ac80bf0b5a 2018-09-07 18:40:41,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:40:41,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:41,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-fc6bc15e-ac63-4e05-a157-80f2ddca91cc Date: Fri, 07 Sep 2018 18:40:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "metadata": {}}], "file": "/v2/images/b624b404-1857-449a-a0be-88cde687f872/file", "owner": "0fdffc9f89c6472196b6952ac5639416", "id": "b624b404-1857-449a-a0be-88cde687f872", "size": 12716032, "self": "/v2/images/b624b404-1857-449a-a0be-88cde687f872", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:40:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:40:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:40:41,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fc6bc15e-ac63-4e05-a157-80f2ddca91cc 2018-09-07 18:40:41,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178958892822s 2018-09-07 18:40:41,752 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fc6bc15e-ac63-4e05-a157-80f2ddca91cc 2018-09-07 18:40:41,754 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872/file', 'owner': u'0fdffc9f89c6472196b6952ac5639416', 'id': u'b624b404-1857-449a-a0be-88cde687f872', 'size': 12716032, u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:40:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-07T18:40:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'created': u'2018-09-07T18:40:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:40:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b624b404-1857-449a-a0be-88cde687f872', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:40:41,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:40:41,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:40:41,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2485cd09-21ab-4c6c-baff-73b2fe75d147 x-compute-request-id: req-2485cd09-21ab-4c6c-baff-73b2fe75d147 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "name": "vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:40:41,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2485cd09-21ab-4c6c-baff-73b2fe75d147 2018-09-07 18:40:41,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.218694925308s 2018-09-07 18:40:41,975 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2485cd09-21ab-4c6c-baff-73b2fe75d147 returning object 65fa93c1-32cb-4328-b658-80df300cc6a1 2018-09-07 18:40:41,975 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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'a3d1e38333674f33ba762d66c366b2a8', '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'65fa93c1-32cb-4328-b658-80df300cc6a1', 'swap': 0}) 2018-09-07 18:40:41,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:40:41,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1/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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" -d '{"extra_specs": {}}' 2018-09-07 18:40:41,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9012e1a6-b573-450a-b2b6-ee73331b897e x-compute-request-id: req-9012e1a6-b573-450a-b2b6-ee73331b897e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:40:41,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1/os-extra_specs used request id req-9012e1a6-b573-450a-b2b6-ee73331b897e 2018-09-07 18:40:41,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020336151123s 2018-09-07 18:40:41,997 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1/os-extra_specs used request id req-9012e1a6-b573-450a-b2b6-ee73331b897e 2018-09-07 18:40:41,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-07 18:40:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"keypair": {"name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab"}}' 2018-09-07 18:40:42,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe5e4b5-a95c-4c9a-9e9e-8f4822a140bc x-compute-request-id: req-cfe5e4b5-a95c-4c9a-9e9e-8f4822a140bc Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChzYV5bzsTnVhB1oo4/fge3fJ44OrrO8SiUEzuQIUv122VW+aIccDol8uyzwy4uRwyg9ugTFHcWb5S/jAdVRBw7WFZ4zNvy8y29QlbTy5raoZ48xqo4c4x4zVc6ukzRxWFy1fV19CLne5NXkFP0gWO2AT2nH0b12ByTs6oP2m2X3nbRWfJFrB7nn0vAJ5Y12pg3j42SpBHFYs1KqG5Ml0XQN011edeyu5+8fes5as+pW8JNqkSOCNOmqxsQ+AvavVFmIhzrVEcJKgMOooo8pB74zEOjvreTI+c5ByrNKkhaTMRy032oYcegvIjj0Spdg7j0h65Dru1/7wOjMLz4k93 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoc2FeW87E51YQdaKOP34Ht3yeODq6zvEolBM7kCFL9dtlVvm\niHHA6JfLss8MuLkcMoPboExR3Fm+Uv4wHVUQcO1hWeMzb8vMtvUJW08ua2qGePMa\nqOHOMeM1XOrpM0cVhctX1dfQi53uTV5BT9IFjtgE9px9G9dgck7OqD9ptl9520Vn\nyRawe559LwCeWNdqYN4+NkqQRxWLNSqhuTJdF0DdNdXnXsrufvH3rOWrPqVvCTap\nEjgjTpqsbEPgL2r1RZiIc61RHCSoDDqKKPKQe+MxDo763kyPnOQcqzSpIWkzEctN\n9qGHHoLyI49EqXYO49IeuQ67tf+8DozC8+JPdwIDAQABAoIBAEfdNI8+7ApGNFDp\nrPKrOmzbPzqZCz33idpduA2J8p3RHQbdjoLDo16rLPn6JDhXX0LAdee4fhNUeMf7\nxfsBMRA3HqoB03KwHfiU1NcNUBy9b4SA1TJ1OFPICod+fp0b0V9fdV+xPxsDxjfu\nySteqMFNCMdPsfGPs3KRtg/cOmOZR4EQVh8JZZta/9+xVec7TXY+M3jVhzx3967K\n3DOXp6DMlkVwOOpgU8ox3i3ggfDHUygXCLWlcP74ZfL3Sl6dV0ccR9ujz2gHXShI\nyzvMtCHp9/WwA1be4RD7p9TphdGxuBS1fPQ1iYs0LircOV0oDWSQB2nmLFQ2X4Tb\nIUwrU8ECgYEAzwjYeROTwNvumWWu63PXo5Ksdx02k0GxjsKU/FCCe0TnxvhenAz/\ncJYjTbEsVLpjXCi2bccY8zipC5wXvXhwmMy6OZ9NDoJN5PczdeXMn9+HoF9dMs28\ngfjx40XzP+ZbRwx5Gv12cg/Ti3Zo84NdOGmHApgbYr5jP0KCf7kWJykCgYEAyBIQ\n+xkAu0401toWy2jXNW5Mbbc8TaJwKCa3Lk4pwAunOnT+Aqa99sNuqAP3rWX1IxmK\n4kij7m/9ncIW+ygMAS2EpRcLNHXTetywOcIcaCmMjbJ3ZHJXfEfXIQLh1whCbdiq\nKwIC9l/dKEbTv8aSmzHzwoKPLCC2T700z4fwtZ8CgYEAkM3xCo5E06mAMs5KD+jQ\nNFpMQmuuVkSmeeFi7y8odCt3qVTiZ2c36nk4bAi1pvVOtZDMN+//ZW6F3dbpS95H\ncrgOsGrZLIK7FKBJ3/ZArrlbVTIeL4Byjr2eAYZVYqYtxX3V3qjVBWZIYc0KDvgc\nZW55vbjBvsjHBeHxAIBmHDECgYEAvTfI85IcDQnUE3dDo7FOCGx+wC1STSJZ7L9g\n89xcxBLBYBoRujQ06VLALwtBja8l/sJDheupjvI/7JoJ3hNr9xkzoGeA42akUkiy\nKo4ZC7JwCftFy6wQbawMHF57dUGMghMuLWrDnnvf0B3cWj3Vng3KOqX7/oIZqqSJ\nc9VfpIUCgYAL5hkS/ysZVBxPftwM/FSR07kIkxeyyPA/GhDBNeOeEptvstjar+2S\nNKPVE5ojAg2hyUk++2NZLVuvyifEr8jFGIKThNS4cC5pVcT6Rh8SCHjm//DEDBAK\nLNKj/uhmw3Nc1NtYzdR3/YlAm0u6O3twHFs6YunouCfES3viOCpWlA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ea8ac448dfa846aba5a44736a59584a3", "name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "fingerprint": "1c:ff:c9:23:7c:ee:a5:33:33:31:ed:d7:6b:11:29:5e"}} 2018-09-07 18:40:42,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-cfe5e4b5-a95c-4c9a-9e9e-8f4822a140bc 2018-09-07 18:40:42,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.345453977585s 2018-09-07 18:40:42,343 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-cfe5e4b5-a95c-4c9a-9e9e-8f4822a140bc 2018-09-07 18:40:42,344 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChzYV5bzsTnVhB1oo4/fge3fJ44OrrO8SiUEzuQIUv122VW+aIccDol8uyzwy4uRwyg9ugTFHcWb5S/jAdVRBw7WFZ4zNvy8y29QlbTy5raoZ48xqo4c4x4zVc6ukzRxWFy1fV19CLne5NXkFP0gWO2AT2nH0b12ByTs6oP2m2X3nbRWfJFrB7nn0vAJ5Y12pg3j42SpBHFYs1KqG5Ml0XQN011edeyu5+8fes5as+pW8JNqkSOCNOmqxsQ+AvavVFmIhzrVEcJKgMOooo8pB74zEOjvreTI+c5ByrNKkhaTMRy032oYcegvIjj0Spdg7j0h65Dru1/7wOjMLz4k93 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoc2FeW87E51YQdaKOP34Ht3yeODq6zvEolBM7kCFL9dtlVvm\niHHA6JfLss8MuLkcMoPboExR3Fm+Uv4wHVUQcO1hWeMzb8vMtvUJW08ua2qGePMa\nqOHOMeM1XOrpM0cVhctX1dfQi53uTV5BT9IFjtgE9px9G9dgck7OqD9ptl9520Vn\nyRawe559LwCeWNdqYN4+NkqQRxWLNSqhuTJdF0DdNdXnXsrufvH3rOWrPqVvCTap\nEjgjTpqsbEPgL2r1RZiIc61RHCSoDDqKKPKQe+MxDo763kyPnOQcqzSpIWkzEctN\n9qGHHoLyI49EqXYO49IeuQ67tf+8DozC8+JPdwIDAQABAoIBAEfdNI8+7ApGNFDp\nrPKrOmzbPzqZCz33idpduA2J8p3RHQbdjoLDo16rLPn6JDhXX0LAdee4fhNUeMf7\nxfsBMRA3HqoB03KwHfiU1NcNUBy9b4SA1TJ1OFPICod+fp0b0V9fdV+xPxsDxjfu\nySteqMFNCMdPsfGPs3KRtg/cOmOZR4EQVh8JZZta/9+xVec7TXY+M3jVhzx3967K\n3DOXp6DMlkVwOOpgU8ox3i3ggfDHUygXCLWlcP74ZfL3Sl6dV0ccR9ujz2gHXShI\nyzvMtCHp9/WwA1be4RD7p9TphdGxuBS1fPQ1iYs0LircOV0oDWSQB2nmLFQ2X4Tb\nIUwrU8ECgYEAzwjYeROTwNvumWWu63PXo5Ksdx02k0GxjsKU/FCCe0TnxvhenAz/\ncJYjTbEsVLpjXCi2bccY8zipC5wXvXhwmMy6OZ9NDoJN5PczdeXMn9+HoF9dMs28\ngfjx40XzP+ZbRwx5Gv12cg/Ti3Zo84NdOGmHApgbYr5jP0KCf7kWJykCgYEAyBIQ\n+xkAu0401toWy2jXNW5Mbbc8TaJwKCa3Lk4pwAunOnT+Aqa99sNuqAP3rWX1IxmK\n4kij7m/9ncIW+ygMAS2EpRcLNHXTetywOcIcaCmMjbJ3ZHJXfEfXIQLh1whCbdiq\nKwIC9l/dKEbTv8aSmzHzwoKPLCC2T700z4fwtZ8CgYEAkM3xCo5E06mAMs5KD+jQ\nNFpMQmuuVkSmeeFi7y8odCt3qVTiZ2c36nk4bAi1pvVOtZDMN+//ZW6F3dbpS95H\ncrgOsGrZLIK7FKBJ3/ZArrlbVTIeL4Byjr2eAYZVYqYtxX3V3qjVBWZIYc0KDvgc\nZW55vbjBvsjHBeHxAIBmHDECgYEAvTfI85IcDQnUE3dDo7FOCGx+wC1STSJZ7L9g\n89xcxBLBYBoRujQ06VLALwtBja8l/sJDheupjvI/7JoJ3hNr9xkzoGeA42akUkiy\nKo4ZC7JwCftFy6wQbawMHF57dUGMghMuLWrDnnvf0B3cWj3Vng3KOqX7/oIZqqSJ\nc9VfpIUCgYAL5hkS/ysZVBxPftwM/FSR07kIkxeyyPA/GhDBNeOeEptvstjar+2S\nNKPVE5ojAg2hyUk++2NZLVuvyifEr8jFGIKThNS4cC5pVcT6Rh8SCHjm//DEDBAK\nLNKj/uhmw3Nc1NtYzdR3/YlAm0u6O3twHFs6YunouCfES3viOCpWlA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'name': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'created_at': '2018-09-07T18:40:42.344574', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1c:ff:c9:23:7c:ee:a5:33:33:31:ed:d7:6b:11:29:5e', 'type': 'ssh', 'id': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab'}) 2018-09-07 18:40:42,345 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAoc2FeW87E51YQdaKOP34Ht3yeODq6zvEolBM7kCFL9dtlVvm iHHA6JfLss8MuLkcMoPboExR3Fm+Uv4wHVUQcO1hWeMzb8vMtvUJW08ua2qGePMa qOHOMeM1XOrpM0cVhctX1dfQi53uTV5BT9IFjtgE9px9G9dgck7OqD9ptl9520Vn yRawe559LwCeWNdqYN4+NkqQRxWLNSqhuTJdF0DdNdXnXsrufvH3rOWrPqVvCTap EjgjTpqsbEPgL2r1RZiIc61RHCSoDDqKKPKQe+MxDo763kyPnOQcqzSpIWkzEctN 9qGHHoLyI49EqXYO49IeuQ67tf+8DozC8+JPdwIDAQABAoIBAEfdNI8+7ApGNFDp rPKrOmzbPzqZCz33idpduA2J8p3RHQbdjoLDo16rLPn6JDhXX0LAdee4fhNUeMf7 xfsBMRA3HqoB03KwHfiU1NcNUBy9b4SA1TJ1OFPICod+fp0b0V9fdV+xPxsDxjfu ySteqMFNCMdPsfGPs3KRtg/cOmOZR4EQVh8JZZta/9+xVec7TXY+M3jVhzx3967K 3DOXp6DMlkVwOOpgU8ox3i3ggfDHUygXCLWlcP74ZfL3Sl6dV0ccR9ujz2gHXShI yzvMtCHp9/WwA1be4RD7p9TphdGxuBS1fPQ1iYs0LircOV0oDWSQB2nmLFQ2X4Tb IUwrU8ECgYEAzwjYeROTwNvumWWu63PXo5Ksdx02k0GxjsKU/FCCe0TnxvhenAz/ cJYjTbEsVLpjXCi2bccY8zipC5wXvXhwmMy6OZ9NDoJN5PczdeXMn9+HoF9dMs28 gfjx40XzP+ZbRwx5Gv12cg/Ti3Zo84NdOGmHApgbYr5jP0KCf7kWJykCgYEAyBIQ +xkAu0401toWy2jXNW5Mbbc8TaJwKCa3Lk4pwAunOnT+Aqa99sNuqAP3rWX1IxmK 4kij7m/9ncIW+ygMAS2EpRcLNHXTetywOcIcaCmMjbJ3ZHJXfEfXIQLh1whCbdiq KwIC9l/dKEbTv8aSmzHzwoKPLCC2T700z4fwtZ8CgYEAkM3xCo5E06mAMs5KD+jQ NFpMQmuuVkSmeeFi7y8odCt3qVTiZ2c36nk4bAi1pvVOtZDMN+//ZW6F3dbpS95H crgOsGrZLIK7FKBJ3/ZArrlbVTIeL4Byjr2eAYZVYqYtxX3V3qjVBWZIYc0KDvgc ZW55vbjBvsjHBeHxAIBmHDECgYEAvTfI85IcDQnUE3dDo7FOCGx+wC1STSJZ7L9g 89xcxBLBYBoRujQ06VLALwtBja8l/sJDheupjvI/7JoJ3hNr9xkzoGeA42akUkiy Ko4ZC7JwCftFy6wQbawMHF57dUGMghMuLWrDnnvf0B3cWj3Vng3KOqX7/oIZqqSJ c9VfpIUCgYAL5hkS/ysZVBxPftwM/FSR07kIkxeyyPA/GhDBNeOeEptvstjar+2S NKPVE5ojAg2hyUk++2NZLVuvyifEr8jFGIKThNS4cC5pVcT6Rh8SCHjm//DEDBAK LNKj/uhmw3Nc1NtYzdR3/YlAm0u6O3twHFs6YunouCfES3viOCpWlA== -----END RSA PRIVATE KEY----- 2018-09-07 18:40:42,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-07 18:40:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"security_group": {"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-07 18:40:42,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a41492da-5ee1-468d-aee3-69156c552025 Date: Fri, 07 Sep 2018 18:40:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:42Z", "updated_at": "2018-09-07T18:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "84201912-b66b-4af9-94e7-e5706755d8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "e07577c3-87ed-48ae-b3d3-fa6ad9c83dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 2, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:40:42,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a41492da-5ee1-468d-aee3-69156c552025 2018-09-07 18:40:42,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.366189002991s 2018-09-07 18:40:42,714 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a41492da-5ee1-468d-aee3-69156c552025 2018-09-07 18:40:42,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-07 18:40:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:42,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-b5af57aa-9b89-4e7a-bf8b-f0fe0609f220 Date: Fri, 07 Sep 2018 18:40:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:42Z", "updated_at": "2018-09-07T18:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "84201912-b66b-4af9-94e7-e5706755d8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "e07577c3-87ed-48ae-b3d3-fa6ad9c83dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 2, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:40:42,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b5af57aa-9b89-4e7a-bf8b-f0fe0609f220 2018-09-07 18:40:42,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191020965576s 2018-09-07 18:40:42,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b5af57aa-9b89-4e7a-bf8b-f0fe0609f220 2018-09-07 18:40:42,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-07 18:40:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -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": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}}' 2018-09-07 18:40:43,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-47263acb-5a17-4b17-b8fb-c87012ef8b43 Date: Fri, 07 Sep 2018 18:40:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T18:40:43Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "port_range_min": 22, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:43Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "1a726279-3dd9-4ba4-8f7e-8e223cff8b8d"}} 2018-09-07 18:40:43,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-47263acb-5a17-4b17-b8fb-c87012ef8b43 2018-09-07 18:40:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.320354938507s 2018-09-07 18:40:43,234 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-47263acb-5a17-4b17-b8fb-c87012ef8b43 2018-09-07 18:40:43,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-07 18:40:43,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:43,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-26cb1110-053f-47e8-91d0-557448000358 Date: Fri, 07 Sep 2018 18:40:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:42Z", "updated_at": "2018-09-07T18:40:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T18:40:43Z", "revision_number": 0, "id": "1a726279-3dd9-4ba4-8f7e-8e223cff8b8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:43Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "84201912-b66b-4af9-94e7-e5706755d8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "e07577c3-87ed-48ae-b3d3-fa6ad9c83dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 3, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:40:43,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-26cb1110-053f-47e8-91d0-557448000358 2018-09-07 18:40:43,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190271139145s 2018-09-07 18:40:43,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-26cb1110-053f-47e8-91d0-557448000358 2018-09-07 18:40:43,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-07 18:40:43,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -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": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}}' 2018-09-07 18:40:43,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-68f9a578-1840-4841-8f7b-da6f4c77da50 Date: Fri, 07 Sep 2018 18:40:43 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-07T18:40:43Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:43Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "68d326a7-1142-414e-b3d0-4527b1120788"}} 2018-09-07 18:40:43,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-68f9a578-1840-4841-8f7b-da6f4c77da50 2018-09-07 18:40:43,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.334851980209s 2018-09-07 18:40:43,767 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-68f9a578-1840-4841-8f7b-da6f4c77da50 2018-09-07 18:40:43,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:40:43,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:44,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e944783c-74f6-4cbc-8330-80c798493071 Date: Fri, 07 Sep 2018 18:40: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":["821c8afe-6e57-4e4a-afe9-009e5eff260f"],"updated_at":"2018-09-07T18:40:35Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:40:44,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e944783c-74f6-4cbc-8330-80c798493071 2018-09-07 18:40:44,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270119190216s 2018-09-07 18:40:44,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e944783c-74f6-4cbc-8330-80c798493071 2018-09-07 18:40:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:40:44,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:44,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e08b93a8-4ab5-4a80-8a4f-7b1c0b149505 Date: Fri, 07 Sep 2018 18:40:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "metadata": {}}], "file": "/v2/images/b624b404-1857-449a-a0be-88cde687f872/file", "owner": "0fdffc9f89c6472196b6952ac5639416", "id": "b624b404-1857-449a-a0be-88cde687f872", "size": 12716032, "self": "/v2/images/b624b404-1857-449a-a0be-88cde687f872", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:40:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:40:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:40:44,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e08b93a8-4ab5-4a80-8a4f-7b1c0b149505 2018-09-07 18:40:44,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181658983231s 2018-09-07 18:40:44,223 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e08b93a8-4ab5-4a80-8a4f-7b1c0b149505 2018-09-07 18:40:44,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:40:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:44,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-347f0fc1-32c4-43a9-b83c-335d60b0d74f x-compute-request-id: req-347f0fc1-32c4-43a9-b83c-335d60b0d74f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "name": "vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:40:44,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-347f0fc1-32c4-43a9-b83c-335d60b0d74f 2018-09-07 18:40:44,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327680110931s 2018-09-07 18:40:44,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-347f0fc1-32c4-43a9-b83c-335d60b0d74f 2018-09-07 18:40:44,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-07 18:40:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"server": {"name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "imageRef": "b624b404-1857-449a-a0be-88cde687f872", "flavorRef": "65fa93c1-32cb-4328-b658-80df300cc6a1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5d0bedce-a2fd-4028-850c-cfa0ba2b7205"}], "security_groups": [{"name": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}]}}' 2018-09-07 18:40:46,278 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3240362c-008c-425a-8cfa-c12a7660e3a7 x-compute-request-id: req-3240362c-008c-425a-8cfa-c12a7660e3a7 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}], "OS-DCF:diskConfig": "MANUAL", "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "adminPass": "FtY2yKJfrU7e"}} 2018-09-07 18:40:46,278 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-3240362c-008c-425a-8cfa-c12a7660e3a7 2018-09-07 18:40:46,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.01930499077s 2018-09-07 18:40:46,279 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-3240362c-008c-425a-8cfa-c12a7660e3a7 2018-09-07 18:40:46,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:40:46,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:46,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-91efb780-2ea1-43fa-82e3-6e5a364c53c2 x-compute-request-id: req-91efb780-2ea1-43fa-82e3-6e5a364c53c2 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "user_id": "ea8ac448dfa846aba5a44736a59584a3", "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-07T18:40:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:40:46,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-91efb780-2ea1-43fa-82e3-6e5a364c53c2 2018-09-07 18:40:46,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407115936279s 2018-09-07 18:40:46,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-91efb780-2ea1-43fa-82e3-6e5a364c53c2 2018-09-07 18:40:46,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:40:46,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:46,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-deaf8c35-0477-424d-9936-07406ecf15f4 Date: Fri, 07 Sep 2018 18:40:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["821c8afe-6e57-4e4a-afe9-009e5eff260f"],"updated_at":"2018-09-07T18:40:35Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:40:46,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-deaf8c35-0477-424d-9936-07406ecf15f4 2018-09-07 18:40:46,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253128051758s 2018-09-07 18:40:46,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-deaf8c35-0477-424d-9936-07406ecf15f4 2018-09-07 18:40:46,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 18:40:46,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:47,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ef653998-7083-4d1e-b448-d798cb55be22 Date: Fri, 07 Sep 2018 18:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:40:35Z","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":"0fdffc9f89c6472196b6952ac5639416","id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","subnetpool_id":null,"name":"vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:40:47,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ef653998-7083-4d1e-b448-d798cb55be22 2018-09-07 18:40:47,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.191442966461s 2018-09-07 18:40:47,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ef653998-7083-4d1e-b448-d798cb55be22 2018-09-07 18:40:47,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:40:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:40:49,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:49,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e90b27e9-bd62-48cd-bfa4-04e37b39c412 x-compute-request-id: req-e90b27e9-bd62-48cd-bfa4-04e37b39c412 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.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "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-07T18:40:48Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:40:49,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e90b27e9-bd62-48cd-bfa4-04e37b39c412 2018-09-07 18:40:49,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492573976517s 2018-09-07 18:40:49,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e90b27e9-bd62-48cd-bfa4-04e37b39c412 2018-09-07 18:40:49,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:40:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:40:51,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:52,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-cc647a6a-d9e8-4118-9b22-1f5f58d68fba x-compute-request-id: req-cc647a6a-d9e8-4118-9b22-1f5f58d68fba 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.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "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-07T18:40:48Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:40:52,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc647a6a-d9e8-4118-9b22-1f5f58d68fba 2018-09-07 18:40:52,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633114814758s 2018-09-07 18:40:52,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc647a6a-d9e8-4118-9b22-1f5f58d68fba 2018-09-07 18:40:52,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:40:54,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:40:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:54,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40: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-6d5c2164-1b36-4c1a-b78b-0c415124cbc6 x-compute-request-id: req-6d5c2164-1b36-4c1a-b78b-0c415124cbc6 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:2f:21", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:40:51.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:40:51Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:40:54,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6d5c2164-1b36-4c1a-b78b-0c415124cbc6 2018-09-07 18:40:54,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559098958969s 2018-09-07 18:40:54,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6d5c2164-1b36-4c1a-b78b-0c415124cbc6 2018-09-07 18:40:54,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-07 18:40:54,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=995c21d5-8070-40dc-9b8a-8ac01a2fe4fa" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:55,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b7b57e51-c19d-4fd7-b1b7-381ad24e15fe Date: Fri, 07 Sep 2018 18:40:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:48Z","admin_state_up":true,"updated_at":"2018-09-07T18:40:50Z","binding:vnic_type":"normal","device_id":"995c21d5-8070-40dc-9b8a-8ac01a2fe4fa","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:5c:2f:21","id":"a998f6f3-8757-4ed0-86cd-fa4440cc2e3a","port_security_enabled":true,"project_id":"0fdffc9f89c6472196b6952ac5639416","fixed_ips":[{"subnet_id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"],"name":""}]} 2018-09-07 18:40:55,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=995c21d5-8070-40dc-9b8a-8ac01a2fe4fa used request id req-b7b57e51-c19d-4fd7-b1b7-381ad24e15fe 2018-09-07 18:40:55,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.20231795311s 2018-09-07 18:40:55,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=995c21d5-8070-40dc-9b8a-8ac01a2fe4fa used request id req-b7b57e51-c19d-4fd7-b1b7-381ad24e15fe 2018-09-07 18:40:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:40:55,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a998f6f3-8757-4ed0-86cd-fa4440cc2e3a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:55,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-37f55465-ac13-45f4-8cb3-386132d20f7b Date: Fri, 07 Sep 2018 18:40:55 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:40:55,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a998f6f3-8757-4ed0-86cd-fa4440cc2e3a used request id req-37f55465-ac13-45f4-8cb3-386132d20f7b 2018-09-07 18:40:55,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0177218914032s 2018-09-07 18:40:55,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a998f6f3-8757-4ed0-86cd-fa4440cc2e3a used request id req-37f55465-ac13-45f4-8cb3-386132d20f7b 2018-09-07 18:40:55,074 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:2f:21', 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'b624b404-1857-449a-a0be-88cde687f872'}), 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-07T18:40:51.000000', 'flavor': Munch({u'id': u'65fa93c1-32cb-4328-b658-80df300cc6a1'}), 'az': u'nova', 'id': u'995c21d5-8070-40dc-9b8a-8ac01a2fe4fa', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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-07T18:40:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:40:51Z', 'hostId': u'158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220', '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-07T18:40:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'name': u'vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'adminPass': u'FtY2yKJfrU7e', 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'region': 'regionOne', 'created': u'2018-09-07T18:40:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:40:55,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:40:55,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:55,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-fafa3fc8-02f2-4f65-9284-026c4e6cf944 Date: Fri, 07 Sep 2018 18:40:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["821c8afe-6e57-4e4a-afe9-009e5eff260f"],"updated_at":"2018-09-07T18:40:35Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:40:55,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fafa3fc8-02f2-4f65-9284-026c4e6cf944 2018-09-07 18:40:55,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268218994141s 2018-09-07 18:40:55,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fafa3fc8-02f2-4f65-9284-026c4e6cf944 2018-09-07 18:40:55,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:40:55,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:55,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-849790aa-9665-498a-8c81-d81e92b261cb Date: Fri, 07 Sep 2018 18:40:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "metadata": {}}], "file": "/v2/images/b624b404-1857-449a-a0be-88cde687f872/file", "owner": "0fdffc9f89c6472196b6952ac5639416", "id": "b624b404-1857-449a-a0be-88cde687f872", "size": 12716032, "self": "/v2/images/b624b404-1857-449a-a0be-88cde687f872", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:40:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:40:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:40:55,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-849790aa-9665-498a-8c81-d81e92b261cb 2018-09-07 18:40:55,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0335540771484s 2018-09-07 18:40:55,379 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-849790aa-9665-498a-8c81-d81e92b261cb 2018-09-07 18:40:55,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:40:55,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:55,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3ab9997-6a6f-42fb-807b-53b5d7418139 x-compute-request-id: req-d3ab9997-6a6f-42fb-807b-53b5d7418139 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "name": "vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:40:55,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d3ab9997-6a6f-42fb-807b-53b5d7418139 2018-09-07 18:40:55,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334157943726s 2018-09-07 18:40:55,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d3ab9997-6a6f-42fb-807b-53b5d7418139 2018-09-07 18:40:55,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-07 18:40:55,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"server": {"name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "imageRef": "b624b404-1857-449a-a0be-88cde687f872", "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "flavorRef": "65fa93c1-32cb-4328-b658-80df300cc6a1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5d0bedce-a2fd-4028-850c-cfa0ba2b7205"}], "security_groups": [{"name": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}]}}' 2018-09-07 18:40:57,420 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d393526b-6b9c-4c37-a835-0c92e73c12ac x-compute-request-id: req-d393526b-6b9c-4c37-a835-0c92e73c12ac Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"}], "OS-DCF:diskConfig": "MANUAL", "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "adminPass": "omQJ2iBSCELp"}} 2018-09-07 18:40:57,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d393526b-6b9c-4c37-a835-0c92e73c12ac 2018-09-07 18:40:57,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.00485706329s 2018-09-07 18:40:57,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d393526b-6b9c-4c37-a835-0c92e73c12ac 2018-09-07 18:40:57,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:40:57,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:40:58,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7d78cdb-96bb-444d-a5bd-f94d894f9ec5 x-compute-request-id: req-e7d78cdb-96bb-444d-a5bd-f94d894f9ec5 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "user_id": "ea8ac448dfa846aba5a44736a59584a3", "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-07T18:40:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:2f:21", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:40:51.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:40:51Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:40:58,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e7d78cdb-96bb-444d-a5bd-f94d894f9ec5 2018-09-07 18:40:58,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765351057053s 2018-09-07 18:40:58,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e7d78cdb-96bb-444d-a5bd-f94d894f9ec5 2018-09-07 18:40:58,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:00,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:00,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:00,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-54afbc41-80ae-4f39-9103-09739e99f616 x-compute-request-id: req-54afbc41-80ae-4f39-9103-09739e99f616 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "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-07T18:40:59Z", "hostId": "ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:2f:21", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:40:51.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:40:51Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:00,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-54afbc41-80ae-4f39-9103-09739e99f616 2018-09-07 18:41:00,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506814956665s 2018-09-07 18:41:00,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-54afbc41-80ae-4f39-9103-09739e99f616 2018-09-07 18:41:00,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:02,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:02,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:03,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fd4b086-de30-4dfc-a5b0-c88e94d3804f x-compute-request-id: req-7fd4b086-de30-4dfc-a5b0-c88e94d3804f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:02.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:41:02Z", "hostId": "ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:2f:21", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:40:51.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:40:51Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:03,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7fd4b086-de30-4dfc-a5b0-c88e94d3804f 2018-09-07 18:41:03,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524070978165s 2018-09-07 18:41:03,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7fd4b086-de30-4dfc-a5b0-c88e94d3804f 2018-09-07 18:41:03,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-07 18:41:03,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:03,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c496d3c5-2a90-41ca-bab3-627979224afb Date: Fri, 07 Sep 2018 18:41:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:59Z","admin_state_up":true,"updated_at":"2018-09-07T18:41:01Z","binding:vnic_type":"normal","device_id":"71fcca94-94ff-4b11-bcce-b01abd8aa597","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:97:f3:4a","id":"1ffc537e-593c-411f-a22a-09f2d961c54a","port_security_enabled":true,"project_id":"0fdffc9f89c6472196b6952ac5639416","fixed_ips":[{"subnet_id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"],"name":""}]} 2018-09-07 18:41:03,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-c496d3c5-2a90-41ca-bab3-627979224afb 2018-09-07 18:41:03,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0571391582489s 2018-09-07 18:41:03,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-c496d3c5-2a90-41ca-bab3-627979224afb 2018-09-07 18:41:03,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:41:03,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=1ffc537e-593c-411f-a22a-09f2d961c54a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:03,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-488ef102-8288-4ae8-8c8d-2f11eba99d85 Date: Fri, 07 Sep 2018 18:41:03 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:41:03,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=1ffc537e-593c-411f-a22a-09f2d961c54a used request id req-488ef102-8288-4ae8-8c8d-2f11eba99d85 2018-09-07 18:41:03,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0177080631256s 2018-09-07 18:41:03,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=1ffc537e-593c-411f-a22a-09f2d961c54a used request id req-488ef102-8288-4ae8-8c8d-2f11eba99d85 2018-09-07 18:41:03,322 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:f3:4a', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b624b404-1857-449a-a0be-88cde687f872'}), 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-07T18:41:02.000000', 'flavor': Munch({u'id': u'65fa93c1-32cb-4328-b658-80df300cc6a1'}), 'az': u'nova', 'id': u'71fcca94-94ff-4b11-bcce-b01abd8aa597', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ea8ac448dfa846aba5a44736a59584a3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', '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-07T18:41:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:41:02Z', 'hostId': u'ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637', '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-07T18:41:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'name': u'vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'adminPass': u'omQJ2iBSCELp', 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'region': 'regionOne', 'created': u'2018-09-07T18:40:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:41:03,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:03,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-87633986-305e-488b-a797-4270732253cd Date: Fri, 07 Sep 2018 18:41: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":["821c8afe-6e57-4e4a-afe9-009e5eff260f"],"updated_at":"2018-09-07T18:40:35Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:03,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-87633986-305e-488b-a797-4270732253cd 2018-09-07 18:41:03,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11044883728s 2018-09-07 18:41:03,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-87633986-305e-488b-a797-4270732253cd 2018-09-07 18:41:03,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-07 18:41:03,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:03,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5a52709c-c1d8-4121-b898-ea3998f45b03 Date: Fri, 07 Sep 2018 18:41:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:59Z","admin_state_up":true,"updated_at":"2018-09-07T18:41:01Z","binding:vnic_type":"normal","device_id":"71fcca94-94ff-4b11-bcce-b01abd8aa597","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:97:f3:4a","id":"1ffc537e-593c-411f-a22a-09f2d961c54a","port_security_enabled":true,"project_id":"0fdffc9f89c6472196b6952ac5639416","fixed_ips":[{"subnet_id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["edb3b550-7efe-4679-a3bd-c8b9ff4a5fab"],"name":""}]} 2018-09-07 18:41:03,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-5a52709c-c1d8-4121-b898-ea3998f45b03 2018-09-07 18:41:03,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0561068058014s 2018-09-07 18:41:03,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-5a52709c-c1d8-4121-b898-ea3998f45b03 2018-09-07 18:41:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-07 18:41:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"floatingip": {"floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": "192.168.120.9", "port_id": "1ffc537e-593c-411f-a22a-09f2d961c54a"}}' 2018-09-07 18:41:05,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-8bac57fb-4bf6-4339-abcf-428b933849db Date: Fri, 07 Sep 2018 18:41:05 GMT RESP BODY: {"floatingip": {"router_id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-07T18:41:04Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "1ffc537e-593c-411f-a22a-09f2d961c54a", "id": "bce4c080-8b88-443d-a002-b0b486d8ab75", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:41:04Z", "project_id": "0fdffc9f89c6472196b6952ac5639416"}} 2018-09-07 18:41:05,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8bac57fb-4bf6-4339-abcf-428b933849db 2018-09-07 18:41:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.63603687286s 2018-09-07 18:41:05,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8bac57fb-4bf6-4339-abcf-428b933849db 2018-09-07 18:41:05,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:41:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:05,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-40230e05-0c49-412e-9084-c7b633ac4cf4 Date: Fri, 07 Sep 2018 18:41:05 GMT RESP BODY: {"floatingips": [{"router_id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-07T18:41:04Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "1ffc537e-593c-411f-a22a-09f2d961c54a", "id": "bce4c080-8b88-443d-a002-b0b486d8ab75", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:41:04Z", "project_id": "0fdffc9f89c6472196b6952ac5639416"}]} 2018-09-07 18:41:05,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-40230e05-0c49-412e-9084-c7b633ac4cf4 2018-09-07 18:41:05,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0217459201813s 2018-09-07 18:41:05,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-40230e05-0c49-412e-9084-c7b633ac4cf4 2018-09-07 18:41:05,166 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0fdffc9f89c6472196b6952ac5639416', 'created_at': u'2018-09-07T18:41:04Z', 'attached': True, 'updated_at': u'2018-09-07T18:41:04Z', 'id': u'bce4c080-8b88-443d-a002-b0b486d8ab75', 'floating_network_id': u'e537ef2c-765f-4452-9b85-388ace121512', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0fdffc9f89c6472196b6952ac5639416', 'name': 'vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5', 'project_id': u'0fdffc9f89c6472196b6952ac5639416', 'port_id': u'1ffc537e-593c-411f-a22a-09f2d961c54a', 'port': u'1ffc537e-593c-411f-a22a-09f2d961c54a', 'network': u'e537ef2c-765f-4452-9b85-388ace121512'}) 2018-09-07 18:41:05,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-07 18:41:05,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597/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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:41:06,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a4b8a63-ff59-4032-88c8-f6c5bddf7aad x-compute-request-id: req-7a4b8a63-ff59-4032-88c8-f6c5bddf7aad Content-Encoding: gzip Content-Length: 7940 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520755845 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132046] pid_max: default: 32768 minimum: 301\n[ 0.132941] ACPI: Core revision 20150930\n[ 0.134332] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135640] Security Framework initialized\n[ 0.136457] Yama: becoming mindful.\n[ 0.137187] AppArmor: AppArmor initialized\n[ 0.138052] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139377] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140654] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141865] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143252] Initializing cgroup subsys io\n[ 0.144064] Initializing cgroup subsys memory\n[ 0.144920] Initializing cgroup subsys devices\n[ 0.145801] Initializing cgroup subsys freezer\n[ 0.146672] Initializing cgroup subsys net_cls\n[ 0.147539] Initializing cgroup subsys perf_event\n[ 0.148450] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150203] Initializing cgroup subsys pids\n[ 0.151083] CPU: Physical Processor ID: 0\n[ 0.152591] mce: CPU supports 10 MCE banks\n[ 0.153455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172698] ftrace: allocating 31920 entries in 125 pages\n[ 0.198963] smpboot: Max logical packages: 1\n[ 0.199817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201168] x2apic enabled\n[ 0.201982] Switched APIC routing to physical x2apic.\n[ 0.203729] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204857] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206853] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208646] KVM setup paravirtual spinlock\n[ 0.209935] x86: Booted up 1 node, 1 CPUs\n[ 0.210746] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212141] devtmpfs: initialized\n[ 0.213852] evm: security.selinux\n[ 0.214560] evm: security.SMACK64\n[ 0.215257] evm: security.SMACK64EXEC\n[ 0.216005] evm: security.SMACK64TRANSMUTE\n[ 0.216810] evm: security.SMACK64MMAP\n[ 0.217562] evm: security.ima\n[ 0.218205] evm: security.capability\n[ 0.219013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220864] pinctrl core: initialized pinctrl subsystem\n[ 0.221969] RTC time: 18:41:02, date: 09/07/18\n[ 0.222922] NET: Registered protocol family 16\n[ 0.223897] cpuidle: using governor ladder\n[ 0.224718] cpuidle: using governor menu\n[ 0.225505] PCCT header not found.\n[ 0.226263] ACPI: bus type PCI registered\n[ 0.227067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228305] PCI: Using configuration type 1 for base access\n[ 0.230059] ACPI: Added _OSI(Module Device)\n[ 0.230905] ACPI: Added _OSI(Processor Device)\n[ 0.231767] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234788] ACPI: Interpreter enabled\n[ 0.235571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243004] ACPI: (supports S0 S5)\n[ 0.243710] ACPI: Using IOAPIC for interrupt routing\n[ 0.244781] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247874] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249029] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250264] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253678] acpiphp: Slot [3] registered\n[ 0.254483] acpiphp: Slot [4] registered\n[ 0.255289] acpiphp: Slot [5] registered\n[ 0.256089] acpiphp: Slot [6] registered\n[ 0.256882] acpiphp: Slot [7] registered\n[ 0.257685] acpiphp: Slot [8] registered\n[ 0.258487] acpiphp: Slot [9] registered\n[ 0.259284] acpiphp: Slot [10] registered\n[ 0.260100] acpiphp: Slot [11] registered\n[ 0.260908] acpiphp: Slot [12] registered\n[ 0.261726] acpiphp: Slot [13] registered\n[ 0.262538] acpiphp: Slot [14] registered\n[ 0.263350] acpiphp: Slot [15] registered\n[ 0.274330] acpiphp: Slot [16] registered\n[ 0.275147] acpiphp: Slot [17] registered\n[ 0.275957] acpiphp: Slot [18] registered\n[ 0.276766] acpiphp: Slot [19] registered\n[ 0.277578] acpiphp: Slot [20] registered\n[ 0.278398] acpiphp: Slot [21] registered\n[ 0.279212] acpiphp: Slot [22] registered\n[ 0.280023] acpiphp: Slot [23] registered\n[ 0.280832] acpiphp: Slot [24] registered\n[ 0.281645] acpiphp: Slot [25] registered\n[ 0.282462] acpiphp: Slot [26] registered\n[ 0.283273] acpiphp: Slot [27] registered\n[ 0.284086] acpiphp: Slot [28] registered\n[ 0.284894] acpiphp: Slot [29] registered\n[ 0.285705] acpiphp: Slot [30] registered\n[ 0.286521] acpiphp: Slot [31] registered\n[ 0.287332] PCI host bridge to bus 0000:00\n[ 0.288142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289359] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292024] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293466] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299660] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300950] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302131] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309742] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311195] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358875] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363115] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368488] vgaarb: loaded\n[ 0.369097] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370244] SCSI subsystem initialized\n[ 0.371072] ACPI: bus type USB registered\n[ 0.371892] usbcore: registered new interface driver usbfs\n[ 0.372942] usbcore: registered new interface driver hub\n[ 0.373960] usbcore: registered new device driver usb\n[ 0.375030] PCI: Using ACPI for IRQ routing\n[ 0.376059] NetLabel: Initializing\n[ 0.376773] NetLabel: domain hash size = 128\n[ 0.377636] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378601] NetLabel: unlabeled traffic allowed by default\n[ 0.379707] clocksource: Switched to clocksource kvm-clock\n[ 0.385255] AppArmor: AppArmor Filesystem Enabled\n[ 0.386225] pnp: PnP ACPI init\n[ 0.387149] pnp: PnP ACPI: found 5 devices\n[ 0.393523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395255] NET: Registered protocol family 2\n[ 0.396226] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398699] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399886] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402159] NET: Registered protocol family 1\n[ 0.403033] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405231] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433555] Trying to unpack rootfs image as initramfs...\n[ 0.482949] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497126] Scanning for low memory corruption every 60 seconds\n[ 0.498885] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500463] audit: initializing netlink subsys (disabled)\n[ 0.501834] audit: type=2000 audit(1536345663.218:1): initialized\n[ 0.503558] Initialise system trusted keyring\n[ 0.504773] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506375] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508741] zbud: loaded\n[ 0.509598] VFS: Disk quotas dquot_6.6.0\n[ 0.510687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512658] fuse init (API version 7.23)\n[ 0.513816] Key type big_key registered\n[ 0.514875] Allocating IMA MOK and blacklist keyrings.\n[ 0.516341] Key type asymmetric registered\n[ 0.517439] Asymmetric key parser 'x509' registered\n[ 0.518739] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521095] io scheduler noop registered\n[ 0.522154] io scheduler deadline registered (default)\n[ 0.523445] io scheduler cfq registered\n[ 0.524516] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527537] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529485] ACPI: Power Button [PWRF]\n[ 0.530537] GHES: HEST is not enabled!\n[ 0.544219] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601868] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604520] Linux agpgart interface v0.103\n[ 0.606845] brd: module loaded\n[ 0.608287] loop: module loaded\n[ 0.613837] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615783] GPT:90111 != 2097151\n[ 0.616676] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618155] GPT:90111 != 2097151\n[ 0.619035] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620334] vda: vda1 vda15\n[ 0.622034] scsi host0: ata_piix\n[ 0.622975] scsi host1: ata_piix\n[ 0.623901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625192] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626618] libphy: Fixed MDIO Bus: probed\n[ 0.627427] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628366] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630652] PPP generic driver version 2.4.2\n[ 0.631701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633160] ehci-pci: EHCI PCI platform driver\n[ 0.634205] ehci-platform: EHCI generic platform driver\n[ 0.635403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636767] ohci-pci: OHCI PCI platform driver\n[ 0.637817] ohci-platform: OHCI generic platform driver\n[ 0.639042] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653769] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656740] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662492] usb usb1: Product: UHCI Host Controller\n[ 0.663667] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666197] hub 1-0:1.0: USB hub found\n[ 0.667124] hub 1-0:1.0: 2 ports detected\n[ 0.668189] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670602] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671767] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673011] mousedev: PS/2 mouse device common for all mice\n[ 0.674494] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676675] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677953] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680841] i2c /dev entries driver\n[ 0.681749] device-mapper: uevent: version 1.0.3\n[ 0.682868] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684835] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686372] NET: Registered protocol family 10\n[ 0.687535] NET: Registered protocol family 17\n[ 0.688608] Key type dns_resolver registered\n[ 0.689700] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691031] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693133] registered taskstats version 1\n[ 0.694126] Loading compiled-in X.509 certificates\n[ 0.695763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698012] zswap: loaded using pool lzo/zbud\n[ 0.699542] Key type trusted registered\n[ 0.701242] Key type encrypted registered\n[ 0.702232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704729] evm: HMAC attrs: 0x1\n[ 0.705807] Magic number: 2:586:695\n[ 0.706720] pci 0000:00:00.0: hash matches\n[ 0.707760] rtc_cmos 00:00: setting system clock to 2018-09-07 18:41:03 UTC (1536345663)\n[ 0.709683] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711039] EDD information not available.\n[ 0.784667] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797012] Write protecting the kernel read-only data: 14336k\n[ 0.798829] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800947] 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.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.206793] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000024\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-09-07 18:41:06,249 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597/action used request id req-7a4b8a63-ff59-4032-88c8-f6c5bddf7aad 2018-09-07 18:41:06,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0825111866s 2018-09-07 18:41:06,250 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597/action used request id req-7a4b8a63-ff59-4032-88c8-f6c5bddf7aad 2018-09-07 18:41:06,251 - 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 520755845 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.130387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.132046] pid_max: default: 32768 minimum: 301 [ 0.132941] ACPI: Core revision 20150930 [ 0.134332] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135640] Security Framework initialized [ 0.136457] Yama: becoming mindful. [ 0.137187] AppArmor: AppArmor initialized [ 0.138052] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139377] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140654] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141865] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143252] Initializing cgroup subsys io [ 0.144064] Initializing cgroup subsys memory [ 0.144920] Initializing cgroup subsys devices [ 0.145801] Initializing cgroup subsys freezer [ 0.146672] Initializing cgroup subsys net_cls [ 0.147539] Initializing cgroup subsys perf_event [ 0.148450] Initializing cgroup subsys net_prio [ 0.149331] Initializing cgroup subsys hugetlb [ 0.150203] Initializing cgroup subsys pids [ 0.151083] CPU: Physical Processor ID: 0 [ 0.152591] mce: CPU supports 10 MCE banks [ 0.153455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154464] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172698] ftrace: allocating 31920 entries in 125 pages [ 0.198963] smpboot: Max logical packages: 1 [ 0.199817] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201168] x2apic enabled [ 0.201982] Switched APIC routing to physical x2apic. [ 0.203729] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204857] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206853] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208646] KVM setup paravirtual spinlock [ 0.209935] x86: Booted up 1 node, 1 CPUs [ 0.210746] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212141] devtmpfs: initialized [ 0.213852] evm: security.selinux [ 0.214560] evm: security.SMACK64 [ 0.215257] evm: security.SMACK64EXEC [ 0.216005] evm: security.SMACK64TRANSMUTE [ 0.216810] evm: security.SMACK64MMAP [ 0.217562] evm: security.ima [ 0.218205] evm: security.capability [ 0.219013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220864] pinctrl core: initialized pinctrl subsystem [ 0.221969] RTC time: 18:41:02, date: 09/07/18 [ 0.222922] NET: Registered protocol family 16 [ 0.223897] cpuidle: using governor ladder [ 0.224718] cpuidle: using governor menu [ 0.225505] PCCT header not found. [ 0.226263] ACPI: bus type PCI registered [ 0.227067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.228305] PCI: Using configuration type 1 for base access [ 0.230059] ACPI: Added _OSI(Module Device) [ 0.230905] ACPI: Added _OSI(Processor Device) [ 0.231767] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232666] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234788] ACPI: Interpreter enabled [ 0.235571] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243004] ACPI: (supports S0 S5) [ 0.243710] ACPI: Using IOAPIC for interrupt routing [ 0.244781] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247874] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249029] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.250264] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.251459] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253678] acpiphp: Slot [3] registered [ 0.254483] acpiphp: Slot [4] registered [ 0.255289] acpiphp: Slot [5] registered [ 0.256089] acpiphp: Slot [6] registered [ 0.256882] acpiphp: Slot [7] registered [ 0.257685] acpiphp: Slot [8] registered [ 0.258487] acpiphp: Slot [9] registered [ 0.259284] acpiphp: Slot [10] registered [ 0.260100] acpiphp: Slot [11] registered [ 0.260908] acpiphp: Slot [12] registered [ 0.261726] acpiphp: Slot [13] registered [ 0.262538] acpiphp: Slot [14] registered [ 0.263350] acpiphp: Slot [15] registered [ 0.274330] acpiphp: Slot [16] registered [ 0.275147] acpiphp: Slot [17] registered [ 0.275957] acpiphp: Slot [18] registered [ 0.276766] acpiphp: Slot [19] registered [ 0.277578] acpiphp: Slot [20] registered [ 0.278398] acpiphp: Slot [21] registered [ 0.279212] acpiphp: Slot [22] registered [ 0.280023] acpiphp: Slot [23] registered [ 0.280832] acpiphp: Slot [24] registered [ 0.281645] acpiphp: Slot [25] registered [ 0.282462] acpiphp: Slot [26] registered [ 0.283273] acpiphp: Slot [27] registered [ 0.284086] acpiphp: Slot [28] registered [ 0.284894] acpiphp: Slot [29] registered [ 0.285705] acpiphp: Slot [30] registered [ 0.286521] acpiphp: Slot [31] registered [ 0.287332] PCI host bridge to bus 0000:00 [ 0.288142] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.289359] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292024] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.293466] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299660] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300950] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302131] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309742] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311195] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358875] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360307] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361721] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363115] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364374] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368488] vgaarb: loaded [ 0.369097] vgaarb: bridge control possible 0000:00:02.0 [ 0.370244] SCSI subsystem initialized [ 0.371072] ACPI: bus type USB registered [ 0.371892] usbcore: registered new interface driver usbfs [ 0.372942] usbcore: registered new interface driver hub [ 0.373960] usbcore: registered new device driver usb [ 0.375030] PCI: Using ACPI for IRQ routing [ 0.376059] NetLabel: Initializing [ 0.376773] NetLabel: domain hash size = 128 [ 0.377636] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378601] NetLabel: unlabeled traffic allowed by default [ 0.379707] clocksource: Switched to clocksource kvm-clock [ 0.385255] AppArmor: AppArmor Filesystem Enabled [ 0.386225] pnp: PnP ACPI init [ 0.387149] pnp: PnP ACPI: found 5 devices [ 0.393523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395255] NET: Registered protocol family 2 [ 0.396226] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397517] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398699] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399886] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402159] NET: Registered protocol family 1 [ 0.403033] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404146] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405231] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433555] Trying to unpack rootfs image as initramfs... [ 0.482949] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497126] Scanning for low memory corruption every 60 seconds [ 0.498885] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500463] audit: initializing netlink subsys (disabled) [ 0.501834] audit: type=2000 audit(1536345663.218:1): initialized [ 0.503558] Initialise system trusted keyring [ 0.504773] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.506375] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.508741] zbud: loaded [ 0.509598] VFS: Disk quotas dquot_6.6.0 [ 0.510687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512658] fuse init (API version 7.23) [ 0.513816] Key type big_key registered [ 0.514875] Allocating IMA MOK and blacklist keyrings. [ 0.516341] Key type asymmetric registered [ 0.517439] Asymmetric key parser 'x509' registered [ 0.518739] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521095] io scheduler noop registered [ 0.522154] io scheduler deadline registered (default) [ 0.523445] io scheduler cfq registered [ 0.524516] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527537] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529485] ACPI: Power Button [PWRF] [ 0.530537] GHES: HEST is not enabled! [ 0.544219] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601868] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604520] Linux agpgart interface v0.103 [ 0.606845] brd: module loaded [ 0.608287] loop: module loaded [ 0.613837] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615783] GPT:90111 != 2097151 [ 0.616676] GPT:Alternate GPT header not at the end of the disk. [ 0.618155] GPT:90111 != 2097151 [ 0.619035] GPT: Use GNU Parted to correct GPT errors. [ 0.620334] vda: vda1 vda15 [ 0.622034] scsi host0: ata_piix [ 0.622975] scsi host1: ata_piix [ 0.623901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625192] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.626618] libphy: Fixed MDIO Bus: probed [ 0.627427] tun: Universal TUN/TAP device driver, 1.6 [ 0.628366] tun: (C) 1999-2004 Max Krasnyansky [ 0.630652] PPP generic driver version 2.4.2 [ 0.631701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633160] ehci-pci: EHCI PCI platform driver [ 0.634205] ehci-platform: EHCI generic platform driver [ 0.635403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636767] ohci-pci: OHCI PCI platform driver [ 0.637817] ohci-platform: OHCI generic platform driver [ 0.639042] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653769] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656740] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662492] usb usb1: Product: UHCI Host Controller [ 0.663667] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665058] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666197] hub 1-0:1.0: USB hub found [ 0.667124] hub 1-0:1.0: 2 ports detected [ 0.668189] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670602] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.671767] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673011] mousedev: PS/2 mouse device common for all mice [ 0.674494] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.676675] rtc_cmos 00:00: RTC can wake from S4 [ 0.677953] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.679392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.680841] i2c /dev entries driver [ 0.681749] device-mapper: uevent: version 1.0.3 [ 0.682868] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684835] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686372] NET: Registered protocol family 10 [ 0.687535] NET: Registered protocol family 17 [ 0.688608] Key type dns_resolver registered [ 0.689700] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.691031] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693133] registered taskstats version 1 [ 0.694126] Loading compiled-in X.509 certificates [ 0.695763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698012] zswap: loaded using pool lzo/zbud [ 0.699542] Key type trusted registered [ 0.701242] Key type encrypted registered [ 0.702232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703473] ima: No TPM chip found, activating TPM-bypass! [ 0.704729] evm: HMAC attrs: 0x1 [ 0.705807] Magic number: 2:586:695 [ 0.706720] pci 0000:00:00.0: hash matches [ 0.707760] rtc_cmos 00:00: setting system clock to 2018-09-07 18:41:03 UTC (1536345663) [ 0.709683] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711039] EDD information not available. [ 0.784667] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797012] Write protecting the kernel read-only data: 14336k [ 0.798829] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800947] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.01 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.206793] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.11. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-09-07 18:41:07,253 - paramiko.transport - DEBUG - starting thread (client mode): 0xcd4cf850L 2018-09-07 18:41:07,254 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 18:41:07,254 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-07 18:41:07,254 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-07 18:41:07,256 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-07 18:41:07,256 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 18:41:07,256 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-07 18:41:07,256 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 18:41:07,256 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 18:41:07,257 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 18:41:07,307 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 18:41:07,308 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 18:41:07,322 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: daf06920620e086bc0ddb4aa39209f47 2018-09-07 18:41:07,323 - paramiko.transport - DEBUG - Trying key 1cffc9237ceea5333331edd76b11295e from /tmp/tmpVf8GhY 2018-09-07 18:41:07,344 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 18:41:09,846 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 18:41:09,858 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 18:41:09,859 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-07 18:41:09,860 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 18:41:09,861 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 18:41:19,863 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 18:41:19,864 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.8 (192.168.120.8): 56 data bytes --- 192.168.120.8 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-09-07 18:41:19,864 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-07 18:41:19,872 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 18:41:19,975 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:41:19,976 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-07 18:41:19,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-07 18:41:19,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:20,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41: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-a043579e-d6fa-405d-ad63-4819f8b63c58 x-compute-request-id: req-a043579e-d6fa-405d-ad63-4819f8b63c58 Content-Type: application/json 2018-09-07 18:41:20,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa used request id req-a043579e-d6fa-405d-ad63-4819f8b63c58 2018-09-07 18:41:20,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.160692930222s 2018-09-07 18:41:20,142 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa used request id req-a043579e-d6fa-405d-ad63-4819f8b63c58 2018-09-07 18:41:20,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:20,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:20,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-7de2f7e1-8b7d-4272-b401-ec9bab67a848 x-compute-request-id: req-7de2f7e1-8b7d-4272-b401-ec9bab67a848 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:02.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:41:02Z", "hostId": "ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:2f:21", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:40:51.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "995c21d5-8070-40dc-9b8a-8ac01a2fe4fa", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:41:20Z", "hostId": "158fee31dbbed39c2225ba816ceba056269feebcec1143c8383d1220", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:46Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:20,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7de2f7e1-8b7d-4272-b401-ec9bab67a848 2018-09-07 18:41:20,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648591995239s 2018-09-07 18:41:20,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7de2f7e1-8b7d-4272-b401-ec9bab67a848 2018-09-07 18:41:20,795 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:22,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:22,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:23,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-5ec57531-badf-4f40-ab20-ba6fdfed60ff x-compute-request-id: req-5ec57531-badf-4f40-ab20-ba6fdfed60ff Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:02.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:41:02Z", "hostId": "ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:23,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ec57531-badf-4f40-ab20-ba6fdfed60ff 2018-09-07 18:41:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538397789001s 2018-09-07 18:41:23,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ec57531-badf-4f40-ab20-ba6fdfed60ff 2018-09-07 18:41:23,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-07 18:41:23,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/bce4c080-8b88-443d-a002-b0b486d8ab75.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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:23,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2a01c9f-5c3e-4c81-b8c8-171caad1290d Content-Length: 0 Date: Fri, 07 Sep 2018 18:41:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:41:23,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/bce4c080-8b88-443d-a002-b0b486d8ab75.json used request id req-b2a01c9f-5c3e-4c81-b8c8-171caad1290d 2018-09-07 18:41:23,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.56000494957s 2018-09-07 18:41:23,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/bce4c080-8b88-443d-a002-b0b486d8ab75.json used request id req-b2a01c9f-5c3e-4c81-b8c8-171caad1290d 2018-09-07 18:41:23,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:41:23,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:23,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d7544311-33fc-45b9-bd6d-5af2f7c9c19f Date: Fri, 07 Sep 2018 18:41:23 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:41:23,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d7544311-33fc-45b9-bd6d-5af2f7c9c19f 2018-09-07 18:41:23,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0179510116577s 2018-09-07 18:41:23,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d7544311-33fc-45b9-bd6d-5af2f7c9c19f 2018-09-07 18:41:23,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-07 18:41:23,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:24,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41: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-62d02b78-0c3a-4912-ba7c-9dcf03d0562c x-compute-request-id: req-62d02b78-0c3a-4912-ba7c-9dcf03d0562c Content-Type: application/json 2018-09-07 18:41:24,085 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-62d02b78-0c3a-4912-ba7c-9dcf03d0562c 2018-09-07 18:41:24,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.160387039185s 2018-09-07 18:41:24,085 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597 used request id req-62d02b78-0c3a-4912-ba7c-9dcf03d0562c 2018-09-07 18:41:24,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:24,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:24,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-146227b8-0217-4b8d-ad74-6a7e740ae1bf x-compute-request-id: req-146227b8-0217-4b8d-ad74-6a7e740ae1bf Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:f3:4a", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/71fcca94-94ff-4b11-bcce-b01abd8aa597", "rel": "bookmark"}], "image": {"id": "b624b404-1857-449a-a0be-88cde687f872", "links": [{"href": "http://172.30.9.25:8774/images/b624b404-1857-449a-a0be-88cde687f872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:02.000000", "flavor": {"id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "links": [{"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}]}, "id": "71fcca94-94ff-4b11-bcce-b01abd8aa597", "security_groups": [{"name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}], "user_id": "ea8ac448dfa846aba5a44736a59584a3", "OS-DCF: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-07T18:41:24Z", "hostId": "ac574a9c3c482d408219af91d1927671b27e8c3a97942ffda3873637", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab", "name": "vping_ssh-vm_3a519c26-f025-413e-a1aa-2a3e2a981eab", "created": "2018-09-07T18:40:57Z", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:24,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-146227b8-0217-4b8d-ad74-6a7e740ae1bf 2018-09-07 18:41:24,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509083986282s 2018-09-07 18:41:24,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-146227b8-0217-4b8d-ad74-6a7e740ae1bf 2018-09-07 18:41:24,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:26,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:26,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:26,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-2846162f-93ad-4d40-82d9-2bd6ec1949d8 x-compute-request-id: req-2846162f-93ad-4d40-82d9-2bd6ec1949d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:41:26,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2846162f-93ad-4d40-82d9-2bd6ec1949d8 2018-09-07 18:41:26,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0839531421661s 2018-09-07 18:41:26,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2846162f-93ad-4d40-82d9-2bd6ec1949d8 2018-09-07 18:41:26,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-07 18:41:26,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:26,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-e68dedac-9a1d-4780-a8d6-452a31de4d0c Date: Fri, 07 Sep 2018 18:41:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:42Z", "updated_at": "2018-09-07T18:40:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T18:40:43Z", "revision_number": 0, "id": "1a726279-3dd9-4ba4-8f7e-8e223cff8b8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:43Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:43Z", "revision_number": 0, "id": "68d326a7-1142-414e-b3d0-4527b1120788", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:43Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "84201912-b66b-4af9-94e7-e5706755d8ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:42Z", "revision_number": 0, "id": "e07577c3-87ed-48ae-b3d3-fa6ad9c83dc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:42Z", "security_group_id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "edb3b550-7efe-4679-a3bd-c8b9ff4a5fab", "name": "vping_ssh-sg_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:41:26,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e68dedac-9a1d-4780-a8d6-452a31de4d0c 2018-09-07 18:41:26,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192366123199s 2018-09-07 18:41:26,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e68dedac-9a1d-4780-a8d6-452a31de4d0c 2018-09-07 18:41:26,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-07 18:41:26,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/edb3b550-7efe-4679-a3bd-c8b9ff4a5fab.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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:27,066 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e493a3d2-5bee-4b64-9375-3153f627bddc Content-Length: 0 Date: Fri, 07 Sep 2018 18:41:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:41:27,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/edb3b550-7efe-4679-a3bd-c8b9ff4a5fab.json used request id req-e493a3d2-5bee-4b64-9375-3153f627bddc 2018-09-07 18:41:27,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.181118011475s 2018-09-07 18:41:27,066 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/edb3b550-7efe-4679-a3bd-c8b9ff4a5fab.json used request id req-e493a3d2-5bee-4b64-9375-3153f627bddc 2018-09-07 18:41:27,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-07 18:41:27,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:27,107 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9456a215-ea6a-4355-8771-9a43f5c3ccae x-compute-request-id: req-9456a215-ea6a-4355-8771-9a43f5c3ccae Content-Length: 0 Content-Type: application/json 2018-09-07 18:41:27,107 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab used request id req-9456a215-ea6a-4355-8771-9a43f5c3ccae 2018-09-07 18:41:27,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0408408641815s 2018-09-07 18:41:27,108 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3a519c26-f025-413e-a1aa-2a3e2a981eab used request id req-9456a215-ea6a-4355-8771-9a43f5c3ccae 2018-09-07 18:41:27,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 18:41:27,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" -d '{"subnet_id": "821c8afe-6e57-4e4a-afe9-009e5eff260f"}' 2018-09-07 18:41:28,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cba64c81-229d-45eb-826a-8e679575ca3b Date: Fri, 07 Sep 2018 18:41:28 GMT RESP BODY: {"network_id": "5d0bedce-a2fd-4028-850c-cfa0ba2b7205", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "subnet_id": "821c8afe-6e57-4e4a-afe9-009e5eff260f", "subnet_ids": ["821c8afe-6e57-4e4a-afe9-009e5eff260f"], "port_id": "b91ea451-e51f-4c81-a770-89103ab30cb5", "id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5"} 2018-09-07 18:41:28,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/remove_router_interface.json used request id req-cba64c81-229d-45eb-826a-8e679575ca3b 2018-09-07 18:41:28,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.04532909393s 2018-09-07 18:41:28,154 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5/remove_router_interface.json used request id req-cba64c81-229d-45eb-826a-8e679575ca3b returning object 15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5 2018-09-07 18:41:28,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 18:41:28,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:28,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-0353a0c5-19e1-4586-bbd6-ac0f47526a55 Date: Fri, 07 Sep 2018 18:41:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:36Z", "admin_state_up": true, "updated_at": "2018-09-07T18:41:27Z", "revision_number": 4, "routes": [], "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5", "name": "vping_ssh-router_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:41:28,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0353a0c5-19e1-4586-bbd6-ac0f47526a55 2018-09-07 18:41:28,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0851149559021s 2018-09-07 18:41:28,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0353a0c5-19e1-4586-bbd6-ac0f47526a55 2018-09-07 18:41:28,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 18:41:28,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5.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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:29,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dcf4a873-0d3f-4bbb-9431-cb61579de861 Content-Length: 0 Date: Fri, 07 Sep 2018 18:41:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:41:29,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5.json used request id req-dcf4a873-0d3f-4bbb-9431-cb61579de861 2018-09-07 18:41:29,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1388669014s 2018-09-07 18:41:29,381 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/15ddd5b6-2bdc-4b1f-812a-557e1cdd44d5.json used request id req-dcf4a873-0d3f-4bbb-9431-cb61579de861 2018-09-07 18:41:29,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 18:41:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:29,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-52322a4b-2a08-474f-bf64-f5837927cdba Date: Fri, 07 Sep 2018 18:41:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:40:35Z","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":"0fdffc9f89c6472196b6952ac5639416","id":"821c8afe-6e57-4e4a-afe9-009e5eff260f","subnetpool_id":null,"name":"vping_ssh-subnet_3a519c26-f025-413e-a1aa-2a3e2a981eab"}]} 2018-09-07 18:41:29,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-52322a4b-2a08-474f-bf64-f5837927cdba 2018-09-07 18:41:29,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0573918819427s 2018-09-07 18:41:29,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-52322a4b-2a08-474f-bf64-f5837927cdba 2018-09-07 18:41:29,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 18:41:29,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/821c8afe-6e57-4e4a-afe9-009e5eff260f.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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:31,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c4685e8-977e-41b6-952b-b3001da97a01 Date: Fri, 07 Sep 2018 18:41:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:41:31,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/821c8afe-6e57-4e4a-afe9-009e5eff260f.json used request id req-6c4685e8-977e-41b6-952b-b3001da97a01 2018-09-07 18:41:31,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3270380497s 2018-09-07 18:41:31,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/821c8afe-6e57-4e4a-afe9-009e5eff260f.json used request id req-6c4685e8-977e-41b6-952b-b3001da97a01 2018-09-07 18:41:31,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:31,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:31,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-23e3a86d-9f6b-4b9c-8e97-0696d392f989 Date: Fri, 07 Sep 2018 18:41:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-07T18:41:31Z","tenant_id":"0fdffc9f89c6472196b6952ac5639416","created_at":"2018-09-07T18:40:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0fdffc9f89c6472196b6952ac5639416","id":"5d0bedce-a2fd-4028-850c-cfa0ba2b7205","name":"vping_ssh-net_3a519c26-f025-413e-a1aa-2a3e2a981eab"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:31,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-23e3a86d-9f6b-4b9c-8e97-0696d392f989 2018-09-07 18:41:31,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110818147659s 2018-09-07 18:41:31,880 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-23e3a86d-9f6b-4b9c-8e97-0696d392f989 2018-09-07 18:41:31,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 18:41:31,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/5d0bedce-a2fd-4028-850c-cfa0ba2b7205.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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:33,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4991689-2d5c-4a2e-803c-e90274058f90 Date: Fri, 07 Sep 2018 18:41:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:41:33,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/5d0bedce-a2fd-4028-850c-cfa0ba2b7205.json used request id req-d4991689-2d5c-4a2e-803c-e90274058f90 2018-09-07 18:41:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41322898865s 2018-09-07 18:41:33,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/5d0bedce-a2fd-4028-850c-cfa0ba2b7205.json used request id req-d4991689-2d5c-4a2e-803c-e90274058f90 2018-09-07 18:41:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:41:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:33,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8bdd9520-9376-4406-bfea-3ad13ac630f9 Date: Fri, 07 Sep 2018 18:41:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "metadata": {}}], "file": "/v2/images/b624b404-1857-449a-a0be-88cde687f872/file", "owner": "0fdffc9f89c6472196b6952ac5639416", "id": "b624b404-1857-449a-a0be-88cde687f872", "size": 12716032, "self": "/v2/images/b624b404-1857-449a-a0be-88cde687f872", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/b624b404-1857-449a-a0be-88cde687f872/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:40:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3a519c26-f025-413e-a1aa-2a3e2a981eab", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:40:39Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:41:33,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8bdd9520-9376-4406-bfea-3ad13ac630f9 2018-09-07 18:41:33,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188346147537s 2018-09-07 18:41:33,484 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8bdd9520-9376-4406-bfea-3ad13ac630f9 2018-09-07 18:41:33,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 18:41:33,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7fe5d73ee07ac1a66298a8f5c09d8ea824eb61cd" 2018-09-07 18:41:35,156 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-89c9e3cc-8f19-4c34-8b0a-3c4318b1e9c2 Date: Fri, 07 Sep 2018 18:41: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-07 18:41:35,156 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872 used request id req-89c9e3cc-8f19-4c34-8b0a-3c4318b1e9c2 2018-09-07 18:41:35,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.67045211792s 2018-09-07 18:41:35,157 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/b624b404-1857-449a-a0be-88cde687f872 used request id req-89c9e3cc-8f19-4c34-8b0a-3c4318b1e9c2 2018-09-07 18:41:35,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:41:35,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-001228b4-c976-4916-bdd6-c716b045a0fe x-compute-request-id: req-001228b4-c976-4916-bdd6-c716b045a0fe Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "65fa93c1-32cb-4328-b658-80df300cc6a1", "name": "vping_ssh-flavor_3a519c26-f025-413e-a1aa-2a3e2a981eab", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:41:35,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-001228b4-c976-4916-bdd6-c716b045a0fe 2018-09-07 18:41:35,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0352430343628s 2018-09-07 18:41:35,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-001228b4-c976-4916-bdd6-c716b045a0fe 2018-09-07 18:41:35,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 18:41:35,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,235 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e97c9ea7-ce4c-4aff-a20c-3c68e352a65c x-compute-request-id: req-e97c9ea7-ce4c-4aff-a20c-3c68e352a65c Content-Length: 0 Content-Type: application/json 2018-09-07 18:41:35,235 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1 used request id req-e97c9ea7-ce4c-4aff-a20c-3c68e352a65c 2018-09-07 18:41:35,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0411751270294s 2018-09-07 18:41:35,236 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/65fa93c1-32cb-4328-b658-80df300cc6a1 used request id req-e97c9ea7-ce4c-4aff-a20c-3c68e352a65c 2018-09-07 18:41:35,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:41:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae81ddfb-278a-473e-90c3-c4c1adc26a91 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab", "links": {"self": "http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3"}, "domain_id": "default", "enabled": true, "id": "ea8ac448dfa846aba5a44736a59584a3", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:41:35,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ae81ddfb-278a-473e-90c3-c4c1adc26a91 2018-09-07 18:41:35,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0975058078766s 2018-09-07 18:41:35,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ae81ddfb-278a-473e-90c3-c4c1adc26a91 2018-09-07 18:41:35,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:41:35,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88204b19-f79c-419a-a4c2-5cbbd98882ef Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3"}, "enabled": true, "id": "ea8ac448dfa846aba5a44736a59584a3", "options": {}, "domain_id": "default", "name": "vping_ssh-user_3a519c26-f025-413e-a1aa-2a3e2a981eab"}} 2018-09-07 18:41:35,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 used request id req-88204b19-f79c-419a-a4c2-5cbbd98882ef 2018-09-07 18:41:35,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893409252167s 2018-09-07 18:41:35,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 used request id req-88204b19-f79c-419a-a4c2-5cbbd98882ef 2018-09-07 18:41:35,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:41:35,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c9f79d-5cfd-459f-85b1-9248eec71716 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:41:35,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 used request id req-88c9f79d-5cfd-459f-85b1-9248eec71716 2018-09-07 18:41:35,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.185141086578s 2018-09-07 18:41:35,616 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/ea8ac448dfa846aba5a44736a59584a3 used request id req-88c9f79d-5cfd-459f-85b1-9248eec71716 2018-09-07 18:41:35,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:41:35,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc70453f-a9c7-45b6-8ee0-22e719cdfec0 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416"}, "enabled": true, "id": "0fdffc9f89c6472196b6952ac5639416", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3a519c26-f025-413e-a1aa-2a3e2a981eab"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:41:35,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-cc70453f-a9c7-45b6-8ee0-22e719cdfec0 2018-09-07 18:41:35,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791490077972s 2018-09-07 18:41:35,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-cc70453f-a9c7-45b6-8ee0-22e719cdfec0 2018-09-07 18:41:35,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:41:35,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d879c97-ccd9-41b3-b512-125af79a4108 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:41:35,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416 used request id req-2d879c97-ccd9-41b3-b512-125af79a4108 2018-09-07 18:41:35,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150012969971s 2018-09-07 18:41:35,848 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/0fdffc9f89c6472196b6952ac5639416 used request id req-2d879c97-ccd9-41b3-b512-125af79a4108 2018-09-07 18:41:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:41:35,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:35,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9716e7f-7a9d-405c-ae5b-14bb32ad2abc Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3808198f2b34e1eb06515f3d2192806", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806"}, "name": "Member"}]} 2018-09-07 18:41:35,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c9716e7f-7a9d-405c-ae5b-14bb32ad2abc 2018-09-07 18:41:35,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0855610370636s 2018-09-07 18:41:35,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:41:35,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6597ebd7a813f8931ab0a099e9afc9a0ad165cd" 2018-09-07 18:41:36,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-932431bf-b259-49b5-a1d0-446a431274cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:41:36,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/f3808198f2b34e1eb06515f3d2192806 used request id req-932431bf-b259-49b5-a1d0-446a431274cd 2018-09-07 18:41:36,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105424165726s 2018-09-07 18:41:36,042 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-09-07 18:41:36,096 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-07 18:41:36,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:41:36,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:41:36,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:41:36,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:41:36,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:41:36,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:41:36,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1713700c-9899-4393-98d9-b7354f81c7ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:41:36,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1713700c-9899-4393-98d9-b7354f81c7ba 2018-09-07 18:41:36,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:41:36,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["6MGn0cKWTkulYF8ku-5Rsw"], "issued_at": "2018-09-07T18:41:36.000000Z"}} 2018-09-07 18:41:36,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:36,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7f9e00eb-312d-4d90-b02f-d5514a340c10 Date: Fri, 07 Sep 2018 18:41:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:41:36,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f9e00eb-312d-4d90-b02f-d5514a340c10 2018-09-07 18:41:36,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373301029205s 2018-09-07 18:41:36,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f9e00eb-312d-4d90-b02f-d5514a340c10 2018-09-07 18:41:36,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:41:36,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:36,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:41: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:41:36,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:37,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1b39c9-7368-43f8-b62d-d2433d20570c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:41:37,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2a1b39c9-7368-43f8-b62d-d2433d20570c 2018-09-07 18:41:37,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.100655078888s 2018-09-07 18:41:37,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:41:37,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}}' 2018-09-07 18:41:37,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb752fa9-6915-482f-992f-7d51b14602e4 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.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63"}, "enabled": true, "id": "d6e4fffff2b84caa83b4af90a149df63", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}} 2018-09-07 18:41:37,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-fb752fa9-6915-482f-992f-7d51b14602e4 2018-09-07 18:41:37,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108397960663s 2018-09-07 18:41:37,126 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-fb752fa9-6915-482f-992f-7d51b14602e4 2018-09-07 18:41:37,127 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'id': u'd6e4fffff2b84caa83b4af90a149df63', '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-07 18:41:37,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:41:37,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.358187913895s 2018-09-07 18:41:37,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:37,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a990c9-9c5c-4ee0-a8c7-f01e39436fb2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0"}, "enabled": true, "id": "f5ca007a5ab641cfaf344e073d1700a0", "options": {}, "domain_id": "default", "name": "vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}} 2018-09-07 18:41:37,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 used request id req-27a990c9-9c5c-4ee0-a8c7-f01e39436fb2 2018-09-07 18:41:37,576 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f5ca007a5ab641cfaf344e073d1700a0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56'}) 2018-09-07 18:41:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:41:37,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:37,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68697200-70ba-46ea-a19a-7440cf580981 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:41:37,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-68697200-70ba-46ea-a19a-7440cf580981 2018-09-07 18:41:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831189155579s 2018-09-07 18:41:37,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:41:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:37,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd71e134-e431-4bf8-8a6a-5447171f1dc8 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:41:37,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-cd71e134-e431-4bf8-8a6a-5447171f1dc8 2018-09-07 18:41:37,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842099189758s 2018-09-07 18:41:37,746 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:41:37,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:41:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" -d '{"role": {"name": "Member"}}' 2018-09-07 18:41:37,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96c01aee-6172-41a7-b556-d2a9f5b5a34a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27356ab2d3df4f4d877c2982f6153b87", "links": {"self": "http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87"}, "name": "Member"}} 2018-09-07 18:41:37,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-96c01aee-6172-41a7-b556-d2a9f5b5a34a 2018-09-07 18:41:37,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.17009806633s 2018-09-07 18:41:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:37,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcf32e5-5101-474c-ba59-28694a9147ab Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87"}, "domain_id": null, "name": "Member", "id": "27356ab2d3df4f4d877c2982f6153b87"}} 2018-09-07 18:41:37,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87 used request id req-6fcf32e5-5101-474c-ba59-28694a9147ab 2018-09-07 18:41:37,998 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87'}, 'domain_id': None, 'human_id': None, 'id': u'27356ab2d3df4f4d877c2982f6153b87', 'HUMAN_ID': False}) 2018-09-07 18:41:37,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:41:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96718ffd-290e-4a51-a3fa-777ae2ad0fc1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27356ab2d3df4f4d877c2982f6153b87", "links": {"self": "http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:41:38,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-96718ffd-290e-4a51-a3fa-777ae2ad0fc1 2018-09-07 18:41:38,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821118354797s 2018-09-07 18:41:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:41:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba5d448-1f98-4637-ab56-be81cf325867 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:41:38,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6ba5d448-1f98-4637-ab56-be81cf325867 2018-09-07 18:41:38,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0731348991394s 2018-09-07 18:41:38,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:41:38,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0be9a3-cff9-4e4f-bca2-7385c6c7fde8 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "links": {"self": "http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0"}, "domain_id": "default", "enabled": true, "id": "f5ca007a5ab641cfaf344e073d1700a0", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:41:38,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2c0be9a3-cff9-4e4f-bca2-7385c6c7fde8 2018-09-07 18:41:38,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0330579280853s 2018-09-07 18:41:38,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2c0be9a3-cff9-4e4f-bca2-7385c6c7fde8 2018-09-07 18:41:38,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:41:38,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1256cca-9f1b-4a0d-99f4-f431232464a2 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63"}, "enabled": true, "id": "d6e4fffff2b84caa83b4af90a149df63", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:41:38,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a1256cca-9f1b-4a0d-99f4-f431232464a2 2018-09-07 18:41:38,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0794010162354s 2018-09-07 18:41:38,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a1256cca-9f1b-4a0d-99f4-f431232464a2 2018-09-07 18:41:38,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:41:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=f5ca007a5ab641cfaf344e073d1700a0&scope.project.id=d6e4fffff2b84caa83b4af90a149df63&role.id=27356ab2d3df4f4d877c2982f6153b87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f633f330-a5d4-4bf9-8bcb-8300786ab321 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=f5ca007a5ab641cfaf344e073d1700a0&scope.project.id=d6e4fffff2b84caa83b4af90a149df63&role.id=27356ab2d3df4f4d877c2982f6153b87", "previous": null, "next": null}} 2018-09-07 18:41:38,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f5ca007a5ab641cfaf344e073d1700a0&scope.project.id=d6e4fffff2b84caa83b4af90a149df63&role.id=27356ab2d3df4f4d877c2982f6153b87 used request id req-f633f330-a5d4-4bf9-8bcb-8300786ab321 2018-09-07 18:41:38,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.15057516098s 2018-09-07 18:41:38,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:41:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63/users/f5ca007a5ab641cfaf344e073d1700a0/roles/27356ab2d3df4f4d877c2982f6153b87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b047f2a5-39e4-4698-9aa1-c278f6f9c6a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:41:38,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63/users/f5ca007a5ab641cfaf344e073d1700a0/roles/27356ab2d3df4f4d877c2982f6153b87 used request id req-b047f2a5-39e4-4698-9aa1-c278f6f9c6a7 2018-09-07 18:41:38,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118283987045s 2018-09-07 18:41:38,548 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 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': 'aa9316c2-0b6c-41f8-b09c-4fa169634161', 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_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:41:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:41:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:41:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:41:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:41:38,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:41:38,554 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'password': 'aa9316c2-0b6c-41f8-b09c-4fa169634161', 'project_name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd6e4fffff2b84caa83b4af90a149df63', 'project_domain_name': 'Default'} 2018-09-07 18:41:38,554 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-07 18:41:38,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:41:38,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94347e33-9ee4-4e4e-a1de-7368af865565 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:41:38,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-94347e33-9ee4-4e4e-a1de-7368af865565 2018-09-07 18:41:38,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0836470127106s 2018-09-07 18:41:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:41:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:41:38,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b468be85-ff88-4f39-b9f1-0cab0de05f42 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63"}, "enabled": true, "id": "d6e4fffff2b84caa83b4af90a149df63", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:41:38,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b468be85-ff88-4f39-b9f1-0cab0de05f42 2018-09-07 18:41:38,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.078971862793s 2018-09-07 18:41:38,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b468be85-ff88-4f39-b9f1-0cab0de05f42 2018-09-07 18:41:38,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 18:41:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" -d '{"network": {"tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "name": "vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "admin_state_up": true}}' 2018-09-07 18:41:39,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-849c5354-d042-452e-a229-2401ced6a66c Date: Fri, 07 Sep 2018 18:41:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:41:39Z","is_default":false,"provider:segmentation_id":25,"name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56","admin_state_up":true,"tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","mtu":1450}} 2018-09-07 18:41:39,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-849c5354-d042-452e-a229-2401ced6a66c 2018-09-07 18:41:39,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.615967988968s 2018-09-07 18:41:39,339 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-849c5354-d042-452e-a229-2401ced6a66c 2018-09-07 18:41:39,340 - 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-07T18:41:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd2639ef7-4f33-4214-93ec-761a5de0184b', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'admin_state_up': True, u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6e4fffff2b84caa83b4af90a149df63'}) 2018-09-07 18:41:39,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:41:39,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb02a434-749d-46aa-a231-ff1d2524cfb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:41:39,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cb02a434-749d-46aa-a231-ff1d2524cfb2 2018-09-07 18:41:39,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:41:39,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "27356ab2d3df4f4d877c2982f6153b87", "name": "Member"}], "expires_at": "2018-09-07T19:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e4fffff2b84caa83b4af90a149df63", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d6e4fffff2b84caa83b4af90a149df63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/d6e4fffff2b84caa83b4af90a149df63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/d6e4fffff2b84caa83b4af90a149df63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/d6e4fffff2b84caa83b4af90a149df63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d6e4fffff2b84caa83b4af90a149df63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/d6e4fffff2b84caa83b4af90a149df63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/d6e4fffff2b84caa83b4af90a149df63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "id": "f5ca007a5ab641cfaf344e073d1700a0"}, "audit_ids": ["XvZU6jLnRxCZoRxLj4sX5w"], "issued_at": "2018-09-07T18:41:39.000000Z"}} 2018-09-07 18:41:39,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:39,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:40,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5deb5db8-6f16-4ffc-9481-6ce9249f98f5 Date: Fri, 07 Sep 2018 18:41:40 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-07T18:41:39Z","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:40,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5deb5db8-6f16-4ffc-9481-6ce9249f98f5 2018-09-07 18:41:40,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.402718067169s 2018-09-07 18:41:40,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5deb5db8-6f16-4ffc-9481-6ce9249f98f5 2018-09-07 18:41:40,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 18:41:40,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"subnet": {"name": "vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "enable_dhcp": true, "network_id": "d2639ef7-4f33-4214-93ec-761a5de0184b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 18:41:40,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d56c72b0-5e97-48dc-94b0-22108343c329 Date: Fri, 07 Sep 2018 18:41:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2639ef7-4f33-4214-93ec-761a5de0184b","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:41:40Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"7de7513a-df58-41f4-a2b8-5bf0f6d0252f","subnetpool_id":null,"name":"vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}} 2018-09-07 18:41:40,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d56c72b0-5e97-48dc-94b0-22108343c329 2018-09-07 18:41:40,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.718025922775s 2018-09-07 18:41:40,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d56c72b0-5e97-48dc-94b0-22108343c329 2018-09-07 18:41:40,850 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:41:40Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7de7513a-df58-41f4-a2b8-5bf0f6d0252f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'enable_dhcp': True, u'network_id': u'd2639ef7-4f33-4214-93ec-761a5de0184b', u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd6e4fffff2b84caa83b4af90a149df63'}) 2018-09-07 18:41:40,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 18:41:40,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "vping_userdata-router_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "admin_state_up": true}}' 2018-09-07 18:41:42,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6a1e5424-92a4-4355-91b2-cd1678bd7276 Date: Fri, 07 Sep 2018 18:41:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:41Z", "admin_state_up": true, "updated_at": "2018-09-07T18:41:41Z", "revision_number": 2, "routes": [], "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "6d23c2fb-9098-4478-8212-316cf9854926", "name": "vping_userdata-router_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}} 2018-09-07 18:41:42,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6a1e5424-92a4-4355-91b2-cd1678bd7276 2018-09-07 18:41:42,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27038598061s 2018-09-07 18:41:42,121 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6a1e5424-92a4-4355-91b2-cd1678bd7276 2018-09-07 18:41:42,122 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', u'created_at': u'2018-09-07T18:41:41Z', u'admin_state_up': True, u'updated_at': u'2018-09-07T18:41:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6e4fffff2b84caa83b4af90a149df63', u'id': u'6d23c2fb-9098-4478-8212-316cf9854926', u'name': u'vping_userdata-router_d0fe8ac7-c092-4fb7-b03b-7f56edbead56'}) 2018-09-07 18:41:42,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 18:41:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"subnet_id": "7de7513a-df58-41f4-a2b8-5bf0f6d0252f"}' 2018-09-07 18:41:44,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a27574b1-0c9f-454f-96ba-59e211225bf4 Date: Fri, 07 Sep 2018 18:41:44 GMT RESP BODY: {"network_id": "d2639ef7-4f33-4214-93ec-761a5de0184b", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "subnet_id": "7de7513a-df58-41f4-a2b8-5bf0f6d0252f", "subnet_ids": ["7de7513a-df58-41f4-a2b8-5bf0f6d0252f"], "port_id": "bc3fd577-7669-401b-a632-ff78a1e2ad26", "id": "6d23c2fb-9098-4478-8212-316cf9854926"} 2018-09-07 18:41:44,015 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/add_router_interface.json used request id req-a27574b1-0c9f-454f-96ba-59e211225bf4 2018-09-07 18:41:44,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89241313934s 2018-09-07 18:41:44,015 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/add_router_interface.json used request id req-a27574b1-0c9f-454f-96ba-59e211225bf4 returning object 6d23c2fb-9098-4478-8212-316cf9854926 2018-09-07 18:41:44,016 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:41:44,147 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 18:41:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:44,153 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 18:41:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 18:41:44,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:41:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:44,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b6008076-12c9-4f3b-b61c-f64f83c08331 Date: Fri, 07 Sep 2018 18:41:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:41:44,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b6008076-12c9-4f3b-b61c-f64f83c08331 2018-09-07 18:41:44,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169750928879s 2018-09-07 18:41:44,325 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b6008076-12c9-4f3b-b61c-f64f83c08331 2018-09-07 18:41:44,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 18:41:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}' 2018-09-07 18:41:44,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd X-Openstack-Request-Id: req-f602e608-4e66-43c0-96ad-b5e914ea0570 Date: Fri, 07 Sep 2018 18:41:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file", "owner": "d6e4fffff2b84caa83b4af90a149df63", "id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "size": null, "self": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:41:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "checksum": null, "created_at": "2018-09-07T18:41:44Z", "protected": false} 2018-09-07 18:41:44,594 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f602e608-4e66-43c0-96ad-b5e914ea0570 2018-09-07 18:41:44,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.267683982849s 2018-09-07 18:41:44,595 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f602e608-4e66-43c0-96ad-b5e914ea0570 returning object 080df78d-6ce8-4ed9-8849-45244d953dbd 2018-09-07 18:41:44,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 18:41:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '' 2018-09-07 18:41:45,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f6c9f8e-a0fc-4a6d-bb0c-0092f84db415 Date: Fri, 07 Sep 2018 18:41: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-07 18:41:45,969 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file used request id req-8f6c9f8e-a0fc-4a6d-bb0c-0092f84db415 2018-09-07 18:41:45,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3736269474s 2018-09-07 18:41:45,970 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file used request id req-8f6c9f8e-a0fc-4a6d-bb0c-0092f84db415 2018-09-07 18:41:45,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:41:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:46,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-cee4fa8d-3229-4093-b046-4d27fc0444fd Date: Fri, 07 Sep 2018 18:41:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "metadata": {}}], "file": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file", "owner": "d6e4fffff2b84caa83b4af90a149df63", "id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "size": 12716032, "self": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:41:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:41:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:41:46,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cee4fa8d-3229-4093-b046-4d27fc0444fd 2018-09-07 18:41:46,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166145086288s 2018-09-07 18:41:46,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cee4fa8d-3229-4093-b046-4d27fc0444fd 2018-09-07 18:41:46,139 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file', 'owner': u'd6e4fffff2b84caa83b4af90a149df63', 'id': u'080df78d-6ce8-4ed9-8849-45244d953dbd', 'size': 12716032, u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:41:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-07T18:41:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'created': u'2018-09-07T18:41:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:41:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:41:46,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:41:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:41:46,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-4dcc162a-4405-4b11-a462-1273b2e6809a x-compute-request-id: req-4dcc162a-4405-4b11-a462-1273b2e6809a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "name": "vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:41:46,334 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4dcc162a-4405-4b11-a462-1273b2e6809a 2018-09-07 18:41:46,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194223880768s 2018-09-07 18:41:46,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4dcc162a-4405-4b11-a462-1273b2e6809a returning object 440592b5-8e7f-4c8b-91a3-29a5005f824d 2018-09-07 18:41:46,335 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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'a3d1e38333674f33ba762d66c366b2a8', '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'440592b5-8e7f-4c8b-91a3-29a5005f824d', 'swap': 0}) 2018-09-07 18:41:46,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:41:46,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d/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}99da86caf331343eda37fae86ca97361221a5c4f" -d '{"extra_specs": {}}' 2018-09-07 18:41:46,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-4147ac4b-2f90-406a-aba3-f7f58a205eff x-compute-request-id: req-4147ac4b-2f90-406a-aba3-f7f58a205eff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:41:46,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d/os-extra_specs used request id req-4147ac4b-2f90-406a-aba3-f7f58a205eff 2018-09-07 18:41:46,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020751953125s 2018-09-07 18:41:46,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d/os-extra_specs used request id req-4147ac4b-2f90-406a-aba3-f7f58a205eff 2018-09-07 18:41:46,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:46,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:46,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-be6ec196-c14e-457a-9ddb-58d64a129ab5 Date: Fri, 07 Sep 2018 18:41:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7de7513a-df58-41f4-a2b8-5bf0f6d0252f"],"updated_at":"2018-09-07T18:41:40Z","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:46,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-be6ec196-c14e-457a-9ddb-58d64a129ab5 2018-09-07 18:41:46,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266782999039s 2018-09-07 18:41:46,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-be6ec196-c14e-457a-9ddb-58d64a129ab5 2018-09-07 18:41:46,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:41:46,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:46,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-daa85b53-b72c-45fb-a881-baa078bc3bee Date: Fri, 07 Sep 2018 18:41:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "metadata": {}}], "file": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file", "owner": "d6e4fffff2b84caa83b4af90a149df63", "id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "size": 12716032, "self": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:41:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:41:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:41:46,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-daa85b53-b72c-45fb-a881-baa078bc3bee 2018-09-07 18:41:46,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166192054749s 2018-09-07 18:41:46,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-daa85b53-b72c-45fb-a881-baa078bc3bee 2018-09-07 18:41:46,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:41:46,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:47,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-ec110de7-f807-4a4d-ab1b-5c07cfedad5e x-compute-request-id: req-ec110de7-f807-4a4d-ab1b-5c07cfedad5e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "name": "vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:41:47,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ec110de7-f807-4a4d-ab1b-5c07cfedad5e 2018-09-07 18:41:47,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.264652967453s 2018-09-07 18:41:47,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-ec110de7-f807-4a4d-ab1b-5c07cfedad5e 2018-09-07 18:41:47,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-07 18:41:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"server": {"name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "imageRef": "080df78d-6ce8-4ed9-8849-45244d953dbd", "flavorRef": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d2639ef7-4f33-4214-93ec-761a5de0184b"}]}}' 2018-09-07 18:41:48,597 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:41: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-f7847dab-5e17-45aa-9f9f-bc69e6a0dacb x-compute-request-id: req-f7847dab-5e17-45aa-9f9f-bc69e6a0dacb Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "adminPass": "evJx6nvavVaQ"}} 2018-09-07 18:41:48,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f7847dab-5e17-45aa-9f9f-bc69e6a0dacb 2018-09-07 18:41:48,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.53590583801s 2018-09-07 18:41:48,598 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f7847dab-5e17-45aa-9f9f-bc69e6a0dacb 2018-09-07 18:41:48,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:48,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:49,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dfba077-c7f1-4f2b-aa6b-dca617269cef x-compute-request-id: req-0dfba077-c7f1-4f2b-aa6b-dca617269cef Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "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-07T18:41:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:49,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0dfba077-c7f1-4f2b-aa6b-dca617269cef 2018-09-07 18:41:49,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41833615303s 2018-09-07 18:41:49,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0dfba077-c7f1-4f2b-aa6b-dca617269cef 2018-09-07 18:41:49,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:49,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:49,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d1320154-ce0c-4431-990a-a86b654aa05c Date: Fri, 07 Sep 2018 18:41:49 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":["7de7513a-df58-41f4-a2b8-5bf0f6d0252f"],"updated_at":"2018-09-07T18:41:40Z","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:49,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d1320154-ce0c-4431-990a-a86b654aa05c 2018-09-07 18:41:49,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.170954942703s 2018-09-07 18:41:49,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d1320154-ce0c-4431-990a-a86b654aa05c 2018-09-07 18:41:49,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 18:41:49,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:49,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5a240441-4cd4-45f2-ac6a-e5e1af9ecb9e Date: Fri, 07 Sep 2018 18:41:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2639ef7-4f33-4214-93ec-761a5de0184b","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:41:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"7de7513a-df58-41f4-a2b8-5bf0f6d0252f","subnetpool_id":null,"name":"vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:41:49,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5a240441-4cd4-45f2-ac6a-e5e1af9ecb9e 2018-09-07 18:41:49,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.181437015533s 2018-09-07 18:41:49,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5a240441-4cd4-45f2-ac6a-e5e1af9ecb9e 2018-09-07 18:41:49,379 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:51,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:51,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:52,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-ad50f470-611a-4c85-a114-7ee9ba03d5aa x-compute-request-id: req-ad50f470-611a-4c85-a114-7ee9ba03d5aa Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "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-07T18:41:49Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:52,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad50f470-611a-4c85-a114-7ee9ba03d5aa 2018-09-07 18:41:52,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634495019913s 2018-09-07 18:41:52,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad50f470-611a-4c85-a114-7ee9ba03d5aa 2018-09-07 18:41:52,021 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:54,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:54,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-a153041e-0f4f-4939-aa09-3c1612dbd8d2 x-compute-request-id: req-a153041e-0f4f-4939-aa09-3c1612dbd8d2 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:54,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a153041e-0f4f-4939-aa09-3c1612dbd8d2 2018-09-07 18:41:54,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416584014893s 2018-09-07 18:41:54,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a153041e-0f4f-4939-aa09-3c1612dbd8d2 2018-09-07 18:41:54,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-07 18:41:54,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=61b059fb-d3e3-45bf-8060-70f4fa4c76e9" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-838e191a-f248-4a57-a4bb-b3dcd2eeaedb Date: Fri, 07 Sep 2018 18:41:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2639ef7-4f33-4214-93ec-761a5de0184b","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:50Z","admin_state_up":true,"updated_at":"2018-09-07T18:41:51Z","binding:vnic_type":"normal","device_id":"61b059fb-d3e3-45bf-8060-70f4fa4c76e9","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7d:d3:e9","id":"df0c3012-3eee-450c-9276-532abaf59b49","port_security_enabled":true,"project_id":"d6e4fffff2b84caa83b4af90a149df63","fixed_ips":[{"subnet_id":"7de7513a-df58-41f4-a2b8-5bf0f6d0252f","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["a15d1e7d-1e81-46aa-9edb-5de81bbc9764"],"name":""}]} 2018-09-07 18:41:54,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=61b059fb-d3e3-45bf-8060-70f4fa4c76e9 used request id req-838e191a-f248-4a57-a4bb-b3dcd2eeaedb 2018-09-07 18:41:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0587539672852s 2018-09-07 18:41:54,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=61b059fb-d3e3-45bf-8060-70f4fa4c76e9 used request id req-838e191a-f248-4a57-a4bb-b3dcd2eeaedb 2018-09-07 18:41:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:41:54,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=df0c3012-3eee-450c-9276-532abaf59b49" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-511e6d32-e42f-4030-b0ad-bd4153d636c5 Date: Fri, 07 Sep 2018 18:41:54 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:41:54,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=df0c3012-3eee-450c-9276-532abaf59b49 used request id req-511e6d32-e42f-4030-b0ad-bd4153d636c5 2018-09-07 18:41:54,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.176909208298s 2018-09-07 18:41:54,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=df0c3012-3eee-450c-9276-532abaf59b49 used request id req-511e6d32-e42f-4030-b0ad-bd4153d636c5 2018-09-07 18:41:54,688 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7d:d3:e9', 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'080df78d-6ce8-4ed9-8849-45244d953dbd'}), 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-07T18:41:52.000000', 'flavor': Munch({u'id': u'440592b5-8e7f-4c8b-91a3-29a5005f824d'}), 'az': u'nova', 'id': u'61b059fb-d3e3-45bf-8060-70f4fa4c76e9', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f5ca007a5ab641cfaf344e073d1700a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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-07T18:41:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:41:53Z', 'hostId': u'95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da', '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-07T18:41:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': u'vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'adminPass': u'evJx6nvavVaQ', 'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', 'region': 'regionOne', 'created': u'2018-09-07T18:41:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:41:54,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:41:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-0a7d6c23-29ef-4bca-b0bb-da60dd33f712 Date: Fri, 07 Sep 2018 18:41:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7de7513a-df58-41f4-a2b8-5bf0f6d0252f"],"updated_at":"2018-09-07T18:41:40Z","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:41:54,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0a7d6c23-29ef-4bca-b0bb-da60dd33f712 2018-09-07 18:41:54,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115985870361s 2018-09-07 18:41:54,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0a7d6c23-29ef-4bca-b0bb-da60dd33f712 2018-09-07 18:41:54,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:41:54,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-7b52b139-3b8f-48dc-a063-6d2d02d9aff2 Date: Fri, 07 Sep 2018 18:41:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "metadata": {}}], "file": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file", "owner": "d6e4fffff2b84caa83b4af90a149df63", "id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "size": 12716032, "self": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:41:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:41:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:41:54,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-7b52b139-3b8f-48dc-a063-6d2d02d9aff2 2018-09-07 18:41:54,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0294969081879s 2018-09-07 18:41:54,836 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-7b52b139-3b8f-48dc-a063-6d2d02d9aff2 2018-09-07 18:41:54,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:41:54,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:54,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-089e1fb0-cd66-42d8-87c5-7d480d8bad57 x-compute-request-id: req-089e1fb0-cd66-42d8-87c5-7d480d8bad57 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "name": "vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:41:54,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-089e1fb0-cd66-42d8-87c5-7d480d8bad57 2018-09-07 18:41:54,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342400074005s 2018-09-07 18:41:54,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-089e1fb0-cd66-42d8-87c5-7d480d8bad57 2018-09-07 18:41:54,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-07 18:41:54,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"server": {"name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "imageRef": "080df78d-6ce8-4ed9-8849-45244d953dbd", "flavorRef": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d2639ef7-4f33-4214-93ec-761a5de0184b"}]}}' 2018-09-07 18:41:56,020 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:41: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-d80beec1-cfaa-49af-beee-e4102d97d6f5 x-compute-request-id: req-d80beec1-cfaa-49af-beee-e4102d97d6f5 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "adminPass": "ALP4KwvBCQA3"}} 2018-09-07 18:41:56,020 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d80beec1-cfaa-49af-beee-e4102d97d6f5 2018-09-07 18:41:56,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.14649510384s 2018-09-07 18:41:56,021 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d80beec1-cfaa-49af-beee-e4102d97d6f5 2018-09-07 18:41:56,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:56,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:56,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-6f4a4f03-5993-43b6-aaa1-7e0eaa4d4fd5 x-compute-request-id: req-6f4a4f03-5993-43b6-aaa1-7e0eaa4d4fd5 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.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "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-07T18:41:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:56,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6f4a4f03-5993-43b6-aaa1-7e0eaa4d4fd5 2018-09-07 18:41:56,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643862009048s 2018-09-07 18:41:56,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6f4a4f03-5993-43b6-aaa1-7e0eaa4d4fd5 2018-09-07 18:41:56,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:41:58,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:41:58,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:41:59,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:41: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-017d6868-c895-49e6-9408-6e1cf8769c6f x-compute-request-id: req-017d6868-c895-49e6-9408-6e1cf8769c6f 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.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "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-07T18:41:56Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:41:59,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-017d6868-c895-49e6-9408-6e1cf8769c6f 2018-09-07 18:41:59,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.862379074097s 2018-09-07 18:41:59,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-017d6868-c895-49e6-9408-6e1cf8769c6f 2018-09-07 18:41:59,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:42:01,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:01,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:01,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42: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-5d911848-5a01-4cef-93de-567f6554514f x-compute-request-id: req-5d911848-5a01-4cef-93de-567f6554514f 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.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "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-07T18:41:56Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:01,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5d911848-5a01-4cef-93de-567f6554514f 2018-09-07 18:42:01,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229981184006s 2018-09-07 18:42:01,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5d911848-5a01-4cef-93de-567f6554514f 2018-09-07 18:42:01,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:42:03,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:04,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42: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-b9a6dcee-617c-4149-89c3-3c0141c84179 x-compute-request-id: req-b9a6dcee-617c-4149-89c3-3c0141c84179 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:04:59", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:42:01.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:02Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:04,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b9a6dcee-617c-4149-89c3-3c0141c84179 2018-09-07 18:42:04,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641318082809s 2018-09-07 18:42:04,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b9a6dcee-617c-4149-89c3-3c0141c84179 2018-09-07 18:42:04,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-07 18:42:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=305c4e03-2e36-42fe-ad1b-7214bd358889" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:04,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-106a4a42-f856-4d6f-a872-4c605e175950 Date: Fri, 07 Sep 2018 18:42:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2639ef7-4f33-4214-93ec-761a5de0184b","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:57Z","admin_state_up":true,"updated_at":"2018-09-07T18:41:58Z","binding:vnic_type":"normal","device_id":"305c4e03-2e36-42fe-ad1b-7214bd358889","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:cc:04:59","id":"79196c28-6894-46a7-97cd-9857325f3195","port_security_enabled":true,"project_id":"d6e4fffff2b84caa83b4af90a149df63","fixed_ips":[{"subnet_id":"7de7513a-df58-41f4-a2b8-5bf0f6d0252f","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["a15d1e7d-1e81-46aa-9edb-5de81bbc9764"],"name":""}]} 2018-09-07 18:42:04,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=305c4e03-2e36-42fe-ad1b-7214bd358889 used request id req-106a4a42-f856-4d6f-a872-4c605e175950 2018-09-07 18:42:04,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0550889968872s 2018-09-07 18:42:04,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=305c4e03-2e36-42fe-ad1b-7214bd358889 used request id req-106a4a42-f856-4d6f-a872-4c605e175950 2018-09-07 18:42:04,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-07 18:42:04,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=79196c28-6894-46a7-97cd-9857325f3195" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:04,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-58668811-cb3b-4527-a8b1-a4aaeff9275b Date: Fri, 07 Sep 2018 18:42:04 GMT RESP BODY: {"floatingips": []} 2018-09-07 18:42:04,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=79196c28-6894-46a7-97cd-9857325f3195 used request id req-58668811-cb3b-4527-a8b1-a4aaeff9275b 2018-09-07 18:42:04,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0174748897552s 2018-09-07 18:42:04,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=79196c28-6894-46a7-97cd-9857325f3195 used request id req-58668811-cb3b-4527-a8b1-a4aaeff9275b 2018-09-07 18:42:04,508 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cc:04:59', 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'080df78d-6ce8-4ed9-8849-45244d953dbd'}), 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-07T18:42:01.000000', 'flavor': Munch({u'id': u'440592b5-8e7f-4c8b-91a3-29a5005f824d'}), 'az': u'nova', 'id': u'305c4e03-2e36-42fe-ad1b-7214bd358889', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f5ca007a5ab641cfaf344e073d1700a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': 'vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', '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-07T18:42:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-07T18:42:02Z', 'hostId': u'ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0', '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-07T18:42:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6e4fffff2b84caa83b4af90a149df63', 'name': u'vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56', 'adminPass': u'ALP4KwvBCQA3', 'tenant_id': u'd6e4fffff2b84caa83b4af90a149df63', 'region': 'regionOne', 'created': u'2018-09-07T18:41:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-07 18:42:04,509 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-07 18:42:05,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:05,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:06,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42: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-30fb7428-ae15-4bfd-9c33-cc2bf3800b78 x-compute-request-id: req-30fb7428-ae15-4bfd-9c33-cc2bf3800b78 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:04:59", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:42:01.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:02Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:41:53Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:06,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-30fb7428-ae15-4bfd-9c33-cc2bf3800b78 2018-09-07 18:42:06,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646953821182s 2018-09-07 18:42:06,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-30fb7428-ae15-4bfd-9c33-cc2bf3800b78 2018-09-07 18:42:06,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-07 18:42:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889/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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 18:42:07,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42: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-7ef5ba75-ebae-45bb-9c18-43633adcc2fd x-compute-request-id: req-7ef5ba75-ebae-45bb-9c18-43633adcc2fd Content-Encoding: gzip Content-Length: 9378 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530777465 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133247] pid_max: default: 32768 minimum: 301\n[ 0.134132] ACPI: Core revision 20150930\n[ 0.135503] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136798] Security Framework initialized\n[ 0.137609] Yama: becoming mindful.\n[ 0.138332] AppArmor: AppArmor initialized\n[ 0.139190] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140510] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141771] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142987] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145163] Initializing cgroup subsys memory\n[ 0.146014] Initializing cgroup subsys devices\n[ 0.146887] Initializing cgroup subsys freezer\n[ 0.147740] Initializing cgroup subsys net_cls\n[ 0.148600] Initializing cgroup subsys perf_event\n[ 0.149508] Initializing cgroup subsys net_prio\n[ 0.150382] Initializing cgroup subsys hugetlb\n[ 0.151248] Initializing cgroup subsys pids\n[ 0.152115] CPU: Physical Processor ID: 0\n[ 0.153615] mce: CPU supports 10 MCE banks\n[ 0.154455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167268] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173626] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202051] x2apic enabled\n[ 0.202861] Switched APIC routing to physical x2apic.\n[ 0.204609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205728] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207713] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209493] KVM setup paravirtual spinlock\n[ 0.210779] x86: Booted up 1 node, 1 CPUs\n[ 0.211584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212969] devtmpfs: initialized\n[ 0.214834] evm: security.selinux\n[ 0.215536] evm: security.SMACK64\n[ 0.216228] evm: security.SMACK64EXEC\n[ 0.216967] evm: security.SMACK64TRANSMUTE\n[ 0.217761] evm: security.SMACK64MMAP\n[ 0.218513] evm: security.ima\n[ 0.219161] evm: security.capability\n[ 0.219961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221801] pinctrl core: initialized pinctrl subsystem\n[ 0.222899] RTC time: 18:42:01, date: 09/07/18\n[ 0.223843] NET: Registered protocol family 16\n[ 0.224810] cpuidle: using governor ladder\n[ 0.225628] cpuidle: using governor menu\n[ 0.226409] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229183] PCI: Using configuration type 1 for base access\n[ 0.230948] ACPI: Added _OSI(Module Device)\n[ 0.231787] ACPI: Added _OSI(Processor Device)\n[ 0.232644] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233538] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235657] ACPI: Interpreter enabled\n[ 0.236434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243822] ACPI: (supports S0 S5)\n[ 0.244528] ACPI: Using IOAPIC for interrupt routing\n[ 0.245586] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248647] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249790] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254421] acpiphp: Slot [3] registered\n[ 0.255223] acpiphp: Slot [4] registered\n[ 0.256019] acpiphp: Slot [5] registered\n[ 0.256811] acpiphp: Slot [6] registered\n[ 0.257606] acpiphp: Slot [7] registered\n[ 0.258405] acpiphp: Slot [8] registered\n[ 0.259207] acpiphp: Slot [9] registered\n[ 0.259999] acpiphp: Slot [10] registered\n[ 0.260807] acpiphp: Slot [11] registered\n[ 0.261616] acpiphp: Slot [12] registered\n[ 0.262431] acpiphp: Slot [13] registered\n[ 0.263240] acpiphp: Slot [14] registered\n[ 0.264048] acpiphp: Slot [15] registered\n[ 0.275033] acpiphp: Slot [16] registered\n[ 0.275852] acpiphp: Slot [17] registered\n[ 0.276666] acpiphp: Slot [18] registered\n[ 0.277476] acpiphp: Slot [19] registered\n[ 0.278285] acpiphp: Slot [20] registered\n[ 0.279097] acpiphp: Slot [21] registered\n[ 0.279906] acpiphp: Slot [22] registered\n[ 0.280709] acpiphp: Slot [23] registered\n[ 0.281517] acpiphp: Slot [24] registered\n[ 0.282326] acpiphp: Slot [25] registered\n[ 0.283137] acpiphp: Slot [26] registered\n[ 0.283944] acpiphp: Slot [27] registered\n[ 0.284752] acpiphp: Slot [28] registered\n[ 0.285562] acpiphp: Slot [29] registered\n[ 0.286371] acpiphp: Slot [30] registered\n[ 0.287187] acpiphp: Slot [31] registered\n[ 0.287993] PCI host bridge to bus 0000:00\n[ 0.288799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292666] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294111] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300194] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301463] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302634] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311751] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356326] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360971] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367256] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368813] vgaarb: loaded\n[ 0.369430] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370577] SCSI subsystem initialized\n[ 0.371404] ACPI: bus type USB registered\n[ 0.372230] usbcore: registered new interface driver usbfs\n[ 0.373273] usbcore: registered new interface driver hub\n[ 0.374290] usbcore: registered new device driver usb\n[ 0.375347] PCI: Using ACPI for IRQ routing\n[ 0.376375] NetLabel: Initializing\n[ 0.377087] NetLabel: domain hash size = 128\n[ 0.377944] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378896] NetLabel: unlabeled traffic allowed by default\n[ 0.379990] clocksource: Switched to clocksource kvm-clock\n[ 0.385486] AppArmor: AppArmor Filesystem Enabled\n[ 0.386444] pnp: PnP ACPI init\n[ 0.387348] pnp: PnP ACPI: found 5 devices\n[ 0.393711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395414] NET: Registered protocol family 2\n[ 0.396372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397647] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398814] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399976] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402232] NET: Registered protocol family 1\n[ 0.403101] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405274] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433561] Trying to unpack rootfs image as initramfs...\n[ 0.483542] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497675] Scanning for low memory corruption every 60 seconds\n[ 0.499208] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500570] audit: initializing netlink subsys (disabled)\n[ 0.501782] audit: type=2000 audit(1536345722.644:1): initialized\n[ 0.503324] Initialise system trusted keyring\n[ 0.504400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505716] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507671] zbud: loaded\n[ 0.508381] VFS: Disk quotas dquot_6.6.0\n[ 0.509197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510706] fuse init (API version 7.23)\n[ 0.511594] Key type big_key registered\n[ 0.512404] Allocating IMA MOK and blacklist keyrings.\n[ 0.513868] Key type asymmetric registered\n[ 0.514688] Asymmetric key parser 'x509' registered\n[ 0.515637] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517103] io scheduler noop registered\n[ 0.517896] io scheduler deadline registered (default)\n[ 0.519019] io scheduler cfq registered\n[ 0.519939] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521069] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523757] ACPI: Power Button [PWRF]\n[ 0.524607] GHES: HEST is not enabled!\n[ 0.538294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594441] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596569] Linux agpgart interface v0.103\n[ 0.598600] brd: module loaded\n[ 0.599763] loop: module loaded\n[ 0.622967] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624416] GPT:90111 != 2097151\n[ 0.625092] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626171] GPT:90111 != 2097151\n[ 0.626834] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627846] vda: vda1 vda15\n[ 0.629251] scsi host0: ata_piix\n[ 0.629984] scsi host1: ata_piix\n[ 0.630689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631906] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633357] libphy: Fixed MDIO Bus: probed\n[ 0.634175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637288] PPP generic driver version 2.4.2\n[ 0.638183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639450] ehci-pci: EHCI PCI platform driver\n[ 0.640373] ehci-platform: EHCI generic platform driver\n[ 0.641355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642473] ohci-pci: OHCI PCI platform driver\n[ 0.643332] ohci-platform: OHCI generic platform driver\n[ 0.644327] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658722] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663392] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666042] usb usb1: Product: UHCI Host Controller\n[ 0.666974] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669139] hub 1-0:1.0: USB hub found\n[ 0.669921] hub 1-0:1.0: 2 ports detected\n[ 0.670820] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672949] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674938] mousedev: PS/2 mouse device common for all mice\n[ 0.676193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678028] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680327] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681528] i2c /dev entries driver\n[ 0.682285] device-mapper: uevent: version 1.0.3\n[ 0.683228] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684858] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686139] NET: Registered protocol family 10\n[ 0.687131] NET: Registered protocol family 17\n[ 0.688029] Key type dns_resolver registered\n[ 0.688959] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690049] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691785] registered taskstats version 1\n[ 0.692623] Loading compiled-in X.509 certificates\n[ 0.694059] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695930] zswap: loaded using pool lzo/zbud\n[ 0.697310] Key type trusted registered\n[ 0.698882] Key type encrypted registered\n[ 0.699694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700724] ima: No TPM chip found, activating TPM-bypass!\n[ 0.701758] evm: HMAC attrs: 0x1\n[ 0.702690] Magic number: 2:139:746\n[ 0.703530] rtc_cmos 00:00: setting system clock to 2018-09-07 18:42:02 UTC (1536345722)\n[ 0.705138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706246] EDD information not available.\n[ 0.792967] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794533] Write protecting the kernel read-only data: 14336k\n[ 0.806491] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808315] 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.851039] 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.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 select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.29. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUiQ5XNp3tK18nybnZ4Gu0tqARAWGwB6qOSWS3D6aqgPemDBLNX5HqAEpdjEGC4VFvEA+NkAOiKgzVu3Bh1rTmI/LCfWZ5PgkaR8+NhAIBNhIowOR7z45E+tHuE+cYS2+Y1X9G9V2n63fG7D3JiAAa2LgnMRg4ZQrQXjnUGOeH14XYe3JZlT4VKWACarfR6qUSGzOc49qOyM3EzhHjIp9N0yl/MDE9blTGlG6rIBxy9tpHRiglRHgC/AhKinKzaMpDfll2tCZ/8vbJRQjwmA5aNeB1ZV6amk3uyAMyGU/mSk2KaYxUbcjlM4I+fbDftNCJ7pNNFhUrpWVPegnraI3V root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56\nssh-dss AAAAB3NzaC1kc3MAAACBAKRSA6QrWzYH9HtXzIr8l/4BB3D+zY2jUBy46fTPrEWqvP1WMJCmzTMA/7+iVLGu7jKCRQtdPn/D/7XqR2Fpbq+DTtg9Y8JqT/FGYvqRonxkDVDmRTrynYdO51iOyi5WSp/0PP+WIQxbfD9HWHyt+eTrBCyQg44mBypnYqiJ/4QVAAAAFQD4Q/1korZMsBzvnA06tfkoCGAmJQAAAIEAiXqPf8s02toGhfrwofXkM5/OzmZtBJYpW27Oj7MtQKH8LwvshjTA6lfE6Nit97QlisKMCq1rdUr2dY+lZflk84Nts3qVdCyD8vLgSdNi4XJNwWrQp99u5Q7PuxE1hAQ0nnC5FfUUKlEyMGdi++cMBsYjTBXCnEnXcKe7qhQxS+UAAACAY3sabtx8ciAfsFnm9RUjx/BJjskeb6V/mSgAxm/8pvHy+cIE0NOqUvF2RF+sDrtxfYSGf4ckA4QYLvrD47DodPHdgRnZ3BK99jjS5KFLpc9/JosB/c3BUD2UK1Mw8NuFZtf7ksRGOyEcggqFl5qwJT/mv94eeS//5q0MKb/zN6Q= root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56\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:fecc:459/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.18 ===\n"} 2018-09-07 18:42:07,314 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889/action used request id req-7ef5ba75-ebae-45bb-9c18-43633adcc2fd 2018-09-07 18:42:07,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.15348100662s 2018-09-07 18:42:07,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889/action used request id req-7ef5ba75-ebae-45bb-9c18-43633adcc2fd 2018-09-07 18:42:07,316 - 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 530777465 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.131589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133247] pid_max: default: 32768 minimum: 301 [ 0.134132] ACPI: Core revision 20150930 [ 0.135503] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136798] Security Framework initialized [ 0.137609] Yama: becoming mindful. [ 0.138332] AppArmor: AppArmor initialized [ 0.139190] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140510] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141771] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142987] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144355] Initializing cgroup subsys io [ 0.145163] Initializing cgroup subsys memory [ 0.146014] Initializing cgroup subsys devices [ 0.146887] Initializing cgroup subsys freezer [ 0.147740] Initializing cgroup subsys net_cls [ 0.148600] Initializing cgroup subsys perf_event [ 0.149508] Initializing cgroup subsys net_prio [ 0.150382] Initializing cgroup subsys hugetlb [ 0.151248] Initializing cgroup subsys pids [ 0.152115] CPU: Physical Processor ID: 0 [ 0.153615] mce: CPU supports 10 MCE banks [ 0.154455] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155452] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167268] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173626] ftrace: allocating 31920 entries in 125 pages [ 0.199864] smpboot: Max logical packages: 1 [ 0.200712] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202051] x2apic enabled [ 0.202861] Switched APIC routing to physical x2apic. [ 0.204609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205728] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207713] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209493] KVM setup paravirtual spinlock [ 0.210779] x86: Booted up 1 node, 1 CPUs [ 0.211584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212969] devtmpfs: initialized [ 0.214834] evm: security.selinux [ 0.215536] evm: security.SMACK64 [ 0.216228] evm: security.SMACK64EXEC [ 0.216967] evm: security.SMACK64TRANSMUTE [ 0.217761] evm: security.SMACK64MMAP [ 0.218513] evm: security.ima [ 0.219161] evm: security.capability [ 0.219961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221801] pinctrl core: initialized pinctrl subsystem [ 0.222899] RTC time: 18:42:01, date: 09/07/18 [ 0.223843] NET: Registered protocol family 16 [ 0.224810] cpuidle: using governor ladder [ 0.225628] cpuidle: using governor menu [ 0.226409] PCCT header not found. [ 0.227163] ACPI: bus type PCI registered [ 0.227956] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229183] PCI: Using configuration type 1 for base access [ 0.230948] ACPI: Added _OSI(Module Device) [ 0.231787] ACPI: Added _OSI(Processor Device) [ 0.232644] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233538] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235657] ACPI: Interpreter enabled [ 0.236434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243822] ACPI: (supports S0 S5) [ 0.244528] ACPI: Using IOAPIC for interrupt routing [ 0.245586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248647] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249790] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254421] acpiphp: Slot [3] registered [ 0.255223] acpiphp: Slot [4] registered [ 0.256019] acpiphp: Slot [5] registered [ 0.256811] acpiphp: Slot [6] registered [ 0.257606] acpiphp: Slot [7] registered [ 0.258405] acpiphp: Slot [8] registered [ 0.259207] acpiphp: Slot [9] registered [ 0.259999] acpiphp: Slot [10] registered [ 0.260807] acpiphp: Slot [11] registered [ 0.261616] acpiphp: Slot [12] registered [ 0.262431] acpiphp: Slot [13] registered [ 0.263240] acpiphp: Slot [14] registered [ 0.264048] acpiphp: Slot [15] registered [ 0.275033] acpiphp: Slot [16] registered [ 0.275852] acpiphp: Slot [17] registered [ 0.276666] acpiphp: Slot [18] registered [ 0.277476] acpiphp: Slot [19] registered [ 0.278285] acpiphp: Slot [20] registered [ 0.279097] acpiphp: Slot [21] registered [ 0.279906] acpiphp: Slot [22] registered [ 0.280709] acpiphp: Slot [23] registered [ 0.281517] acpiphp: Slot [24] registered [ 0.282326] acpiphp: Slot [25] registered [ 0.283137] acpiphp: Slot [26] registered [ 0.283944] acpiphp: Slot [27] registered [ 0.284752] acpiphp: Slot [28] registered [ 0.285562] acpiphp: Slot [29] registered [ 0.286371] acpiphp: Slot [30] registered [ 0.287187] acpiphp: Slot [31] registered [ 0.287993] PCI host bridge to bus 0000:00 [ 0.288799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291223] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.292666] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294111] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300194] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.301463] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.302634] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.303899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.311751] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356326] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360971] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363767] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366184] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367256] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368813] vgaarb: loaded [ 0.369430] vgaarb: bridge control possible 0000:00:02.0 [ 0.370577] SCSI subsystem initialized [ 0.371404] ACPI: bus type USB registered [ 0.372230] usbcore: registered new interface driver usbfs [ 0.373273] usbcore: registered new interface driver hub [ 0.374290] usbcore: registered new device driver usb [ 0.375347] PCI: Using ACPI for IRQ routing [ 0.376375] NetLabel: Initializing [ 0.377087] NetLabel: domain hash size = 128 [ 0.377944] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378896] NetLabel: unlabeled traffic allowed by default [ 0.379990] clocksource: Switched to clocksource kvm-clock [ 0.385486] AppArmor: AppArmor Filesystem Enabled [ 0.386444] pnp: PnP ACPI init [ 0.387348] pnp: PnP ACPI: found 5 devices [ 0.393711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395414] NET: Registered protocol family 2 [ 0.396372] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397647] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398814] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399976] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401058] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402232] NET: Registered protocol family 1 [ 0.403101] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405274] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433561] Trying to unpack rootfs image as initramfs... [ 0.483542] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497675] Scanning for low memory corruption every 60 seconds [ 0.499208] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500570] audit: initializing netlink subsys (disabled) [ 0.501782] audit: type=2000 audit(1536345722.644:1): initialized [ 0.503324] Initialise system trusted keyring [ 0.504400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505716] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507671] zbud: loaded [ 0.508381] VFS: Disk quotas dquot_6.6.0 [ 0.509197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510706] fuse init (API version 7.23) [ 0.511594] Key type big_key registered [ 0.512404] Allocating IMA MOK and blacklist keyrings. [ 0.513868] Key type asymmetric registered [ 0.514688] Asymmetric key parser 'x509' registered [ 0.515637] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517103] io scheduler noop registered [ 0.517896] io scheduler deadline registered (default) [ 0.519019] io scheduler cfq registered [ 0.519939] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521069] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523757] ACPI: Power Button [PWRF] [ 0.524607] GHES: HEST is not enabled! [ 0.538294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570767] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594441] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596569] Linux agpgart interface v0.103 [ 0.598600] brd: module loaded [ 0.599763] loop: module loaded [ 0.622967] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.624416] GPT:90111 != 2097151 [ 0.625092] GPT:Alternate GPT header not at the end of the disk. [ 0.626171] GPT:90111 != 2097151 [ 0.626834] GPT: Use GNU Parted to correct GPT errors. [ 0.627846] vda: vda1 vda15 [ 0.629251] scsi host0: ata_piix [ 0.629984] scsi host1: ata_piix [ 0.630689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.631906] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633357] libphy: Fixed MDIO Bus: probed [ 0.634175] tun: Universal TUN/TAP device driver, 1.6 [ 0.635118] tun: (C) 1999-2004 Max Krasnyansky [ 0.637288] PPP generic driver version 2.4.2 [ 0.638183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639450] ehci-pci: EHCI PCI platform driver [ 0.640373] ehci-platform: EHCI generic platform driver [ 0.641355] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642473] ohci-pci: OHCI PCI platform driver [ 0.643332] ohci-platform: OHCI generic platform driver [ 0.644327] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658722] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661236] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.663392] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.664619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.666042] usb usb1: Product: UHCI Host Controller [ 0.666974] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.668116] usb usb1: SerialNumber: 0000:00:01.2 [ 0.669139] hub 1-0:1.0: USB hub found [ 0.669921] hub 1-0:1.0: 2 ports detected [ 0.670820] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672949] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674938] mousedev: PS/2 mouse device common for all mice [ 0.676193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678028] rtc_cmos 00:00: RTC can wake from S4 [ 0.679118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680327] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.681528] i2c /dev entries driver [ 0.682285] device-mapper: uevent: version 1.0.3 [ 0.683228] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684858] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686139] NET: Registered protocol family 10 [ 0.687131] NET: Registered protocol family 17 [ 0.688029] Key type dns_resolver registered [ 0.688959] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690049] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.691785] registered taskstats version 1 [ 0.692623] Loading compiled-in X.509 certificates [ 0.694059] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.695930] zswap: loaded using pool lzo/zbud [ 0.697310] Key type trusted registered [ 0.698882] Key type encrypted registered [ 0.699694] AppArmor: AppArmor sha1 policy hashing enabled [ 0.700724] ima: No TPM chip found, activating TPM-bypass! [ 0.701758] evm: HMAC attrs: 0x1 [ 0.702690] Magic number: 2:139:746 [ 0.703530] rtc_cmos 00:00: setting system clock to 2018-09-07 18:42:02 UTC (1536345722) [ 0.705138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706246] EDD information not available. [ 0.792967] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794533] Write protecting the kernel read-only data: 14336k [ 0.806491] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.808315] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.851039] 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.19 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.29. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUiQ5XNp3tK18nybnZ4Gu0tqARAWGwB6qOSWS3D6aqgPemDBLNX5HqAEpdjEGC4VFvEA+NkAOiKgzVu3Bh1rTmI/LCfWZ5PgkaR8+NhAIBNhIowOR7z45E+tHuE+cYS2+Y1X9G9V2n63fG7D3JiAAa2LgnMRg4ZQrQXjnUGOeH14XYe3JZlT4VKWACarfR6qUSGzOc49qOyM3EzhHjIp9N0yl/MDE9blTGlG6rIBxy9tpHRiglRHgC/AhKinKzaMpDfll2tCZ/8vbJRQjwmA5aNeB1ZV6amk3uyAMyGU/mSk2KaYxUbcjlM4I+fbDftNCJ7pNNFhUrpWVPegnraI3V root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 ssh-dss AAAAB3NzaC1kc3MAAACBAKRSA6QrWzYH9HtXzIr8l/4BB3D+zY2jUBy46fTPrEWqvP1WMJCmzTMA/7+iVLGu7jKCRQtdPn/D/7XqR2Fpbq+DTtg9Y8JqT/FGYvqRonxkDVDmRTrynYdO51iOyi5WSp/0PP+WIQxbfD9HWHyt+eTrBCyQg44mBypnYqiJ/4QVAAAAFQD4Q/1korZMsBzvnA06tfkoCGAmJQAAAIEAiXqPf8s02toGhfrwofXkM5/OzmZtBJYpW27Oj7MtQKH8LwvshjTA6lfE6Nit97QlisKMCq1rdUr2dY+lZflk84Nts3qVdCyD8vLgSdNi4XJNwWrQp99u5Q7PuxE1hAQ0nnC5FfUUKlEyMGdi++cMBsYjTBXCnEnXcKe7qhQxS+UAAACAY3sabtx8ciAfsFnm9RUjx/BJjskeb6V/mSgAxm/8pvHy+cIE0NOqUvF2RF+sDrtxfYSGf4ckA4QYLvrD47DodPHdgRnZ3BK99jjS5KFLpc9/JosB/c3BUD2UK1Mw8NuFZtf7ksRGOyEcggqFl5qwJT/mv94eeS//5q0MKb/zN6Q= root@vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 -----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:fecc:459/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000002a name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-d0fe8ac7-c092-4fb7-b03b-7f56edbead56 launch-index: 0 === cirros: current=0.4.0 uptime=4.18 === 2018-09-07 18:42:07,316 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-07 18:42:07,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:42:07,422 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-07 18:42:07,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-07 18:42:07,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:07,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-348ed1c6-fddc-4f48-9ee3-52e035ac9362 x-compute-request-id: req-348ed1c6-fddc-4f48-9ee3-52e035ac9362 Content-Type: application/json 2018-09-07 18:42:07,595 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9 used request id req-348ed1c6-fddc-4f48-9ee3-52e035ac9362 2018-09-07 18:42:07,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.167845010757s 2018-09-07 18:42:07,595 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9 used request id req-348ed1c6-fddc-4f48-9ee3-52e035ac9362 2018-09-07 18:42:07,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:07,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:08,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aef2d78-6660-4eeb-8ada-fb554a72f32b x-compute-request-id: req-0aef2d78-6660-4eeb-8ada-fb554a72f32b Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:04:59", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:42:01.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:02Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:d3:e9", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:41:52.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "61b059fb-d3e3-45bf-8060-70f4fa4c76e9", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:07Z", "hostId": "95476c5e59b8a1dd8e9c133c1cec6c16a02b846454200cec8a55d6da", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:48Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:08,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0aef2d78-6660-4eeb-8ada-fb554a72f32b 2018-09-07 18:42:08,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662784099579s 2018-09-07 18:42:08,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0aef2d78-6660-4eeb-8ada-fb554a72f32b 2018-09-07 18:42:08,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:42:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:10,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:10,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-184deff6-97ae-4123-a3c1-0a04a89b1385 x-compute-request-id: req-184deff6-97ae-4123-a3c1-0a04a89b1385 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:04:59", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:42:01.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:02Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:10,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-184deff6-97ae-4123-a3c1-0a04a89b1385 2018-09-07 18:42:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362484931946s 2018-09-07 18:42:10,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-184deff6-97ae-4123-a3c1-0a04a89b1385 2018-09-07 18:42:10,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-07 18:42:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:10,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-041444cb-2c05-437f-a7aa-1cded7745cfe x-compute-request-id: req-041444cb-2c05-437f-a7aa-1cded7745cfe Content-Type: application/json 2018-09-07 18:42:10,810 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889 used request id req-041444cb-2c05-437f-a7aa-1cded7745cfe 2018-09-07 18:42:10,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.183225154877s 2018-09-07 18:42:10,811 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889 used request id req-041444cb-2c05-437f-a7aa-1cded7745cfe 2018-09-07 18:42:10,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:10,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:11,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b28a1da-c772-40c4-9036-6d11eeaf27ec x-compute-request-id: req-2b28a1da-c772-40c4-9036-6d11eeaf27ec Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:04:59", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/305c4e03-2e36-42fe-ad1b-7214bd358889", "rel": "bookmark"}], "image": {"id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "links": [{"href": "http://172.30.9.25:8774/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-07T18:42:01.000000", "flavor": {"id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "links": [{"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}]}, "id": "305c4e03-2e36-42fe-ad1b-7214bd358889", "security_groups": [{"name": "default"}], "user_id": "f5ca007a5ab641cfaf344e073d1700a0", "OS-DCF: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-07T18:42:10Z", "hostId": "ec1a41eebaf5cbaf7ef5c0249763836b6160b87642133ae3f000fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "created": "2018-09-07T18:41:55Z", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-07 18:42:11,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2b28a1da-c772-40c4-9036-6d11eeaf27ec 2018-09-07 18:42:11,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.795225858688s 2018-09-07 18:42:11,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2b28a1da-c772-40c4-9036-6d11eeaf27ec 2018-09-07 18:42:11,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-07 18:42:13,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-07 18:42:13,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:13,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1186eddc-1117-4ccd-83f7-e873e8dab996 x-compute-request-id: req-1186eddc-1117-4ccd-83f7-e873e8dab996 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-07 18:42:13,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1186eddc-1117-4ccd-83f7-e873e8dab996 2018-09-07 18:42:13,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0880079269409s 2018-09-07 18:42:13,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1186eddc-1117-4ccd-83f7-e873e8dab996 2018-09-07 18:42:13,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 18:42:13,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/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}df869fef088b4c0e8c3564320d7343aec8b5f403" -d '{"subnet_id": "7de7513a-df58-41f4-a2b8-5bf0f6d0252f"}' 2018-09-07 18:42:14,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5a0e1765-b76a-4494-a60e-0325160edfa3 Date: Fri, 07 Sep 2018 18:42:14 GMT RESP BODY: {"network_id": "d2639ef7-4f33-4214-93ec-761a5de0184b", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "subnet_id": "7de7513a-df58-41f4-a2b8-5bf0f6d0252f", "subnet_ids": ["7de7513a-df58-41f4-a2b8-5bf0f6d0252f"], "port_id": "bc3fd577-7669-401b-a632-ff78a1e2ad26", "id": "6d23c2fb-9098-4478-8212-316cf9854926"} 2018-09-07 18:42:14,897 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/remove_router_interface.json used request id req-5a0e1765-b76a-4494-a60e-0325160edfa3 2018-09-07 18:42:14,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.19865107536s 2018-09-07 18:42:14,898 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926/remove_router_interface.json used request id req-5a0e1765-b76a-4494-a60e-0325160edfa3 returning object 6d23c2fb-9098-4478-8212-316cf9854926 2018-09-07 18:42:14,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 18:42:14,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:14,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f472031e-b6b4-4cf8-8062-7a590cb16b6a Date: Fri, 07 Sep 2018 18:42:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:41Z", "admin_state_up": true, "updated_at": "2018-09-07T18:42:14Z", "revision_number": 4, "routes": [], "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "6d23c2fb-9098-4478-8212-316cf9854926", "name": "vping_userdata-router_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:42:14,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f472031e-b6b4-4cf8-8062-7a590cb16b6a 2018-09-07 18:42:14,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0779600143433s 2018-09-07 18:42:14,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f472031e-b6b4-4cf8-8062-7a590cb16b6a 2018-09-07 18:42:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 18:42:14,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926.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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:16,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-925fe280-398c-4d7b-86ad-e39dc8e0b011 Content-Length: 0 Date: Fri, 07 Sep 2018 18:42:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:42:16,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926.json used request id req-925fe280-398c-4d7b-86ad-e39dc8e0b011 2018-09-07 18:42:16,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11123800278s 2018-09-07 18:42:16,090 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6d23c2fb-9098-4478-8212-316cf9854926.json used request id req-925fe280-398c-4d7b-86ad-e39dc8e0b011 2018-09-07 18:42:16,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 18:42:16,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:16,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-98eb2e91-81f9-4b36-a395-39a4c9289578 Date: Fri, 07 Sep 2018 18:42:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2639ef7-4f33-4214-93ec-761a5de0184b","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:41:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"7de7513a-df58-41f4-a2b8-5bf0f6d0252f","subnetpool_id":null,"name":"vping_userdata-subnet_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:42:16,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-98eb2e91-81f9-4b36-a395-39a4c9289578 2018-09-07 18:42:16,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0497720241547s 2018-09-07 18:42:16,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-98eb2e91-81f9-4b36-a395-39a4c9289578 2018-09-07 18:42:16,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 18:42:16,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/7de7513a-df58-41f4-a2b8-5bf0f6d0252f.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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:18,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed866348-71bc-4917-857c-a174820da2e3 Date: Fri, 07 Sep 2018 18:42:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:42:18,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/7de7513a-df58-41f4-a2b8-5bf0f6d0252f.json used request id req-ed866348-71bc-4917-857c-a174820da2e3 2018-09-07 18:42:18,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50963187218s 2018-09-07 18:42:18,652 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/7de7513a-df58-41f4-a2b8-5bf0f6d0252f.json used request id req-ed866348-71bc-4917-857c-a174820da2e3 2018-09-07 18:42:18,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:42:18,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:18,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6faa6e10-f946-4493-b483-a3a0fa73c49a Date: Fri, 07 Sep 2018 18:42:18 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-07T18:42:18Z","tenant_id":"d6e4fffff2b84caa83b4af90a149df63","created_at":"2018-09-07T18:41:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d6e4fffff2b84caa83b4af90a149df63","id":"d2639ef7-4f33-4214-93ec-761a5de0184b","name":"vping_userdata-net_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"updated_at":"2018-09-07T18:14:23Z","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"e537ef2c-765f-4452-9b85-388ace121512","name":"external"}]} 2018-09-07 18:42:18,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6faa6e10-f946-4493-b483-a3a0fa73c49a 2018-09-07 18:42:18,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.142127037048s 2018-09-07 18:42:18,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6faa6e10-f946-4493-b483-a3a0fa73c49a 2018-09-07 18:42:18,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 18:42:18,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/d2639ef7-4f33-4214-93ec-761a5de0184b.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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:20,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de1941eb-9437-40e4-bdeb-0bb10822cb01 Date: Fri, 07 Sep 2018 18:42:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:42:20,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d2639ef7-4f33-4214-93ec-761a5de0184b.json used request id req-de1941eb-9437-40e4-bdeb-0bb10822cb01 2018-09-07 18:42:20,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24970197678s 2018-09-07 18:42:20,046 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d2639ef7-4f33-4214-93ec-761a5de0184b.json used request id req-de1941eb-9437-40e4-bdeb-0bb10822cb01 2018-09-07 18:42:20,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:42:20,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:20,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0f047315-d675-4bac-bec9-d5962de5ec8e Date: Fri, 07 Sep 2018 18:42:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "metadata": {}}], "file": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd/file", "owner": "d6e4fffff2b84caa83b4af90a149df63", "id": "080df78d-6ce8-4ed9-8849-45244d953dbd", "size": 12716032, "self": "/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/080df78d-6ce8-4ed9-8849-45244d953dbd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:41:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:41:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:42:20,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f047315-d675-4bac-bec9-d5962de5ec8e 2018-09-07 18:42:20,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0316610336304s 2018-09-07 18:42:20,079 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f047315-d675-4bac-bec9-d5962de5ec8e 2018-09-07 18:42:20,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 18:42:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}df869fef088b4c0e8c3564320d7343aec8b5f403" 2018-09-07 18:42:21,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1577b3d9-628a-4ac2-91e4-fca3306f76ac Date: Fri, 07 Sep 2018 18:42:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:42:21,132 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd used request id req-1577b3d9-628a-4ac2-91e4-fca3306f76ac 2018-09-07 18:42:21,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05105400085s 2018-09-07 18:42:21,132 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/080df78d-6ce8-4ed9-8849-45244d953dbd used request id req-1577b3d9-628a-4ac2-91e4-fca3306f76ac 2018-09-07 18:42:21,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:42:21,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42: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-f7034819-f882-4a26-a1c0-be563a791f51 x-compute-request-id: req-f7034819-f882-4a26-a1c0-be563a791f51 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "440592b5-8e7f-4c8b-91a3-29a5005f824d", "name": "vping_userdata-flavor_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:42:21,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f7034819-f882-4a26-a1c0-be563a791f51 2018-09-07 18:42:21,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0347731113434s 2018-09-07 18:42:21,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f7034819-f882-4a26-a1c0-be563a791f51 2018-09-07 18:42:21,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 18:42:21,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:42: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-ca06b67c-cacd-40d2-bd02-b44d22c021aa x-compute-request-id: req-ca06b67c-cacd-40d2-bd02-b44d22c021aa Content-Length: 0 Content-Type: application/json 2018-09-07 18:42:21,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d used request id req-ca06b67c-cacd-40d2-bd02-b44d22c021aa 2018-09-07 18:42:21,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0350759029388s 2018-09-07 18:42:21,205 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/440592b5-8e7f-4c8b-91a3-29a5005f824d used request id req-ca06b67c-cacd-40d2-bd02-b44d22c021aa 2018-09-07 18:42:21,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:42:21,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10e1918-751d-49b7-a6f1-1f3dca48969d Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56", "links": {"self": "http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0"}, "domain_id": "default", "enabled": true, "id": "f5ca007a5ab641cfaf344e073d1700a0", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:42:21,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e10e1918-751d-49b7-a6f1-1f3dca48969d 2018-09-07 18:42:21,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999901294708s 2018-09-07 18:42:21,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e10e1918-751d-49b7-a6f1-1f3dca48969d 2018-09-07 18:42:21,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:42:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766de0d4-7812-4ea7-baab-053ceb377ef6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0"}, "enabled": true, "id": "f5ca007a5ab641cfaf344e073d1700a0", "options": {}, "domain_id": "default", "name": "vping_userdata-user_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}} 2018-09-07 18:42:21,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 used request id req-766de0d4-7812-4ea7-baab-053ceb377ef6 2018-09-07 18:42:21,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173316955566s 2018-09-07 18:42:21,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 used request id req-766de0d4-7812-4ea7-baab-053ceb377ef6 2018-09-07 18:42:21,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:42:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fecca16e-221f-4aea-a767-e1feae2e43e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:42:21,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 used request id req-fecca16e-221f-4aea-a767-e1feae2e43e2 2018-09-07 18:42:21,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.370465993881s 2018-09-07 18:42:21,857 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f5ca007a5ab641cfaf344e073d1700a0 used request id req-fecca16e-221f-4aea-a767-e1feae2e43e2 2018-09-07 18:42:21,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:42:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:21,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b35df2b6-981a-425f-b86b-a8c9503b3661 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63"}, "enabled": true, "id": "d6e4fffff2b84caa83b4af90a149df63", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d0fe8ac7-c092-4fb7-b03b-7f56edbead56"}]} 2018-09-07 18:42:21,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-b35df2b6-981a-425f-b86b-a8c9503b3661 2018-09-07 18:42:21,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754191875458s 2018-09-07 18:42:21,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-b35df2b6-981a-425f-b86b-a8c9503b3661 2018-09-07 18:42:21,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:42:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:22,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b358397f-ecea-48cd-9402-6f35fd19ebea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:42:22,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63 used request id req-b358397f-ecea-48cd-9402-6f35fd19ebea 2018-09-07 18:42:22,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.149151086807s 2018-09-07 18:42:22,086 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d6e4fffff2b84caa83b4af90a149df63 used request id req-b358397f-ecea-48cd-9402-6f35fd19ebea 2018-09-07 18:42:22,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:22,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:22,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adbbf8a7-d062-4498-8e98-01acfb0544fb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "27356ab2d3df4f4d877c2982f6153b87", "links": {"self": "http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:22,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-adbbf8a7-d062-4498-8e98-01acfb0544fb 2018-09-07 18:42:22,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809690952301s 2018-09-07 18:42:22,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:42:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99da86caf331343eda37fae86ca97361221a5c4f" 2018-09-07 18:42:22,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7565bb8-6ee3-4b19-a3c4-68af579c5db6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:42:22,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/27356ab2d3df4f4d877c2982f6153b87 used request id req-f7565bb8-6ee3-4b19-a3c4-68af579c5db6 2018-09-07 18:42:22,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.14764213562s 2018-09-07 18:42:22,416 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-09-07 18:42:22,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:42:22,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:42:22,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:42:22,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:42:22,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:42:22,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:42:22,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:42:22,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bac657-3d11-4b33-826b-1b22603796e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:42:22,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-21bac657-3d11-4b33-826b-1b22603796e8 2018-09-07 18:42:22,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:42:22,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:42:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["1Iwskb5tQUybBis8t4H6zg"], "issued_at": "2018-09-07T18:42:22.000000Z"}} 2018-09-07 18:42:22,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:42:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dbea507f-7d09-46a2-b3ed-6912a8daad45 Date: Fri, 07 Sep 2018 18:42:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:42:23,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbea507f-7d09-46a2-b3ed-6912a8daad45 2018-09-07 18:42:23,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240928888321s 2018-09-07 18:42:23,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbea507f-7d09-46a2-b3ed-6912a8daad45 2018-09-07 18:42:23,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:42:23,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:42: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:42:23,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94fc1ab-0dd2-4fbd-a186-fa61c0adae34 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:42:23,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-a94fc1ab-0dd2-4fbd-a186-fa61c0adae34 2018-09-07 18:42:23,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0922770500183s 2018-09-07 18:42:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:42:23,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}}' 2018-09-07 18:42:23,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-228138a7-c726-4797-95a2-dac3d6bad6aa 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.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30"}, "enabled": true, "id": "c264d7fb3fe6424f80aab405083b0c30", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}} 2018-09-07 18:42:23,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-228138a7-c726-4797-95a2-dac3d6bad6aa 2018-09-07 18:42:23,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109201908112s 2018-09-07 18:42:23,336 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-228138a7-c726-4797-95a2-dac3d6bad6aa 2018-09-07 18:42:23,336 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'id': u'c264d7fb3fe6424f80aab405083b0c30', '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-07 18:42:23,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:42:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351257801056s 2018-09-07 18:42:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6d27cd-dfd6-4e5a-9187-8db5a13a42cf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af"}, "enabled": true, "id": "f64755c10d2146c3bd55b7b5946353af", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}} 2018-09-07 18:42:23,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af used request id req-0f6d27cd-dfd6-4e5a-9187-8db5a13a42cf 2018-09-07 18:42:23,781 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f64755c10d2146c3bd55b7b5946353af', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee'}) 2018-09-07 18:42:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:23,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b7c9ffa-e03f-4ac6-9255-f1bfe9dd68e0 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:23,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9b7c9ffa-e03f-4ac6-9255-f1bfe9dd68e0 2018-09-07 18:42:23,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824499130249s 2018-09-07 18:42:23,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:23,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:23,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10240897-dc4e-4554-a10f-dfec989fbf7a Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:23,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-10240897-dc4e-4554-a10f-dfec989fbf7a 2018-09-07 18:42:23,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802581310272s 2018-09-07 18:42:23,946 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:42:23,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:42:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"role": {"name": "Member"}}' 2018-09-07 18:42:24,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd51a3af-7033-4002-96de-64391d390601 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}} 2018-09-07 18:42:24,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-cd51a3af-7033-4002-96de-64391d390601 2018-09-07 18:42:24,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0954229831696s 2018-09-07 18:42:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df118f8-610e-4b3f-bd33-c2ae514a9137 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "domain_id": null, "name": "Member", "id": "0f5395dab9fe427a9d377eb9aa7692b2"}} 2018-09-07 18:42:24,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2 used request id req-9df118f8-610e-4b3f-bd33-c2ae514a9137 2018-09-07 18:42:24,058 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2'}, 'domain_id': None, 'human_id': None, 'id': u'0f5395dab9fe427a9d377eb9aa7692b2', 'HUMAN_ID': False}) 2018-09-07 18:42:24,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:24,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b730f916-50b9-4df3-bf44-96af274b52d7 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:24,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b730f916-50b9-4df3-bf44-96af274b52d7 2018-09-07 18:42:24,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0740051269531s 2018-09-07 18:42:24,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:42:24,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4030e38-218c-441a-8325-2dc9c0b14942 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:42:24,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a4030e38-218c-441a-8325-2dc9c0b14942 2018-09-07 18:42:24,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0795102119446s 2018-09-07 18:42:24,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:42:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d19ac18-f65d-43c7-bd06-a1e471bb76d4 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "links": {"self": "http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af"}, "domain_id": "default", "enabled": true, "id": "f64755c10d2146c3bd55b7b5946353af", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:42:24,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3d19ac18-f65d-43c7-bd06-a1e471bb76d4 2018-09-07 18:42:24,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100582122803s 2018-09-07 18:42:24,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3d19ac18-f65d-43c7-bd06-a1e471bb76d4 2018-09-07 18:42:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:42:24,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e25473f-e237-444c-9b8e-fbb89f5f3fde Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30"}, "enabled": true, "id": "c264d7fb3fe6424f80aab405083b0c30", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}]} 2018-09-07 18:42:24,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-7e25473f-e237-444c-9b8e-fbb89f5f3fde 2018-09-07 18:42:24,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0730199813843s 2018-09-07 18:42:24,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-7e25473f-e237-444c-9b8e-fbb89f5f3fde 2018-09-07 18:42:24,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:42:24,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=0f5395dab9fe427a9d377eb9aa7692b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e05cdc-2ea8-4572-8b6d-effcf69d29d1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=0f5395dab9fe427a9d377eb9aa7692b2", "previous": null, "next": null}} 2018-09-07 18:42:24,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=0f5395dab9fe427a9d377eb9aa7692b2 used request id req-26e05cdc-2ea8-4572-8b6d-effcf69d29d1 2018-09-07 18:42:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810539722443s 2018-09-07 18:42:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:42:24,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30/users/f64755c10d2146c3bd55b7b5946353af/roles/0f5395dab9fe427a9d377eb9aa7692b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6790e97e-f0d0-4ffb-a818-b032a3ffc49b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:42:24,607 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30/users/f64755c10d2146c3bd55b7b5946353af/roles/0f5395dab9fe427a9d377eb9aa7692b2 used request id req-6790e97e-f0d0-4ffb-a818-b032a3ffc49b 2018-09-07 18:42:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128222942352s 2018-09-07 18:42:24,608 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 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': '8017c818-26b7-44fc-abbe-7c9caf252404', 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_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'project_id': u'c264d7fb3fe6424f80aab405083b0c30', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:42:24,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:42:24,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:42:24,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:42:24,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:42:24,614 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'password': '8017c818-26b7-44fc-abbe-7c9caf252404', 'project_name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'c264d7fb3fe6424f80aab405083b0c30', 'project_domain_name': 'Default'} 2018-09-07 18:42:24,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:24,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d91cbb-e59c-4b70-a830-30744fd79ec8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:24,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c0d91cbb-e59c-4b70-a830-30744fd79ec8 2018-09-07 18:42:24,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073753118515s 2018-09-07 18:42:24,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251e1829-6ffe-42af-858a-917ca145f246 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:24,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-251e1829-6ffe-42af-858a-917ca145f246 2018-09-07 18:42:24,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764319896698s 2018-09-07 18:42:24,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:42:24,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6a0021-2399-4a79-8dc4-2efce44dcca6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:42:24,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-ea6a0021-2399-4a79-8dc4-2efce44dcca6 2018-09-07 18:42:24,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0836341381073s 2018-09-07 18:42:24,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:42:24,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:24,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fedf7663-8247-4e0a-b4b4-82f4ea0e4f63 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "links": {"self": "http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af"}, "domain_id": "default", "enabled": true, "id": "f64755c10d2146c3bd55b7b5946353af", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:42:24,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fedf7663-8247-4e0a-b4b4-82f4ea0e4f63 2018-09-07 18:42:24,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891151428223s 2018-09-07 18:42:24,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fedf7663-8247-4e0a-b4b4-82f4ea0e4f63 2018-09-07 18:42:24,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:42:24,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:25,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385ce0e1-9501-45b4-a34f-16040028b68c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30"}, "enabled": true, "id": "c264d7fb3fe6424f80aab405083b0c30", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}]} 2018-09-07 18:42:25,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-385ce0e1-9501-45b4-a34f-16040028b68c 2018-09-07 18:42:25,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804378986359s 2018-09-07 18:42:25,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-385ce0e1-9501-45b4-a34f-16040028b68c 2018-09-07 18:42:25,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:42:25,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:25,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c466c67-401e-4f15-a679-e88f472d0506 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 18:42:25,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f64755c10d2146c3bd55b7b5946353af&scope.project.id=c264d7fb3fe6424f80aab405083b0c30&role.id=765cac6f031a43628860c2853b35fec1 used request id req-9c466c67-401e-4f15-a679-e88f472d0506 2018-09-07 18:42:25,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812840461731s 2018-09-07 18:42:25,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:42:25,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30/users/f64755c10d2146c3bd55b7b5946353af/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:25,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:42:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d56b3676-93b5-431e-9393-8e8e3cd4ca15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:42:25,224 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30/users/f64755c10d2146c3bd55b7b5946353af/roles/765cac6f031a43628860c2853b35fec1 used request id req-d56b3676-93b5-431e-9393-8e8e3cd4ca15 2018-09-07 18:42:25,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111099004745s 2018-09-07 18:42:25,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 18:42:36,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 18:42:36.414 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=87807c3b-33e4-48da-87c6-30118847a41c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 87807c3b-33e4-48da-87c6-30118847a41c | 2018-09-07T18:42:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 87807c3b-33e4-48da-87c6-30118847a41c ~/.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-07 18:42:40,099 - 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-07 18:42:40,099 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 18:42:48,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 18:42:44.437 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 18:42:44.608 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 18:42:48.200 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) as the default verifier for the future CLI operations. 2018-09-07 18:42:51,375 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-09-07 18:42:51,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:42:51,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:51,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcdfee1-dded-46ec-97a8-ca6f10c149c9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:42:51,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-6fcdfee1-dded-46ec-97a8-ca6f10c149c9 2018-09-07 18:42:51,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0935010910034s 2018-09-07 18:42:51,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:42:51,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:42:51,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eed3772-825f-43d3-a728-2cb97c642f45 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30"}, "enabled": true, "id": "c264d7fb3fe6424f80aab405083b0c30", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}]} 2018-09-07 18:42:51,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-1eed3772-825f-43d3-a728-2cb97c642f45 2018-09-07 18:42:51,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0867369174957s 2018-09-07 18:42:51,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-1eed3772-825f-43d3-a728-2cb97c642f45 2018-09-07 18:42:51,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 18:42:51,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"network": {"shared": true, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "name": "tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "admin_state_up": true}}' 2018-09-07 18:42:52,261 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-1a3341ec-7624-4631-b9f1-c256ca9f3888 Date: Fri, 07 Sep 2018 18:42:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e9ca3ead-320f-4f47-8029-1ae436ca7fd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"c264d7fb3fe6424f80aab405083b0c30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:42:52Z","is_default":false,"provider:segmentation_id":91,"name":"tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee","admin_state_up":true,"tenant_id":"c264d7fb3fe6424f80aab405083b0c30","created_at":"2018-09-07T18:42:51Z","mtu":1450}} 2018-09-07 18:42:52,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1a3341ec-7624-4631-b9f1-c256ca9f3888 2018-09-07 18:42:52,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.699551820755s 2018-09-07 18:42:52,262 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1a3341ec-7624-4631-b9f1-c256ca9f3888 2018-09-07 18:42:52,262 - 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-07T18:42:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e9ca3ead-320f-4f47-8029-1ae436ca7fd3', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'admin_state_up': True, u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'c264d7fb3fe6424f80aab405083b0c30'}) 2018-09-07 18:42:52,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:42:52,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d069da8b-3bea-4960-92ba-cd61b0655486 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:42:52,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d069da8b-3bea-4960-92ba-cd61b0655486 2018-09-07 18:42:52,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:42:52,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f5395dab9fe427a9d377eb9aa7692b2", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c264d7fb3fe6424f80aab405083b0c30", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c264d7fb3fe6424f80aab405083b0c30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/c264d7fb3fe6424f80aab405083b0c30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/c264d7fb3fe6424f80aab405083b0c30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/c264d7fb3fe6424f80aab405083b0c30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/c264d7fb3fe6424f80aab405083b0c30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/c264d7fb3fe6424f80aab405083b0c30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/c264d7fb3fe6424f80aab405083b0c30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "id": "f64755c10d2146c3bd55b7b5946353af"}, "audit_ids": ["G59Q8KvqTM-c8yNTdqS_EQ"], "issued_at": "2018-09-07T18:42:52.000000Z"}} 2018-09-07 18:42:52,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:42:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:52,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-9b742727-8afe-4d35-88bb-c501a0d594a5 Date: Fri, 07 Sep 2018 18:42:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e9ca3ead-320f-4f47-8029-1ae436ca7fd3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"c264d7fb3fe6424f80aab405083b0c30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:42:52Z","provider:segmentation_id":91,"name":"tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee","admin_state_up":true,"tenant_id":"c264d7fb3fe6424f80aab405083b0c30","created_at":"2018-09-07T18:42:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:42:52,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9b742727-8afe-4d35-88bb-c501a0d594a5 2018-09-07 18:42:52,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2330930233s 2018-09-07 18:42:52,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9b742727-8afe-4d35-88bb-c501a0d594a5 2018-09-07 18:42:52,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 18:42:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"subnet": {"name": "tempest_smoke_serial-subnet_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "enable_dhcp": true, "network_id": "e9ca3ead-320f-4f47-8029-1ae436ca7fd3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 18:42:53,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-89ee3277-0f13-4b71-9b98-86d082ac7b00 Date: Fri, 07 Sep 2018 18:42:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9ca3ead-320f-4f47-8029-1ae436ca7fd3","tenant_id":"c264d7fb3fe6424f80aab405083b0c30","created_at":"2018-09-07T18:42:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:42:53Z","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":"c264d7fb3fe6424f80aab405083b0c30","id":"3062abcd-2255-4ecd-86e1-e9708eaaa7f5","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}} 2018-09-07 18:42:53,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-89ee3277-0f13-4b71-9b98-86d082ac7b00 2018-09-07 18:42:53,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.620544910431s 2018-09-07 18:42:53,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-89ee3277-0f13-4b71-9b98-86d082ac7b00 2018-09-07 18:42:53,508 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:42:53Z', 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'3062abcd-2255-4ecd-86e1-e9708eaaa7f5', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'enable_dhcp': True, u'network_id': u'e9ca3ead-320f-4f47-8029-1ae436ca7fd3', u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c264d7fb3fe6424f80aab405083b0c30'}) 2018-09-07 18:42:53,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 18:42:53,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "tempest_smoke_serial-router_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "admin_state_up": true}}' 2018-09-07 18:42:54,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-339e606b-069a-486e-b406-e7fa90b99ec0 Date: Fri, 07 Sep 2018 18:42:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:42:54Z", "revision_number": 2, "routes": [], "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85", "name": "tempest_smoke_serial-router_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}} 2018-09-07 18:42:54,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-339e606b-069a-486e-b406-e7fa90b99ec0 2018-09-07 18:42:54,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01910305023s 2018-09-07 18:42:54,528 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-339e606b-069a-486e-b406-e7fa90b99ec0 2018-09-07 18:42:54,528 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c264d7fb3fe6424f80aab405083b0c30', u'created_at': u'2018-09-07T18:42:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T18:42:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'c264d7fb3fe6424f80aab405083b0c30', u'id': u'a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85', u'name': u'tempest_smoke_serial-router_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee'}) 2018-09-07 18:42:54,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 18:42:54,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"subnet_id": "3062abcd-2255-4ecd-86e1-e9708eaaa7f5"}' 2018-09-07 18:42:56,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-31b8807d-dfc1-4930-8f67-bf2d3e42cb39 Date: Fri, 07 Sep 2018 18:42:56 GMT RESP BODY: {"network_id": "e9ca3ead-320f-4f47-8029-1ae436ca7fd3", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "subnet_id": "3062abcd-2255-4ecd-86e1-e9708eaaa7f5", "subnet_ids": ["3062abcd-2255-4ecd-86e1-e9708eaaa7f5"], "port_id": "d7355f43-72fa-4248-a331-514cac188dde", "id": "a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85"} 2018-09-07 18:42:56,145 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/add_router_interface.json used request id req-31b8807d-dfc1-4930-8f67-bf2d3e42cb39 2018-09-07 18:42:56,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.6156771183s 2018-09-07 18:42:56,145 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/add_router_interface.json used request id req-31b8807d-dfc1-4930-8f67-bf2d3e42cb39 returning object a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85 2018-09-07 18:42:56,146 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:42:56,278 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 18:42:56,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:56,285 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 18:42:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 18:42:56,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:42:56,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:56,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ef5b2e44-db52-4be3-8999-d520e6fdbc0f Date: Fri, 07 Sep 2018 18:42:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:42:56,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ef5b2e44-db52-4be3-8999-d520e6fdbc0f 2018-09-07 18:42:56,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162470817566s 2018-09-07 18:42:56,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ef5b2e44-db52-4be3-8999-d520e6fdbc0f 2018-09-07 18:42:56,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 18:42:56,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}' 2018-09-07 18:42:56,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681 X-Openstack-Request-Id: req-245506fa-41d9-4354-adba-e989f9d1b118 Date: Fri, 07 Sep 2018 18:42:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "c6229246-f466-406c-8490-0a6e305a3681", "size": null, "self": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": null, "created_at": "2018-09-07T18:42:56Z", "protected": false} 2018-09-07 18:42:56,777 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-245506fa-41d9-4354-adba-e989f9d1b118 2018-09-07 18:42:56,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.324054956436s 2018-09-07 18:42:56,778 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-245506fa-41d9-4354-adba-e989f9d1b118 returning object c6229246-f466-406c-8490-0a6e305a3681 2018-09-07 18:42:56,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 18:42:56,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681/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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '' 2018-09-07 18:42:58,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64d3b62b-3cae-4673-b366-a06076b5ef8a Date: Fri, 07 Sep 2018 18:42: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-07 18:42:58,271 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file used request id req-64d3b62b-3cae-4673-b366-a06076b5ef8a 2018-09-07 18:42:58,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.49223303795s 2018-09-07 18:42:58,271 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file used request id req-64d3b62b-3cae-4673-b366-a06076b5ef8a 2018-09-07 18:42:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:42:58,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:58,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-a7f7d319-a698-436e-905d-7f36175e97a4 Date: Fri, 07 Sep 2018 18:42:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "metadata": {}}], "file": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "c6229246-f466-406c-8490-0a6e305a3681", "size": 12716032, "self": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:42:58,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a7f7d319-a698-436e-905d-7f36175e97a4 2018-09-07 18:42:58,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1602602005s 2018-09-07 18:42:58,432 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a7f7d319-a698-436e-905d-7f36175e97a4 2018-09-07 18:42:58,434 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file', 'owner': u'c264d7fb3fe6424f80aab405083b0c30', 'id': u'c6229246-f466-406c-8490-0a6e305a3681', 'size': 12716032, u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c264d7fb3fe6424f80aab405083b0c30', 'name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:42:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:42:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'created': u'2018-09-07T18:42:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:42:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c6229246-f466-406c-8490-0a6e305a3681', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:42:58,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:42:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:42:58,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca94cb15-d861-4457-ba6b-9856318264f3 x-compute-request-id: req-ca94cb15-d861-4457-ba6b-9856318264f3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8232267d-6685-44ae-a4a2-cc190fddc8a7", "name": "tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:42:58,631 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ca94cb15-d861-4457-ba6b-9856318264f3 2018-09-07 18:42:58,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195275068283s 2018-09-07 18:42:58,631 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ca94cb15-d861-4457-ba6b-9856318264f3 returning object 8232267d-6685-44ae-a4a2-cc190fddc8a7 2018-09-07 18:42:58,632 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'8232267d-6685-44ae-a4a2-cc190fddc8a7', 'swap': 0}) 2018-09-07 18:42:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:42:58,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7/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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"extra_specs": {}}' 2018-09-07 18:42:58,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a458d494-b6e8-4871-95a6-1ac9ce3b88d4 x-compute-request-id: req-a458d494-b6e8-4871-95a6-1ac9ce3b88d4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:42:58,654 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7/os-extra_specs used request id req-a458d494-b6e8-4871-95a6-1ac9ce3b88d4 2018-09-07 18:42:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208129882812s 2018-09-07 18:42:58,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7/os-extra_specs used request id req-a458d494-b6e8-4871-95a6-1ac9ce3b88d4 2018-09-07 18:42:58,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:42:58,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:58,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:42: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:42:58,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:58,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66b98f67-a3f5-4252-b10f-fc728275688c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:42:58,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-66b98f67-a3f5-4252-b10f-fc728275688c 2018-09-07 18:42:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.094507932663s 2018-09-07 18:42:58,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-07 18:42:58,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:58,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16aa9bf8-a642-4417-97ae-4ba3fce977c9 x-compute-request-id: req-16aa9bf8-a642-4417-97ae-4ba3fce977c9 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 18:42:58,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-16aa9bf8-a642-4417-97ae-4ba3fce977c9 2018-09-07 18:42:58,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177299022675s 2018-09-07 18:42:58,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-16aa9bf8-a642-4417-97ae-4ba3fce977c9 2018-09-07 18:42:58,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:42:58,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:42:59,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-21dcc517-8121-442a-9b45-93dd28b23b0d Date: Fri, 07 Sep 2018 18:42:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "metadata": {}}], "file": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "c6229246-f466-406c-8490-0a6e305a3681", "size": 12716032, "self": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:42:59,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-21dcc517-8121-442a-9b45-93dd28b23b0d 2018-09-07 18:42:59,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167811155319s 2018-09-07 18:42:59,106 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-21dcc517-8121-442a-9b45-93dd28b23b0d 2018-09-07 18:42:59,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 18:42:59,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}' 2018-09-07 18:42:59,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012 X-Openstack-Request-Id: req-4437a45e-fd48-41b6-8f0e-bc8edcdca679 Date: Fri, 07 Sep 2018 18:42:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "aebf6034-8e73-45e0-a920-2eab71f32012", "size": null, "self": "/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": null, "created_at": "2018-09-07T18:42:59Z", "protected": false} 2018-09-07 18:42:59,367 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-4437a45e-fd48-41b6-8f0e-bc8edcdca679 2018-09-07 18:42:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.25862288475s 2018-09-07 18:42:59,367 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-4437a45e-fd48-41b6-8f0e-bc8edcdca679 returning object aebf6034-8e73-45e0-a920-2eab71f32012 2018-09-07 18:42:59,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 18:42:59,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '' 2018-09-07 18:43:00,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-444f8af1-3733-47d8-b060-55a192adc58b Date: Fri, 07 Sep 2018 18:43: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-07 18:43:00,665 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file used request id req-444f8af1-3733-47d8-b060-55a192adc58b 2018-09-07 18:43:00,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.29729294777s 2018-09-07 18:43:00,666 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file used request id req-444f8af1-3733-47d8-b060-55a192adc58b 2018-09-07 18:43:00,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:43:00,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:43:00,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-5730832b-1a1c-4d7a-87c0-97aa132235d3 Date: Fri, 07 Sep 2018 18:43:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap", "metadata": {}}], "file": "/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "aebf6034-8e73-45e0-a920-2eab71f32012", "size": 12716032, "self": "/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:43:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:42:59Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "metadata": {}}], "file": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "c6229246-f466-406c-8490-0a6e305a3681", "size": 12716032, "self": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:43:00,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5730832b-1a1c-4d7a-87c0-97aa132235d3 2018-09-07 18:43:00,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0298750400543s 2018-09-07 18:43:00,697 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5730832b-1a1c-4d7a-87c0-97aa132235d3 2018-09-07 18:43:00,699 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012/file', 'owner': u'c264d7fb3fe6424f80aab405083b0c30', 'id': u'aebf6034-8e73-45e0-a920-2eab71f32012', 'size': 12716032, u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c264d7fb3fe6424f80aab405083b0c30', 'name': 'tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/aebf6034-8e73-45e0-a920-2eab71f32012/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:43:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:43:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', 'created': u'2018-09-07T18:42:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:42:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:43:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:43:00,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:43:00,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-affbc39a-30c5-402b-8bff-b8a6458dc1a4 x-compute-request-id: req-affbc39a-30c5-402b-8bff-b8a6458dc1a4 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "name": "tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:43:00,765 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-affbc39a-30c5-402b-8bff-b8a6458dc1a4 2018-09-07 18:43:00,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0652618408203s 2018-09-07 18:43:00,766 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-affbc39a-30c5-402b-8bff-b8a6458dc1a4 returning object 2258062d-f0d3-4a9f-89c5-a37b815ad5d8 2018-09-07 18:43:00,767 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2258062d-f0d3-4a9f-89c5-a37b815ad5d8', 'swap': 0}) 2018-09-07 18:43:00,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:43:00,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8/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}d7ff9566992f23f3f228fcd172cc117822a323cb" -d '{"extra_specs": {}}' 2018-09-07 18:43:00,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-101599c4-0871-46dc-9e34-31ace39d6a7e x-compute-request-id: req-101599c4-0871-46dc-9e34-31ace39d6a7e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:43:00,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8/os-extra_specs used request id req-101599c4-0871-46dc-9e34-31ace39d6a7e 2018-09-07 18:43:00,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020721912384s 2018-09-07 18:43:00,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8/os-extra_specs used request id req-101599c4-0871-46dc-9e34-31ace39d6a7e 2018-09-07 18:43:00,789 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2258062d-f0d3-4a9f-89c5-a37b815ad5d8', 'swap': 0}) 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 18:43:02.907 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c). 2018-09-07 18:43:04.142 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 18:43:04.144 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) has been successfully configured for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c)! 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 18:43:04,312 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 18:43:04,315 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 18:43:04,327 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-07 18:43:10,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a921ce86-01be-4fe6-b3c3-191d7e8c18d0/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-09-07 18:43:10,182 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 18:43:10,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 18:43:10,199 - 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-07 18:43:12,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:12.360 51 INFO rally.api [-] Starting verification (UUID=d439e1fd-e5c4-468a-9ce9-764da7c3fa41) for deployment 'opnfv-rally' (UUID=87807c3b-33e4-48da-87c6-30118847a41c) by verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 18:43:12,361 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d439e1fd-e5c4-468a-9ce9-764da7c3fa41 2018-09-07 18:43:19,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:19.524 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.167s] 2018-09-07 18:43:19,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:19.582 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-09-07 18:43:26,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:26.492 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.452s] 2018-09-07 18:43:29,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:29.847 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.353s] 2018-09-07 18:43:43,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:43.184 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.525s] 2018-09-07 18:43:59,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:43:59.716 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.064s] 2018-09-07 18:45:00,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:00.806 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2018-09-07 18:45:00,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:00.809 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-09-07 18:45:31,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:31.379 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-09-07 18:45:31,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:45:31.380 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-07 18:46:00,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:00.466 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-09-07 18:46:00,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:00.467 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-09-07 18:46:43,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:46:43.656 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.495s] 2018-09-07 18:47:06,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:06.758 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-09-07 18:47:06,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:06.855 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.097s] 2018-09-07 18:47:15,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:15.046 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.663s] 2018-09-07 18:47:15,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:15.056 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-07 18:47:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:16.713 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-07 18:47:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:16.714 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-07 18:47:20,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:20.728 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2018-09-07 18:47:26,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:26.488 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-09-07 18:47:32,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:32.879 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.646s] 2018-09-07 18:47:41,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:41.124 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.581s] 2018-09-07 18:47:50,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:50.257 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.119s] 2018-09-07 18:47:56,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:47:56.485 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.379s] 2018-09-07 18:48:02,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:02.395 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.193s] 2018-09-07 18:48:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:10.125 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.449s] 2018-09-07 18:48:17,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:17.228 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.451s] 2018-09-07 18:48:25,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:25.709 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.962s] 2018-09-07 18:48:28,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:28.061 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-07 18:48:30,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.083 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.067s] 2018-09-07 18:48:30,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.164 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.080s] 2018-09-07 18:48:30,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.244 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.079s] 2018-09-07 18:48:30,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:30.251 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-07 18:48:34,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:34.980 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.282s] 2018-09-07 18:48:36,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:36.470 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.488s] 2018-09-07 18:48:38,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:38.524 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.055s] 2018-09-07 18:48:44,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:44.111 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-09-07 18:48:50,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:48:50.969 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.449s] 2018-09-07 18:49:02,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:02.638 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.624s] 2018-09-07 18:49:06,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:06.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.563s] 2018-09-07 18:49:17,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:17.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.494s] 2018-09-07 18:49:20,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:20.822 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.538s] 2018-09-07 18:49:29,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:29.624 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.800s] 2018-09-07 18:49:39,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:39.011 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.776s] 2018-09-07 18:49:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:42.660 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.648s] 2018-09-07 18:49:49,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:49:49.525 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.864s] 2018-09-07 18:50:05,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.900s] 2018-09-07 18:50:05,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.799 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.289s] 2018-09-07 18:50:05,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.918 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.119s] 2018-09-07 18:50:05,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:05.974 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2018-09-07 18:50:06,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:06.225 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.250s] 2018-09-07 18:50:06,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:06.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.212s] 2018-09-07 18:50:20,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:20.759 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.659s] 2018-09-07 18:50:21,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.196 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.437s] 2018-09-07 18:50:21,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.454 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.258s] 2018-09-07 18:50:21,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.732 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.277s] 2018-09-07 18:50:21,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:21.859 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.125s] 2018-09-07 18:50:22,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:22.080 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.221s] 2018-09-07 18:50:35,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:35.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.051s] 2018-09-07 18:50:42,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:42.056 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.773s] 2018-09-07 18:50:43,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:43.777 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.720s] 2018-09-07 18:50:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:43.831 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2018-09-07 18:50:44,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:44.020 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.189s] 2018-09-07 18:50:55,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:50:55.954 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.208s] 2018-09-07 18:51:02,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:02.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.706s] 2018-09-07 18:51:04,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.455 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.794s] 2018-09-07 18:51:04,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.511 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-09-07 18:51:04,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:04.595 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.084s] 2018-09-07 18:51:19,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:19.872 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.407s] 2018-09-07 18:51:25,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:25.656 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.784s] 2018-09-07 18:51:30,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:30.606 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.948s] 2018-09-07 18:51:33,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:33.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.908s] 2018-09-07 18:51:57,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:51:57.727 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.172s] 2018-09-07 18:52:02,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:02.936 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.208s] 2018-09-07 18:52:07,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:07.157 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.220s] 2018-09-07 18:52:09,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:09.903 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.746s] 2018-09-07 18:52:27,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:27.412 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.871s] 2018-09-07 18:52:29,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:29.301 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.886s] 2018-09-07 18:52:29,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:29.344 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-09-07 18:52:34,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:34.044 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.578s] 2018-09-07 18:52:36,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:36.117 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.071s] 2018-09-07 18:52:36,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:36.160 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-09-07 18:52:40,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:40.603 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.232s] 2018-09-07 18:52:44,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:44.087 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-09-07 18:52:45,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.551 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-07 18:52:45,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.554 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-07 18:52:45,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.554 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-07 18:52:45,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.555 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-07 18:52:45,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:45.556 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-07 18:52:47,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:52:47.535 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-09-07 18:53:07,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:07.310 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.499s] 2018-09-07 18:53:20,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:20.157 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.006s] 2018-09-07 18:53:31,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:31.412 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.251s] 2018-09-07 18:53:42,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:53:42.020 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.184s] 2018-09-07 18:54:47,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:54:47.216 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [58.722s] 2018-09-07 18:55:21,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:55:21.198 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.685s] 2018-09-07 18:56:01,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 18:56:01.956 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [22.316s] 2018-09-07 18:56:17,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d439e1fd-e5c4-468a-9ce9-764da7c3fa41 2018-09-07 18:56:17,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd439e1fd-e5c4-468a-9ce9-764da7c3fa41']'. 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 18:56:18,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d439e1fd-e5c4-468a-9ce9-764da7c3fa41 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 18:43:12 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 18:56:16 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:04 | 2018-09-07 18:56:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a921ce86-01be-4fe6-b3c3-191d7e8c18d0) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 87807c3b-33e4-48da-87c6-30118847a41c) | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-09-07 18:56:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 764.582 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 18:56:18,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 18:56:18,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 18:56:18,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-09-07 18:56:18,277 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 18:56:18,278 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 13:27 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-09-07 18:56:18,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 18:56:18,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:19,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-301ed100-975c-432f-b98b-7bf8d7972673 Date: Fri, 07 Sep 2018 18:56: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-07 18:56:19,736 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012 used request id req-301ed100-975c-432f-b98b-7bf8d7972673 2018-09-07 18:56:19,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.45236897469s 2018-09-07 18:56:19,737 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/aebf6034-8e73-45e0-a920-2eab71f32012 used request id req-301ed100-975c-432f-b98b-7bf8d7972673 2018-09-07 18:56:19,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:56:19,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:19,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-5043730b-fb3e-45a9-865d-2ab168b1bb07 x-compute-request-id: req-5043730b-fb3e-45a9-865d-2ab168b1bb07 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2258062d-f0d3-4a9f-89c5-a37b815ad5d8", "name": "tempest_smoke_serial-flavor_alt_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8232267d-6685-44ae-a4a2-cc190fddc8a7", "name": "tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:56:19,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5043730b-fb3e-45a9-865d-2ab168b1bb07 2018-09-07 18:56:19,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.175937891006s 2018-09-07 18:56:19,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5043730b-fb3e-45a9-865d-2ab168b1bb07 2018-09-07 18:56:19,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 18:56:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:19,970 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-e4a7b091-072d-4f7f-bd69-49e879c12388 x-compute-request-id: req-e4a7b091-072d-4f7f-bd69-49e879c12388 Content-Length: 0 Content-Type: application/json 2018-09-07 18:56:19,970 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8 used request id req-e4a7b091-072d-4f7f-bd69-49e879c12388 2018-09-07 18:56:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0535988807678s 2018-09-07 18:56:19,970 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2258062d-f0d3-4a9f-89c5-a37b815ad5d8 used request id req-e4a7b091-072d-4f7f-bd69-49e879c12388 2018-09-07 18:56:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 18:56:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" -d '{"subnet_id": "3062abcd-2255-4ecd-86e1-e9708eaaa7f5"}' 2018-09-07 18:56:21,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3e9d55cc-d302-402b-a886-8d0dea09777f Date: Fri, 07 Sep 2018 18:56:21 GMT RESP BODY: {"network_id": "e9ca3ead-320f-4f47-8029-1ae436ca7fd3", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "subnet_id": "3062abcd-2255-4ecd-86e1-e9708eaaa7f5", "subnet_ids": ["3062abcd-2255-4ecd-86e1-e9708eaaa7f5"], "port_id": "d7355f43-72fa-4248-a331-514cac188dde", "id": "a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85"} 2018-09-07 18:56:21,160 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/remove_router_interface.json used request id req-3e9d55cc-d302-402b-a886-8d0dea09777f 2018-09-07 18:56:21,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.18979907036s 2018-09-07 18:56:21,161 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85/remove_router_interface.json used request id req-3e9d55cc-d302-402b-a886-8d0dea09777f returning object a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85 2018-09-07 18:56:21,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 18:56:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:21,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1956 X-Openstack-Request-Id: req-65ac710a-3e71-4757-a0c2-b8bd463bc34b Date: Fri, 07 Sep 2018 18:56:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:56:20Z", "revision_number": 4, "routes": [], "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85", "name": "tempest_smoke_serial-router_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 18:56:21,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-65ac710a-3e71-4757-a0c2-b8bd463bc34b 2018-09-07 18:56:21,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.227072000504s 2018-09-07 18:56:21,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-65ac710a-3e71-4757-a0c2-b8bd463bc34b 2018-09-07 18:56:21,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 18:56:21,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85.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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:22,882 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-faf6db1b-55b1-43a1-888b-f318a3209897 Content-Length: 0 Date: Fri, 07 Sep 2018 18:56:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:56:22,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85.json used request id req-faf6db1b-55b1-43a1-888b-f318a3209897 2018-09-07 18:56:22,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49152898788s 2018-09-07 18:56:22,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a26ce1d2-fc2f-45ae-a0fd-4f7b9937db85.json used request id req-faf6db1b-55b1-43a1-888b-f318a3209897 2018-09-07 18:56:22,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 18:56:22,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:23,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1302 X-Openstack-Request-Id: req-36fe8406-0594-4a57-b008-4d1500ec8f8a Date: Fri, 07 Sep 2018 18:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9ca3ead-320f-4f47-8029-1ae436ca7fd3","tenant_id":"c264d7fb3fe6424f80aab405083b0c30","created_at":"2018-09-07T18:42:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:42:53Z","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":"c264d7fb3fe6424f80aab405083b0c30","id":"3062abcd-2255-4ecd-86e1-e9708eaaa7f5","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 18:56:23,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-36fe8406-0594-4a57-b008-4d1500ec8f8a 2018-09-07 18:56:23,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.213871955872s 2018-09-07 18:56:23,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-36fe8406-0594-4a57-b008-4d1500ec8f8a 2018-09-07 18:56:23,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 18:56:23,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/3062abcd-2255-4ecd-86e1-e9708eaaa7f5.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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:25,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16677cb1-6939-4215-a7d7-5e370b653bb1 Date: Fri, 07 Sep 2018 18:56:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:56:25,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3062abcd-2255-4ecd-86e1-e9708eaaa7f5.json used request id req-16677cb1-6939-4215-a7d7-5e370b653bb1 2018-09-07 18:56:25,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26206898689s 2018-09-07 18:56:25,361 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3062abcd-2255-4ecd-86e1-e9708eaaa7f5.json used request id req-16677cb1-6939-4215-a7d7-5e370b653bb1 2018-09-07 18:56:25,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:56:25,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:25,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1363 X-Openstack-Request-Id: req-448b4672-e5f9-46c2-8a9a-c49f911d0514 Date: Fri, 07 Sep 2018 18:56:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e9ca3ead-320f-4f47-8029-1ae436ca7fd3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"c264d7fb3fe6424f80aab405083b0c30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:56:25Z","provider:segmentation_id":91,"name":"tempest_smoke_serial-net_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee","admin_state_up":true,"tenant_id":"c264d7fb3fe6424f80aab405083b0c30","created_at":"2018-09-07T18:42:51Z","provider:network_type":"vxlan"}]} 2018-09-07 18:56:25,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-448b4672-e5f9-46c2-8a9a-c49f911d0514 2018-09-07 18:56:25,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.413644075394s 2018-09-07 18:56:25,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-448b4672-e5f9-46c2-8a9a-c49f911d0514 2018-09-07 18:56:25,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 18:56:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/e9ca3ead-320f-4f47-8029-1ae436ca7fd3.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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:26,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da637178-1709-4a30-8300-476a1173a720 Date: Fri, 07 Sep 2018 18:56:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 18:56:26,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e9ca3ead-320f-4f47-8029-1ae436ca7fd3.json used request id req-da637178-1709-4a30-8300-476a1173a720 2018-09-07 18:56:26,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.699069976807s 2018-09-07 18:56:26,476 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e9ca3ead-320f-4f47-8029-1ae436ca7fd3.json used request id req-da637178-1709-4a30-8300-476a1173a720 2018-09-07 18:56:26,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:56:26,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:26,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-93513650-8545-46eb-a23c-a593b26298d8 Date: Fri, 07 Sep 2018 18:56:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "metadata": {}}], "file": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681/file", "owner": "c264d7fb3fe6424f80aab405083b0c30", "id": "c6229246-f466-406c-8490-0a6e305a3681", "size": 12716032, "self": "/v2/images/c6229246-f466-406c-8490-0a6e305a3681", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/c6229246-f466-406c-8490-0a6e305a3681/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:42:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:42:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:56:26,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-93513650-8545-46eb-a23c-a593b26298d8 2018-09-07 18:56:26,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.156764984131s 2018-09-07 18:56:26,634 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-93513650-8545-46eb-a23c-a593b26298d8 2018-09-07 18:56:26,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 18:56:26,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5cb24369e4fae5577f5c31627cea1b1ce0e8fa52" 2018-09-07 18:56:28,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16ce8bed-cad3-4c52-86aa-a205b18d58f0 Date: Fri, 07 Sep 2018 18:56: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-07 18:56:28,671 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681 used request id req-16ce8bed-cad3-4c52-86aa-a205b18d58f0 2018-09-07 18:56:28,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03557705879s 2018-09-07 18:56:28,671 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c6229246-f466-406c-8490-0a6e305a3681 used request id req-16ce8bed-cad3-4c52-86aa-a205b18d58f0 2018-09-07 18:56:28,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 18:56:28,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:28,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56: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-15352fbe-f22d-423c-b306-f5dfc78b16b4 x-compute-request-id: req-15352fbe-f22d-423c-b306-f5dfc78b16b4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8232267d-6685-44ae-a4a2-cc190fddc8a7", "name": "tempest_smoke_serial-flavor_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 18:56:28,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-15352fbe-f22d-423c-b306-f5dfc78b16b4 2018-09-07 18:56:28,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337190628052s 2018-09-07 18:56:28,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-15352fbe-f22d-423c-b306-f5dfc78b16b4 2018-09-07 18:56:28,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 18:56:28,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:28,750 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 18:56: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-722bbec7-fdc5-4850-b956-2574571f2e48 x-compute-request-id: req-722bbec7-fdc5-4850-b956-2574571f2e48 Content-Length: 0 Content-Type: application/json 2018-09-07 18:56:28,750 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7 used request id req-722bbec7-fdc5-4850-b956-2574571f2e48 2018-09-07 18:56:28,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426859855652s 2018-09-07 18:56:28,750 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8232267d-6685-44ae-a4a2-cc190fddc8a7 used request id req-722bbec7-fdc5-4850-b956-2574571f2e48 2018-09-07 18:56:28,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:56:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:28,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321753a8-6b8a-456b-934f-c977dce85ccd Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee", "links": {"self": "http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af"}, "domain_id": "default", "enabled": true, "id": "f64755c10d2146c3bd55b7b5946353af", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:56:28,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-321753a8-6b8a-456b-934f-c977dce85ccd 2018-09-07 18:56:28,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097815990448s 2018-09-07 18:56:28,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-321753a8-6b8a-456b-934f-c977dce85ccd 2018-09-07 18:56:28,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:56:28,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:28,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55421683-8337-4194-bf25-1d7bc1400e5c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af"}, "enabled": true, "id": "f64755c10d2146c3bd55b7b5946353af", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}} 2018-09-07 18:56:28,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af used request id req-55421683-8337-4194-bf25-1d7bc1400e5c 2018-09-07 18:56:28,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101347923279s 2018-09-07 18:56:28,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af used request id req-55421683-8337-4194-bf25-1d7bc1400e5c 2018-09-07 18:56:28,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 18:56:28,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:29,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:56:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34f16798-9e33-455b-a642-2325527ccc7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:56:29,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af used request id req-34f16798-9e33-455b-a642-2325527ccc7a 2018-09-07 18:56:29,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.225534915924s 2018-09-07 18:56:29,183 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f64755c10d2146c3bd55b7b5946353af used request id req-34f16798-9e33-455b-a642-2325527ccc7a 2018-09-07 18:56:29,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:56:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:29,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11fa6f8e-1354-46a7-9b8b-baea108dda52 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30"}, "enabled": true, "id": "c264d7fb3fe6424f80aab405083b0c30", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_74c197fb-46b4-4fdb-ab37-0d8ac8bd5eee"}]} 2018-09-07 18:56:29,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-11fa6f8e-1354-46a7-9b8b-baea108dda52 2018-09-07 18:56:29,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0755288600922s 2018-09-07 18:56:29,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-11fa6f8e-1354-46a7-9b8b-baea108dda52 2018-09-07 18:56:29,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 18:56:29,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:29,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:56:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad031b77-8b6a-4e3a-9c96-cad7e57141b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:56:29,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30 used request id req-ad031b77-8b6a-4e3a-9c96-cad7e57141b8 2018-09-07 18:56:29,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159557104111s 2018-09-07 18:56:29,422 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c264d7fb3fe6424f80aab405083b0c30 used request id req-ad031b77-8b6a-4e3a-9c96-cad7e57141b8 2018-09-07 18:56:29,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:29,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:29,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39518d92-1148-48b4-bb8e-2c2aea1ed28b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f5395dab9fe427a9d377eb9aa7692b2", "links": {"self": "http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:29,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-39518d92-1148-48b4-bb8e-2c2aea1ed28b 2018-09-07 18:56:29,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757911205292s 2018-09-07 18:56:29,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 18:56:29,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ff9566992f23f3f228fcd172cc117822a323cb" 2018-09-07 18:56:29,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:56:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cbe024e-1c45-47ed-af01-0f12b7748978 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:56:29,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/0f5395dab9fe427a9d377eb9aa7692b2 used request id req-8cbe024e-1c45-47ed-af01-0f12b7748978 2018-09-07 18:56:29,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111246109009s 2018-09-07 18:56:29,664 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:56:29,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:56:29,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:56:29,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:56:29,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:56:29,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:56:29,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:56:29,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:56:29,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:56:29,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24dde74-7466-46fc-9f4b-86a4a08bc1ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:56:29,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a24dde74-7466-46fc-9f4b-86a4a08bc1ec 2018-09-07 18:56:29,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:56:30,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["aLNXMTPnSUawqfH1fymuaw"], "issued_at": "2018-09-07T18:56:30.000000Z"}} 2018-09-07 18:56:30,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:56:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:30,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4b837174-9642-405e-b429-dbdc3522432a Date: Fri, 07 Sep 2018 18:56:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:56:30,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b837174-9642-405e-b429-dbdc3522432a 2018-09-07 18:56:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230553865433s 2018-09-07 18:56:30,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b837174-9642-405e-b429-dbdc3522432a 2018-09-07 18:56:30,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:56:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:30,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 18:56:30 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 18:56:30,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:30,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b83679a-8a06-49a6-899b-ed741c448bf8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:56:30,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-9b83679a-8a06-49a6-899b-ed741c448bf8 2018-09-07 18:56:30,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0898218154907s 2018-09-07 18:56:30,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 18:56:30,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}}' 2018-09-07 18:56:30,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:56:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f7cefb5-4e84-44fc-9ba5-9b350cf59ff5 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.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948"}, "enabled": true, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}} 2018-09-07 18:56:30,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-3f7cefb5-4e84-44fc-9ba5-9b350cf59ff5 2018-09-07 18:56:30,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107517004013s 2018-09-07 18:56:30,563 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-3f7cefb5-4e84-44fc-9ba5-9b350cf59ff5 2018-09-07 18:56:30,564 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'id': u'51729ca6f2af4c1bb498f0fd2da1e948', '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-07 18:56:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 18:56:30,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350714921951s 2018-09-07 18:56:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4833ef81-4d1d-45da-bc1a-1cd88dc931fe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4"}, "enabled": true, "id": "5a2560ea890b47ee9f26ffac97975cb4", "options": {}, "domain_id": "default", "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7"}} 2018-09-07 18:56:31,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 used request id req-4833ef81-4d1d-45da-bc1a-1cd88dc931fe 2018-09-07 18:56:31,008 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5a2560ea890b47ee9f26ffac97975cb4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7'}) 2018-09-07 18:56:31,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:31,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484d1ce3-56d2-4f76-b639-05f7d1d28f7e Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:31,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-484d1ce3-56d2-4f76-b639-05f7d1d28f7e 2018-09-07 18:56:31,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761849880219s 2018-09-07 18:56:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:31,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd35856-047e-4bb6-859b-2d89b6f635dd Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:31,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bcd35856-047e-4bb6-859b-2d89b6f635dd 2018-09-07 18:56:31,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779469013214s 2018-09-07 18:56:31,165 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 18:56:31,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 18:56:31,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"role": {"name": "Member"}}' 2018-09-07 18:56:31,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dbc25e0-7fdb-401c-9831-063fb55a365d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "147261097451484897ac77a262cd0928", "links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "name": "Member"}} 2018-09-07 18:56:31,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-6dbc25e0-7fdb-401c-9831-063fb55a365d 2018-09-07 18:56:31,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0974690914154s 2018-09-07 18:56:31,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4373bbca-4204-4988-a995-26bb67370890 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "domain_id": null, "name": "Member", "id": "147261097451484897ac77a262cd0928"}} 2018-09-07 18:56:31,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928 used request id req-4373bbca-4204-4988-a995-26bb67370890 2018-09-07 18:56:31,278 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928'}, 'domain_id': None, 'human_id': None, 'id': u'147261097451484897ac77a262cd0928', 'HUMAN_ID': False}) 2018-09-07 18:56:31,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aa14620-608f-4d2b-ad21-60a24cfc7e68 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147261097451484897ac77a262cd0928", "links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:31,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8aa14620-608f-4d2b-ad21-60a24cfc7e68 2018-09-07 18:56:31,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803499221802s 2018-09-07 18:56:31,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:56:31,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65bf6df6-2c06-41b5-8f53-ec54a0efcfe4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:56:31,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-65bf6df6-2c06-41b5-8f53-ec54a0efcfe4 2018-09-07 18:56:31,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804769992828s 2018-09-07 18:56:31,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:56:31,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24ee28a-fd33-450a-903f-8ace7e21f91e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7", "links": {"self": "http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4"}, "domain_id": "default", "enabled": true, "id": "5a2560ea890b47ee9f26ffac97975cb4", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:56:31,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f24ee28a-fd33-450a-903f-8ace7e21f91e 2018-09-07 18:56:31,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097892999649s 2018-09-07 18:56:31,540 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f24ee28a-fd33-450a-903f-8ace7e21f91e 2018-09-07 18:56:31,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:56:31,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e37437e7-859f-49cd-966c-fbe686eb6563 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948"}, "enabled": true, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:56:31,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e37437e7-859f-49cd-966c-fbe686eb6563 2018-09-07 18:56:31,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798399448395s 2018-09-07 18:56:31,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e37437e7-859f-49cd-966c-fbe686eb6563 2018-09-07 18:56:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:56:31,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=147261097451484897ac77a262cd0928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817f127b-0d64-4f41-bb57-5c34c7bdbc19 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=147261097451484897ac77a262cd0928", "previous": null, "next": null}} 2018-09-07 18:56:31,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=147261097451484897ac77a262cd0928 used request id req-817f127b-0d64-4f41-bb57-5c34c7bdbc19 2018-09-07 18:56:31,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0814380645752s 2018-09-07 18:56:31,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:56:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948/users/5a2560ea890b47ee9f26ffac97975cb4/roles/147261097451484897ac77a262cd0928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d9ad8dd-3ded-458f-9d2a-8dd77a0d1f87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:56:31,828 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948/users/5a2560ea890b47ee9f26ffac97975cb4/roles/147261097451484897ac77a262cd0928 used request id req-6d9ad8dd-3ded-458f-9d2a-8dd77a0d1f87 2018-09-07 18:56:31,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117035150528s 2018-09-07 18:56:31,829 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 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': '219541b9-b586-4289-8464-c7e3ddd492a7', 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_4e444afe-be9c-40d2-990d-696254f8c9c7', 'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 18:56:31,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 18:56:31,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 18:56:31,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 18:56:31,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 18:56:31,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 18:56:31,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 18:56:31,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 18:56:31,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 18:56:31,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 18:56:31,834 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7', 'password': '219541b9-b586-4289-8464-c7e3ddd492a7', 'project_name': 'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '51729ca6f2af4c1bb498f0fd2da1e948', 'project_domain_name': 'Default'} 2018-09-07 18:56:31,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:31,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af20e1ff-33ae-4d40-80c2-875fcc96a8f1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147261097451484897ac77a262cd0928", "links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:31,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-af20e1ff-33ae-4d40-80c2-875fcc96a8f1 2018-09-07 18:56:31,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781280994415s 2018-09-07 18:56:31,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 18:56:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:31,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9748e333-481e-4743-b78c-5e0f3529990d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147261097451484897ac77a262cd0928", "links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 18:56:31,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9748e333-481e-4743-b78c-5e0f3529990d 2018-09-07 18:56:31,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769319534302s 2018-09-07 18:56:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 18:56:31,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:32,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07e69fb-28ff-4113-b3b1-36cbc6659463 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 18:56:32,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a07e69fb-28ff-4113-b3b1-36cbc6659463 2018-09-07 18:56:32,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0719039440155s 2018-09-07 18:56:32,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 18:56:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:32,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6340c9b5-b19c-4aad-8e8b-7e783e7600b4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7", "links": {"self": "http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4"}, "domain_id": "default", "enabled": true, "id": "5a2560ea890b47ee9f26ffac97975cb4", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 18:56:32,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6340c9b5-b19c-4aad-8e8b-7e783e7600b4 2018-09-07 18:56:32,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103545188904s 2018-09-07 18:56:32,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6340c9b5-b19c-4aad-8e8b-7e783e7600b4 2018-09-07 18:56:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:56:32,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:32,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4682f1-1551-4ed3-9c48-a23029c1d80e Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948"}, "enabled": true, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:56:32,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-5b4682f1-1551-4ed3-9c48-a23029c1d80e 2018-09-07 18:56:32,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0854549407959s 2018-09-07 18:56:32,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-5b4682f1-1551-4ed3-9c48-a23029c1d80e 2018-09-07 18:56:32,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 18:56:32,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:32,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894001de-7eb3-434c-9cb6-17d4710a27ae Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 18:56:32,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=5a2560ea890b47ee9f26ffac97975cb4&scope.project.id=51729ca6f2af4c1bb498f0fd2da1e948&role.id=765cac6f031a43628860c2853b35fec1 used request id req-894001de-7eb3-434c-9cb6-17d4710a27ae 2018-09-07 18:56:32,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0730011463165s 2018-09-07 18:56:32,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 18:56:32,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948/users/5a2560ea890b47ee9f26ffac97975cb4/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:32,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 18:56:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a9d0fd6-031f-471c-8979-653f7a669ed2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 18:56:32,463 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948/users/5a2560ea890b47ee9f26ffac97975cb4/roles/765cac6f031a43628860c2853b35fec1 used request id req-4a9d0fd6-031f-471c-8979-653f7a669ed2 2018-09-07 18:56:32,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126709938049s 2018-09-07 18:56:32,464 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-07 18:56:36,629 - 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-07 18:56:36,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 18:56:36,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:36,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5e5808-71e7-444e-920b-f42efaa2bee4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 18:56:36,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-be5e5808-71e7-444e-920b-f42efaa2bee4 2018-09-07 18:56:36,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0926580429077s 2018-09-07 18:56:36,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 18:56:36,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 18:56:36,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc4023d-f75b-45ba-bacc-53ab5019c8df Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948"}, "enabled": true, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 18:56:36,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-3bc4023d-f75b-45ba-bacc-53ab5019c8df 2018-09-07 18:56:36,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0880649089813s 2018-09-07 18:56:36,813 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-3bc4023d-f75b-45ba-bacc-53ab5019c8df 2018-09-07 18:56:36,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 18:56:36,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"network": {"shared": true, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "name": "rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7", "admin_state_up": true}}' 2018-09-07 18:56:37,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d063f236-ab46-42fd-8791-6694ed199f88 Date: Fri, 07 Sep 2018 18:56: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":"4d5ea194-8b3c-49a6-967f-336a15397ef9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"51729ca6f2af4c1bb498f0fd2da1e948","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:56:37Z","is_default":false,"provider:segmentation_id":52,"name":"rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7","admin_state_up":true,"tenant_id":"51729ca6f2af4c1bb498f0fd2da1e948","created_at":"2018-09-07T18:56:37Z","mtu":1450}} 2018-09-07 18:56:37,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d063f236-ab46-42fd-8791-6694ed199f88 2018-09-07 18:56:37,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.576593160629s 2018-09-07 18:56:37,393 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d063f236-ab46-42fd-8791-6694ed199f88 2018-09-07 18:56:37,394 - 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-07T18:56:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d5ea194-8b3c-49a6-967f-336a15397ef9', u'provider:segmentation_id': 52, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7', u'admin_state_up': True, u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948'}) 2018-09-07 18:56:37,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 18:56:37,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f77208-b5f4-4a50-85b7-56db4e12de6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 18:56:37,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-15f77208-b5f4-4a50-85b7-56db4e12de6a 2018-09-07 18:56:37,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 18:56:37,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "147261097451484897ac77a262cd0928", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T19:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/51729ca6f2af4c1bb498f0fd2da1e948", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7", "id": "5a2560ea890b47ee9f26ffac97975cb4"}, "audit_ids": ["j0iuFMTeTsaFuL3yrTyfKA"], "issued_at": "2018-09-07T18:56:37.000000Z"}} 2018-09-07 18:56:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 18:56:37,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 18:56:38,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-0cf317fe-6453-480a-b02c-a430e55a72d3 Date: Fri, 07 Sep 2018 18:56:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4d5ea194-8b3c-49a6-967f-336a15397ef9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"51729ca6f2af4c1bb498f0fd2da1e948","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T18:56:37Z","provider:segmentation_id":52,"name":"rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7","admin_state_up":true,"tenant_id":"51729ca6f2af4c1bb498f0fd2da1e948","created_at":"2018-09-07T18:56:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 18:56:38,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0cf317fe-6453-480a-b02c-a430e55a72d3 2018-09-07 18:56:38,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247179985046s 2018-09-07 18:56:38,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0cf317fe-6453-480a-b02c-a430e55a72d3 2018-09-07 18:56:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 18:56:38,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '{"subnet": {"name": "rally_sanity-subnet_4e444afe-be9c-40d2-990d-696254f8c9c7", "enable_dhcp": true, "network_id": "4d5ea194-8b3c-49a6-967f-336a15397ef9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 18:56:38,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d1d14457-9e0b-48f3-8149-aa3b41e84b5e Date: Fri, 07 Sep 2018 18:56:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d5ea194-8b3c-49a6-967f-336a15397ef9","tenant_id":"51729ca6f2af4c1bb498f0fd2da1e948","created_at":"2018-09-07T18:56:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:56: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":"51729ca6f2af4c1bb498f0fd2da1e948","id":"079bac37-ef61-4ac6-916b-798e28ccec69","subnetpool_id":null,"name":"rally_sanity-subnet_4e444afe-be9c-40d2-990d-696254f8c9c7"}} 2018-09-07 18:56:38,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d1d14457-9e0b-48f3-8149-aa3b41e84b5e 2018-09-07 18:56:38,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.593978881836s 2018-09-07 18:56:38,633 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d1d14457-9e0b-48f3-8149-aa3b41e84b5e 2018-09-07 18:56:38,633 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T18:56: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'079bac37-ef61-4ac6-916b-798e28ccec69', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_4e444afe-be9c-40d2-990d-696254f8c9c7', u'enable_dhcp': True, u'network_id': u'4d5ea194-8b3c-49a6-967f-336a15397ef9', u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56: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'51729ca6f2af4c1bb498f0fd2da1e948'}) 2018-09-07 18:56:38,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 18:56:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "rally_sanity-router_4e444afe-be9c-40d2-990d-696254f8c9c7", "admin_state_up": true}}' 2018-09-07 18:56:39,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-00ccce8b-7d00-40d5-a0bb-e1452b05231d Date: Fri, 07 Sep 2018 18:56:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:56:39Z", "revision_number": 2, "routes": [], "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2", "name": "rally_sanity-router_4e444afe-be9c-40d2-990d-696254f8c9c7"}} 2018-09-07 18:56:39,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-00ccce8b-7d00-40d5-a0bb-e1452b05231d 2018-09-07 18:56:39,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18215608597s 2018-09-07 18:56:39,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-00ccce8b-7d00-40d5-a0bb-e1452b05231d 2018-09-07 18:56:39,817 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'created_at': u'2018-09-07T18:56:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T18:56:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'51729ca6f2af4c1bb498f0fd2da1e948', u'id': u'4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2', u'name': u'rally_sanity-router_4e444afe-be9c-40d2-990d-696254f8c9c7'}) 2018-09-07 18:56:39,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 18:56:39,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '{"subnet_id": "079bac37-ef61-4ac6-916b-798e28ccec69"}' 2018-09-07 18:56:41,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9056e2de-2eca-4ae1-bef9-1d1df2cfca94 Date: Fri, 07 Sep 2018 18:56:41 GMT RESP BODY: {"network_id": "4d5ea194-8b3c-49a6-967f-336a15397ef9", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "subnet_id": "079bac37-ef61-4ac6-916b-798e28ccec69", "subnet_ids": ["079bac37-ef61-4ac6-916b-798e28ccec69"], "port_id": "4a1d147d-d519-40c4-9e00-777cfdbc321e", "id": "4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2"} 2018-09-07 18:56:41,424 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/add_router_interface.json used request id req-9056e2de-2eca-4ae1-bef9-1d1df2cfca94 2018-09-07 18:56:41,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.60662984848s 2018-09-07 18:56:41,425 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/add_router_interface.json used request id req-9056e2de-2eca-4ae1-bef9-1d1df2cfca94 returning object 4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2 2018-09-07 18:56:41,425 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 18:56:41,552 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 18:56:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 18:56:41,559 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 18:56:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 18:56:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:56:41,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 18:56:41,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-db81f066-c969-4541-9c20-f0569388a45d Date: Fri, 07 Sep 2018 18:56:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:56:41,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-db81f066-c969-4541-9c20-f0569388a45d 2018-09-07 18:56:41,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.157373905182s 2018-09-07 18:56:41,720 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-db81f066-c969-4541-9c20-f0569388a45d 2018-09-07 18:56:41,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 18:56:41,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7"}' 2018-09-07 18:56:42,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50 X-Openstack-Request-Id: req-2056964a-5e01-4bbd-a8d4-a939d6bbe229 Date: Fri, 07 Sep 2018 18:56:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file", "owner": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "size": null, "self": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:56:41Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "checksum": null, "created_at": "2018-09-07T18:56:41Z", "protected": false} 2018-09-07 18:56:42,051 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-2056964a-5e01-4bbd-a8d4-a939d6bbe229 2018-09-07 18:56:42,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.329210042953s 2018-09-07 18:56:42,051 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-2056964a-5e01-4bbd-a8d4-a939d6bbe229 returning object ed60062d-94a9-4f91-84e7-c39f1cbe9f50 2018-09-07 18:56:42,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 18:56:42,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '' 2018-09-07 18:56:43,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0bfe8d08-3858-4c6b-9a22-1cff4dafdbcb Date: Fri, 07 Sep 2018 18:56:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 18:56:43,777 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file used request id req-0bfe8d08-3858-4c6b-9a22-1cff4dafdbcb 2018-09-07 18:56:43,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.72513198853s 2018-09-07 18:56:43,778 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file used request id req-0bfe8d08-3858-4c6b-9a22-1cff4dafdbcb 2018-09-07 18:56:43,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 18:56:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 18:56:43,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-f7b57662-fb76-4f3d-9c50-774981da8635 Date: Fri, 07 Sep 2018 18:56:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap", "metadata": {}}], "file": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file", "owner": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "size": 12716032, "self": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:56:43Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:56:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 18:56:43,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f7b57662-fb76-4f3d-9c50-774981da8635 2018-09-07 18:56:43,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0220808982849s 2018-09-07 18:56:43,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f7b57662-fb76-4f3d-9c50-774981da8635 2018-09-07 18:56:43,803 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file', 'owner': u'51729ca6f2af4c1bb498f0fd2da1e948', 'id': u'ed60062d-94a9-4f91-84e7-c39f1cbe9f50', 'size': 12716032, u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51729ca6f2af4c1bb498f0fd2da1e948', 'name': 'rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T18:56:43Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T18:56:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'created': u'2018-09-07T18:56:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T18:56:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 18:56:43,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:56:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:56:44,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56: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-9cb6cbba-ed18-4d00-ae0e-59c5ddf437ab x-compute-request-id: req-9cb6cbba-ed18-4d00-ae0e-59c5ddf437ab Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:56:44,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9cb6cbba-ed18-4d00-ae0e-59c5ddf437ab 2018-09-07 18:56:44,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.272443056107s 2018-09-07 18:56:44,076 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9cb6cbba-ed18-4d00-ae0e-59c5ddf437ab returning object 2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77 2018-09-07 18:56:44,077 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77', 'swap': 0}) 2018-09-07 18:56:44,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:56:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77/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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"extra_specs": {}}' 2018-09-07 18:56:44,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18:56: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-310e6748-c61c-4f52-9c58-24fbfe8ec0b8 x-compute-request-id: req-310e6748-c61c-4f52-9c58-24fbfe8ec0b8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:56:44,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77/os-extra_specs used request id req-310e6748-c61c-4f52-9c58-24fbfe8ec0b8 2018-09-07 18:56:44,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235710144043s 2018-09-07 18:56:44,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77/os-extra_specs used request id req-310e6748-c61c-4f52-9c58-24fbfe8ec0b8 2018-09-07 18:56:44,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 18:56:46,605 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 18:56:46.202 120 INFO rally.deployment.engine [-] Deployment 87807c3b-33e4-48da-87c6-30118847a41c | Starting: Destroy cloud and free allocated resources. 2018-09-07 18:56:46.301 120 INFO rally.deployment.engine [-] Deployment 87807c3b-33e4-48da-87c6-30118847a41c | Completed: Destroy cloud and free allocated resources. 2018-09-07 18:56:46.336 120 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0) for deployment 'opnfv-rally'. 2018-09-07 18:56:46.350 120 INFO rally.api [-] Deleting verification (UUID=d439e1fd-e5c4-468a-9ce9-764da7c3fa41). 2018-09-07 18:56:46.386 120 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 18:56:46.386 120 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 18:56:46.394 120 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 18:56:49,165 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 18:56:48.730 123 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1265e4f6-e09f-452a-8501-debbbf4c2fe8) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | 2018-09-07T18:56:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1265e4f6-e09f-452a-8501-debbbf4c2fe8 ~/.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-07 18:56:52,612 - 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-07 18:56:52,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-07 18:56:52,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-07 18:56:52,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 18:56:52,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-e74224b7-2802-429e-b175-368e7b74a1e3 x-compute-request-id: req-e74224b7-2802-429e-b175-368e7b74a1e3 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 18:56:52,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-e74224b7-2802-429e-b175-368e7b74a1e3 2018-09-07 18:56:52,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182461977005s 2018-09-07 18:56:52,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-e74224b7-2802-429e-b175-368e7b74a1e3 2018-09-07 18:56:52,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 18:56:52,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 18:56:52,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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-aa8f77f6-e586-4916-a990-6fa72abfcbaa x-compute-request-id: req-aa8f77f6-e586-4916-a990-6fa72abfcbaa Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d363233-fb95-4ac4-8bc2-acb3e26deba4", "name": "rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 18:56:52,848 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-aa8f77f6-e586-4916-a990-6fa72abfcbaa 2018-09-07 18:56:52,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0502378940582s 2018-09-07 18:56:52,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-aa8f77f6-e586-4916-a990-6fa72abfcbaa returning object 0d363233-fb95-4ac4-8bc2-acb3e26deba4 2018-09-07 18:56:52,849 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'0d363233-fb95-4ac4-8bc2-acb3e26deba4', 'swap': 0}) 2018-09-07 18:56:52,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 18:56:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4/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}e45d83220a2d5ac26068bd0a068b9cb136508550" -d '{"extra_specs": {}}' 2018-09-07 18:56:52,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 18: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 x-openstack-request-id: req-f01e4ded-7a63-47e7-896d-285cb1de0dc1 x-compute-request-id: req-f01e4ded-7a63-47e7-896d-285cb1de0dc1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 18:56:52,870 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4/os-extra_specs used request id req-f01e4ded-7a63-47e7-896d-285cb1de0dc1 2018-09-07 18:56:52,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200469493866s 2018-09-07 18:56:52,870 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4/os-extra_specs used request id req-f01e4ded-7a63-47e7-896d-285cb1de0dc1 2018-09-07 18:56:52,870 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7', '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'a3d1e38333674f33ba762d66c366b2a8', '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'0d363233-fb95-4ac4-8bc2-acb3e26deba4', 'swap': 0}) 2018-09-07 18:56:52,871 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-07 18:56:52,884 - 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-07 18:56:52,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:56:52,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:56:52,908 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 18:57:53,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 83ba92a0-f923-4bc4-8173-f9a39790ad41 2018-09-07 18:57:53,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-07 18:57:53,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41'] 2018-09-07 18:57:54,445 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 -------------------------------------------------------------------------------- Task 83ba92a0-f923-4bc4-8173-f9a39790ad41: 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | total | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> duration | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472766 Full duration: 7.41408 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.815607 Full duration: 7.697294 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> duration | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.93376 Full duration: 7.998875 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819456 Full duration: 7.92912 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | total | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> duration | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.096347 Full duration: 7.937641 -------------------------------------------------------------------------------- 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 83ba92a0-f923-4bc4-8173-f9a39790ad41 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.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713345 Full duration: 7.627448 HINTS: * To plot HTML graphics with this data, run: rally task report 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out output.html * To generate a JUnit report, run: rally task export 83ba92a0-f923-4bc4-8173-f9a39790ad41 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 83ba92a0-f923-4bc4-8173-f9a39790ad41 --json --out output.json 2018-09-07 18:57:54,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-07 18:57:56,560 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-07 18:57:56.451 731 INFO rally.api [-] Building 'json' report for the following task(s): '83ba92a0-f923-4bc4-8173-f9a39790ad41'. 2018-09-07 18:57:56.457 731 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:57:56,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '83ba92a0-f923-4bc4-8173-f9a39790ad41', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-07 18:57:58,901 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 83ba92a0-f923-4bc4-8173-f9a39790ad41 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-07 18:57:58.688 734 INFO rally.api [-] Building 'html' report for the following task(s): '83ba92a0-f923-4bc4-8173-f9a39790ad41'. 2018-09-07 18:57:58.761 734 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:57:58,904 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-07 18:57:58,904 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-07 18:57:58,911 - 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-07 18:57:58,911 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:57:58,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:57:58,927 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 18:59:35,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cfd5f23f-a823-4b97-a131-f934a461039a 2018-09-07 18:59:35,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a'] 2018-09-07 18:59:36,157 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cfd5f23f-a823-4b97-a131-f934a461039a -------------------------------------------------------------------------------- Task cfd5f23f-a823-4b97-a131-f934a461039a: 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 cfd5f23f-a823-4b97-a131-f934a461039a 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 | 4.425 | 4.425 | 4.425 | 4.425 | 4.425 | 4.425 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | -> glance_v2.upload_data | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 1.529 | 100.0% | 1 | | glance_v2.delete_image | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | total | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> duration | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 5.551 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.550655 Full duration: 13.79467 -------------------------------------------------------------------------------- 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 cfd5f23f-a823-4b97-a131-f934a461039a 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 | 4.931 | 4.931 | 4.931 | 4.931 | 4.931 | 4.931 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> glance_v2.upload_data | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 1.936 | 100.0% | 1 | | glance_v2.list_images | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 100.0% | 1 | | -> duration | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 5.114 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.114338 Full duration: 17.404005 -------------------------------------------------------------------------------- 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 cfd5f23f-a823-4b97-a131-f934a461039a 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> duration | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.342223 Full duration: 8.001758 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "number_instances": 2, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 cfd5f23f-a823-4b97-a131-f934a461039a 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 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 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.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | nova.boot_servers | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 13.302 | 100.0% | 1 | | total | 17.682 | 17.682 | 17.682 | 17.682 | 17.682 | 17.682 | 100.0% | 1 | | -> duration | 16.682 | 16.682 | 16.682 | 16.682 | 16.682 | 16.682 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.682304 Full duration: 40.61445 HINTS: * To plot HTML graphics with this data, run: rally task report cfd5f23f-a823-4b97-a131-f934a461039a --out output.html * To generate a JUnit report, run: rally task export cfd5f23f-a823-4b97-a131-f934a461039a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cfd5f23f-a823-4b97-a131-f934a461039a --json --out output.json 2018-09-07 18:59:36,158 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-07 18:59:38,388 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cfd5f23f-a823-4b97-a131-f934a461039a --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-07 18:59:38.281 1287 INFO rally.api [-] Building 'json' report for the following task(s): 'cfd5f23f-a823-4b97-a131-f934a461039a'. 2018-09-07 18:59:38.286 1287 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:59:38,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cfd5f23f-a823-4b97-a131-f934a461039a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-07 18:59:40,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cfd5f23f-a823-4b97-a131-f934a461039a --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-07 18:59:40.523 1290 INFO rally.api [-] Building 'html' report for the following task(s): 'cfd5f23f-a823-4b97-a131-f934a461039a'. 2018-09-07 18:59:40.544 1290 INFO rally.api [-] The report has been successfully built. 2018-09-07 18:59:40,652 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-07 18:59:40,653 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-07 18:59:40,663 - 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-07 18:59:40,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 18:59:40,680 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 18:59:40,682 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:03:05,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 842aa89a-7a2d-4b20-b37c-ed600a298199 2018-09-07 19:03:05,970 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199'] 2018-09-07 19:03:07,111 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 -------------------------------------------------------------------------------- Task 842aa89a-7a2d-4b20-b37c-ed600a298199: 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.226 | 3.226 | 3.226 | 3.226 | 3.226 | 3.226 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 2.433 | 100.0% | 1 | | total | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 100.0% | 1 | | -> duration | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 5.659 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.659077 Full duration: 23.097143 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.285 | 3.285 | 3.285 | 3.285 | 3.285 | 3.285 | 100.0% | 1 | | cinder_v2.delete_volume | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 2.601 | 100.0% | 1 | | total | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 100.0% | 1 | | -> duration | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 5.887 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.886817 Full duration: 16.709609 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 842aa89a-7a2d-4b20-b37c-ed600a298199 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.545 | 8.545 | 8.545 | 8.545 | 8.545 | 8.545 | 100.0% | 1 | | cinder_v2.delete_volume | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 3.133 | 100.0% | 1 | | total | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 100.0% | 1 | | -> duration | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 11.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.678276 Full duration: 22.514666 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.534 | 3.534 | 3.534 | 3.534 | 3.534 | 3.534 | 100.0% | 1 | | cinder_v2.delete_volume | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> duration | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.155686 Full duration: 17.066284 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.216 | 3.216 | 3.216 | 3.216 | 3.216 | 3.216 | 100.0% | 1 | | cinder_v2.extend_volume | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 100.0% | 1 | | -> duration | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 8.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.532572 Full duration: 19.320789 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | cinder_v2.delete_volume | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 100.0% | 1 | | total | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 100.0% | 1 | | -> duration | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.848358 Full duration: 24.407213 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782486 Full duration: 12.60188 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | cinder_v2.set_qos | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770621 Full duration: 12.5203 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | cinder_v2.list_types | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.820016 Full duration: 12.815337 -------------------------------------------------------------------------------- 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 842aa89a-7a2d-4b20-b37c-ed600a298199 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.825613 Full duration: 12.500942 HINTS: * To plot HTML graphics with this data, run: rally task report 842aa89a-7a2d-4b20-b37c-ed600a298199 --out output.html * To generate a JUnit report, run: rally task export 842aa89a-7a2d-4b20-b37c-ed600a298199 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 842aa89a-7a2d-4b20-b37c-ed600a298199 --json --out output.json 2018-09-07 19:03:07,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-07 19:03:09,400 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-07 19:03:09.288 3079 INFO rally.api [-] Building 'json' report for the following task(s): '842aa89a-7a2d-4b20-b37c-ed600a298199'. 2018-09-07 19:03:09.296 3079 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:03:09,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '842aa89a-7a2d-4b20-b37c-ed600a298199', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-07 19:03:11,697 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 842aa89a-7a2d-4b20-b37c-ed600a298199 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-07 19:03:11.564 3082 INFO rally.api [-] Building 'html' report for the following task(s): '842aa89a-7a2d-4b20-b37c-ed600a298199'. 2018-09-07 19:03:11.593 3082 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:03:11,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-07 19:03:11,708 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-07 19:03:11,709 - 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-07 19:03:11,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:03:11,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:03:11,732 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:04:32,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f17b175c-f314-4ac2-b034-de6e91c8a805 2018-09-07 19:04:32,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805'] 2018-09-07 19:04:33,916 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 -------------------------------------------------------------------------------- Task f17b175c-f314-4ac2-b034-de6e91c8a805: 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.544 | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 100.0% | 1 | | heat.update_stack | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 2.569 | 100.0% | 1 | | heat.delete_stack | 2.855 | 2.855 | 2.855 | 2.855 | 2.855 | 2.855 | 100.0% | 1 | | total | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 100.0% | 1 | | -> duration | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 5.968 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.967727 Full duration: 18.83206 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.929 | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 100.0% | 1 | | heat.check_stack | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | heat.delete_stack | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 1.595 | 100.0% | 1 | | total | 7.419 | 7.419 | 7.419 | 7.419 | 7.419 | 7.419 | 100.0% | 1 | | -> duration | 5.419 | 5.419 | 5.419 | 5.419 | 5.419 | 5.419 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.418867 Full duration: 17.21628 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.544 | 4.544 | 4.544 | 4.544 | 4.544 | 4.544 | 100.0% | 1 | | heat.suspend_stack | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | heat.resume_stack | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | heat.delete_stack | 1.611 | 1.611 | 1.611 | 1.611 | 1.611 | 1.611 | 100.0% | 1 | | total | 7.412 | 7.412 | 7.412 | 7.412 | 7.412 | 7.412 | 100.0% | 1 | | -> duration | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.412428 Full duration: 17.071865 -------------------------------------------------------------------------------- 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 f17b175c-f314-4ac2-b034-de6e91c8a805 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.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | total | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> duration | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.669287 Full duration: 8.327199 HINTS: * To plot HTML graphics with this data, run: rally task report f17b175c-f314-4ac2-b034-de6e91c8a805 --out output.html * To generate a JUnit report, run: rally task export f17b175c-f314-4ac2-b034-de6e91c8a805 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f17b175c-f314-4ac2-b034-de6e91c8a805 --json --out output.json 2018-09-07 19:04:33,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-07 19:04:36,127 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-07 19:04:36.019 3815 INFO rally.api [-] Building 'json' report for the following task(s): 'f17b175c-f314-4ac2-b034-de6e91c8a805'. 2018-09-07 19:04:36.023 3815 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:04:36,128 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f17b175c-f314-4ac2-b034-de6e91c8a805', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-07 19:04:38,359 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f17b175c-f314-4ac2-b034-de6e91c8a805 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-07 19:04:38.234 3818 INFO rally.api [-] Building 'html' report for the following task(s): 'f17b175c-f314-4ac2-b034-de6e91c8a805'. 2018-09-07 19:04:38.256 3818 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:04:38,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-07 19:04:38,365 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-07 19:04:38,365 - 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-07 19:04:38,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:04:38,383 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:04:38,391 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:07:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45880108-a485-4787-a3ea-ce6b6be35489 2018-09-07 19:07:55,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489'] 2018-09-07 19:07:56,148 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 45880108-a485-4787-a3ea-ce6b6be35489 -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489: 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 45880108-a485-4787-a3ea-ce6b6be35489 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.750371 Full duration: 14.643201 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.738616 Full duration: 14.952956 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796169 Full duration: 15.036053 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> duration | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611391 Full duration: 12.163744 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | keystone_v3.delete_service | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706611 Full duration: 12.4507 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.create_user | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | -> keystone_v3.add_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 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.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 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.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 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.826652 Full duration: 20.046465 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.update_project | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.delete_project | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927651 Full duration: 12.625903 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489 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.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778518 Full duration: 15.085084 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 45880108-a485-4787-a3ea-ce6b6be35489 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681502 Full duration: 14.771179 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885836 Full duration: 14.722467 -------------------------------------------------------------------------------- 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 45880108-a485-4787-a3ea-ce6b6be35489 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_users | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | total | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 100.0% | 1 | | -> duration | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 6.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.682406 Full duration: 23.334647 HINTS: * To plot HTML graphics with this data, run: rally task report 45880108-a485-4787-a3ea-ce6b6be35489 --out output.html * To generate a JUnit report, run: rally task export 45880108-a485-4787-a3ea-ce6b6be35489 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45880108-a485-4787-a3ea-ce6b6be35489 --json --out output.json 2018-09-07 19:07:56,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-07 19:07:58,368 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 45880108-a485-4787-a3ea-ce6b6be35489 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-07 19:07:58.251 5733 INFO rally.api [-] Building 'json' report for the following task(s): '45880108-a485-4787-a3ea-ce6b6be35489'. 2018-09-07 19:07:58.262 5733 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:07:58,368 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '45880108-a485-4787-a3ea-ce6b6be35489', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-07 19:08:00,812 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 45880108-a485-4787-a3ea-ce6b6be35489 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-07 19:08:00.662 5736 INFO rally.api [-] Building 'html' report for the following task(s): '45880108-a485-4787-a3ea-ce6b6be35489'. 2018-09-07 19:08:00.695 5736 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:08:00,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-07 19:08:00,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-07 19:08:00,827 - 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-07 19:08:00,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:08:00,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:08:00,854 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:13:16,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0b219061-3621-45d7-b14f-c4844a4a681c 2018-09-07 19:13:16,962 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c'] 2018-09-07 19:13:18,042 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0b219061-3621-45d7-b14f-c4844a4a681c -------------------------------------------------------------------------------- Task 0b219061-3621-45d7-b14f-c4844a4a681c: 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | neutron.delete_network | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | total | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> duration | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.990651 Full duration: 15.074967 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.261 | 1.261 | 1.261 | 1.261 | 1.261 | 1.261 | 100.0% | 1 | | neutron.delete_port | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | total | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> duration | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 2.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.053866 Full duration: 32.691946 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | neutron.create_subnet | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | neutron.create_router | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | neutron.add_interface_router | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | neutron.remove_interface_router | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | neutron.delete_router | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | total | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 100.0% | 1 | | -> duration | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 4.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.891407 Full duration: 36.036146 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.152 | 1.152 | 1.152 | 1.152 | 1.152 | 1.152 | 100.0% | 1 | | neutron.delete_subnet | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 100.0% | 1 | | -> duration | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 1.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.759854 Full duration: 29.207305 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | neutron.list_networks | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> duration | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.300163 Full duration: 16.934319 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | neutron.list_ports | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> duration | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 1.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.696189 Full duration: 28.537814 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.859 | 0.859 | 0.859 | 0.859 | 0.859 | 0.859 | 100.0% | 1 | | neutron.create_subnet | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_router | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | neutron.add_interface_router | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | neutron.list_routers | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> duration | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 3.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.81361 Full duration: 41.135404 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | neutron.create_subnet | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | neutron.list_subnets | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> duration | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.8145 Full duration: 33.951119 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | neutron.delete_security_group | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 0.285 | 100.0% | 1 | | total | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> duration | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.333528 Full duration: 14.509385 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.create_security_group_rule | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> duration | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 1.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.952398 Full duration: 15.314299 -------------------------------------------------------------------------------- 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 0b219061-3621-45d7-b14f-c4844a4a681c 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | neutron.add_gateway_router | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | neutron.remove_gateway_router | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | total | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 100.0% | 1 | | -> duration | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 3.372 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.372159 Full duration: 23.996664 HINTS: * To plot HTML graphics with this data, run: rally task report 0b219061-3621-45d7-b14f-c4844a4a681c --out output.html * To generate a JUnit report, run: rally task export 0b219061-3621-45d7-b14f-c4844a4a681c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0b219061-3621-45d7-b14f-c4844a4a681c --json --out output.json 2018-09-07 19:13:18,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-07 19:13:20,513 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0b219061-3621-45d7-b14f-c4844a4a681c --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-07 19:13:20.336 9031 INFO rally.api [-] Building 'json' report for the following task(s): '0b219061-3621-45d7-b14f-c4844a4a681c'. 2018-09-07 19:13:20.348 9031 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:13:20,514 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0b219061-3621-45d7-b14f-c4844a4a681c', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-07 19:13:22,843 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0b219061-3621-45d7-b14f-c4844a4a681c --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-07 19:13:22.708 9034 INFO rally.api [-] Building 'html' report for the following task(s): '0b219061-3621-45d7-b14f-c4844a4a681c'. 2018-09-07 19:13:22.740 9034 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:13:22,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-07 19:13:22,858 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-07 19:13:22,859 - 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-07 19:13:22,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:13:22,875 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:13:22,883 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:20:54,890 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c4a51504-fd64-40ed-9135-dcee3825d9fe 2018-09-07 19:20:54,891 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe'] 2018-09-07 19:20:55,868 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe: 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "block_migration": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.412 | 9.412 | 9.412 | 9.412 | 9.412 | 9.412 | 100.0% | 1 | | nova.find_host_to_migrate | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | nova.live_migrate | 11.074 | 11.074 | 11.074 | 11.074 | 11.074 | 11.074 | 100.0% | 1 | | nova.delete_server | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 2.806 | 100.0% | 1 | | total | 24.55 | 24.55 | 24.55 | 24.55 | 24.55 | 24.55 | 100.0% | 1 | | -> duration | 23.55 | 23.55 | 23.55 | 23.55 | 23.55 | 23.55 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.550362 Full duration: 33.809828 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.523 | 9.523 | 9.523 | 9.523 | 9.523 | 9.523 | 100.0% | 1 | | cinder_v2.create_volume | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 2.866 | 100.0% | 1 | | nova.attach_volume | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 4.38 | 100.0% | 1 | | nova.find_host_to_migrate | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | nova.live_migrate | 13.581 | 13.581 | 13.581 | 13.581 | 13.581 | 13.581 | 100.0% | 1 | | nova.detach_volume | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 3.954 | 100.0% | 1 | | cinder_v2.delete_volume | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 100.0% | 1 | | nova.delete_server | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 2.799 | 100.0% | 1 | | total | 40.942 | 40.942 | 40.942 | 40.942 | 40.942 | 40.942 | 100.0% | 1 | | -> duration | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 39.942 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.942109 Full duration: 52.803185 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.506 | 8.506 | 8.506 | 8.506 | 8.506 | 8.506 | 100.0% | 1 | | nova.boot_server | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 100.0% | 1 | | nova.find_host_to_migrate | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | nova.live_migrate | 15.896 | 15.896 | 15.896 | 15.896 | 15.896 | 15.896 | 100.0% | 1 | | nova.delete_server | 5.398 | 5.398 | 5.398 | 5.398 | 5.398 | 5.398 | 100.0% | 1 | | total | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 40.554 | 100.0% | 1 | | -> duration | 39.554 | 39.554 | 39.554 | 39.554 | 39.554 | 39.554 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.554496 Full duration: 52.577544 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "server_kwargs": { "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] } }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | nova.boot_server | 8.609 | 8.609 | 8.609 | 8.609 | 8.609 | 8.609 | 100.0% | 1 | | nova.delete_server | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 2.716 | 100.0% | 1 | | nova.delete_keypair | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 12.03 | 12.03 | 12.03 | 12.03 | 12.03 | 12.03 | 100.0% | 1 | | -> duration | 11.03 | 11.03 | 11.03 | 11.03 | 11.03 | 11.03 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.030073 Full duration: 37.518407 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "volume_size": 5, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | nova.boot_server | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 6.872 | 100.0% | 1 | | nova.delete_server | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 100.0% | 1 | | total | 17.981 | 17.981 | 17.981 | 17.981 | 17.981 | 17.981 | 100.0% | 1 | | -> duration | 16.981 | 16.981 | 16.981 | 16.981 | 16.981 | 16.981 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.981463 Full duration: 44.585465 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "force_delete": false, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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 | 8.991 | 8.991 | 8.991 | 8.991 | 8.991 | 8.991 | 100.0% | 1 | | nova.pause_server | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 100.0% | 1 | | nova.unpause_server | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | nova.delete_server | 5.102 | 5.102 | 5.102 | 5.102 | 5.102 | 5.102 | 100.0% | 1 | | total | 19.473 | 19.473 | 19.473 | 19.473 | 19.473 | 19.473 | 100.0% | 1 | | -> duration | 14.473 | 14.473 | 14.473 | 14.473 | 14.473 | 14.473 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.472574 Full duration: 43.565199 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "nics": [ { "net-id": "4d5ea194-8b3c-49a6-967f-336a15397ef9" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.28 | 9.28 | 9.28 | 9.28 | 9.28 | 9.28 | 100.0% | 1 | | nova.migrate | 70.842 | 70.842 | 70.842 | 70.842 | 70.842 | 70.842 | 100.0% | 1 | | nova.resize_confirm | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 8.316 | 100.0% | 1 | | nova.delete_server | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 2.67 | 100.0% | 1 | | total | 91.108 | 91.108 | 91.108 | 91.108 | 91.108 | 91.108 | 100.0% | 1 | | -> duration | 90.108 | 90.108 | 90.108 | 90.108 | 90.108 | 90.108 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 90.108017 Full duration: 100.310739 -------------------------------------------------------------------------------- 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_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "image": { "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task c4a51504-fd64-40ed-9135-dcee3825d9fe 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.128 | 9.128 | 9.128 | 9.128 | 9.128 | 9.128 | 100.0% | 1 | | nova.list_interfaces | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 9.371 | 100.0% | 1 | | -> duration | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 8.371 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.370511 Full duration: 42.417051 -------------------------------------------------------------------------------- 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 c4a51504-fd64-40ed-9135-dcee3825d9fe 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | nova.delete_server_group | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731268 Full duration: 9.654862 HINTS: * To plot HTML graphics with this data, run: rally task report c4a51504-fd64-40ed-9135-dcee3825d9fe --out output.html * To generate a JUnit report, run: rally task export c4a51504-fd64-40ed-9135-dcee3825d9fe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c4a51504-fd64-40ed-9135-dcee3825d9fe --json --out output.json 2018-09-07 19:20:55,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-07 19:20:58,060 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-07 19:20:57.945 10677 INFO rally.api [-] Building 'json' report for the following task(s): 'c4a51504-fd64-40ed-9135-dcee3825d9fe'. 2018-09-07 19:20:57.954 10677 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:20:58,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c4a51504-fd64-40ed-9135-dcee3825d9fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-07 19:21:00,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c4a51504-fd64-40ed-9135-dcee3825d9fe --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-07 19:21:00.097 10680 INFO rally.api [-] Building 'html' report for the following task(s): 'c4a51504-fd64-40ed-9135-dcee3825d9fe'. 2018-09-07 19:21:00.128 10680 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:00,244 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-09-07 19:21:00,245 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-07 19:21:00,245 - 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-07 19:21:00,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-07 19:21:00,261 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-07 19:21:00,272 - 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': '4d5ea194-8b3c-49a6-967f-336a15397ef9', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7', 'flavor_name': 'rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7', '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_4e444afe-be9c-40d2-990d-696254f8c9c7', '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-07 19:21:53,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5e077016-55c9-4ac5-8c58-8f2949e87d11 2018-09-07 19:21:53,581 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11'] 2018-09-07 19:21:54,667 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 -------------------------------------------------------------------------------- Task 5e077016-55c9-4ac5-8c58-8f2949e87d11: 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | quotas.delete_quotas | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> duration | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889579 Full duration: 8.643771 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | total | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> duration | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.715852 Full duration: 8.543056 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740675 Full duration: 8.561566 -------------------------------------------------------------------------------- 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 5e077016-55c9-4ac5-8c58-8f2949e87d11 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.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | total | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> duration | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135667 Full duration: 9.078897 HINTS: * To plot HTML graphics with this data, run: rally task report 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out output.html * To generate a JUnit report, run: rally task export 5e077016-55c9-4ac5-8c58-8f2949e87d11 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5e077016-55c9-4ac5-8c58-8f2949e87d11 --json --out output.json 2018-09-07 19:21:54,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-07 19:21:56,915 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-07 19:21:56.809 11193 INFO rally.api [-] Building 'json' report for the following task(s): '5e077016-55c9-4ac5-8c58-8f2949e87d11'. 2018-09-07 19:21:56.813 11193 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:56,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5e077016-55c9-4ac5-8c58-8f2949e87d11', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-07 19:21:59,170 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5e077016-55c9-4ac5-8c58-8f2949e87d11 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-07 19:21:59.049 11196 INFO rally.api [-] Building 'html' report for the following task(s): '5e077016-55c9-4ac5-8c58-8f2949e87d11'. 2018-09-07 19:21:59.070 11196 INFO rally.api [-] The report has been successfully built. 2018-09-07 19:21:59,173 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-07 19:21:59,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:53 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:47 | 11 | 100.00% | | nova | 06:57 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:10 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-09-07 19:21:59,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-09-07 19:21:59,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:21:59,302 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-07 19:21:59,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:21:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:21:59,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:21: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-6481d281-6cd2-498d-bb3c-7fbae571c5a3 x-compute-request-id: req-6481d281-6cd2-498d-bb3c-7fbae571c5a3 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d363233-fb95-4ac4-8bc2-acb3e26deba4", "name": "rally_sanity-flavor_alt_4e444afe-be9c-40d2-990d-696254f8c9c7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:21:59,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-6481d281-6cd2-498d-bb3c-7fbae571c5a3 2018-09-07 19:21:59,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.187580823898s 2018-09-07 19:21:59,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-6481d281-6cd2-498d-bb3c-7fbae571c5a3 2018-09-07 19:21:59,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:21:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:21:59,538 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19:21: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-59a8a0ae-0365-4741-8142-999fc5847456 x-compute-request-id: req-59a8a0ae-0365-4741-8142-999fc5847456 Content-Length: 0 Content-Type: application/json 2018-09-07 19:21:59,538 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4 used request id req-59a8a0ae-0365-4741-8142-999fc5847456 2018-09-07 19:21:59,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0388748645782s 2018-09-07 19:21:59,538 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0d363233-fb95-4ac4-8bc2-acb3e26deba4 used request id req-59a8a0ae-0365-4741-8142-999fc5847456 2018-09-07 19:21:59,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 19:21:59,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" -d '{"subnet_id": "079bac37-ef61-4ac6-916b-798e28ccec69"}' 2018-09-07 19:22:00,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6cbae80f-2b77-4b05-b16e-94e65612b4b5 Date: Fri, 07 Sep 2018 19:22:00 GMT RESP BODY: {"network_id": "4d5ea194-8b3c-49a6-967f-336a15397ef9", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "subnet_id": "079bac37-ef61-4ac6-916b-798e28ccec69", "subnet_ids": ["079bac37-ef61-4ac6-916b-798e28ccec69"], "port_id": "4a1d147d-d519-40c4-9e00-777cfdbc321e", "id": "4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2"} 2018-09-07 19:22:00,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/remove_router_interface.json used request id req-6cbae80f-2b77-4b05-b16e-94e65612b4b5 2018-09-07 19:22:00,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.23612499237s 2018-09-07 19:22:00,776 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2/remove_router_interface.json used request id req-6cbae80f-2b77-4b05-b16e-94e65612b4b5 returning object 4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2 2018-09-07 19:22:00,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 19:22:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:01,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6780 X-Openstack-Request-Id: req-ad810ac8-3dd9-409c-a548-3acf4ae34781 Date: Fri, 07 Sep 2018 19:22:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "created_at": "2018-09-07T19:11:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:50Z", "revision_number": 2, "routes": [], "project_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "id": "0a0df156-b0a7-4a22-bfd8-186951a81c72", "name": "c_rally_14284654_8eqfcXnl"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:38Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "3a382e6f-d83e-465c-a591-93c2abbf6ada", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "created_at": "2018-09-07T19:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:08Z", "revision_number": 2, "routes": [], "project_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "id": "49024c23-dbba-4b9c-b2d9-131ef42985d4", "name": "c_rally_5d2fe581_v9YCecfr"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:22:00Z", "revision_number": 4, "routes": [], "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2", "name": "rally_sanity-router_4e444afe-be9c-40d2-990d-696254f8c9c7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:05Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "4cbd1fba-e663-4ef2-a755-8f0cb1bba44f", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "606bc4ae978f44d982c687560a86de39", "created_at": "2018-09-07T19:09:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:09:49Z", "revision_number": 2, "routes": [], "project_id": "606bc4ae978f44d982c687560a86de39", "id": "4f9b55ed-ef3d-4f33-bc42-87ec86240086", "name": "c_rally_19d8d397_MOqmkDQ6"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:39Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "82c4c689-e545-40dd-9c8d-72792c92d938", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:07Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "830080ba-0696-45d7-82da-8cfdfcf1e693", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:06Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "9c093440-1698-418c-8cc4-db103fc70ff6", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 19:22:01,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-ad810ac8-3dd9-409c-a548-3acf4ae34781 2018-09-07 19:22:01,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.239691019058s 2018-09-07 19:22:01,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-ad810ac8-3dd9-409c-a548-3acf4ae34781 2018-09-07 19:22:01,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 19:22:01,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2.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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:02,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adaac584-27b7-4e9b-9ee5-c720e3ee7f05 Content-Length: 0 Date: Fri, 07 Sep 2018 19:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:22:02,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2.json used request id req-adaac584-27b7-4e9b-9ee5-c720e3ee7f05 2018-09-07 19:22:02,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23410797119s 2018-09-07 19:22:02,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4bf43592-75ad-4caf-8cd8-1b2e41e3e3a2.json used request id req-adaac584-27b7-4e9b-9ee5-c720e3ee7f05 2018-09-07 19:22:02,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 19:22:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:02,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-60c1b8b5-c04d-47b1-ab41-5e8652835ada Date: Fri, 07 Sep 2018 19:22:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d5ea194-8b3c-49a6-967f-336a15397ef9","tenant_id":"51729ca6f2af4c1bb498f0fd2da1e948","created_at":"2018-09-07T18:56:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T18:56: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":"51729ca6f2af4c1bb498f0fd2da1e948","id":"079bac37-ef61-4ac6-916b-798e28ccec69","subnetpool_id":null,"name":"rally_sanity-subnet_4e444afe-be9c-40d2-990d-696254f8c9c7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 19:22:02,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-60c1b8b5-c04d-47b1-ab41-5e8652835ada 2018-09-07 19:22:02,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202530860901s 2018-09-07 19:22:02,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-60c1b8b5-c04d-47b1-ab41-5e8652835ada 2018-09-07 19:22:02,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 19:22:02,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/079bac37-ef61-4ac6-916b-798e28ccec69.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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:04,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e047b2b-c910-4fbc-a364-63ea4d03c18f Date: Fri, 07 Sep 2018 19:22:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:22:04,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/079bac37-ef61-4ac6-916b-798e28ccec69.json used request id req-0e047b2b-c910-4fbc-a364-63ea4d03c18f 2018-09-07 19:22:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29518795013s 2018-09-07 19:22:04,755 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/079bac37-ef61-4ac6-916b-798e28ccec69.json used request id req-0e047b2b-c910-4fbc-a364-63ea4d03c18f 2018-09-07 19:22:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:22:04,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:05,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-32a926b8-d70c-41ba-8923-3f390c9ff511 Date: Fri, 07 Sep 2018 19:22:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d5ea194-8b3c-49a6-967f-336a15397ef9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"51729ca6f2af4c1bb498f0fd2da1e948","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:22:04Z","provider:segmentation_id":52,"name":"rally_sanity-net_4e444afe-be9c-40d2-990d-696254f8c9c7","admin_state_up":true,"tenant_id":"51729ca6f2af4c1bb498f0fd2da1e948","created_at":"2018-09-07T18:56:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:22:05,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-32a926b8-d70c-41ba-8923-3f390c9ff511 2018-09-07 19:22:05,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253176927567s 2018-09-07 19:22:05,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-32a926b8-d70c-41ba-8923-3f390c9ff511 2018-09-07 19:22:05,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 19:22:05,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/4d5ea194-8b3c-49a6-967f-336a15397ef9.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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:06,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-66f92acf-1d41-4df1-b09c-7f156382f629 Date: Fri, 07 Sep 2018 19:22:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:22:06,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/4d5ea194-8b3c-49a6-967f-336a15397ef9.json used request id req-66f92acf-1d41-4df1-b09c-7f156382f629 2018-09-07 19:22:06,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12170314789s 2018-09-07 19:22:06,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/4d5ea194-8b3c-49a6-967f-336a15397ef9.json used request id req-66f92acf-1d41-4df1-b09c-7f156382f629 2018-09-07 19:22:06,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:22:06,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:06,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0f975d82-2d11-4fad-b0d5-b3903352d0f6 Date: Fri, 07 Sep 2018 19:22:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap", "metadata": {}}], "file": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/file", "owner": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "size": 12716032, "self": "/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T18:56:43Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4e444afe-be9c-40d2-990d-696254f8c9c7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T18:56:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:22:06,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f975d82-2d11-4fad-b0d5-b3903352d0f6 2018-09-07 19:22:06,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168557167053s 2018-09-07 19:22:06,302 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f975d82-2d11-4fad-b0d5-b3903352d0f6 2018-09-07 19:22:06,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 19:22:06,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}61d9fa14bdf6dec74e3c1b8485624da083196ed4" 2018-09-07 19:22:07,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-431e42dd-b9d0-4f49-9509-245f825696f2 Date: Fri, 07 Sep 2018 19:22:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 19:22:07,208 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50 used request id req-431e42dd-b9d0-4f49-9509-245f825696f2 2018-09-07 19:22:07,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.903800010681s 2018-09-07 19:22:07,209 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ed60062d-94a9-4f91-84e7-c39f1cbe9f50 used request id req-431e42dd-b9d0-4f49-9509-245f825696f2 2018-09-07 19:22:07,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:22:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-b6e39f7c-2c67-41f2-93e7-373409df07f4 x-compute-request-id: req-b6e39f7c-2c67-41f2-93e7-373409df07f4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77", "name": "rally_sanity-flavor_4e444afe-be9c-40d2-990d-696254f8c9c7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:22:07,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b6e39f7c-2c67-41f2-93e7-373409df07f4 2018-09-07 19:22:07,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0340180397034s 2018-09-07 19:22:07,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b6e39f7c-2c67-41f2-93e7-373409df07f4 2018-09-07 19:22:07,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:22:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,473 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19:22: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-148f80b2-79e0-4c39-9c6b-777cee1be97e x-compute-request-id: req-148f80b2-79e0-4c39-9c6b-777cee1be97e Content-Length: 0 Content-Type: application/json 2018-09-07 19:22:07,474 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77 used request id req-148f80b2-79e0-4c39-9c6b-777cee1be97e 2018-09-07 19:22:07,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.228290081024s 2018-09-07 19:22:07,474 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2cc2a087-5a3a-4ce7-b63e-acfa3f6d4e77 used request id req-148f80b2-79e0-4c39-9c6b-777cee1be97e 2018-09-07 19:22:07,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:22:07,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31c560d-fe82-48dd-92ba-ba43495f7d2e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7", "links": {"self": "http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4"}, "domain_id": "default", "enabled": true, "id": "5a2560ea890b47ee9f26ffac97975cb4", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:22:07,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d31c560d-fe82-48dd-92ba-ba43495f7d2e 2018-09-07 19:22:07,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931379795074s 2018-09-07 19:22:07,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d31c560d-fe82-48dd-92ba-ba43495f7d2e 2018-09-07 19:22:07,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:22:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d762c6-5647-4ea1-bea9-032bdc7fe95e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4"}, "enabled": true, "id": "5a2560ea890b47ee9f26ffac97975cb4", "options": {}, "domain_id": "default", "name": "rally_sanity-user_4e444afe-be9c-40d2-990d-696254f8c9c7"}} 2018-09-07 19:22:07,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 used request id req-44d762c6-5647-4ea1-bea9-032bdc7fe95e 2018-09-07 19:22:07,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0903170108795s 2018-09-07 19:22:07,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 used request id req-44d762c6-5647-4ea1-bea9-032bdc7fe95e 2018-09-07 19:22:07,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 19:22:07,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:22:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86af338d-6574-409b-9544-e3fa46480902 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:22:07,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 used request id req-86af338d-6574-409b-9544-e3fa46480902 2018-09-07 19:22:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.188466072083s 2018-09-07 19:22:07,854 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/5a2560ea890b47ee9f26ffac97975cb4 used request id req-86af338d-6574-409b-9544-e3fa46480902 2018-09-07 19:22:07,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:22:07,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:07,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8592f25a-ae06-4a36-b157-5eeb7f55a438 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948"}, "enabled": true, "id": "51729ca6f2af4c1bb498f0fd2da1e948", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4e444afe-be9c-40d2-990d-696254f8c9c7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 19:22:07,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-8592f25a-ae06-4a36-b157-5eeb7f55a438 2018-09-07 19:22:07,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0740950107574s 2018-09-07 19:22:07,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-8592f25a-ae06-4a36-b157-5eeb7f55a438 2018-09-07 19:22:07,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 19:22:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:08,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:22:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2357d049-dfd9-4a88-b1dd-239c153acedf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:22:08,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948 used request id req-2357d049-dfd9-4a88-b1dd-239c153acedf 2018-09-07 19:22:08,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152699947357s 2018-09-07 19:22:08,085 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/51729ca6f2af4c1bb498f0fd2da1e948 used request id req-2357d049-dfd9-4a88-b1dd-239c153acedf 2018-09-07 19:22:08,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:08,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:08,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add2703a-4922-4098-b77e-9e8d7f5063a5 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147261097451484897ac77a262cd0928", "links": {"self": "http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:22:08,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-add2703a-4922-4098-b77e-9e8d7f5063a5 2018-09-07 19:22:08,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.192619085312s 2018-09-07 19:22:08,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 19:22:08,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45d83220a2d5ac26068bd0a068b9cb136508550" 2018-09-07 19:22:08,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:22:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc26548e-bff9-4061-8cd1-a780b0b71cf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:22:08,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/147261097451484897ac77a262cd0928 used request id req-bc26548e-bff9-4061-8cd1-a780b0b71cf2 2018-09-07 19:22:08,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108105897903s 2018-09-07 19:22:08,441 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-07 19:22:08,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 19:22:08,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 19:22:08,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 19:22:08,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 19:22:08,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 19:22:08,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 19:22:08,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 19:22:08,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807f081d-a92b-4b70-b129-2f0901573ae3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 19:22:08,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-807f081d-a92b-4b70-b129-2f0901573ae3 2018-09-07 19:22:08,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 19:22:08,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T20:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["D3T-Ei-8TleQqQ2njN2lZA"], "issued_at": "2018-09-07T19:22:08.000000Z"}} 2018-09-07 19:22:08,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:22:08,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f24e5d4c-3834-4e32-9a9f-d77d1c374ef2 Date: Fri, 07 Sep 2018 19:22:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:22:09,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f24e5d4c-3834-4e32-9a9f-d77d1c374ef2 2018-09-07 19:22:09,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229689121246s 2018-09-07 19:22:09,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f24e5d4c-3834-4e32-9a9f-d77d1c374ef2 2018-09-07 19:22:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 19:22:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,185 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 19:22:09,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dafc35d-aa85-4c22-a2da-a4060d54a868 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 19:22:09,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-9dafc35d-aa85-4c22-a2da-a4060d54a868 2018-09-07 19:22:09,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0906682014465s 2018-09-07 19:22:09,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 19:22:09,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}}' 2018-09-07 19:22:09,382 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e918cc6c-7105-4c85-9a69-5bef86374e08 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.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee"}, "enabled": true, "id": "fd86aed88c22468d9d14eb34da85fcee", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}} 2018-09-07 19:22:09,382 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e918cc6c-7105-4c85-9a69-5bef86374e08 2018-09-07 19:22:09,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113986968994s 2018-09-07 19:22:09,383 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e918cc6c-7105-4c85-9a69-5bef86374e08 2018-09-07 19:22:09,383 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'id': u'fd86aed88c22468d9d14eb34da85fcee', '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-07 19:22:09,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 19:22:09,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.33266711235s 2018-09-07 19:22:09,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd690f0-36da-48dc-9b18-0019604a8244 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac"}, "enabled": true, "id": "7cb2803c27664e1ab6d0c4975251a3ac", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}} 2018-09-07 19:22:09,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac used request id req-9fd690f0-36da-48dc-9b18-0019604a8244 2018-09-07 19:22:09,818 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7cb2803c27664e1ab6d0c4975251a3ac', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e'}) 2018-09-07 19:22:09,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:09,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401d291c-eaed-48a9-b680-24a132e2a32d Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:22:09,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-401d291c-eaed-48a9-b680-24a132e2a32d 2018-09-07 19:22:09,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0172138214111s 2018-09-07 19:22:09,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:09,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:09,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b684a38-b3b7-4333-a1fd-964c1f69673a Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:22:09,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4b684a38-b3b7-4333-a1fd-964c1f69673a 2018-09-07 19:22:09,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073765039444s 2018-09-07 19:22:09,912 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:22:09,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 19:22:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"role": {"name": "Member"}}' 2018-09-07 19:22:10,004 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 19:22:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ad47ce-9391-4285-8fe0-5c4443ad9317 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}} 2018-09-07 19:22:10,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-14ad47ce-9391-4285-8fe0-5c4443ad9317 2018-09-07 19:22:10,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.092600107193s 2018-09-07 19:22:10,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b24018d-c207-475e-a885-26f023f19d1c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "domain_id": null, "name": "Member", "id": "c0f4af4249064e3f81564fc827f5c9db"}} 2018-09-07 19:22:10,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db used request id req-5b24018d-c207-475e-a885-26f023f19d1c 2018-09-07 19:22:10,087 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db'}, 'domain_id': None, 'human_id': None, 'id': u'c0f4af4249064e3f81564fc827f5c9db', 'HUMAN_ID': False}) 2018-09-07 19:22:10,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fab225b-c1c7-4f78-8db3-bb00708ff13d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}]} 2018-09-07 19:22:10,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0fab225b-c1c7-4f78-8db3-bb00708ff13d 2018-09-07 19:22:10,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799078941345s 2018-09-07 19:22:10,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 19:22:10,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ccdf1b-81a9-4225-93f0-fa24ff909d7e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 19:22:10,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-81ccdf1b-81a9-4225-93f0-fa24ff909d7e 2018-09-07 19:22:10,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0769720077515s 2018-09-07 19:22:10,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:22:10,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-381836cc-92ab-436b-8381-1c68fc503a8f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "links": {"self": "http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac"}, "domain_id": "default", "enabled": true, "id": "7cb2803c27664e1ab6d0c4975251a3ac", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:22:10,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-381836cc-92ab-436b-8381-1c68fc503a8f 2018-09-07 19:22:10,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981690883636s 2018-09-07 19:22:10,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-381836cc-92ab-436b-8381-1c68fc503a8f 2018-09-07 19:22:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:22:10,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9533f9e-c61c-42fc-94d6-49fb2eab12e4 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee"}, "enabled": true, "id": "fd86aed88c22468d9d14eb34da85fcee", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}]} 2018-09-07 19:22:10,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d9533f9e-c61c-42fc-94d6-49fb2eab12e4 2018-09-07 19:22:10,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0767982006073s 2018-09-07 19:22:10,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d9533f9e-c61c-42fc-94d6-49fb2eab12e4 2018-09-07 19:22:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 19:22:10,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=c0f4af4249064e3f81564fc827f5c9db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93ae5d2-0ad8-4973-980a-22e81332d96b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=c0f4af4249064e3f81564fc827f5c9db", "previous": null, "next": null}} 2018-09-07 19:22:10,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=c0f4af4249064e3f81564fc827f5c9db used request id req-c93ae5d2-0ad8-4973-980a-22e81332d96b 2018-09-07 19:22:10,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813760757446s 2018-09-07 19:22:10,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 19:22:10,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee/users/7cb2803c27664e1ab6d0c4975251a3ac/roles/c0f4af4249064e3f81564fc827f5c9db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23cd35f8-ed4f-48e7-9e05-863a9d516d5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:22:10,623 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee/users/7cb2803c27664e1ab6d0c4975251a3ac/roles/c0f4af4249064e3f81564fc827f5c9db used request id req-23cd35f8-ed4f-48e7-9e05-863a9d516d5d 2018-09-07 19:22:10,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110127210617s 2018-09-07 19:22:10,624 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 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': '95eb7ffd-d31f-4d57-ba1e-955318d0548a', 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_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'project_id': u'fd86aed88c22468d9d14eb34da85fcee', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 19:22:10,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 19:22:10,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 19:22:10,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 19:22:10,630 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'password': '95eb7ffd-d31f-4d57-ba1e-955318d0548a', 'project_name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'fd86aed88c22468d9d14eb34da85fcee', 'project_domain_name': 'Default'} 2018-09-07 19:22:10,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d67e08-fcf5-4253-8b85-214d892dde82 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}]} 2018-09-07 19:22:10,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f1d67e08-fcf5-4253-8b85-214d892dde82 2018-09-07 19:22:10,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728950500488s 2018-09-07 19:22:10,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:10,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9c3c83-cea0-4d2c-8d39-90fb4225f9f8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}]} 2018-09-07 19:22:10,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3f9c3c83-cea0-4d2c-8d39-90fb4225f9f8 2018-09-07 19:22:10,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806791782379s 2018-09-07 19:22:10,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 19:22:10,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a5da89-7e9b-4ce6-8bd1-ff0a49701458 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 19:22:10,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-18a5da89-7e9b-4ce6-8bd1-ff0a49701458 2018-09-07 19:22:10,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793058872223s 2018-09-07 19:22:10,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:22:10,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:10,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f106b509-548f-4e1f-ab45-77f0e26543c8 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "links": {"self": "http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac"}, "domain_id": "default", "enabled": true, "id": "7cb2803c27664e1ab6d0c4975251a3ac", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:22:10,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f106b509-548f-4e1f-ab45-77f0e26543c8 2018-09-07 19:22:10,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0877637863159s 2018-09-07 19:22:10,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f106b509-548f-4e1f-ab45-77f0e26543c8 2018-09-07 19:22:10,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:22:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:11,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e60f229a-96ac-4ba6-b36c-6c560b328c98 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee"}, "enabled": true, "id": "fd86aed88c22468d9d14eb34da85fcee", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}]} 2018-09-07 19:22:11,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e60f229a-96ac-4ba6-b36c-6c560b328c98 2018-09-07 19:22:11,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797998905182s 2018-09-07 19:22:11,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e60f229a-96ac-4ba6-b36c-6c560b328c98 2018-09-07 19:22:11,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 19:22:11,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:11,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1865f75-5c5c-4fcf-a406-d50df3ed98a0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 19:22:11,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=7cb2803c27664e1ab6d0c4975251a3ac&scope.project.id=fd86aed88c22468d9d14eb34da85fcee&role.id=765cac6f031a43628860c2853b35fec1 used request id req-c1865f75-5c5c-4fcf-a406-d50df3ed98a0 2018-09-07 19:22:11,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0800309181213s 2018-09-07 19:22:11,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 19:22:11,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee/users/7cb2803c27664e1ab6d0c4975251a3ac/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:11,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58a81720-aafb-41ac-b29f-509fb31107fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:22:11,240 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee/users/7cb2803c27664e1ab6d0c4975251a3ac/roles/765cac6f031a43628860c2853b35fec1 used request id req-58a81720-aafb-41ac-b29f-509fb31107fa 2018-09-07 19:22:11,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116769075394s 2018-09-07 19:22:11,241 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 19:22:13,718 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 19:22:13.372 11199 INFO rally.deployment.engine [-] Deployment 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | Starting: Destroy cloud and free allocated resources. 2018-09-07 19:22:13.467 11199 INFO rally.deployment.engine [-] Deployment 1265e4f6-e09f-452a-8501-debbbf4c2fe8 | Completed: Destroy cloud and free allocated resources. 2018-09-07 19:22:13.490 11199 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 19:22:13.494 11199 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 19:22:16,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 19:22:15.897 11202 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4bc385ff-f1e6-4ac1-8999-f236da864b74) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4bc385ff-f1e6-4ac1-8999-f236da864b74 | 2018-09-07T19:22:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4bc385ff-f1e6-4ac1-8999-f236da864b74 ~/.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-07 19:22:19,539 - 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-07 19:22:19,540 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 19:22:21,963 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 19:22:21.677 11208 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=a921ce86-01be-4fe6-b3c3-191d7e8c18d0). 2018-09-07 19:22:21.808 11208 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 19:22:25,951 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 19:22:24.033 11211 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 19:22:24.191 11211 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 19:22:25.760 11211 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) as the default verifier for the future CLI operations. 2018-09-07 19:22:29,069 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-07 19:22:29,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 19:22:29,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:29,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f885dcf-5372-4eca-b4bc-39b38fbc85d4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 19:22:29,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2f885dcf-5372-4eca-b4bc-39b38fbc85d4 2018-09-07 19:22:29,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0931129455566s 2018-09-07 19:22:29,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:22:29,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:22:29,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7192da5c-179b-4365-8d61-29345c0f53af Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee"}, "enabled": true, "id": "fd86aed88c22468d9d14eb34da85fcee", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}]} 2018-09-07 19:22:29,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-7192da5c-179b-4365-8d61-29345c0f53af 2018-09-07 19:22:29,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.086051940918s 2018-09-07 19:22:29,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-7192da5c-179b-4365-8d61-29345c0f53af 2018-09-07 19:22:29,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 19:22:29,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"network": {"shared": true, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "name": "refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "admin_state_up": true}}' 2018-09-07 19:22:30,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-0439e246-108b-456d-9f0c-814139a5bc17 Date: Fri, 07 Sep 2018 19:22: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":"2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"fd86aed88c22468d9d14eb34da85fcee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:22:29Z","is_default":false,"provider:segmentation_id":86,"name":"refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e","admin_state_up":true,"tenant_id":"fd86aed88c22468d9d14eb34da85fcee","created_at":"2018-09-07T19:22:29Z","mtu":1450}} 2018-09-07 19:22:30,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0439e246-108b-456d-9f0c-814139a5bc17 2018-09-07 19:22:30,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.760718107224s 2018-09-07 19:22:30,015 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0439e246-108b-456d-9f0c-814139a5bc17 2018-09-07 19:22:30,016 - 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-07T19:22:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'admin_state_up': True, u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'fd86aed88c22468d9d14eb34da85fcee'}) 2018-09-07 19:22:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 19:22:30,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d043cb02-1920-43f0-8fe1-89879069a235 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 19:22:30,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d043cb02-1920-43f0-8fe1-89879069a235 2018-09-07 19:22:30,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 19:22:30,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0f4af4249064e3f81564fc827f5c9db", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T20:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd86aed88c22468d9d14eb34da85fcee", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd86aed88c22468d9d14eb34da85fcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/fd86aed88c22468d9d14eb34da85fcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/fd86aed88c22468d9d14eb34da85fcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/fd86aed88c22468d9d14eb34da85fcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/fd86aed88c22468d9d14eb34da85fcee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/fd86aed88c22468d9d14eb34da85fcee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/fd86aed88c22468d9d14eb34da85fcee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "id": "7cb2803c27664e1ab6d0c4975251a3ac"}, "audit_ids": ["3c4ojSBSSiW9NOm5F8_EyQ"], "issued_at": "2018-09-07T19:22:30.000000Z"}} 2018-09-07 19:22:30,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:22:30,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:30,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-83d8b914-b821-4455-ba0d-e84b655ccef6 Date: Fri, 07 Sep 2018 19:22:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"fd86aed88c22468d9d14eb34da85fcee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:22:29Z","provider:segmentation_id":86,"name":"refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e","admin_state_up":true,"tenant_id":"fd86aed88c22468d9d14eb34da85fcee","created_at":"2018-09-07T19:22:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:22:30,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-83d8b914-b821-4455-ba0d-e84b655ccef6 2018-09-07 19:22:30,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.478654146194s 2018-09-07 19:22:30,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-83d8b914-b821-4455-ba0d-e84b655ccef6 2018-09-07 19:22:30,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 19:22:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"subnet": {"name": "refstack_defcore-subnet_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "enable_dhcp": true, "network_id": "2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 19:22:31,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4d73dc78-e293-4de9-bc60-4b7e5243ad5f Date: Fri, 07 Sep 2018 19:22:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9","tenant_id":"fd86aed88c22468d9d14eb34da85fcee","created_at":"2018-09-07T19:22:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T19:22:31Z","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":"fd86aed88c22468d9d14eb34da85fcee","id":"c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f","subnetpool_id":null,"name":"refstack_defcore-subnet_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}} 2018-09-07 19:22:31,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4d73dc78-e293-4de9-bc60-4b7e5243ad5f 2018-09-07 19:22:31,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.61439704895s 2018-09-07 19:22:31,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4d73dc78-e293-4de9-bc60-4b7e5243ad5f 2018-09-07 19:22:31,506 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T19:22:31Z', 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'c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'enable_dhcp': True, u'network_id': u'2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9', u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fd86aed88c22468d9d14eb34da85fcee'}) 2018-09-07 19:22:31,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 19:22:31,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "refstack_defcore-router_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "admin_state_up": true}}' 2018-09-07 19:22:32,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5fecc8da-96f6-48a2-acf0-e0d21d2bfcf0 Date: Fri, 07 Sep 2018 19:22:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:22:32Z", "revision_number": 2, "routes": [], "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "5f275746-9dd3-4a7a-a427-b0cfe1752612", "name": "refstack_defcore-router_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}} 2018-09-07 19:22:32,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5fecc8da-96f6-48a2-acf0-e0d21d2bfcf0 2018-09-07 19:22:32,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16890287399s 2018-09-07 19:22:32,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5fecc8da-96f6-48a2-acf0-e0d21d2bfcf0 2018-09-07 19:22:32,677 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fd86aed88c22468d9d14eb34da85fcee', u'created_at': u'2018-09-07T19:22:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T19:22:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'fd86aed88c22468d9d14eb34da85fcee', u'id': u'5f275746-9dd3-4a7a-a427-b0cfe1752612', u'name': u'refstack_defcore-router_4625f048-cafd-491f-b5d2-1b3a29c56e6e'}) 2018-09-07 19:22:32,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 19:22:32,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"subnet_id": "c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f"}' 2018-09-07 19:22:34,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f097dca4-4dde-47ba-83e5-d8f464ef96eb Date: Fri, 07 Sep 2018 19:22:34 GMT RESP BODY: {"network_id": "2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "subnet_id": "c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f", "subnet_ids": ["c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f"], "port_id": "cf4503b9-6ea3-4cf0-b34d-444cece07467", "id": "5f275746-9dd3-4a7a-a427-b0cfe1752612"} 2018-09-07 19:22:34,153 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/add_router_interface.json used request id req-f097dca4-4dde-47ba-83e5-d8f464ef96eb 2018-09-07 19:22:34,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.47536587715s 2018-09-07 19:22:34,153 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/add_router_interface.json used request id req-f097dca4-4dde-47ba-83e5-d8f464ef96eb returning object 5f275746-9dd3-4a7a-a427-b0cfe1752612 2018-09-07 19:22:34,154 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 19:22:34,286 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 19:22:34,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:34,292 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 19:22:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 19:22:34,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:22:34,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:34,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e96e87f7-bf86-42cf-a735-bf52e7bfec72 Date: Fri, 07 Sep 2018 19:22:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:22:34,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e96e87f7-bf86-42cf-a735-bf52e7bfec72 2018-09-07 19:22:34,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.154676914215s 2018-09-07 19:22:34,449 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e96e87f7-bf86-42cf-a735-bf52e7bfec72 2018-09-07 19:22:34,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 19:22:34,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}' 2018-09-07 19:22:34,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184 X-Openstack-Request-Id: req-000e3d8b-3c16-4a85-aee7-bb49292153c0 Date: Fri, 07 Sep 2018 19:22:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8e0d2c81-4e0e-4af7-910f-e89676e4f184", "size": null, "self": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": null, "created_at": "2018-09-07T19:22:34Z", "protected": false} 2018-09-07 19:22:34,672 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-000e3d8b-3c16-4a85-aee7-bb49292153c0 2018-09-07 19:22:34,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.221032142639s 2018-09-07 19:22:34,673 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-000e3d8b-3c16-4a85-aee7-bb49292153c0 returning object 8e0d2c81-4e0e-4af7-910f-e89676e4f184 2018-09-07 19:22:34,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 19:22:34,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '' 2018-09-07 19:22:35,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3612a45f-b518-43f6-93b4-ba5ee3872223 Date: Fri, 07 Sep 2018 19:22: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-07 19:22:35,803 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file used request id req-3612a45f-b518-43f6-93b4-ba5ee3872223 2018-09-07 19:22:35,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12939596176s 2018-09-07 19:22:35,803 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file used request id req-3612a45f-b518-43f6-93b4-ba5ee3872223 2018-09-07 19:22:35,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:22:35,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:35,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-15fd21eb-9935-40f1-8f57-a34028b472fd Date: Fri, 07 Sep 2018 19:22:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "metadata": {}}], "file": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8e0d2c81-4e0e-4af7-910f-e89676e4f184", "size": 12716032, "self": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:35Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:22:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:22:35,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-15fd21eb-9935-40f1-8f57-a34028b472fd 2018-09-07 19:22:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173306941986s 2018-09-07 19:22:35,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-15fd21eb-9935-40f1-8f57-a34028b472fd 2018-09-07 19:22:35,979 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file', 'owner': u'fd86aed88c22468d9d14eb34da85fcee', 'id': u'8e0d2c81-4e0e-4af7-910f-e89676e4f184', 'size': 12716032, u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd86aed88c22468d9d14eb34da85fcee', 'name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:22:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:22:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'created': u'2018-09-07T19:22:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:22:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:22:35,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 19:22:35,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 19:22:36,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-af172f49-aefc-469d-9c24-f640c1cca35f x-compute-request-id: req-af172f49-aefc-469d-9c24-f640c1cca35f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d64e7f7f-a0bf-4828-a964-ac597c7471ee", "name": "refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 19:22:36,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-af172f49-aefc-469d-9c24-f640c1cca35f 2018-09-07 19:22:36,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.183455228806s 2018-09-07 19:22:36,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-af172f49-aefc-469d-9c24-f640c1cca35f returning object d64e7f7f-a0bf-4828-a964-ac597c7471ee 2018-09-07 19:22:36,165 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'd64e7f7f-a0bf-4828-a964-ac597c7471ee', 'swap': 0}) 2018-09-07 19:22:36,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 19:22:36,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee/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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"extra_specs": {}}' 2018-09-07 19:22:36,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-4752a6e1-e352-4c04-a8cf-ee61cebdd4da x-compute-request-id: req-4752a6e1-e352-4c04-a8cf-ee61cebdd4da Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 19:22:36,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee/os-extra_specs used request id req-4752a6e1-e352-4c04-a8cf-ee61cebdd4da 2018-09-07 19:22:36,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216970443726s 2018-09-07 19:22:36,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee/os-extra_specs used request id req-4752a6e1-e352-4c04-a8cf-ee61cebdd4da 2018-09-07 19:22:36,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:22:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:36,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 19: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 19:22:36,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:36,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da8c7729-415f-48a3-9e37-bc2d14eb4be3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}]} 2018-09-07 19:22:36,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-da8c7729-415f-48a3-9e37-bc2d14eb4be3 2018-09-07 19:22:36,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0945420265198s 2018-09-07 19:22:36,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-07 19:22:36,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:36,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-9763742d-a6fb-45a5-ae16-74d0ca93ef4b x-compute-request-id: req-9763742d-a6fb-45a5-ae16-74d0ca93ef4b Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 19:22:36,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-9763742d-a6fb-45a5-ae16-74d0ca93ef4b 2018-09-07 19:22:36,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.197347164154s 2018-09-07 19:22:36,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-9763742d-a6fb-45a5-ae16-74d0ca93ef4b 2018-09-07 19:22:36,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:22:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:36,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-06c204cf-42c5-4588-a738-aadde52874e1 Date: Fri, 07 Sep 2018 19:22:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "metadata": {}}], "file": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8e0d2c81-4e0e-4af7-910f-e89676e4f184", "size": 12716032, "self": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:35Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:22:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:22:36,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-06c204cf-42c5-4588-a738-aadde52874e1 2018-09-07 19:22:36,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.153063058853s 2018-09-07 19:22:36,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-06c204cf-42c5-4588-a738-aadde52874e1 2018-09-07 19:22:36,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 19:22:36,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}' 2018-09-07 19:22:36,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12 X-Openstack-Request-Id: req-8fb3f67c-cfba-42d6-89cc-1dbe4c79969d Date: Fri, 07 Sep 2018 19:22:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8556d011-7c5e-4767-a025-2b018befdf12", "size": null, "self": "/v2/images/8556d011-7c5e-4767-a025-2b018befdf12", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:36Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": null, "created_at": "2018-09-07T19:22:36Z", "protected": false} 2018-09-07 19:22:36,955 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8fb3f67c-cfba-42d6-89cc-1dbe4c79969d 2018-09-07 19:22:36,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313009023666s 2018-09-07 19:22:36,956 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8fb3f67c-cfba-42d6-89cc-1dbe4c79969d returning object 8556d011-7c5e-4767-a025-2b018befdf12 2018-09-07 19:22:36,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 19:22:36,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '' 2018-09-07 19:22:39,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-180f4174-b2bd-47a8-be8c-e492ba1f710d Date: Fri, 07 Sep 2018 19:22: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-07 19:22:39,013 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file used request id req-180f4174-b2bd-47a8-be8c-e492ba1f710d 2018-09-07 19:22:39,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.05616903305s 2018-09-07 19:22:39,013 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file used request id req-180f4174-b2bd-47a8-be8c-e492ba1f710d 2018-09-07 19:22:39,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:22:39,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:22:39,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-0986a111-012f-49f7-aed1-57802aefcdee Date: Fri, 07 Sep 2018 19:22:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap", "metadata": {}}], "file": "/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8556d011-7c5e-4767-a025-2b018befdf12", "size": 12716032, "self": "/v2/images/8556d011-7c5e-4767-a025-2b018befdf12", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:38Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:22:36Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "metadata": {}}], "file": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8e0d2c81-4e0e-4af7-910f-e89676e4f184", "size": 12716032, "self": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:35Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:22:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:22:39,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0986a111-012f-49f7-aed1-57802aefcdee 2018-09-07 19:22:39,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163949966431s 2018-09-07 19:22:39,178 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0986a111-012f-49f7-aed1-57802aefcdee 2018-09-07 19:22:39,181 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12/file', 'owner': u'fd86aed88c22468d9d14eb34da85fcee', 'id': u'8556d011-7c5e-4767-a025-2b018befdf12', 'size': 12716032, u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd86aed88c22468d9d14eb34da85fcee', 'name': 'refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8556d011-7c5e-4767-a025-2b018befdf12/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:22:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:22:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', 'created': u'2018-09-07T19:22:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:22:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8556d011-7c5e-4767-a025-2b018befdf12', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:22:39,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 19:22:39,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 19:22:39,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-6f6db027-bea1-44e6-859f-4e10b7c64163 x-compute-request-id: req-6f6db027-bea1-44e6-859f-4e10b7c64163 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "157b16aa-e3bd-4b7d-973a-b114808c17ab", "name": "refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 19:22:39,243 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-6f6db027-bea1-44e6-859f-4e10b7c64163 2018-09-07 19:22:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0609419345856s 2018-09-07 19:22:39,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-6f6db027-bea1-44e6-859f-4e10b7c64163 returning object 157b16aa-e3bd-4b7d-973a-b114808c17ab 2018-09-07 19:22:39,244 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'157b16aa-e3bd-4b7d-973a-b114808c17ab', 'swap': 0}) 2018-09-07 19:22:39,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 19:22:39,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab/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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" -d '{"extra_specs": {}}' 2018-09-07 19:22:39,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:22: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-da838c90-6247-4f91-b11c-fd2ed90fdc31 x-compute-request-id: req-da838c90-6247-4f91-b11c-fd2ed90fdc31 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 19:22:39,265 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab/os-extra_specs used request id req-da838c90-6247-4f91-b11c-fd2ed90fdc31 2018-09-07 19:22:39,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203449726105s 2018-09-07 19:22:39,266 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab/os-extra_specs used request id req-da838c90-6247-4f91-b11c-fd2ed90fdc31 2018-09-07 19:22:39,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e', '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'a3d1e38333674f33ba762d66c366b2a8', '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'157b16aa-e3bd-4b7d-973a-b114808c17ab', 'swap': 0}) 2018-09-07 19:22:42,445 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 19:22:41.405 11230 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74). 2018-09-07 19:22:42.273 11230 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 19:22:42.275 11230 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) has been successfully configured for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74)! 2018-09-07 19:22:42,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 19:22:42,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 19:22:42,449 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-09-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-09-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,760 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-09-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-09-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-09-07 19:22:47,761 - 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-07 19:22:47,761 - 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-07 19:22:47,761 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-09-07 19:22:47,761 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-09-07 19:22:47,761 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-09-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,762 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-09-07 19:22:47,762 - 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-07 19:22:47,762 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-09-07 19:22:47,762 - 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-07 19:22:47,762 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-09-07 19:22:47,762 - 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-07 19:22:47,762 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-09-07 19:22:47,762 - 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-07 19:22:47,762 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-09-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-09-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,763 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-09-07 19:22:47,763 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-09-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-09-07 19:22:47,764 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-09-07 19:22:47,764 - 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-07 19:22:47,764 - 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-07 19:22:47,764 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-09-07 19:22:47,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 19:22:47,782 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 19:22:47,783 - 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-07 19:22:49,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:49.986 11242 INFO rally.api [-] Starting verification (UUID=37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb) for deployment 'opnfv-rally' (UUID=4bc385ff-f1e6-4ac1-8999-f236da864b74) by verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:22:49,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb 2018-09-07 19:22:57,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:57.352 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.201s] 2018-09-07 19:22:57,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:57.420 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.069s] 2018-09-07 19:22:59,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:22:59.629 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.388s] 2018-09-07 19:23:01,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:01.131 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.232s] 2018-09-07 19:23:10,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:10.208 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.005s] 2018-09-07 19:23:20,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:20.233 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.596s] 2018-09-07 19:23:24,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:24.965 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2018-09-07 19:23:25,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.474 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-09-07 19:23:25,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.487 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-09-07 19:23:25,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.628 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.141s] 2018-09-07 19:23:25,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.640 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-09-07 19:23:25,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.652 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-07 19:23:25,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.687 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-09-07 19:23:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.753 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-09-07 19:23:25,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:25.818 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2018-09-07 19:23:26,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.738 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.919s] 2018-09-07 19:23:26,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.757 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.019s] 2018-09-07 19:23:26,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:26.828 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-09-07 19:23:28,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:28.983 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.017s] 2018-09-07 19:23:34,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:34.361 11242 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-09-07 19:23:38,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.527 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-09-07 19:23:38,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.602 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-09-07 19:23:38,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:38.679 11242 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-09-07 19:23:42,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:42.451 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.385s] 2018-09-07 19:23:43,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:43.771 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.325s] 2018-09-07 19:23:44,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:44.104 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.180s] 2018-09-07 19:23:44,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:44.275 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.170s] 2018-09-07 19:23:45,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.187 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.911s] 2018-09-07 19:23:45,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.339 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.153s] 2018-09-07 19:23:45,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:45.508 11242 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.169s] 2018-09-07 19:23:46,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:46.935 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.698s] 2018-09-07 19:23:56,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:56.691 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.598s] 2018-09-07 19:23:57,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:57.314 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.622s] 2018-09-07 19:23:58,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:58.168 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.854s] 2018-09-07 19:23:59,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.088 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.919s] 2018-09-07 19:23:59,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.632 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.544s] 2018-09-07 19:23:59,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.714 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.081s] 2018-09-07 19:23:59,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.796 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.083s] 2018-09-07 19:23:59,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.862 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-09-07 19:23:59,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:23:59.930 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-09-07 19:24:00,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.150 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.219s] 2018-09-07 19:24:00,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.280 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.655s] 2018-09-07 19:24:00,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:00.300 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.149s] 2018-09-07 19:24:01,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:01.255 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.320s] 2018-09-07 19:24:02,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:02.815 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.533s] 2018-09-07 19:24:07,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:07.570 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.754s] 2018-09-07 19:24:11,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:11.177 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.606s] 2018-09-07 19:24:15,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:15.646 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.469s] 2018-09-07 19:24:19,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:19.541 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.894s] 2018-09-07 19:24:22,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:22.765 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.223s] 2018-09-07 19:24:29,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:29.655 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.889s] 2018-09-07 19:24:36,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.222 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.566s] 2018-09-07 19:24:36,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.342 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.120s] 2018-09-07 19:24:36,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.586 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.243s] 2018-09-07 19:24:36,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.678 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.092s] 2018-09-07 19:24:36,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.737 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.059s] 2018-09-07 19:24:36,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.848 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-09-07 19:24:36,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:36.983 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.135s] 2018-09-07 19:24:37,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:37.037 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-09-07 19:24:37,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:37.099 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.061s] 2018-09-07 19:24:43,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:43.448 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.347s] 2018-09-07 19:24:51,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:51.308 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.150s] 2018-09-07 19:24:51,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:51.622 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [15.865s] 2018-09-07 19:24:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:52.933 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.623s] 2018-09-07 19:24:53,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:53.636 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.703s] 2018-09-07 19:24:54,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:54.589 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.952s] 2018-09-07 19:24:55,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:55.505 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.915s] 2018-09-07 19:24:57,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:57.558 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.051s] 2018-09-07 19:24:58,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.438 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.881s] 2018-09-07 19:24:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.571 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.132s] 2018-09-07 19:24:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.600 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-09-07 19:24:58,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.620 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-09-07 19:24:58,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:24:58.641 11242 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.021s] 2018-09-07 19:25:04,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:04.610 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.125s] 2018-09-07 19:25:05,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:05.453 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.843s] 2018-09-07 19:25:16,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:16.491 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.970s] 2018-09-07 19:25:16,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:16.964 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.690s] 2018-09-07 19:25:21,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.166 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.332s] 2018-09-07 19:25:21,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.386 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [64.539s] 2018-09-07 19:25:21,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.451 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-09-07 19:25:21,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:21.517 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-09-07 19:25:22,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.267 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.814s] 2018-09-07 19:25:22,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.367 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-09-07 19:25:22,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:22.369 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-09-07 19:25:23,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:25:23.965 11242 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.472s] 2018-09-07 19:26:00,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:00.581 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [68.962s] 2018-09-07 19:26:02,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:02.347 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.184s] 2018-09-07 19:26:02,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:02.414 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-09-07 19:26:03,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.846 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.430s] 2018-09-07 19:26:03,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.943 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-09-07 19:26:03,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:03.946 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-07 19:26:26,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:26.958 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.401s] 2018-09-07 19:26:27,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.177 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.218s] 2018-09-07 19:26:27,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.370 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.193s] 2018-09-07 19:26:27,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:27.796 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.425s] 2018-09-07 19:26:28,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:28.185 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.388s] 2018-09-07 19:26:28,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:28.581 11242 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.395s] 2018-09-07 19:26:36,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:36.404 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.816s] 2018-09-07 19:26:39,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:39.432 11242 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.715s] 2018-09-07 19:26:41,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:41.456 11242 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.023s] 2018-09-07 19:26:50,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:50.179 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.882s] 2018-09-07 19:26:51,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:51.697 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.517s] 2018-09-07 19:26:55,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:55.428 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.024s] 2018-09-07 19:26:55,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:55.605 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.904s] 2018-09-07 19:26:56,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:56.985 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.382s] 2018-09-07 19:26:58,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:58.620 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.633s] 2018-09-07 19:26:59,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:26:59.816 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.196s] 2018-09-07 19:27:01,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:01.901 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.082s] 2018-09-07 19:27:01,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:01.956 11242 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.057s] 2018-09-07 19:27:05,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:05.519 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.167s] 2018-09-07 19:27:11,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:11.580 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.643s] 2018-09-07 19:27:12,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:12.328 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.747s] 2018-09-07 19:27:22,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:22.839 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.454s] 2018-09-07 19:27:25,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:25.025 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.185s] 2018-09-07 19:27:27,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:27.091 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.064s] 2018-09-07 19:27:29,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:29.237 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.146s] 2018-09-07 19:27:31,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:31.003 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.765s] 2018-09-07 19:27:33,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:33.150 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.146s] 2018-09-07 19:27:33,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:33.947 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.798s] 2018-09-07 19:27:35,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:35.018 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.070s] 2018-09-07 19:27:36,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:36.026 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.007s] 2018-09-07 19:27:37,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:37.591 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.562s] 2018-09-07 19:27:38,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:38.264 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.674s] 2018-09-07 19:27:39,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:39.032 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.767s] 2018-09-07 19:27:39,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:39.960 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.927s] 2018-09-07 19:27:41,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:41.634 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.672s] 2018-09-07 19:27:42,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:42.441 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.807s] 2018-09-07 19:27:43,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:43.631 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.190s] 2018-09-07 19:27:44,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:44.305 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.673s] 2018-09-07 19:27:45,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:45.409 11242 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.102s] 2018-09-07 19:27:49,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:49.664 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [37.328s] 2018-09-07 19:27:52,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:27:52.909 11242 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.259s] 2018-09-07 19:28:01,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:01.726 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.132s] 2018-09-07 19:28:02,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:02.987 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.370s] 2018-09-07 19:28:03,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:03.050 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.063s] 2018-09-07 19:28:06,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:06.464 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.737s] 2018-09-07 19:28:08,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:08.813 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.348s] 2018-09-07 19:28:08,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:08.868 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-09-07 19:28:09,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.066 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-09-07 19:28:09,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.139 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2018-09-07 19:28:09,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:09.320 11242 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.181s] 2018-09-07 19:28:14,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:14.344 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.188s] 2018-09-07 19:28:14,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:14.527 11242 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.183s] 2018-09-07 19:28:16,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:16.075 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.162s] 2018-09-07 19:28:27,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:27.020 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.098s] 2018-09-07 19:28:36,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:36.931 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.908s] 2018-09-07 19:28:48,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:48.177 11242 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.246s] 2018-09-07 19:28:55,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:28:55.106 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [205.150s] 2018-09-07 19:29:23,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:23.203 11242 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.088s] 2018-09-07 19:29:35,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:35.901 11242 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.314s] 2018-09-07 19:29:50,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.138 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-09-07 19:29:50,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.307 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.169s] 2018-09-07 19:29:50,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.501 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-09-07 19:29:50,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.672 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.170s] 2018-09-07 19:29:50,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:50.861 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.188s] 2018-09-07 19:29:51,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.592 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.730s] 2018-09-07 19:29:51,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.645 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.053s] 2018-09-07 19:29:51,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.778 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.131s] 2018-09-07 19:29:51,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:51.818 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-09-07 19:29:52,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:29:52.014 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.195s] 2018-09-07 19:30:04,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:04.740 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.420s] 2018-09-07 19:30:04,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:04.904 11242 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.163s] 2018-09-07 19:30:10,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:10.044 11242 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.262s] 2018-09-07 19:30:18,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:18.032 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.285s] 2018-09-07 19:30:18,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:18.912 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.879s] 2018-09-07 19:30:31,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:31.753 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.043s] 2018-09-07 19:30:31,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:31.945 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.192s] 2018-09-07 19:30:32,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.144 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.198s] 2018-09-07 19:30:32,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.706 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.561s] 2018-09-07 19:30:32,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:32.943 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.236s] 2018-09-07 19:30:33,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.298 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.354s] 2018-09-07 19:30:33,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.337 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-09-07 19:30:33,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.384 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-09-07 19:30:33,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.436 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-09-07 19:30:33,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.640 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.204s] 2018-09-07 19:30:33,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.680 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-09-07 19:30:33,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:33.893 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.211s] 2018-09-07 19:30:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.132 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.238s] 2018-09-07 19:30:34,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.181 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2018-09-07 19:30:34,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:34.231 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-09-07 19:30:40,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:40.797 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2018-09-07 19:30:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:40.980 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.182s] 2018-09-07 19:30:41,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.172 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2018-09-07 19:30:41,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.331 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.158s] 2018-09-07 19:30:41,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.873 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.541s] 2018-09-07 19:30:41,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.891 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2018-09-07 19:30:41,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:41.940 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.048s] 2018-09-07 19:30:42,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.133 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.192s] 2018-09-07 19:30:42,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.660 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.522s] 2018-09-07 19:30:42,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:42.839 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.182s] 2018-09-07 19:30:43,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.007 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2018-09-07 19:30:43,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.196 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.188s] 2018-09-07 19:30:43,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.392 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.195s] 2018-09-07 19:30:43,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.430 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-09-07 19:30:43,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.465 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-09-07 19:30:43,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.475 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-09-07 19:30:43,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.510 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-09-07 19:30:43,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:43.544 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.034s] 2018-09-07 19:30:44,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:44.106 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.561s] 2018-09-07 19:30:44,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:30:44.277 11242 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.171s] 2018-09-07 19:30:48,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb 2018-09-07 19:30:48,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb']'. 2018-09-07 19:30:49,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 19:30:49,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 19:22:49 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 19:30:48 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:59 | 2018-09-07 19:30:49,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 723d1626-52ae-456b-854e-90bbef0879a3) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4bc385ff-f1e6-4ac1-8999-f236da864b74) | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 469.037 | 2018-09-07 19:30:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 199 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 19:30:49,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 19:30:49,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.5% 2018-09-07 19:30:49,870 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:30:49,870 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:21 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-09-07 19:30:49,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 19:30:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:52,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfd0101f-f017-4782-8b69-564daab177d8 Date: Fri, 07 Sep 2018 19:30:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 19:30:52,041 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12 used request id req-dfd0101f-f017-4782-8b69-564daab177d8 2018-09-07 19:30:52,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.16594791412s 2018-09-07 19:30:52,042 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8556d011-7c5e-4767-a025-2b018befdf12 used request id req-dfd0101f-f017-4782-8b69-564daab177d8 2018-09-07 19:30:52,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:30:52,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:30:52,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79416eef-1ef4-4b54-9ede-60557f374eb3 x-compute-request-id: req-79416eef-1ef4-4b54-9ede-60557f374eb3 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "157b16aa-e3bd-4b7d-973a-b114808c17ab", "name": "refstack_defcore-flavor_alt_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d64e7f7f-a0bf-4828-a964-ac597c7471ee", "name": "refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:30:52,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-79416eef-1ef4-4b54-9ede-60557f374eb3 2018-09-07 19:30:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.17080283165s 2018-09-07 19:30:52,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-79416eef-1ef4-4b54-9ede-60557f374eb3 2018-09-07 19:30:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:30:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:30:52,256 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5160e359-5f00-4a89-b30c-1bc9d5787637 x-compute-request-id: req-5160e359-5f00-4a89-b30c-1bc9d5787637 Content-Length: 0 Content-Type: application/json 2018-09-07 19:30:52,257 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab used request id req-5160e359-5f00-4a89-b30c-1bc9d5787637 2018-09-07 19:30:52,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0405519008636s 2018-09-07 19:30:52,257 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/157b16aa-e3bd-4b7d-973a-b114808c17ab used request id req-5160e359-5f00-4a89-b30c-1bc9d5787637 2018-09-07 19:30:52,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 19:30:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" -d '{"subnet_id": "c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f"}' 2018-09-07 19:30:53,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-064d2b11-567a-403a-8e3d-484c6e834c02 Date: Fri, 07 Sep 2018 19:30:53 GMT RESP BODY: {"network_id": "2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "subnet_id": "c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f", "subnet_ids": ["c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f"], "port_id": "cf4503b9-6ea3-4cf0-b34d-444cece07467", "id": "5f275746-9dd3-4a7a-a427-b0cfe1752612"} 2018-09-07 19:30:53,530 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/remove_router_interface.json used request id req-064d2b11-567a-403a-8e3d-484c6e834c02 2018-09-07 19:30:53,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.27293109894s 2018-09-07 19:30:53,531 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612/remove_router_interface.json used request id req-064d2b11-567a-403a-8e3d-484c6e834c02 returning object 5f275746-9dd3-4a7a-a427-b0cfe1752612 2018-09-07 19:30:53,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 19:30:53,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:53,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6784 X-Openstack-Request-Id: req-d9398991-2176-4a42-b680-0189775568f4 Date: Fri, 07 Sep 2018 19:30:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "created_at": "2018-09-07T19:11:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:50Z", "revision_number": 2, "routes": [], "project_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "id": "0a0df156-b0a7-4a22-bfd8-186951a81c72", "name": "c_rally_14284654_8eqfcXnl"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:38Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "3a382e6f-d83e-465c-a591-93c2abbf6ada", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "created_at": "2018-09-07T19:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:08Z", "revision_number": 2, "routes": [], "project_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "id": "49024c23-dbba-4b9c-b2d9-131ef42985d4", "name": "c_rally_5d2fe581_v9YCecfr"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:05Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "4cbd1fba-e663-4ef2-a755-8f0cb1bba44f", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "606bc4ae978f44d982c687560a86de39", "created_at": "2018-09-07T19:09:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:09:49Z", "revision_number": 2, "routes": [], "project_id": "606bc4ae978f44d982c687560a86de39", "id": "4f9b55ed-ef3d-4f33-bc42-87ec86240086", "name": "c_rally_19d8d397_MOqmkDQ6"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:30:53Z", "revision_number": 4, "routes": [], "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "5f275746-9dd3-4a7a-a427-b0cfe1752612", "name": "refstack_defcore-router_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:39Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "82c4c689-e545-40dd-9c8d-72792c92d938", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:07Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "830080ba-0696-45d7-82da-8cfdfcf1e693", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:06Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "9c093440-1698-418c-8cc4-db103fc70ff6", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 19:30:53,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d9398991-2176-4a42-b680-0189775568f4 2018-09-07 19:30:53,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.21954202652s 2018-09-07 19:30:53,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d9398991-2176-4a42-b680-0189775568f4 2018-09-07 19:30:53,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 19:30:53,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612.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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:55,135 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04676b19-74c0-4ea4-b7a7-ccd7e8b9a6e7 Content-Length: 0 Date: Fri, 07 Sep 2018 19:30:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:30:55,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612.json used request id req-04676b19-74c0-4ea4-b7a7-ccd7e8b9a6e7 2018-09-07 19:30:55,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38007998466s 2018-09-07 19:30:55,135 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5f275746-9dd3-4a7a-a427-b0cfe1752612.json used request id req-04676b19-74c0-4ea4-b7a7-ccd7e8b9a6e7 2018-09-07 19:30:55,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 19:30:55,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:55,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-f531c9dd-57bb-4ba1-aae0-56bb5ca3a65f Date: Fri, 07 Sep 2018 19:30:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9","tenant_id":"fd86aed88c22468d9d14eb34da85fcee","created_at":"2018-09-07T19:22:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T19:22:31Z","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":"fd86aed88c22468d9d14eb34da85fcee","id":"c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f","subnetpool_id":null,"name":"refstack_defcore-subnet_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}]} 2018-09-07 19:30:55,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f531c9dd-57bb-4ba1-aae0-56bb5ca3a65f 2018-09-07 19:30:55,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.291347980499s 2018-09-07 19:30:55,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f531c9dd-57bb-4ba1-aae0-56bb5ca3a65f 2018-09-07 19:30:55,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 19:30:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f.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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:57,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76a3c800-64a1-4fcd-b377-83498de5d2d8 Date: Fri, 07 Sep 2018 19:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:30:57,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f.json used request id req-76a3c800-64a1-4fcd-b377-83498de5d2d8 2018-09-07 19:30:57,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32127594948s 2018-09-07 19:30:57,751 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c5aa6e52-bb3c-4ed3-8030-efed1d8efb6f.json used request id req-76a3c800-64a1-4fcd-b377-83498de5d2d8 2018-09-07 19:30:57,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:30:57,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:58,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1359 X-Openstack-Request-Id: req-45ab1136-09e0-498b-8791-afd2633ea34f Date: Fri, 07 Sep 2018 19:30:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"fd86aed88c22468d9d14eb34da85fcee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:30:57Z","provider:segmentation_id":86,"name":"refstack_defcore-net_4625f048-cafd-491f-b5d2-1b3a29c56e6e","admin_state_up":true,"tenant_id":"fd86aed88c22468d9d14eb34da85fcee","created_at":"2018-09-07T19:22:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:30:58,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-45ab1136-09e0-498b-8791-afd2633ea34f 2018-09-07 19:30:58,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269622087479s 2018-09-07 19:30:58,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-45ab1136-09e0-498b-8791-afd2633ea34f 2018-09-07 19:30:58,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 19:30:58,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9.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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:30:59,435 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-655cd649-30c6-48ff-9b7b-9fb31d852b29 Date: Fri, 07 Sep 2018 19:30:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:30:59,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9.json used request id req-655cd649-30c6-48ff-9b7b-9fb31d852b29 2018-09-07 19:30:59,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41306805611s 2018-09-07 19:30:59,436 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/2ddf8bce-9d19-4ae4-b5f6-1a81401a66b9.json used request id req-655cd649-30c6-48ff-9b7b-9fb31d852b29 2018-09-07 19:30:59,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:30:59,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:31:00,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-0f3d20de-2f60-4ad2-ab7a-d38c3b8a0463 Date: Fri, 07 Sep 2018 19:31:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "metadata": {}}], "file": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/file", "owner": "fd86aed88c22468d9d14eb34da85fcee", "id": "8e0d2c81-4e0e-4af7-910f-e89676e4f184", "size": 12716032, "self": "/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:22:35Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:22:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:31:00,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f3d20de-2f60-4ad2-ab7a-d38c3b8a0463 2018-09-07 19:31:00,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.579168081284s 2018-09-07 19:31:00,016 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0f3d20de-2f60-4ad2-ab7a-d38c3b8a0463 2018-09-07 19:31:00,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 19:31:00,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56e003eab1af1ebc90c6f1700fecb2490b1a299e" 2018-09-07 19:31:00,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb56dced-3ce5-466b-9890-a3af44712baf Date: Fri, 07 Sep 2018 19:31: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-07 19:31:00,951 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184 used request id req-bb56dced-3ce5-466b-9890-a3af44712baf 2018-09-07 19:31:00,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.933486938477s 2018-09-07 19:31:00,951 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8e0d2c81-4e0e-4af7-910f-e89676e4f184 used request id req-bb56dced-3ce5-466b-9890-a3af44712baf 2018-09-07 19:31:00,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:31:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:00,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19: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-75466365-86b8-4ac2-a980-6e42820e6b5b x-compute-request-id: req-75466365-86b8-4ac2-a980-6e42820e6b5b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d64e7f7f-a0bf-4828-a964-ac597c7471ee", "name": "refstack_defcore-flavor_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:31:00,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-75466365-86b8-4ac2-a980-6e42820e6b5b 2018-09-07 19:31:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327079296112s 2018-09-07 19:31:00,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-75466365-86b8-4ac2-a980-6e42820e6b5b 2018-09-07 19:31:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:31:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,025 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19: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 x-openstack-request-id: req-32ba4db6-6f48-472e-9f70-971668215ff2 x-compute-request-id: req-32ba4db6-6f48-472e-9f70-971668215ff2 Content-Length: 0 Content-Type: application/json 2018-09-07 19:31:01,025 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee used request id req-32ba4db6-6f48-472e-9f70-971668215ff2 2018-09-07 19:31:01,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0382118225098s 2018-09-07 19:31:01,025 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d64e7f7f-a0bf-4828-a964-ac597c7471ee used request id req-32ba4db6-6f48-472e-9f70-971668215ff2 2018-09-07 19:31:01,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:31:01,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad7c09d-f98c-4c25-bd98-bc724ce2fd9f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e", "links": {"self": "http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac"}, "domain_id": "default", "enabled": true, "id": "7cb2803c27664e1ab6d0c4975251a3ac", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:31:01,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9ad7c09d-f98c-4c25-bd98-bc724ce2fd9f 2018-09-07 19:31:01,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950829982758s 2018-09-07 19:31:01,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9ad7c09d-f98c-4c25-bd98-bc724ce2fd9f 2018-09-07 19:31:01,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:31:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4b7dfa4-13ee-488e-afd8-159e26d07884 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac"}, "enabled": true, "id": "7cb2803c27664e1ab6d0c4975251a3ac", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}} 2018-09-07 19:31:01,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac used request id req-a4b7dfa4-13ee-488e-afd8-159e26d07884 2018-09-07 19:31:01,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0940451622009s 2018-09-07 19:31:01,222 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac used request id req-a4b7dfa4-13ee-488e-afd8-159e26d07884 2018-09-07 19:31:01,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 19:31:01,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9219a2c7-9a26-44d9-b376-5e1c709cafb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:31:01,404 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac used request id req-9219a2c7-9a26-44d9-b376-5e1c709cafb0 2018-09-07 19:31:01,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181803941727s 2018-09-07 19:31:01,404 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/7cb2803c27664e1ab6d0c4975251a3ac used request id req-9219a2c7-9a26-44d9-b376-5e1c709cafb0 2018-09-07 19:31:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:31:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c2da02-c1da-4158-b658-d376962de792 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee"}, "enabled": true, "id": "fd86aed88c22468d9d14eb34da85fcee", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4625f048-cafd-491f-b5d2-1b3a29c56e6e"}]} 2018-09-07 19:31:01,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-19c2da02-c1da-4158-b658-d376962de792 2018-09-07 19:31:01,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0749189853668s 2018-09-07 19:31:01,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-19c2da02-c1da-4158-b658-d376962de792 2018-09-07 19:31:01,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 19:31:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4008905-e592-4636-b121-44172de10405 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:31:01,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee used request id req-a4008905-e592-4636-b121-44172de10405 2018-09-07 19:31:01,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147277116776s 2018-09-07 19:31:01,630 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/fd86aed88c22468d9d14eb34da85fcee used request id req-a4008905-e592-4636-b121-44172de10405 2018-09-07 19:31:01,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:01,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-256113a4-94b5-4e99-9131-3b7a709a31b2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c0f4af4249064e3f81564fc827f5c9db", "links": {"self": "http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db"}, "name": "Member"}]} 2018-09-07 19:31:01,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-256113a4-94b5-4e99-9131-3b7a709a31b2 2018-09-07 19:31:01,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811820030212s 2018-09-07 19:31:01,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 19:31:01,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ee65df8ca770ce124e2883a97c4d6d2aa3b8b4" 2018-09-07 19:31:01,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a1dc006-813a-49f3-b497-03948aa5dc00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:31:01,813 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/c0f4af4249064e3f81564fc827f5c9db used request id req-7a1dc006-813a-49f3-b497-03948aa5dc00 2018-09-07 19:31:01,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0993020534515s 2018-09-07 19:31:01,813 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-09-07 19:31:01,867 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-07 19:31:01,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 19:31:01,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 19:31:01,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 19:31:01,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 19:31:01,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 19:31:01,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 19:31:01,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 19:31:01,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5e2a4d-4d8b-405e-bbea-7d285f809ecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 19:31:01,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1b5e2a4d-4d8b-405e-bbea-7d285f809ecc 2018-09-07 19:31:01,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 19:31:02,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T20:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["JMpFkunqRkq_kX7MenGOQQ"], "issued_at": "2018-09-07T19:31:02.000000Z"}} 2018-09-07 19:31:02,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:31:02,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:02,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c8170087-34f6-41bc-804e-c79857a7feff Date: Fri, 07 Sep 2018 19:31:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:31:02,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8170087-34f6-41bc-804e-c79857a7feff 2018-09-07 19:31:02,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247369766235s 2018-09-07 19:31:02,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8170087-34f6-41bc-804e-c79857a7feff 2018-09-07 19:31:02,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 19:31:02,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:02,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 19:31:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 19:31:02,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:02,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e97d98da-aedf-4b20-a7ee-2850b0a11972 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 19:31:02,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-e97d98da-aedf-4b20-a7ee-2850b0a11972 2018-09-07 19:31:02,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0905830860138s 2018-09-07 19:31:02,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-07 19:31:02,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}}' 2018-09-07 19:31:02,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 19:31:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8798b974-bc3e-45bd-a19c-5d64eb18fb1a 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.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1"}, "enabled": true, "id": "d655cbaf75954337bc7f75ed618fcef1", "parent_id": "default", "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}} 2018-09-07 19:31:02,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8798b974-bc3e-45bd-a19c-5d64eb18fb1a 2018-09-07 19:31:02,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122090101242s 2018-09-07 19:31:02,789 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8798b974-bc3e-45bd-a19c-5d64eb18fb1a 2018-09-07 19:31:02,790 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'id': u'd655cbaf75954337bc7f75ed618fcef1', '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-07 19:31:02,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-07 19:31:03,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363804101944s 2018-09-07 19:31:03,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4538ddbc-7ffd-48c5-833f-c4073d500750 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a"}, "enabled": true, "id": "b9f9399d3baa4d43b5d0e78c82cac71a", "options": {}, "domain_id": "default", "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68"}} 2018-09-07 19:31:03,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a used request id req-4538ddbc-7ffd-48c5-833f-c4073d500750 2018-09-07 19:31:03,252 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b9f9399d3baa4d43b5d0e78c82cac71a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_df157621-c801-4006-b144-d6701981cf68'}) 2018-09-07 19:31:03,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:03,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3baf5c0c-0cd0-443f-972f-52e2c15e3fa3 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:03,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3baf5c0c-0cd0-443f-972f-52e2c15e3fa3 2018-09-07 19:31:03,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821039676666s 2018-09-07 19:31:03,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:03,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d9ff11-ff6d-4864-8888-46b267ccd3c2 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:03,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-91d9ff11-ff6d-4864-8888-46b267ccd3c2 2018-09-07 19:31:03,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737609863281s 2018-09-07 19:31:03,410 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:31:03,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-07 19:31:03,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"role": {"name": "Member"}}' 2018-09-07 19:31:03,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d42f1a1-7c67-4226-a796-ccabe5c96e48 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}} 2018-09-07 19:31:03,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-7d42f1a1-7c67-4226-a796-ccabe5c96e48 2018-09-07 19:31:03,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0964059829712s 2018-09-07 19:31:03,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fcd0926-9fc3-4705-b6c1-f08ba4778f96 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "domain_id": null, "name": "Member", "id": "1d8a2b9a1b61492c91ad0f4091d07d95"}} 2018-09-07 19:31:03,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95 used request id req-7fcd0926-9fc3-4705-b6c1-f08ba4778f96 2018-09-07 19:31:03,589 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95'}, 'domain_id': None, 'human_id': None, 'id': u'1d8a2b9a1b61492c91ad0f4091d07d95', 'HUMAN_ID': False}) 2018-09-07 19:31:03,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:03,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8550f8af-fc10-4773-8c4a-cd291bf69f08 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:03,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8550f8af-fc10-4773-8c4a-cd291bf69f08 2018-09-07 19:31:03,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759079456329s 2018-09-07 19:31:03,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 19:31:03,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4c1ba9-26a9-41ff-bb8e-bb67eb03ad83 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 19:31:03,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-ec4c1ba9-26a9-41ff-bb8e-bb67eb03ad83 2018-09-07 19:31:03,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0822539329529s 2018-09-07 19:31:03,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:31:03,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afacdc51-b61a-49e6-b7fe-ea04a02fcfd9 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68", "links": {"self": "http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a"}, "domain_id": "default", "enabled": true, "id": "b9f9399d3baa4d43b5d0e78c82cac71a", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:31:03,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-afacdc51-b61a-49e6-b7fe-ea04a02fcfd9 2018-09-07 19:31:03,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0316641330719s 2018-09-07 19:31:03,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-afacdc51-b61a-49e6-b7fe-ea04a02fcfd9 2018-09-07 19:31:03,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:31:03,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0339f260-ad1d-4789-b32f-4d0a71842a0b Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1"}, "enabled": true, "id": "d655cbaf75954337bc7f75ed618fcef1", "parent_id": "default", "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}]} 2018-09-07 19:31:03,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0339f260-ad1d-4789-b32f-4d0a71842a0b 2018-09-07 19:31:03,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783088207245s 2018-09-07 19:31:03,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0339f260-ad1d-4789-b32f-4d0a71842a0b 2018-09-07 19:31:03,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 19:31:03,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=1d8a2b9a1b61492c91ad0f4091d07d95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:03,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdfebe9c-7f69-44fa-a986-10f268334202 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=1d8a2b9a1b61492c91ad0f4091d07d95", "previous": null, "next": null}} 2018-09-07 19:31:03,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=1d8a2b9a1b61492c91ad0f4091d07d95 used request id req-fdfebe9c-7f69-44fa-a986-10f268334202 2018-09-07 19:31:03,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804529190063s 2018-09-07 19:31:03,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 19:31:03,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1/users/b9f9399d3baa4d43b5d0e78c82cac71a/roles/1d8a2b9a1b61492c91ad0f4091d07d95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:31:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0d697d0-3e20-4713-a6fa-3f08e293ebd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:31:04,078 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1/users/b9f9399d3baa4d43b5d0e78c82cac71a/roles/1d8a2b9a1b61492c91ad0f4091d07d95 used request id req-f0d697d0-3e20-4713-a6fa-3f08e293ebd8 2018-09-07 19:31:04,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128366947174s 2018-09-07 19:31:04,079 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_df157621-c801-4006-b144-d6701981cf68', 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': '0d485352-31b9-492a-a539-bb3b64a27cfc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_df157621-c801-4006-b144-d6701981cf68', 'project_id': u'd655cbaf75954337bc7f75ed618fcef1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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-07 19:31:04,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 19:31:04,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 19:31:04,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 19:31:04,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 19:31:04,085 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_df157621-c801-4006-b144-d6701981cf68', 'password': '0d485352-31b9-492a-a539-bb3b64a27cfc', 'project_name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd655cbaf75954337bc7f75ed618fcef1', 'project_domain_name': 'Default'} 2018-09-07 19:31:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:04,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f57872f7-5f14-4928-bc32-4942ab3a6225 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:04,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f57872f7-5f14-4928-bc32-4942ab3a6225 2018-09-07 19:31:04,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.071671962738s 2018-09-07 19:31:04,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:04,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9234aff8-ad3c-428a-a304-f7e44eb20846 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:04,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9234aff8-ad3c-428a-a304-f7e44eb20846 2018-09-07 19:31:04,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824198722839s 2018-09-07 19:31:04,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-07 19:31:04,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4bd080-eb39-435f-b340-d6e3423b663e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "name": "Default"}} 2018-09-07 19:31:04,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-ec4bd080-eb39-435f-b340-d6e3423b663e 2018-09-07 19:31:04,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0778620243073s 2018-09-07 19:31:04,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:31:04,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08036004-b948-49a5-8ab8-ce40b586e91a Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68", "links": {"self": "http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a"}, "domain_id": "default", "enabled": true, "id": "b9f9399d3baa4d43b5d0e78c82cac71a", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:31:04,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-08036004-b948-49a5-8ab8-ce40b586e91a 2018-09-07 19:31:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925860404968s 2018-09-07 19:31:04,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-08036004-b948-49a5-8ab8-ce40b586e91a 2018-09-07 19:31:04,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:31:04,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1f32e2-2bee-474a-83fb-d27bd6ffec78 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1"}, "enabled": true, "id": "d655cbaf75954337bc7f75ed618fcef1", "parent_id": "default", "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}]} 2018-09-07 19:31:04,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-dd1f32e2-2bee-474a-83fb-d27bd6ffec78 2018-09-07 19:31:04,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792260169983s 2018-09-07 19:31:04,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-dd1f32e2-2bee-474a-83fb-d27bd6ffec78 2018-09-07 19:31:04,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-07 19:31:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932db465-a56e-4500-9f1f-85c52f75aa57 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=765cac6f031a43628860c2853b35fec1", "previous": null, "next": null}} 2018-09-07 19:31:04,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=b9f9399d3baa4d43b5d0e78c82cac71a&scope.project.id=d655cbaf75954337bc7f75ed618fcef1&role.id=765cac6f031a43628860c2853b35fec1 used request id req-932db465-a56e-4500-9f1f-85c52f75aa57 2018-09-07 19:31:04,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.079775094986s 2018-09-07 19:31:04,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-07 19:31:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1/users/b9f9399d3baa4d43b5d0e78c82cac71a/roles/765cac6f031a43628860c2853b35fec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:04,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:31:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a464ca-c4fd-4236-8376-d5a24abb9b9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:31:04,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1/users/b9f9399d3baa4d43b5d0e78c82cac71a/roles/765cac6f031a43628860c2853b35fec1 used request id req-40a464ca-c4fd-4236-8376-d5a24abb9b9b 2018-09-07 19:31:04,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.210882902145s 2018-09-07 19:31:04,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 19:31:07,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 19:31:06.888 11288 INFO rally.deployment.engine [-] Deployment 4bc385ff-f1e6-4ac1-8999-f236da864b74 | Starting: Destroy cloud and free allocated resources. 2018-09-07 19:31:06.979 11288 INFO rally.deployment.engine [-] Deployment 4bc385ff-f1e6-4ac1-8999-f236da864b74 | Completed: Destroy cloud and free allocated resources. 2018-09-07 19:31:07.028 11288 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3) for deployment 'opnfv-rally'. 2018-09-07 19:31:07.051 11288 INFO rally.api [-] Deleting verification (UUID=37a6a9e6-ddcf-4bfd-9a87-3c14a22ab1bb). 2018-09-07 19:31:07.099 11288 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 19:31:07.100 11288 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:31:07.112 11288 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 19:31:09,712 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 19:31:09.404 11291 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fac521b3-a2db-4890-88a9-f00a1b115a51) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fac521b3-a2db-4890-88a9-f00a1b115a51 | 2018-09-07T19:31:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fac521b3-a2db-4890-88a9-f00a1b115a51 ~/.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-07 19:31:13,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-07 19:31:13,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 19:31:15,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 19:31:15.150 11297 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=723d1626-52ae-456b-854e-90bbef0879a3). 2018-09-07 19:31:15.291 11297 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 19:31:19,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 19:31:17.385 11300 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 19:31:17.542 11300 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 19:31:18.830 11300 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) has been successfully created! Using verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) as the default verifier for the future CLI operations. 2018-09-07 19:31:22,058 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-07 19:31:22,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-07 19:31:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:22,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902da235-1816-4551-81b8-81291d133c35 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.25:5000/v3/domains/a45514a1dff64691afaabf4968b3fbe0"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a45514a1dff64691afaabf4968b3fbe0"}, {"links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-07 19:31:22,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-902da235-1816-4551-81b8-81291d133c35 2018-09-07 19:31:22,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.10055398941s 2018-09-07 19:31:22,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:31:22,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:31:22,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e6297c-3412-4e5d-af8b-52e185e109c7 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1"}, "enabled": true, "id": "d655cbaf75954337bc7f75ed618fcef1", "parent_id": "default", "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}]} 2018-09-07 19:31:22,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-86e6297c-3412-4e5d-af8b-52e185e109c7 2018-09-07 19:31:22,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793409347534s 2018-09-07 19:31:22,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-86e6297c-3412-4e5d-af8b-52e185e109c7 2018-09-07 19:31:22,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-07 19:31:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"network": {"shared": true, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "name": "patrole-net_df157621-c801-4006-b144-d6701981cf68", "admin_state_up": true}}' 2018-09-07 19:31:22,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8d37e4fe-1a9a-4de7-aae3-0fb6f93fa463 Date: Fri, 07 Sep 2018 19:31:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"36f04f71-af72-42e6-8249-d87f4b97d94d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"d655cbaf75954337bc7f75ed618fcef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:31:22Z","is_default":false,"provider:segmentation_id":50,"name":"patrole-net_df157621-c801-4006-b144-d6701981cf68","admin_state_up":true,"tenant_id":"d655cbaf75954337bc7f75ed618fcef1","created_at":"2018-09-07T19:31:22Z","mtu":1450}} 2018-09-07 19:31:22,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8d37e4fe-1a9a-4de7-aae3-0fb6f93fa463 2018-09-07 19:31:22,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.560281038284s 2018-09-07 19:31:22,805 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8d37e4fe-1a9a-4de7-aae3-0fb6f93fa463 2018-09-07 19:31:22,806 - 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-07T19:31:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'36f04f71-af72-42e6-8249-d87f4b97d94d', u'provider:segmentation_id': 50, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_df157621-c801-4006-b144-d6701981cf68', u'admin_state_up': True, u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd655cbaf75954337bc7f75ed618fcef1'}) 2018-09-07 19:31:22,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 19:31:22,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d127d939-a616-41fd-9cbd-bde88a433b39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 19:31:22,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d127d939-a616-41fd-9cbd-bde88a433b39 2018-09-07 19:31:22,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 19:31:23,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d8a2b9a1b61492c91ad0f4091d07d95", "name": "Member"}, {"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T20:31:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d655cbaf75954337bc7f75ed618fcef1", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d655cbaf75954337bc7f75ed618fcef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/d655cbaf75954337bc7f75ed618fcef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/d655cbaf75954337bc7f75ed618fcef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/d655cbaf75954337bc7f75ed618fcef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/d655cbaf75954337bc7f75ed618fcef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/d655cbaf75954337bc7f75ed618fcef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/d655cbaf75954337bc7f75ed618fcef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68", "id": "b9f9399d3baa4d43b5d0e78c82cac71a"}, "audit_ids": ["Sd0C30gRRCSD4fI84Qp2vw"], "issued_at": "2018-09-07T19:31:23.000000Z"}} 2018-09-07 19:31:23,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:31:23,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:23,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-46ee2ec5-34c8-455c-b5e3-f866bdb0eaed Date: Fri, 07 Sep 2018 19:31:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"36f04f71-af72-42e6-8249-d87f4b97d94d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"d655cbaf75954337bc7f75ed618fcef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:31:22Z","provider:segmentation_id":50,"name":"patrole-net_df157621-c801-4006-b144-d6701981cf68","admin_state_up":true,"tenant_id":"d655cbaf75954337bc7f75ed618fcef1","created_at":"2018-09-07T19:31:22Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:31:23,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-46ee2ec5-34c8-455c-b5e3-f866bdb0eaed 2018-09-07 19:31:23,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231178045273s 2018-09-07 19:31:23,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-46ee2ec5-34c8-455c-b5e3-f866bdb0eaed 2018-09-07 19:31:23,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-07 19:31:23,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"subnet": {"name": "patrole-subnet_df157621-c801-4006-b144-d6701981cf68", "enable_dhcp": true, "network_id": "36f04f71-af72-42e6-8249-d87f4b97d94d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-07 19:31:24,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-84fba1aa-5624-47bc-a260-4fd126e3fc6f Date: Fri, 07 Sep 2018 19:31:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36f04f71-af72-42e6-8249-d87f4b97d94d","tenant_id":"d655cbaf75954337bc7f75ed618fcef1","created_at":"2018-09-07T19:31:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T19:31:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d655cbaf75954337bc7f75ed618fcef1","id":"c9ca87c5-cba4-478e-b129-c7e275362fac","subnetpool_id":null,"name":"patrole-subnet_df157621-c801-4006-b144-d6701981cf68"}} 2018-09-07 19:31:24,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-84fba1aa-5624-47bc-a260-4fd126e3fc6f 2018-09-07 19:31:24,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.575589895248s 2018-09-07 19:31:24,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-84fba1aa-5624-47bc-a260-4fd126e3fc6f 2018-09-07 19:31:24,009 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-07T19:31:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c9ca87c5-cba4-478e-b129-c7e275362fac', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_df157621-c801-4006-b144-d6701981cf68', u'enable_dhcp': True, u'network_id': u'36f04f71-af72-42e6-8249-d87f4b97d94d', u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd655cbaf75954337bc7f75ed618fcef1'}) 2018-09-07 19:31:24,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-07 19:31:24,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}, "name": "patrole-router_df157621-c801-4006-b144-d6701981cf68", "admin_state_up": true}}' 2018-09-07 19:31:25,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-d5bce41b-8b40-40e7-af99-86131f1d462e Date: Fri, 07 Sep 2018 19:31:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:31:25Z", "revision_number": 2, "routes": [], "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "52bdd854-df7d-4b59-9c05-c44ffd4ece3c", "name": "patrole-router_df157621-c801-4006-b144-d6701981cf68"}} 2018-09-07 19:31:25,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d5bce41b-8b40-40e7-af99-86131f1d462e 2018-09-07 19:31:25,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.12152695656s 2018-09-07 19:31:25,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d5bce41b-8b40-40e7-af99-86131f1d462e 2018-09-07 19:31:25,132 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e537ef2c-765f-4452-9b85-388ace121512', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3607dd08-2893-4cea-ad91-c9c8759d6b51', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd655cbaf75954337bc7f75ed618fcef1', u'created_at': u'2018-09-07T19:31:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-07T19:31:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'd655cbaf75954337bc7f75ed618fcef1', u'id': u'52bdd854-df7d-4b59-9c05-c44ffd4ece3c', u'name': u'patrole-router_df157621-c801-4006-b144-d6701981cf68'}) 2018-09-07 19:31:25,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-07 19:31:25,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"subnet_id": "c9ca87c5-cba4-478e-b129-c7e275362fac"}' 2018-09-07 19:31:26,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b88316d6-41e2-4249-84c5-82085d0ef52d Date: Fri, 07 Sep 2018 19:31:26 GMT RESP BODY: {"network_id": "36f04f71-af72-42e6-8249-d87f4b97d94d", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "subnet_id": "c9ca87c5-cba4-478e-b129-c7e275362fac", "subnet_ids": ["c9ca87c5-cba4-478e-b129-c7e275362fac"], "port_id": "7ec3f884-f718-4536-8914-4d213ba69c91", "id": "52bdd854-df7d-4b59-9c05-c44ffd4ece3c"} 2018-09-07 19:31:26,628 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/add_router_interface.json used request id req-b88316d6-41e2-4249-84c5-82085d0ef52d 2018-09-07 19:31:26,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.49532008171s 2018-09-07 19:31:26,629 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/add_router_interface.json used request id req-b88316d6-41e2-4249-84c5-82085d0ef52d returning object 52bdd854-df7d-4b59-9c05-c44ffd4ece3c 2018-09-07 19:31:26,629 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-07 19:31:26,761 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-07 19:31:26,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:26,768 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 07 Sep 2018 19:31:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-07 19:31:26,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:31:26,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:26,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2ca84805-4c59-49d2-a988-c5653a3df65a Date: Fri, 07 Sep 2018 19:31:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:31:26,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2ca84805-4c59-49d2-a988-c5653a3df65a 2018-09-07 19:31:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168987035751s 2018-09-07 19:31:26,941 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2ca84805-4c59-49d2-a988-c5653a3df65a 2018-09-07 19:31:26,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 19:31:26,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68"}' 2018-09-07 19:31:27,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d X-Openstack-Request-Id: req-79902166-0a13-4b73-9b51-46dae9c219b6 Date: Fri, 07 Sep 2018 19:31:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "37da5d71-5541-4616-88ba-6a4654edd89d", "size": null, "self": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:27Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68", "checksum": null, "created_at": "2018-09-07T19:31:27Z", "protected": false} 2018-09-07 19:31:27,605 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-79902166-0a13-4b73-9b51-46dae9c219b6 2018-09-07 19:31:27,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.662800073624s 2018-09-07 19:31:27,606 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-79902166-0a13-4b73-9b51-46dae9c219b6 returning object 37da5d71-5541-4616-88ba-6a4654edd89d 2018-09-07 19:31:27,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 19:31:27,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '' 2018-09-07 19:31:29,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-373e95ce-ee5e-4ccb-826b-bb49e7d05e70 Date: Fri, 07 Sep 2018 19:31: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-07 19:31:29,821 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file used request id req-373e95ce-ee5e-4ccb-826b-bb49e7d05e70 2018-09-07 19:31:29,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.21457004547s 2018-09-07 19:31:29,821 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file used request id req-373e95ce-ee5e-4ccb-826b-bb49e7d05e70 2018-09-07 19:31:29,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:31:29,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:29,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-e793219d-0b82-49b4-a6ec-65012ed54fe3 Date: Fri, 07 Sep 2018 19:31:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "metadata": {}}], "file": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "37da5d71-5541-4616-88ba-6a4654edd89d", "size": 12716032, "self": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:29Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:31:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:31:29,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e793219d-0b82-49b4-a6ec-65012ed54fe3 2018-09-07 19:31:29,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174103021622s 2018-09-07 19:31:29,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e793219d-0b82-49b4-a6ec-65012ed54fe3 2018-09-07 19:31:29,999 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file', 'owner': u'd655cbaf75954337bc7f75ed618fcef1', 'id': u'37da5d71-5541-4616-88ba-6a4654edd89d', 'size': 12716032, u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd655cbaf75954337bc7f75ed618fcef1', 'name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:31:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:31:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_df157621-c801-4006-b144-d6701981cf68', 'created': u'2018-09-07T19:31:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:31:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:31:30,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 19:31:30,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_df157621-c801-4006-b144-d6701981cf68", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 19:31:30,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31: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-cc9bce6a-417d-4b66-b104-a05dcf708724 x-compute-request-id: req-cc9bce6a-417d-4b66-b104-a05dcf708724 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4ed5b814-4423-4e03-aa3f-f39d409bb5df", "name": "patrole-flavor_df157621-c801-4006-b144-d6701981cf68", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 19:31:30,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-cc9bce6a-417d-4b66-b104-a05dcf708724 2018-09-07 19:31:30,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.574553012848s 2018-09-07 19:31:30,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-cc9bce6a-417d-4b66-b104-a05dcf708724 returning object 4ed5b814-4423-4e03-aa3f-f39d409bb5df 2018-09-07 19:31:30,575 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'4ed5b814-4423-4e03-aa3f-f39d409bb5df', 'swap': 0}) 2018-09-07 19:31:30,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 19:31:30,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df/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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"extra_specs": {}}' 2018-09-07 19:31:30,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31: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-1104c70a-c0b8-47bb-b960-53edba1e83da x-compute-request-id: req-1104c70a-c0b8-47bb-b960-53edba1e83da Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 19:31:30,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df/os-extra_specs used request id req-1104c70a-c0b8-47bb-b960-53edba1e83da 2018-09-07 19:31:30,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223178863525s 2018-09-07 19:31:30,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df/os-extra_specs used request id req-1104c70a-c0b8-47bb-b960-53edba1e83da 2018-09-07 19:31:30,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:31:30,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:30,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 19:31:30 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 19:31:30,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:30,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3154be8e-f81b-469a-b04b-bdba90f7bedd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:31:30,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3154be8e-f81b-469a-b04b-bdba90f7bedd 2018-09-07 19:31:30,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0978770256042s 2018-09-07 19:31:30,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-07 19:31:30,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:30,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31: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-6ec5bcef-502a-44c7-84c0-5f5f0723637d x-compute-request-id: req-6ec5bcef-502a-44c7-84c0-5f5f0723637d Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 19:31:30,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-6ec5bcef-502a-44c7-84c0-5f5f0723637d 2018-09-07 19:31:30,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.280385971069s 2018-09-07 19:31:30,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-6ec5bcef-502a-44c7-84c0-5f5f0723637d 2018-09-07 19:31:30,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:31:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:31,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-2e388590-5f16-4a8f-acb5-6474236e68c6 Date: Fri, 07 Sep 2018 19:31:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "metadata": {}}], "file": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "37da5d71-5541-4616-88ba-6a4654edd89d", "size": 12716032, "self": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:29Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:31:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:31:31,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2e388590-5f16-4a8f-acb5-6474236e68c6 2018-09-07 19:31:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0205690860748s 2018-09-07 19:31:31,004 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2e388590-5f16-4a8f-acb5-6474236e68c6 2018-09-07 19:31:31,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-07 19:31:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_df157621-c801-4006-b144-d6701981cf68"}' 2018-09-07 19:31:31,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b X-Openstack-Request-Id: req-67f1d310-2919-47b6-9861-e91535088a80 Date: Fri, 07 Sep 2018 19:31:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b", "size": null, "self": "/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:31Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_df157621-c801-4006-b144-d6701981cf68", "checksum": null, "created_at": "2018-09-07T19:31:31Z", "protected": false} 2018-09-07 19:31:31,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-67f1d310-2919-47b6-9861-e91535088a80 2018-09-07 19:31:31,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.190843105316s 2018-09-07 19:31:31,198 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-67f1d310-2919-47b6-9861-e91535088a80 returning object eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b 2018-09-07 19:31:31,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-07 19:31:31,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '' 2018-09-07 19:31:32,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee865b8b-89e6-4c57-a7af-01e1a1cf6e26 Date: Fri, 07 Sep 2018 19:31: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-07 19:31:32,856 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file used request id req-ee865b8b-89e6-4c57-a7af-01e1a1cf6e26 2018-09-07 19:31:32,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65723705292s 2018-09-07 19:31:32,856 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file used request id req-ee865b8b-89e6-4c57-a7af-01e1a1cf6e26 2018-09-07 19:31:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:31:32,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:31:33,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-ddcf2e4b-c128-44a3-94fe-50a9c4fb8039 Date: Fri, 07 Sep 2018 19:31:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap", "metadata": {}}], "file": "/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b", "size": 12716032, "self": "/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:32Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_df157621-c801-4006-b144-d6701981cf68", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:31:31Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "metadata": {}}], "file": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "37da5d71-5541-4616-88ba-6a4654edd89d", "size": 12716032, "self": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:29Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:31:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:31:33,405 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ddcf2e4b-c128-44a3-94fe-50a9c4fb8039 2018-09-07 19:31:33,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.547852039337s 2018-09-07 19:31:33,405 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ddcf2e4b-c128-44a3-94fe-50a9c4fb8039 2018-09-07 19:31:33,408 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/file', 'owner': u'd655cbaf75954337bc7f75ed618fcef1', 'id': u'eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', 'size': 12716032, u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd655cbaf75954337bc7f75ed618fcef1', 'name': 'patrole-project_df157621-c801-4006-b144-d6701981cf68', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-07T19:31:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-07T19:31:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', 'created': u'2018-09-07T19:31:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-07T19:31:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_df157621-c801-4006-b144-d6701981cf68', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-07 19:31:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-07 19:31:33,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-07 19:31:33,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31: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-27878a1a-0d21-4f68-971a-8be6948103df x-compute-request-id: req-27878a1a-0d21-4f68-971a-8be6948103df Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f4778dd4-6b3a-4bc2-acc7-54d24869deca", "name": "patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 19:31:33,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-27878a1a-0d21-4f68-971a-8be6948103df 2018-09-07 19:31:33,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0482559204102s 2018-09-07 19:31:33,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-27878a1a-0d21-4f68-971a-8be6948103df returning object f4778dd4-6b3a-4bc2-acc7-54d24869deca 2018-09-07 19:31:33,459 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'f4778dd4-6b3a-4bc2-acc7-54d24869deca', 'swap': 0}) 2018-09-07 19:31:33,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-07 19:31:33,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca/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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" -d '{"extra_specs": {}}' 2018-09-07 19:31:33,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:31: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-279119ec-9242-40bf-bbca-86b5a9dac243 x-compute-request-id: req-279119ec-9242-40bf-bbca-86b5a9dac243 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-07 19:31:33,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca/os-extra_specs used request id req-279119ec-9242-40bf-bbca-86b5a9dac243 2018-09-07 19:31:33,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209589004517s 2018-09-07 19:31:33,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca/os-extra_specs used request id req-279119ec-9242-40bf-bbca-86b5a9dac243 2018-09-07 19:31:33,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68', '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'a3d1e38333674f33ba762d66c366b2a8', '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'f4778dd4-6b3a-4bc2-acc7-54d24869deca', 'swap': 0}) 2018-09-07 19:31:36,624 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-07 19:31:35.592 11319 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51). 2018-09-07 19:31:36.449 11319 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-07 19:31:36.451 11319 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) has been successfully configured for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51)! 2018-09-07 19:31:36,624 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-07 19:31:36,625 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-07 19:31:36,628 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-07 19:31:36,634 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-07 19:31:39,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-128a5cdc-c302-415a-bb27-8af3e42e09f5/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-09-07 19:31:39,906 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-07 19:31:39,933 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-07 19:31:39,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-09-07 19:31:42,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-07 19:31:42.094 11328 INFO rally.api [-] Starting verification (UUID=019ad035-3ddd-4132-899b-2f265b411265) for deployment 'opnfv-rally' (UUID=fac521b3-a2db-4890-88a9-f00a1b115a51) by verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 19:31:42,095 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 019ad035-3ddd-4132-899b-2f265b411265 2018-09-07 19:34:19,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 019ad035-3ddd-4132-899b-2f265b411265 2018-09-07 19:34:19,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '019ad035-3ddd-4132-899b-2f265b411265']'. 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-07 19:34:20,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 019ad035-3ddd-4132-899b-2f265b411265 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-07 19:31:41 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-07 19:34:19 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-07 19:34:20,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 128a5cdc-c302-415a-bb27-8af3e42e09f5) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fac521b3-a2db-4890-88a9-f00a1b115a51) | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.742 | 2018-09-07 19:34:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-07 19:34:20,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-07 19:34:20,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-09-07 19:34:21,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:34:21,102 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 19:34:21,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 19:34:21,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:22,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7fba0aa-81d7-4b91-8e67-fde478e6324b Date: Fri, 07 Sep 2018 19:34: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-07 19:34:22,027 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b used request id req-a7fba0aa-81d7-4b91-8e67-fde478e6324b 2018-09-07 19:34:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.922836065292s 2018-09-07 19:34:22,028 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/eb3f86a8-4be5-4bf4-916f-12cc3ac2e94b used request id req-a7fba0aa-81d7-4b91-8e67-fde478e6324b 2018-09-07 19:34:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:34:22,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:22,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34: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-d0124eb2-266f-415e-80d8-220720a6c3e5 x-compute-request-id: req-d0124eb2-266f-415e-80d8-220720a6c3e5 Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4ed5b814-4423-4e03-aa3f-f39d409bb5df", "name": "patrole-flavor_df157621-c801-4006-b144-d6701981cf68", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f4778dd4-6b3a-4bc2-acc7-54d24869deca", "name": "patrole-flavor_alt_df157621-c801-4006-b144-d6701981cf68", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:34:22,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d0124eb2-266f-415e-80d8-220720a6c3e5 2018-09-07 19:34:22,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334079265594s 2018-09-07 19:34:22,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d0124eb2-266f-415e-80d8-220720a6c3e5 2018-09-07 19:34:22,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:34:22,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:22,121 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19:34: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-43521de4-fd4d-43fb-9cdd-d8cd6553573b x-compute-request-id: req-43521de4-fd4d-43fb-9cdd-d8cd6553573b Content-Length: 0 Content-Type: application/json 2018-09-07 19:34:22,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca used request id req-43521de4-fd4d-43fb-9cdd-d8cd6553573b 2018-09-07 19:34:22,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0566041469574s 2018-09-07 19:34:22,121 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4778dd4-6b3a-4bc2-acc7-54d24869deca used request id req-43521de4-fd4d-43fb-9cdd-d8cd6553573b 2018-09-07 19:34:22,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-07 19:34:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" -d '{"subnet_id": "c9ca87c5-cba4-478e-b129-c7e275362fac"}' 2018-09-07 19:34:23,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d354e82-cbf4-43b7-9e66-7e18fa962c0a Date: Fri, 07 Sep 2018 19:34:23 GMT RESP BODY: {"network_id": "36f04f71-af72-42e6-8249-d87f4b97d94d", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "subnet_id": "c9ca87c5-cba4-478e-b129-c7e275362fac", "subnet_ids": ["c9ca87c5-cba4-478e-b129-c7e275362fac"], "port_id": "7ec3f884-f718-4536-8914-4d213ba69c91", "id": "52bdd854-df7d-4b59-9c05-c44ffd4ece3c"} 2018-09-07 19:34:23,358 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/remove_router_interface.json used request id req-8d354e82-cbf4-43b7-9e66-7e18fa962c0a 2018-09-07 19:34:23,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.23619794846s 2018-09-07 19:34:23,358 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c/remove_router_interface.json used request id req-8d354e82-cbf4-43b7-9e66-7e18fa962c0a returning object 52bdd854-df7d-4b59-9c05-c44ffd4ece3c 2018-09-07 19:34:23,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-07 19:34:23,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:23,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6775 X-Openstack-Request-Id: req-d4d17cca-a60a-4423-818c-6dd6025ab137 Date: Fri, 07 Sep 2018 19:34:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "created_at": "2018-09-07T19:11:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:50Z", "revision_number": 2, "routes": [], "project_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "id": "0a0df156-b0a7-4a22-bfd8-186951a81c72", "name": "c_rally_14284654_8eqfcXnl"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:38Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "3a382e6f-d83e-465c-a591-93c2abbf6ada", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "created_at": "2018-09-07T19:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:08Z", "revision_number": 2, "routes": [], "project_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "id": "49024c23-dbba-4b9c-b2d9-131ef42985d4", "name": "c_rally_5d2fe581_v9YCecfr"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:05Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "4cbd1fba-e663-4ef2-a755-8f0cb1bba44f", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "606bc4ae978f44d982c687560a86de39", "created_at": "2018-09-07T19:09:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:09:49Z", "revision_number": 2, "routes": [], "project_id": "606bc4ae978f44d982c687560a86de39", "id": "4f9b55ed-ef3d-4f33-bc42-87ec86240086", "name": "c_rally_19d8d397_MOqmkDQ6"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:34:22Z", "revision_number": 4, "routes": [], "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "52bdd854-df7d-4b59-9c05-c44ffd4ece3c", "name": "patrole-router_df157621-c801-4006-b144-d6701981cf68"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:39Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "82c4c689-e545-40dd-9c8d-72792c92d938", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:07Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "830080ba-0696-45d7-82da-8cfdfcf1e693", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:06Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "9c093440-1698-418c-8cc4-db103fc70ff6", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 19:34:23,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d4d17cca-a60a-4423-818c-6dd6025ab137 2018-09-07 19:34:23,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.224286079407s 2018-09-07 19:34:23,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d4d17cca-a60a-4423-818c-6dd6025ab137 2018-09-07 19:34:23,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-07 19:34:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c.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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:24,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e56d0a9-aabc-4d3d-8374-656f115087da Content-Length: 0 Date: Fri, 07 Sep 2018 19:34:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:34:24,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c.json used request id req-5e56d0a9-aabc-4d3d-8374-656f115087da 2018-09-07 19:34:24,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25440692902s 2018-09-07 19:34:24,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/52bdd854-df7d-4b59-9c05-c44ffd4ece3c.json used request id req-5e56d0a9-aabc-4d3d-8374-656f115087da 2018-09-07 19:34:24,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-07 19:34:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:25,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-5575ce82-d67f-4363-b68f-b0928acf5095 Date: Fri, 07 Sep 2018 19:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36f04f71-af72-42e6-8249-d87f4b97d94d","tenant_id":"d655cbaf75954337bc7f75ed618fcef1","created_at":"2018-09-07T19:31:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-07T19:31:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d655cbaf75954337bc7f75ed618fcef1","id":"c9ca87c5-cba4-478e-b129-c7e275362fac","subnetpool_id":null,"name":"patrole-subnet_df157621-c801-4006-b144-d6701981cf68"}]} 2018-09-07 19:34:25,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5575ce82-d67f-4363-b68f-b0928acf5095 2018-09-07 19:34:25,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202486038208s 2018-09-07 19:34:25,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5575ce82-d67f-4363-b68f-b0928acf5095 2018-09-07 19:34:25,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-07 19:34:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c9ca87c5-cba4-478e-b129-c7e275362fac.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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:27,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf467827-5604-4d60-8db6-af310fbfc53b Date: Fri, 07 Sep 2018 19:34:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:34:27,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c9ca87c5-cba4-478e-b129-c7e275362fac.json used request id req-bf467827-5604-4d60-8db6-af310fbfc53b 2018-09-07 19:34:27,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.11765909195s 2018-09-07 19:34:27,164 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c9ca87c5-cba4-478e-b129-c7e275362fac.json used request id req-bf467827-5604-4d60-8db6-af310fbfc53b 2018-09-07 19:34:27,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-07 19:34:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:27,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-ea36ee07-076c-4271-85d6-9af292d75ea7 Date: Fri, 07 Sep 2018 19:34:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"36f04f71-af72-42e6-8249-d87f4b97d94d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"d655cbaf75954337bc7f75ed618fcef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T19:34:27Z","provider:segmentation_id":50,"name":"patrole-net_df157621-c801-4006-b144-d6701981cf68","admin_state_up":true,"tenant_id":"d655cbaf75954337bc7f75ed618fcef1","created_at":"2018-09-07T19:31:22Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 19:34:27,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ea36ee07-076c-4271-85d6-9af292d75ea7 2018-09-07 19:34:27,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0819098949432s 2018-09-07 19:34:27,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ea36ee07-076c-4271-85d6-9af292d75ea7 2018-09-07 19:34:27,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-07 19:34:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/36f04f71-af72-42e6-8249-d87f4b97d94d.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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:28,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d6095b5-eb1a-4240-950f-ab3c454ff596 Date: Fri, 07 Sep 2018 19:34:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 19:34:28,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/36f04f71-af72-42e6-8249-d87f4b97d94d.json used request id req-6d6095b5-eb1a-4240-950f-ab3c454ff596 2018-09-07 19:34:28,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14420294762s 2018-09-07 19:34:28,393 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/36f04f71-af72-42e6-8249-d87f4b97d94d.json used request id req-6d6095b5-eb1a-4240-950f-ab3c454ff596 2018-09-07 19:34:28,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-07 19:34:28,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:28,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8fce24b3-8fd2-4bda-b798-e5cd33ef5a59 Date: Fri, 07 Sep 2018 19:34:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "metadata": {}}], "file": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d/file", "owner": "d655cbaf75954337bc7f75ed618fcef1", "id": "37da5d71-5541-4616-88ba-6a4654edd89d", "size": 12716032, "self": "/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d", "disk_format": "qcow2", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/37da5d71-5541-4616-88ba-6a4654edd89d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-07T19:31:29Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_df157621-c801-4006-b144-d6701981cf68", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_df157621-c801-4006-b144-d6701981cf68", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-07T19:31:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-07 19:34:28,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8fce24b3-8fd2-4bda-b798-e5cd33ef5a59 2018-09-07 19:34:28,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.240239143372s 2018-09-07 19:34:28,634 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8fce24b3-8fd2-4bda-b798-e5cd33ef5a59 2018-09-07 19:34:28,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-07 19:34:28,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6938469f5e9dc14d2c782a2fccdc36b442d7945" 2018-09-07 19:34:29,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d507f2a-d854-42e9-a0a4-a7ca61ae5f49 Date: Fri, 07 Sep 2018 19:34: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-07 19:34:29,795 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d used request id req-0d507f2a-d854-42e9-a0a4-a7ca61ae5f49 2018-09-07 19:34:29,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.15894889832s 2018-09-07 19:34:29,795 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/37da5d71-5541-4616-88ba-6a4654edd89d used request id req-0d507f2a-d854-42e9-a0a4-a7ca61ae5f49 2018-09-07 19:34:29,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-07 19:34:29,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:29,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34: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-d9a3437a-fb80-4526-9f95-736cac6885f1 x-compute-request-id: req-d9a3437a-fb80-4526-9f95-736cac6885f1 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4ed5b814-4423-4e03-aa3f-f39d409bb5df", "name": "patrole-flavor_df157621-c801-4006-b144-d6701981cf68", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 19:34:29,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d9a3437a-fb80-4526-9f95-736cac6885f1 2018-09-07 19:34:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.037369966507s 2018-09-07 19:34:29,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d9a3437a-fb80-4526-9f95-736cac6885f1 2018-09-07 19:34:29,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-07 19:34:29,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:29,874 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 19:34: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-8ead699c-fe98-4727-8713-e46459e40c97 x-compute-request-id: req-8ead699c-fe98-4727-8713-e46459e40c97 Content-Length: 0 Content-Type: application/json 2018-09-07 19:34:29,874 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df used request id req-8ead699c-fe98-4727-8713-e46459e40c97 2018-09-07 19:34:29,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390889644623s 2018-09-07 19:34:29,874 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/4ed5b814-4423-4e03-aa3f-f39d409bb5df used request id req-8ead699c-fe98-4727-8713-e46459e40c97 2018-09-07 19:34:29,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:34:29,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:29,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56cc922-b3ea-4a3c-8e17-88a6638c78a3 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/45cfb3b8248d4e2da4875cb1948ad74d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45cfb3b8248d4e2da4875cb1948ad74d", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.25:5000/v3/users/490fd879ca554e1e9800e133ecb2e690"}, "domain_id": "default", "enabled": true, "options": {}, "id": "490fd879ca554e1e9800e133ecb2e690", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/54fb6402143740d7800effa79a74698d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54fb6402143740d7800effa79a74698d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/6fc1f1f3abdf40b594c26655f9508c69"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fc1f1f3abdf40b594c26655f9508c69", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/7c962e31e04c4be9b7c3d019100c3909"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7c962e31e04c4be9b7c3d019100c3909", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/7edfe7719abc4ae69d3802214149d275"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7edfe7719abc4ae69d3802214149d275", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7be5bcacbe42339762f5127149b98d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f7be5bcacbe42339762f5127149b98d", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/9e7d513d6bd5456b96e220e94a2a4dd2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e7d513d6bd5456b96e220e94a2a4dd2", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/a7a0d8150b02482984733c89d985de57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7a0d8150b02482984733c89d985de57", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/aa483f814170451eafd36894377563a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa483f814170451eafd36894377563a2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b4d74def7cd34f3aab9a752a8fec56d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b4d74def7cd34f3aab9a752a8fec56d3", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68", "links": {"self": "http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a"}, "domain_id": "default", "enabled": true, "id": "b9f9399d3baa4d43b5d0e78c82cac71a", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/c20d3919c82f47e1a6bf1e2207679e51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c20d3919c82f47e1a6bf1e2207679e51", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f08ca836674446b6b23b56f813132059"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f08ca836674446b6b23b56f813132059", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/fb9cb2e05d6a49c588e9c5cbc6d9e128"}, "domain_id": "a45514a1dff64691afaabf4968b3fbe0", "enabled": true, "options": {}, "id": "fb9cb2e05d6a49c588e9c5cbc6d9e128", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-07 19:34:29,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a56cc922-b3ea-4a3c-8e17-88a6638c78a3 2018-09-07 19:34:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0980398654938s 2018-09-07 19:34:29,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a56cc922-b3ea-4a3c-8e17-88a6638c78a3 2018-09-07 19:34:29,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-07 19:34:29,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a4d1b71-c536-4fc4-9ee3-5da8e45b2b2c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a"}, "enabled": true, "id": "b9f9399d3baa4d43b5d0e78c82cac71a", "options": {}, "domain_id": "default", "name": "patrole-user_df157621-c801-4006-b144-d6701981cf68"}} 2018-09-07 19:34:30,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a used request id req-3a4d1b71-c536-4fc4-9ee3-5da8e45b2b2c 2018-09-07 19:34:30,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0911190509796s 2018-09-07 19:34:30,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a used request id req-3a4d1b71-c536-4fc4-9ee3-5da8e45b2b2c 2018-09-07 19:34:30,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-07 19:34:30,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:34:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef3b9016-f62c-49bd-adcc-dae1c54c1cf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:34:30,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a used request id req-ef3b9016-f62c-49bd-adcc-dae1c54c1cf4 2018-09-07 19:34:30,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.176608085632s 2018-09-07 19:34:30,248 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/b9f9399d3baa4d43b5d0e78c82cac71a used request id req-ef3b9016-f62c-49bd-adcc-dae1c54c1cf4 2018-09-07 19:34:30,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-07 19:34:30,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8572af-a743-413a-9d08-ca592fc9db80 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1"}, "enabled": true, "id": "d655cbaf75954337bc7f75ed618fcef1", "parent_id": "default", "domain_id": "default", "name": "patrole-project_df157621-c801-4006-b144-d6701981cf68"}]} 2018-09-07 19:34:30,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-ab8572af-a743-413a-9d08-ca592fc9db80 2018-09-07 19:34:30,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802128314972s 2018-09-07 19:34:30,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-ab8572af-a743-413a-9d08-ca592fc9db80 2018-09-07 19:34:30,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-07 19:34:30,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:34:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98bb63b2-b765-4806-b246-4ca60ea7248b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:34:30,504 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1 used request id req-98bb63b2-b765-4806-b246-4ca60ea7248b 2018-09-07 19:34:30,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.173340082169s 2018-09-07 19:34:30,505 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d655cbaf75954337bc7f75ed618fcef1 used request id req-98bb63b2-b765-4806-b246-4ca60ea7248b 2018-09-07 19:34:30,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-07 19:34:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ef7113-80a6-4be7-b00e-0f3af2b112c8 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d8a2b9a1b61492c91ad0f4091d07d95", "links": {"self": "http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95"}, "name": "Member"}, {"domain_id": null, "id": "2edcf55380014da1904e0bf3cc633abf", "links": {"self": "http://172.30.9.25:5000/v3/roles/2edcf55380014da1904e0bf3cc633abf"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "765cac6f031a43628860c2853b35fec1", "links": {"self": "http://172.30.9.25:5000/v3/roles/765cac6f031a43628860c2853b35fec1"}, "name": "admin"}, {"domain_id": null, "id": "8b826667a0b04172b792d11eb6b36fad", "links": {"self": "http://172.30.9.25:5000/v3/roles/8b826667a0b04172b792d11eb6b36fad"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-07 19:34:30,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c3ef7113-80a6-4be7-b00e-0f3af2b112c8 2018-09-07 19:34:30,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0725739002228s 2018-09-07 19:34:30,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-07 19:34:30,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a4422ce8503f3be5d2c2dd2adeaca96aeba138" 2018-09-07 19:34:30,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 07 Sep 2018 19:34:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc76de74-08bd-4804-8aad-3393a8172215 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-07 19:34:30,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/1d8a2b9a1b61492c91ad0f4091d07d95 used request id req-fc76de74-08bd-4804-8aad-3393a8172215 2018-09-07 19:34:30,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107192993164s 2018-09-07 19:34:30,739 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-07 19:34:31,705 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 19:34:31,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 19:34:31,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 19:34:31,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 19:34:31,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-09-07 19:34:31,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 19:34:31,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2c2286-3ece-491e-954e-8598e86d9313 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 19:34:31,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fc2c2286-3ece-491e-954e-8598e86d9313 2018-09-07 19:34:31,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 19:34:32,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T20:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["GCb0_IsrSMyYFdNuGsW1mQ"], "issued_at": "2018-09-07T19:34:32.000000Z"}} 2018-09-07 19:34:32,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93fc275648c188a0637509a17df53eb954153aa4" 2018-09-07 19:34:32,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 19:34: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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 19:34:32,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93fc275648c188a0637509a17df53eb954153aa4" 2018-09-07 19:34:32,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16ad9ff-0d7e-4ee4-8420-6260958c1375 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.25:5000/v3/services/078159dde0ab437696b8918ccc7a8f55"}, "enabled": true, "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.25:5000/v3/services/1812243d9f864b14b00d66de6bc6364f"}, "enabled": true, "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.25:5000/v3/services/2f518eab941c4f2185291e0c2d9c6952"}, "enabled": true, "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.25:5000/v3/services/5392c3492779420e94e7beb291ed7455"}, "enabled": true, "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.25:5000/v3/services/881e3046110f4f4b9ab5bd2cade76b11"}, "enabled": true, "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.25:5000/v3/services/90230e0d1879490481d7a6a280d8c221"}, "enabled": true, "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.25:5000/v3/services/a22534ab3fa04baead64856467c7a957"}, "enabled": true, "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.25:5000/v3/services/a923ff9e3640401d9508b678851772af"}, "enabled": true, "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.25:5000/v3/services/b49d440ffc7f4088a5daaa1dd3de69ef"}, "enabled": true, "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.25:5000/v3/services/b82770b76abb4d4c9b6e197231dfa916"}, "enabled": true, "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.25:5000/v3/services/c32d4d70b7114973952fbef5e7e4a858"}, "enabled": true, "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.25:5000/v3/services/d1882e7b834d49aba534db8ee020e032"}, "enabled": true, "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.25:5000/v3/services/ddbf9e3b3e8a4cba8990557a66c0e005"}, "enabled": true, "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.25:5000/v3/services/f7c5cff1ec20409f98649d3d131c9a0b"}, "enabled": true, "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.25:5000/v3/services/fe6b4a653ec147ca8b06fdd7fd74a672"}, "enabled": true, "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "links": {"self": "http://172.30.9.25:5000/v3/services", "previous": null, "next": null}} 2018-09-07 19:34:32,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/services used request id req-b16ad9ff-0d7e-4ee4-8420-6260958c1375 2018-09-07 19:34:32,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.48291516304s 2018-09-07 19:34:32,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-09-07 19:34:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93fc275648c188a0637509a17df53eb954153aa4" 2018-09-07 19:34:32,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 19:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d499692-b561-4530-9bcf-1df49dfc6aed Content-Encoding: gzip Content-Length: 1933 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/08525c5441504dde9d6972d75e0b6da8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1812243d9f864b14b00d66de6bc6364f", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/093e36dcb8d24deba18c361592374baf"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2f518eab941c4f2185291e0c2d9c6952", "id": "093e36dcb8d24deba18c361592374baf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0a14fdcb13d74e55a91db9e699fef78b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a22534ab3fa04baead64856467c7a957", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1303dff2b5ae413a8b7009f5bd75d8cd"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "90230e0d1879490481d7a6a280d8c221", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1719ec47b9a749839218688aaf313c05"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a22534ab3fa04baead64856467c7a957", "id": "1719ec47b9a749839218688aaf313c05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/24d607a509164355a99dd7990cb350dd"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2f518eab941c4f2185291e0c2d9c6952", "id": "24d607a509164355a99dd7990cb350dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2c23737419814594be64137cf35f119f"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b82770b76abb4d4c9b6e197231dfa916", "id": "2c23737419814594be64137cf35f119f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3199c093bff14a298ca40961f92fc12a"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2f518eab941c4f2185291e0c2d9c6952", "id": "3199c093bff14a298ca40961f92fc12a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3ffb1a91aaf54b9297bc48d5b5b6cfca"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "90230e0d1879490481d7a6a280d8c221", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/436b01e2727b48d09014fb9f3ee8e55f"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1812243d9f864b14b00d66de6bc6364f", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/43ad3f7c0c1d4c4db2fb7e692488a62e"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1882e7b834d49aba534db8ee020e032", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/440ede366232486ca2e44bca3bfec249"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b49d440ffc7f4088a5daaa1dd3de69ef", "id": "440ede366232486ca2e44bca3bfec249"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4eecfc55139a4b14bbdbd3bddf71e79f"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b49d440ffc7f4088a5daaa1dd3de69ef", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5b47a706ad764651829bc1c75d03e5c7"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f7c5cff1ec20409f98649d3d131c9a0b", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/623c3d3aeee24256adfa97a6a980635e"}, "url": "http://192.30.9.7:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b82770b76abb4d4c9b6e197231dfa916", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7621658f9d7742c1af2acc8558569447"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ddbf9e3b3e8a4cba8990557a66c0e005", "id": "7621658f9d7742c1af2acc8558569447"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7ed14f49114844829cd9098e0d1f678a"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fe6b4a653ec147ca8b06fdd7fd74a672", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/821240e479754ff2a52fbfd2ca595649"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ddbf9e3b3e8a4cba8990557a66c0e005", "id": "821240e479754ff2a52fbfd2ca595649"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/86225f745bfc4a5a9ca1ffc62d1ba184"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a22534ab3fa04baead64856467c7a957", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/874cd15ec0654aaba4a6080b1ff0558e"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1882e7b834d49aba534db8ee020e032", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9a0b1ed597d94410801ab1411dd5ad48"}, "url": "http://172.30.9.25:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b82770b76abb4d4c9b6e197231dfa916", "id": "9a0b1ed597d94410801ab1411dd5ad48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a90e3ff42cd340009b2f89e38e101c8a"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f7c5cff1ec20409f98649d3d131c9a0b", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aa09c2cd6d0442f580bf967dbb4613a2"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "078159dde0ab437696b8918ccc7a8f55", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/acb527b1bb894ca79e70d95907338df7"}, "url": "http://172.30.9.25:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fe6b4a653ec147ca8b06fdd7fd74a672", "id": "acb527b1bb894ca79e70d95907338df7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ad90ede2ee2f441fbe6d0187904a68d5"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1882e7b834d49aba534db8ee020e032", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adcdfa121a1944629fc76fe3683b5886"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5392c3492779420e94e7beb291ed7455", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/afd58e29e19a4f6e836b2afac6d6d8e4"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5392c3492779420e94e7beb291ed7455", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b949ea9f43654adbb83003b510d420ee"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a923ff9e3640401d9508b678851772af", "id": "b949ea9f43654adbb83003b510d420ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c446f8562d2845a9a88f3329579006d0"}, "url": "http://192.30.9.7:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fe6b4a653ec147ca8b06fdd7fd74a672", "id": "c446f8562d2845a9a88f3329579006d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c52f9d07bd2e49128f59a8af3d32ced4"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "078159dde0ab437696b8918ccc7a8f55", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c60f6c6a3f004b03a1c8b53ca3858a88"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ddbf9e3b3e8a4cba8990557a66c0e005", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "881e3046110f4f4b9ab5bd2cade76b11", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbba624ad73a408fb45fc8b83c7c05f1"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a923ff9e3640401d9508b678851772af", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ce792746ac94430593ec953aa9dd09e6"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b49d440ffc7f4088a5daaa1dd3de69ef", "id": "ce792746ac94430593ec953aa9dd09e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e16967fa2c2e4f519541cae5452280ee"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "881e3046110f4f4b9ab5bd2cade76b11", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e2bab760d93a43ec9e56260350495a95"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a923ff9e3640401d9508b678851772af", "id": "e2bab760d93a43ec9e56260350495a95"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e2c760abc0c34836937e301d96db9937"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "078159dde0ab437696b8918ccc7a8f55", "id": "e2c760abc0c34836937e301d96db9937"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea26431b23fb44a580b673d36f9c2a86"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f7c5cff1ec20409f98649d3d131c9a0b", "id": "ea26431b23fb44a580b673d36f9c2a86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f5aed450d0484c9fa5cb9658685171ed"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1812243d9f864b14b00d66de6bc6364f", "id": "f5aed450d0484c9fa5cb9658685171ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f654477be90e467f979ae493bfd12f3d"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "90230e0d1879490481d7a6a280d8c221", "id": "f654477be90e467f979ae493bfd12f3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f84295545dc44c5b8bf73bdb047c735a"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5392c3492779420e94e7beb291ed7455", "id": "f84295545dc44c5b8bf73bdb047c735a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f9a569a60319403d87638c60251fbce7"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "881e3046110f4f4b9ab5bd2cade76b11", "id": "f9a569a60319403d87638c60251fbce7"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-07 19:34:32,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-6d499692-b561-4530-9bcf-1df49dfc6aed 2018-09-07 19:34:32,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0804328918457s 2018-09-07 19:34:52,469 - 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-07 19:34:52,501 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-07 19:34:52,749 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-09-07 19:34:52,865 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 19:34:52,866 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-07 19:34:52,921 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-07 19:34:54,721 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 19:34:56,989 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-07 19:34:56,989 - openstack_tests - INFO - OS Credentials = > 2018-09-07 19:34:57,859 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-07 19:34:57,859 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-09-07 19:34:59,011 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-proj 2018-09-07 19:35:00,082 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-user 2018-09-07 19:35:00,273 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-proj-role 2018-09-07 19:35:00,295 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2c2d5a63-c20f-414-proj-role to project CreateSecurityGroupTests-2c2d5a63-c20f-414-proj 2018-09-07 19:35:01,207 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-25db134d-bc01-42af-b797-0708c691ce68name... 2018-09-07 19:35:01,207 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-25db134d-bc01-42af-b797-0708c691ce68name 2018-09-07 19:35:01,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:01,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:01,779 - neutron_utils - INFO - Retrieving security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:01,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:02,016 - neutron_utils - INFO - Retrieving security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:02,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:02,399 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-25db134d-bc01-42af-b797-0708c691ce68name 2018-09-07 19:35:02,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:03,191 - neutron_utils - INFO - Retrieving security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:03,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:04,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:04,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:04,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:05,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:05,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:05,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:05,912 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-25db134d-bc01-42af-b797-0708c691ce68name 2018-09-07 19:35:06,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:06,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a659ef0b-14af-427b-a048-6965dfc405ed 2018-09-07 19:35:06,866 - neutron_utils - INFO - Deleting security group rule with ID - ef86df32-1598-497f-aa4c-03300b4da3d2 2018-09-07 19:35:07,189 - neutron_utils - INFO - Deleting security group rule with ID - 97b24cb4-e1a8-42d2-bfeb-d699317a2de9 2018-09-07 19:35:07,453 - neutron_utils - INFO - Deleting security group rule with ID - e0821b5f-9dea-4ac4-8b71-b8a6fe293823 2018-09-07 19:35:07,710 - neutron_utils - INFO - Deleting security group rule with ID - 6a326bf3-e044-4c62-a85d-7605814d5e24 2018-09-07 19:35:07,981 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-25db134d-bc01-42af-b797-0708c691ce68name 2018-09-07 19:35:09,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83238bf4-fb8e-4390-a9c5-d2f00e0adf7d 2018-09-07 19:35:09,631 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:09,950 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-proj 2018-09-07 19:35:10,205 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-proj-role 2018-09-07 19:35:10,423 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2c2d5a63-c20f-414-user 2018-09-07 19:35:11,860 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-02f4979c-54fd-45f-proj 2018-09-07 19:35:12,830 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-02f4979c-54fd-45f-user 2018-09-07 19:35:13,021 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-02f4979c-54fd-45f-proj-role 2018-09-07 19:35:13,110 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-02f4979c-54fd-45f-proj-role to project CreateSecurityGroupTests-02f4979c-54fd-45f-proj 2018-09-07 19:35:14,009 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0d13018f-b6a8-481e-b793-6cbd3ed45faaname... 2018-09-07 19:35:14,009 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0d13018f-b6a8-481e-b793-6cbd3ed45faaname 2018-09-07 19:35:14,431 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:14,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:14,780 - neutron_utils - INFO - Retrieving security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:14,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:15,178 - neutron_utils - INFO - Retrieving security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:15,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:15,548 - neutron_utils - INFO - Retrieving security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:15,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f7045a4-a188-4cce-9b41-664dbf591f61 2018-09-07 19:35:15,930 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0d13018f-b6a8-481e-b793-6cbd3ed45faaname 2018-09-07 19:35:16,824 - neutron_utils - INFO - Deleting security group rule with ID - 3e4f64c0-e1d6-4765-90f7-ac819a6ad276 2018-09-07 19:35:16,849 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 3e4f64c0-e1d6-4765-90f7-ac819a6ad276 does not exist Neutron server returns request_ids: ['req-366aa7e9-a2af-4af8-93e8-72a68d11483f'] 2018-09-07 19:35:16,849 - neutron_utils - INFO - Deleting security group rule with ID - cebc141e-d444-4b4f-90d7-c001f14e6972 2018-09-07 19:35:16,874 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule cebc141e-d444-4b4f-90d7-c001f14e6972 does not exist Neutron server returns request_ids: ['req-43bbf094-63b9-444b-b75c-6fff7e19e074'] 2018-09-07 19:35:16,874 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0d13018f-b6a8-481e-b793-6cbd3ed45faaname 2018-09-07 19:35:17,052 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 6f7045a4-a188-4cce-9b41-664dbf591f61 does not exist Neutron server returns request_ids: ['req-9533c51a-afc2-4310-8edc-caf83669d6a2'] 2018-09-07 19:35:17,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63601707-2870-4801-9146-f71d59d207d1 2018-09-07 19:35:18,018 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:18,340 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-02f4979c-54fd-45f-proj 2018-09-07 19:35:18,582 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-02f4979c-54fd-45f-proj-role 2018-09-07 19:35:18,789 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-02f4979c-54fd-45f-user 2018-09-07 19:35:20,237 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-0c06c06d-6922-469-proj 2018-09-07 19:35:21,399 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-0c06c06d-6922-469-user 2018-09-07 19:35:21,590 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-0c06c06d-6922-469-proj-role 2018-09-07 19:35:21,682 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-0c06c06d-6922-469-proj-role to project CreateSecurityGroupTests-0c06c06d-6922-469-proj 2018-09-07 19:35:22,503 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ab4acd85-205c-45c8-9d91-bcf12af9e3d4name... 2018-09-07 19:35:22,503 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ab4acd85-205c-45c8-9d91-bcf12af9e3d4name 2018-09-07 19:35:23,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:23,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:23,544 - neutron_utils - INFO - Retrieving security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:23,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:23,770 - neutron_utils - INFO - Retrieving security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:23,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:24,005 - neutron_utils - INFO - Retrieving security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:24,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:25,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:25,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:26,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:26,302 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:26,469 - neutron_utils - INFO - Retrieving security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:26,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e10816bf-553c-4f33-a143-e02fb6f758d1 2018-09-07 19:35:26,866 - neutron_utils - INFO - Deleting security group rule with ID - 3785c930-017a-4fff-8aa1-170a13e21300 2018-09-07 19:35:26,969 - neutron_utils - INFO - Deleting security group rule with ID - e4a1256e-b36e-484a-a1bb-063d67eeab18 2018-09-07 19:35:27,069 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ab4acd85-205c-45c8-9d91-bcf12af9e3d4name 2018-09-07 19:35:28,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e0aa64e-a8cb-4bda-a647-9d8764aa064d 2018-09-07 19:35:28,327 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:28,647 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-0c06c06d-6922-469-proj 2018-09-07 19:35:28,857 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-0c06c06d-6922-469-proj-role 2018-09-07 19:35:29,056 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-0c06c06d-6922-469-user 2018-09-07 19:35:30,513 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-proj 2018-09-07 19:35:31,650 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-user 2018-09-07 19:35:31,848 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-proj-role 2018-09-07 19:35:31,941 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-9fcb7e5c-3364-485-proj-role to project CreateSecurityGroupTests-9fcb7e5c-3364-485-proj 2018-09-07 19:35:32,748 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2981ff54-fa3f-4cf2-b22e-f8d5ec660d0ename... 2018-09-07 19:35:32,748 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2981ff54-fa3f-4cf2-b22e-f8d5ec660d0ename 2018-09-07 19:35:33,388 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:33,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:33,745 - neutron_utils - INFO - Retrieving security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:33,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:34,134 - neutron_utils - INFO - Retrieving security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:34,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:34,514 - neutron_utils - INFO - Retrieving security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:34,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:35,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:35,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ca5aae7-391d-4898-8cbf-b57d12d84488 2018-09-07 19:35:35,915 - neutron_utils - INFO - Deleting security group rule with ID - c54e4761-672e-4dce-97b5-926fc5314c16 2018-09-07 19:35:36,168 - neutron_utils - INFO - Deleting security group rule with ID - 73aa6299-8a8f-4008-98d4-30f05e0c0786 2018-09-07 19:35:36,446 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2981ff54-fa3f-4cf2-b22e-f8d5ec660d0ename 2018-09-07 19:35:37,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 815a9206-67bf-4a68-8960-738947878bbe 2018-09-07 19:35:38,018 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:38,434 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-proj 2018-09-07 19:35:38,653 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-proj-role 2018-09-07 19:35:38,879 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-9fcb7e5c-3364-485-user 2018-09-07 19:35:40,435 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj 2018-09-07 19:35:41,423 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-user 2018-09-07 19:35:41,621 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj-role 2018-09-07 19:35:41,704 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj-role to project CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj 2018-09-07 19:35:42,597 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-60f15ddc-0ab4-451e-96f6-8de522037727name... 2018-09-07 19:35:42,597 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-60f15ddc-0ab4-451e-96f6-8de522037727name 2018-09-07 19:35:42,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:43,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:43,334 - neutron_utils - INFO - Retrieving security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:43,557 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:43,718 - neutron_utils - INFO - Retrieving security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:43,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:44,092 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-60f15ddc-0ab4-451e-96f6-8de522037727name 2018-09-07 19:35:44,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:44,742 - neutron_utils - INFO - Retrieving security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:44,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:45,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:45,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:45,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:46,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e44c89d-ab6c-43ce-85cf-41cbfcf6e914 2018-09-07 19:35:46,338 - neutron_utils - INFO - Deleting security group rule with ID - 2e2adc19-92f0-41bf-8f27-c9014d4a7d1c 2018-09-07 19:35:46,585 - neutron_utils - INFO - Deleting security group rule with ID - 8f32c4d6-5fb4-4604-891a-7921aaa2f163 2018-09-07 19:35:46,832 - neutron_utils - INFO - Deleting security group rule with ID - 953e3000-3e4c-4697-8b09-a590600b08ed 2018-09-07 19:35:47,080 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-60f15ddc-0ab4-451e-96f6-8de522037727name 2018-09-07 19:35:48,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 80497fb9-539a-4248-b770-041495fed044 2018-09-07 19:35:48,406 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:48,706 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj 2018-09-07 19:35:48,929 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-proj-role 2018-09-07 19:35:49,143 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3f7ec6eb-6a68-460-user 2018-09-07 19:35:50,549 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-proj 2018-09-07 19:35:51,662 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-user 2018-09-07 19:35:51,854 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-proj-role 2018-09-07 19:35:51,875 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8f26aafd-4d76-45a-proj-role to project CreateSecurityGroupTests-8f26aafd-4d76-45a-proj 2018-09-07 19:35:52,816 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-36d66376-a30f-4c72-9c04-e9ae19abaac6name... 2018-09-07 19:35:52,816 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-36d66376-a30f-4c72-9c04-e9ae19abaac6name 2018-09-07 19:35:53,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:53,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:53,417 - neutron_utils - INFO - Retrieving security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:53,619 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:53,647 - neutron_utils - INFO - Retrieving security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:53,850 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:54,014 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-36d66376-a30f-4c72-9c04-e9ae19abaac6name 2018-09-07 19:35:54,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:54,496 - neutron_utils - INFO - Retrieving security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:54,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:55,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:55,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:56,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7613d71-b600-441f-a1ae-74a1ff3487df 2018-09-07 19:35:56,195 - neutron_utils - INFO - Deleting security group rule with ID - 11b08264-577d-46ad-8634-9ead26cb9646 2018-09-07 19:35:56,309 - neutron_utils - INFO - Deleting security group rule with ID - 1f6b16ff-08a9-4a16-9441-a1b4e208b268 2018-09-07 19:35:56,405 - neutron_utils - INFO - Deleting security group rule with ID - 3d7e1f72-3001-44e8-93c0-acc57ccdbd7d 2018-09-07 19:35:56,653 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-36d66376-a30f-4c72-9c04-e9ae19abaac6name 2018-09-07 19:35:58,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1b748f4-9746-4fc6-b052-a8ab6b613e9b 2018-09-07 19:35:58,264 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:35:58,579 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-proj 2018-09-07 19:35:58,785 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-proj-role 2018-09-07 19:35:58,972 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8f26aafd-4d76-45a-user 2018-09-07 19:36:00,381 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj 2018-09-07 19:36:01,525 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-user 2018-09-07 19:36:01,716 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj-role 2018-09-07 19:36:01,807 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj-role to project CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj 2018-09-07 19:36:02,880 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname... 2018-09-07 19:36:02,880 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname 2018-09-07 19:36:03,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:03,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:03,773 - neutron_utils - INFO - Retrieving security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:03,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:04,134 - neutron_utils - INFO - Retrieving security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:04,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:04,371 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname 2018-09-07 19:36:04,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:05,006 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname 2018-09-07 19:36:05,295 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:05,801 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname 2018-09-07 19:36:06,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:06,610 - neutron_utils - INFO - Retrieving security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:06,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:07,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:07,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:07,864 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:08,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:08,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:08,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:09,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:09,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:09,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:09,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:09,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fd09e57-e027-49f6-821e-389938ed2f3f 2018-09-07 19:36:10,103 - neutron_utils - INFO - Deleting security group rule with ID - f47ce162-aef2-4d95-8fd0-bd1442eac5ae 2018-09-07 19:36:10,401 - neutron_utils - INFO - Deleting security group rule with ID - 683c08b7-afc6-4421-880b-384a014dd598 2018-09-07 19:36:10,661 - neutron_utils - INFO - Deleting security group rule with ID - 1501b37c-0cf3-439e-b249-f7016bf58015 2018-09-07 19:36:10,776 - neutron_utils - INFO - Deleting security group rule with ID - 1f776205-ba88-455a-98f5-9742e25afff9 2018-09-07 19:36:10,906 - neutron_utils - INFO - Deleting security group rule with ID - a36840a3-6818-433c-80fc-d9a65aecce1a 2018-09-07 19:36:11,024 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-45a0476f-dd2c-42b4-a8f4-11e9696604dcname 2018-09-07 19:36:12,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c31c32d-1d13-44fc-96de-7cae7a593a55 2018-09-07 19:36:12,384 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:36:12,693 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj 2018-09-07 19:36:12,917 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-proj-role 2018-09-07 19:36:13,108 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-aba2d3d2-5a1f-4d7-user 2018-09-07 19:36:14,644 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-510c1718-83b3-4b1-proj 2018-09-07 19:36:15,704 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-510c1718-83b3-4b1-user 2018-09-07 19:36:15,896 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-510c1718-83b3-4b1-proj-role 2018-09-07 19:36:15,984 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-510c1718-83b3-4b1-proj-role to project CreateSecurityGroupTests-510c1718-83b3-4b1-proj 2018-09-07 19:36:16,894 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8bb22304-470a-4daa-983e-1ab5f1c571a3name... 2018-09-07 19:36:16,894 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8bb22304-470a-4daa-983e-1ab5f1c571a3name 2018-09-07 19:36:17,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:17,517 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:17,688 - neutron_utils - INFO - Retrieving security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:17,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:18,060 - neutron_utils - INFO - Retrieving security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:18,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:18,433 - neutron_utils - INFO - Retrieving security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:18,626 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:19,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:19,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c53ce427-64a8-4c4a-b8ed-3a59cf9a9181 2018-09-07 19:36:19,596 - neutron_utils - INFO - Deleting security group rule with ID - 63e6663e-e2ea-4f6a-840c-32c0fd823a07 2018-09-07 19:36:19,856 - neutron_utils - INFO - Deleting security group rule with ID - 62669ce6-6b73-4233-b8a5-6d16a56e30f2 2018-09-07 19:36:20,093 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8bb22304-470a-4daa-983e-1ab5f1c571a3name 2018-09-07 19:36:21,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 592d90b9-bca5-4a80-8ea8-9c918bf4b413 2018-09-07 19:36:21,390 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:36:21,709 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-510c1718-83b3-4b1-proj 2018-09-07 19:36:22,013 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-510c1718-83b3-4b1-proj-role 2018-09-07 19:36:22,220 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-510c1718-83b3-4b1-user 2018-09-07 19:36:23,656 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-1c19306d-c030-4a8-proj 2018-09-07 19:36:24,770 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-1c19306d-c030-4a8-user 2018-09-07 19:36:24,980 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-1c19306d-c030-4a8-proj-role 2018-09-07 19:36:25,066 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-1c19306d-c030-4a8-proj-role to project CreateSecurityGroupTests-1c19306d-c030-4a8-proj 2018-09-07 19:36:25,979 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name... 2018-09-07 19:36:25,979 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name 2018-09-07 19:36:26,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:26,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:26,713 - neutron_utils - INFO - Retrieving security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:26,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:26,961 - neutron_utils - INFO - Retrieving security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:27,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:27,185 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name 2018-09-07 19:36:27,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:27,994 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name 2018-09-07 19:36:28,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:28,466 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name 2018-09-07 19:36:28,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:29,119 - neutron_utils - INFO - Retrieving security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:29,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:29,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:30,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:30,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:30,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:31,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:31,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:31,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:31,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:31,747 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:32,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:32,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:32,889 - neutron_utils - INFO - Deleting security group rule with ID - 10ab3759-dc34-4c64-9335-564f753d0771 2018-09-07 19:36:33,147 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-07 19:36:33,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc42a59-1494-43bc-960c-3589138be7ae 2018-09-07 19:36:33,180 - neutron_utils - INFO - Deleting security group rule with ID - fe53633e-179a-4297-90f9-180bd51c7584 2018-09-07 19:36:33,440 - neutron_utils - INFO - Deleting security group rule with ID - 798025f7-068c-4b81-a9a9-ce86642d60c5 2018-09-07 19:36:33,687 - neutron_utils - INFO - Deleting security group rule with ID - d5f7ebb0-2f54-4637-af1d-e110b24314cb 2018-09-07 19:36:33,796 - neutron_utils - INFO - Deleting security group rule with ID - 152ce1b0-0038-4014-bd89-3de7a22db02b 2018-09-07 19:36:34,041 - neutron_utils - INFO - Deleting security group rule with ID - 10ab3759-dc34-4c64-9335-564f753d0771 2018-09-07 19:36:34,066 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 10ab3759-dc34-4c64-9335-564f753d0771 does not exist Neutron server returns request_ids: ['req-53e72007-0366-4ffb-91ca-f1b44f5b34c4'] 2018-09-07 19:36:34,066 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5efbf648-0bcd-4c73-a7bb-a7c48b47d7c4name 2018-09-07 19:36:35,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8fef9e7-7a94-43d3-b3d9-425f368692a8 2018-09-07 19:36:35,878 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:36:36,203 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-1c19306d-c030-4a8-proj 2018-09-07 19:36:36,528 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-1c19306d-c030-4a8-proj-role 2018-09-07 19:36:36,727 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-1c19306d-c030-4a8-user 2018-09-07 19:36:38,351 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-78d7500a-a821-4a0-proj 2018-09-07 19:36:39,333 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-78d7500a-a821-4a0-user 2018-09-07 19:36:39,536 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-78d7500a-a821-4a0-proj-role 2018-09-07 19:36:39,623 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-78d7500a-a821-4a0-proj-role to project CreateSecurityGroupTests-78d7500a-a821-4a0-proj 2018-09-07 19:36:40,529 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name... 2018-09-07 19:36:40,529 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name 2018-09-07 19:36:40,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,269 - neutron_utils - INFO - Retrieving security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,639 - neutron_utils - INFO - Retrieving security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:41,997 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name 2018-09-07 19:36:42,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:42,783 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name 2018-09-07 19:36:43,192 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:43,778 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name 2018-09-07 19:36:43,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:44,274 - neutron_utils - INFO - Retrieving security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:44,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:45,077 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:45,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:45,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:46,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:46,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:46,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:46,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:46,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:47,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:47,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:47,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:47,578 - neutron_utils - INFO - Deleting security group rule with ID - 47bf9adf-fadf-4d28-a698-72d1b23fbdaf 2018-09-07 19:36:47,718 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-07 19:36:47,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb576cfc-ab49-4d5f-b844-8b6353407229 2018-09-07 19:36:47,752 - neutron_utils - INFO - Deleting security group rule with ID - 1747bd4c-fecb-4e1d-8295-6c07c15474e9 2018-09-07 19:36:48,015 - neutron_utils - INFO - Deleting security group rule with ID - 47bf9adf-fadf-4d28-a698-72d1b23fbdaf 2018-09-07 19:36:48,040 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 47bf9adf-fadf-4d28-a698-72d1b23fbdaf does not exist Neutron server returns request_ids: ['req-e0962af8-697d-49a6-bf45-9bc8fb2296db'] 2018-09-07 19:36:48,040 - neutron_utils - INFO - Deleting security group rule with ID - 56a726f5-bf1b-4644-9d11-c9a71377eb32 2018-09-07 19:36:48,302 - neutron_utils - INFO - Deleting security group rule with ID - c271afcb-6e24-4e95-a464-caad1b63a744 2018-09-07 19:36:48,421 - neutron_utils - INFO - Deleting security group rule with ID - ef303e25-646c-49ca-904a-8b96cbff70b4 2018-09-07 19:36:48,533 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-edb342d2-a93e-431e-829a-b55150ee4ba4name 2018-09-07 19:36:49,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 649a8d01-2b92-4346-abd1-a0f943634a1a 2018-09-07 19:36:49,785 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:36:50,106 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-78d7500a-a821-4a0-proj 2018-09-07 19:36:50,396 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-78d7500a-a821-4a0-proj-role 2018-09-07 19:36:50,596 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-78d7500a-a821-4a0-user 2018-09-07 19:36:52,058 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-proj 2018-09-07 19:36:53,160 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-user 2018-09-07 19:36:53,363 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-proj-role 2018-09-07 19:36:53,452 - keystone_utils - INFO - Granting role CreateImageSuccessTests-f5b4a15a-37b1-47c-proj-role to project CreateImageSuccessTests-f5b4a15a-37b1-47c-proj 2018-09-07 19:36:56,431 - create_image - INFO - Created image with name - CreateImageSuccessTests-a15277e2-0242-4c6e-a629-9d56ecf6e7e7 2018-09-07 19:36:56,595 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a15277e2-0242-4c6e-a629-9d56ecf6e7e7 2018-09-07 19:36:57,318 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a15277e2-0242-4c6e-a629-9d56ecf6e7e7 2018-09-07 19:36:58,722 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a15277e2-0242-4c6e-a629-9d56ecf6e7e7 2018-09-07 19:37:00,097 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-proj 2018-09-07 19:37:00,294 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-proj-role 2018-09-07 19:37:00,498 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-f5b4a15a-37b1-47c-user 2018-09-07 19:37:01,901 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-proj 2018-09-07 19:37:03,093 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-user 2018-09-07 19:37:03,291 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-proj-role 2018-09-07 19:37:03,312 - keystone_utils - INFO - Granting role CreateImageSuccessTests-8a1a3e3c-41fa-491-proj-role to project CreateImageSuccessTests-8a1a3e3c-41fa-491-proj 2018-09-07 19:37:06,106 - create_image - INFO - Created image with name - CreateImageSuccessTests-728ec0ed-6f58-447d-95b8-75df06193cec 2018-09-07 19:37:06,276 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-728ec0ed-6f58-447d-95b8-75df06193cec 2018-09-07 19:37:07,050 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-728ec0ed-6f58-447d-95b8-75df06193cec 2018-09-07 19:37:09,384 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-proj 2018-09-07 19:37:09,551 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-proj-role 2018-09-07 19:37:09,745 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-8a1a3e3c-41fa-491-user 2018-09-07 19:37:11,137 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-92fd1761-efae-46f-proj 2018-09-07 19:37:12,184 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-92fd1761-efae-46f-user 2018-09-07 19:37:12,386 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-92fd1761-efae-46f-proj-role 2018-09-07 19:37:12,484 - keystone_utils - INFO - Granting role CreateImageSuccessTests-92fd1761-efae-46f-proj-role to project CreateImageSuccessTests-92fd1761-efae-46f-proj 2018-09-07 19:37:15,704 - create_image - INFO - Created image with name - CreateImageSuccessTests-d7390120-3099-4236-a800-2d76b5ed07fe 2018-09-07 19:37:15,861 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d7390120-3099-4236-a800-2d76b5ed07fe 2018-09-07 19:37:16,981 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d7390120-3099-4236-a800-2d76b5ed07fe 2018-09-07 19:37:19,051 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-92fd1761-efae-46f-proj 2018-09-07 19:37:19,270 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-92fd1761-efae-46f-proj-role 2018-09-07 19:37:19,477 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-92fd1761-efae-46f-user 2018-09-07 19:37:20,897 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-557ebed5-04d5-467-proj 2018-09-07 19:37:21,962 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-557ebed5-04d5-467-user 2018-09-07 19:37:22,153 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-557ebed5-04d5-467-proj-role 2018-09-07 19:37:22,242 - keystone_utils - INFO - Granting role CreateImageSuccessTests-557ebed5-04d5-467-proj-role to project CreateImageSuccessTests-557ebed5-04d5-467-proj 2018-09-07 19:37:25,196 - create_image - INFO - Created image with name - CreateImageSuccessTests-5a3ed565-129d-4cc6-9484-d1852d33f65d 2018-09-07 19:37:25,365 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-5a3ed565-129d-4cc6-9484-d1852d33f65d 2018-09-07 19:37:26,081 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5a3ed565-129d-4cc6-9484-d1852d33f65d 2018-09-07 19:37:28,809 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-557ebed5-04d5-467-proj 2018-09-07 19:37:29,025 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-557ebed5-04d5-467-proj-role 2018-09-07 19:37:29,225 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-557ebed5-04d5-467-user 2018-09-07 19:37:30,650 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-39cb59af-82ba-4aa-proj 2018-09-07 19:37:31,770 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-39cb59af-82ba-4aa-user 2018-09-07 19:37:31,968 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-39cb59af-82ba-4aa-proj-role 2018-09-07 19:37:32,060 - keystone_utils - INFO - Granting role CreateImageSuccessTests-39cb59af-82ba-4aa-proj-role to project CreateImageSuccessTests-39cb59af-82ba-4aa-proj 2018-09-07 19:37:35,427 - create_image - INFO - Created image with name - CreateImageSuccessTests-424f11ae-8dfc-49e3-ad40-95d8cca5407c 2018-09-07 19:37:35,599 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-424f11ae-8dfc-49e3-ad40-95d8cca5407c 2018-09-07 19:37:37,088 - create_image - INFO - Found image with name - CreateImageSuccessTests-424f11ae-8dfc-49e3-ad40-95d8cca5407c 2018-09-07 19:37:37,089 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-424f11ae-8dfc-49e3-ad40-95d8cca5407c 2018-09-07 19:37:39,894 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-39cb59af-82ba-4aa-proj 2018-09-07 19:37:40,108 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-39cb59af-82ba-4aa-proj-role 2018-09-07 19:37:40,303 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-39cb59af-82ba-4aa-user 2018-09-07 19:37:41,752 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-9b05d444-29ee-48f-proj 2018-09-07 19:37:42,747 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-9b05d444-29ee-48f-user 2018-09-07 19:37:42,938 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-9b05d444-29ee-48f-proj-role 2018-09-07 19:37:43,028 - keystone_utils - INFO - Granting role CreateImageSuccessTests-9b05d444-29ee-48f-proj-role to project CreateImageSuccessTests-9b05d444-29ee-48f-proj 2018-09-07 19:37:45,969 - create_image - INFO - Created image with name - CreateImageSuccessTests-da9f6887-c0a0-4c49-874a-ec73c72b8e99 2018-09-07 19:37:46,138 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-da9f6887-c0a0-4c49-874a-ec73c72b8e99 2018-09-07 19:37:47,643 - create_image - INFO - Found image with name - CreateImageSuccessTests-da9f6887-c0a0-4c49-874a-ec73c72b8e99 2018-09-07 19:37:47,644 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-da9f6887-c0a0-4c49-874a-ec73c72b8e99 2018-09-07 19:37:50,675 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-9b05d444-29ee-48f-proj 2018-09-07 19:37:50,899 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-9b05d444-29ee-48f-proj-role 2018-09-07 19:37:51,093 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-9b05d444-29ee-48f-user 2018-09-07 19:37:52,656 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-4c1a48f2-efc1-452-proj 2018-09-07 19:37:53,650 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-4c1a48f2-efc1-452-user 2018-09-07 19:37:53,848 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-4c1a48f2-efc1-452-proj-role 2018-09-07 19:37:53,939 - keystone_utils - INFO - Granting role CreateImageNegativeTests-4c1a48f2-efc1-452-proj-role to project CreateImageNegativeTests-4c1a48f2-efc1-452-proj 2018-09-07 19:37:55,475 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-07 19:37:55,475 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-5df312de-b990-40bf-b1b5-6da7028d49b3 2018-09-07 19:37:56,995 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-4c1a48f2-efc1-452-proj 2018-09-07 19:37:57,295 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-4c1a48f2-efc1-452-proj-role 2018-09-07 19:37:57,496 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-4c1a48f2-efc1-452-user 2018-09-07 19:37:58,896 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-acd29d0c-ba52-459-proj 2018-09-07 19:37:59,896 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-acd29d0c-ba52-459-user 2018-09-07 19:38:00,087 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-acd29d0c-ba52-459-proj-role 2018-09-07 19:38:00,109 - keystone_utils - INFO - Granting role CreateImageNegativeTests-acd29d0c-ba52-459-proj-role to project CreateImageNegativeTests-acd29d0c-ba52-459-proj 2018-09-07 19:38:01,278 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-07 19:38:01,278 - glance_utils - INFO - Removing file ./tmp/296b8c91-f24a-4bb6-92ec-3a14a0e69258 2018-09-07 19:38:02,470 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-acd29d0c-ba52-459-proj 2018-09-07 19:38:02,683 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-acd29d0c-ba52-459-proj-role 2018-09-07 19:38:02,877 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-acd29d0c-ba52-459-user 2018-09-07 19:38:04,279 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-868b40e1-35b9-43b-proj 2018-09-07 19:38:05,417 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-868b40e1-35b9-43b-user 2018-09-07 19:38:05,615 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-868b40e1-35b9-43b-proj-role 2018-09-07 19:38:05,711 - keystone_utils - INFO - Granting role CreateImageNegativeTests-868b40e1-35b9-43b-proj-role to project CreateImageNegativeTests-868b40e1-35b9-43b-proj 2018-09-07 19:38:07,716 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-868b40e1-35b9-43b-proj 2018-09-07 19:38:07,941 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-868b40e1-35b9-43b-proj-role 2018-09-07 19:38:08,133 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-868b40e1-35b9-43b-user 2018-09-07 19:38:09,542 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-proj 2018-09-07 19:38:10,668 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-user 2018-09-07 19:38:10,860 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-proj-role 2018-09-07 19:38:10,953 - keystone_utils - INFO - Granting role CreateImageNegativeTests-cf59fc8e-b5f5-415-proj-role to project CreateImageNegativeTests-cf59fc8e-b5f5-415-proj 2018-09-07 19:38:12,809 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-proj 2018-09-07 19:38:13,013 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-proj-role 2018-09-07 19:38:13,283 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-cf59fc8e-b5f5-415-user 2018-09-07 19:38:14,848 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-cae365ed-d335-4ba-proj 2018-09-07 19:38:15,830 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-cae365ed-d335-4ba-user 2018-09-07 19:38:16,022 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-cae365ed-d335-4ba-proj-role 2018-09-07 19:38:16,112 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-cae365ed-d335-4ba-proj-role to project CreateMultiPartImageTests-cae365ed-d335-4ba-proj 2018-09-07 19:38:16,234 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-09-07 19:38:17,448 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-cae365ed-d335-4ba-proj 2018-09-07 19:38:17,640 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-cae365ed-d335-4ba-proj-role 2018-09-07 19:38:17,837 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-cae365ed-d335-4ba-user 2018-09-07 19:38:19,315 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj 2018-09-07 19:38:20,362 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-user 2018-09-07 19:38:20,566 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj-role 2018-09-07 19:38:20,584 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj-role to project CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj 2018-09-07 19:38:20,714 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-07 19:38:21,921 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj 2018-09-07 19:38:22,126 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-proj-role 2018-09-07 19:38:22,316 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-ac1026f2-ebd2-4a9-user 2018-09-07 19:38:23,812 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-proj 2018-09-07 19:38:24,848 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-user 2018-09-07 19:38:25,039 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-proj-role 2018-09-07 19:38:25,129 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-c44340d7-72c7-4ad-proj-role to project CreateMultiPartImageTests-c44340d7-72c7-4ad-proj 2018-09-07 19:38:25,353 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-07 19:38:26,775 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-proj 2018-09-07 19:38:26,988 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-proj-role 2018-09-07 19:38:27,191 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-c44340d7-72c7-4ad-user 2018-09-07 19:38:28,596 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d5ded05c-689a-431-proj 2018-09-07 19:38:29,644 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d5ded05c-689a-431-user 2018-09-07 19:38:29,836 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d5ded05c-689a-431-proj-role 2018-09-07 19:38:29,928 - keystone_utils - INFO - Granting role CreateKeypairsTests-d5ded05c-689a-431-proj-role to project CreateKeypairsTests-d5ded05c-689a-431-proj 2018-09-07 19:38:31,120 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-917b71a3-d163-49c0-8dc9-ec6be65c0025... 2018-09-07 19:38:31,120 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:38:31,154 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-917b71a3-d163-49c0-8dc9-ec6be65c0025 2018-09-07 19:38:32,980 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d5ded05c-689a-431-proj 2018-09-07 19:38:33,187 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d5ded05c-689a-431-proj-role 2018-09-07 19:38:33,402 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d5ded05c-689a-431-user 2018-09-07 19:38:34,818 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-proj 2018-09-07 19:38:35,997 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-user 2018-09-07 19:38:36,201 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-proj-role 2018-09-07 19:38:36,288 - keystone_utils - INFO - Granting role CreateKeypairsTests-f19f1f3c-9a74-4ab-proj-role to project CreateKeypairsTests-f19f1f3c-9a74-4ab-proj 2018-09-07 19:38:36,632 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-e1791fe8-f923-412e-ae15-7e7ac7abd1d3.pub 2018-09-07 19:38:37,641 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-e1791fe8-f923-412e-ae15-7e7ac7abd1d3... 2018-09-07 19:38:37,642 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-07 19:38:37,642 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-e1791fe8-f923-412e-ae15-7e7ac7abd1d3.pub 2018-09-07 19:38:37,642 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-e1791fe8-f923-412e-ae15-7e7ac7abd1d3 2018-09-07 19:38:39,871 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-proj 2018-09-07 19:38:40,102 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-proj-role 2018-09-07 19:38:40,383 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f19f1f3c-9a74-4ab-user 2018-09-07 19:38:41,723 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-7af35378-23fe-44b-proj 2018-09-07 19:38:42,861 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-7af35378-23fe-44b-user 2018-09-07 19:38:43,057 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-7af35378-23fe-44b-proj-role 2018-09-07 19:38:43,077 - keystone_utils - INFO - Granting role CreateKeypairsTests-7af35378-23fe-44b-proj-role to project CreateKeypairsTests-7af35378-23fe-44b-proj 2018-09-07 19:38:43,848 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fe796997-62f2-4eb2-ac38-620ee4965b54... 2018-09-07 19:38:43,848 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:39:48,848 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fe796997-62f2-4eb2-ac38-620ee4965b54 2018-09-07 19:39:51,073 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-7af35378-23fe-44b-proj 2018-09-07 19:39:51,270 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-7af35378-23fe-44b-proj-role 2018-09-07 19:39:51,457 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-7af35378-23fe-44b-user 2018-09-07 19:39:52,883 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-b64b8356-cc92-42c-proj 2018-09-07 19:39:54,015 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-b64b8356-cc92-42c-user 2018-09-07 19:39:54,207 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-b64b8356-cc92-42c-proj-role 2018-09-07 19:39:54,305 - keystone_utils - INFO - Granting role CreateKeypairsTests-b64b8356-cc92-42c-proj-role to project CreateKeypairsTests-b64b8356-cc92-42c-proj 2018-09-07 19:39:55,062 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6dff7969-e383-48d8-90bf-d06326461630... 2018-09-07 19:39:55,062 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:39:55,098 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6dff7969-e383-48d8-90bf-d06326461630 2018-09-07 19:39:56,914 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-b64b8356-cc92-42c-proj 2018-09-07 19:39:57,192 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-b64b8356-cc92-42c-proj-role 2018-09-07 19:39:57,411 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-b64b8356-cc92-42c-user 2018-09-07 19:39:58,812 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a67ec574-11d4-42b-proj 2018-09-07 19:39:59,926 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a67ec574-11d4-42b-user 2018-09-07 19:40:00,135 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a67ec574-11d4-42b-proj-role 2018-09-07 19:40:00,219 - keystone_utils - INFO - Granting role CreateKeypairsTests-a67ec574-11d4-42b-proj-role to project CreateKeypairsTests-a67ec574-11d4-42b-proj 2018-09-07 19:40:00,973 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53... 2018-09-07 19:40:00,974 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:40:00,984 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53 2018-09-07 19:40:01,048 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53.pub 2018-09-07 19:40:01,048 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53 2018-09-07 19:40:01,998 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53.pub] 2018-09-07 19:40:01,998 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-55be6967-4022-4d20-b5e1-a8e29dbe0c53] 2018-09-07 19:40:03,138 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a67ec574-11d4-42b-proj 2018-09-07 19:40:03,360 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a67ec574-11d4-42b-proj-role 2018-09-07 19:40:03,557 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a67ec574-11d4-42b-user 2018-09-07 19:40:04,967 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-11b350ea-cdee-47b-proj 2018-09-07 19:40:06,195 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-11b350ea-cdee-47b-user 2018-09-07 19:40:06,392 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-11b350ea-cdee-47b-proj-role 2018-09-07 19:40:06,483 - keystone_utils - INFO - Granting role CreateKeypairsTests-11b350ea-cdee-47b-proj-role to project CreateKeypairsTests-11b350ea-cdee-47b-proj 2018-09-07 19:40:07,607 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1648957a-b6c7-497e-b846-1d17c31b0b3e... 2018-09-07 19:40:07,608 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:40:07,689 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1648957a-b6c7-497e-b846-1d17c31b0b3e 2018-09-07 19:40:07,759 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-1648957a-b6c7-497e-b846-1d17c31b0b3e.pub 2018-09-07 19:40:08,342 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-1648957a-b6c7-497e-b846-1d17c31b0b3e.pub] 2018-09-07 19:40:09,542 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-11b350ea-cdee-47b-proj 2018-09-07 19:40:09,732 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-11b350ea-cdee-47b-proj-role 2018-09-07 19:40:09,920 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-11b350ea-cdee-47b-user 2018-09-07 19:40:11,327 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj 2018-09-07 19:40:12,393 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-user 2018-09-07 19:40:12,590 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj-role 2018-09-07 19:40:12,682 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj-role to project CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj 2018-09-07 19:40:13,058 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b.pub 2018-09-07 19:40:13,058 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b 2018-09-07 19:40:14,062 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b... 2018-09-07 19:40:14,062 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-07 19:40:14,062 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b.pub 2018-09-07 19:40:14,062 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b 2018-09-07 19:40:14,147 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b.pub] 2018-09-07 19:40:14,147 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-eaf45027-66b8-4d7c-9625-d3db24e1813b] 2018-09-07 19:40:15,328 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj 2018-09-07 19:40:15,563 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-proj-role 2018-09-07 19:40:15,756 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-8155dfa0-94f4-4ed-user 2018-09-07 19:40:17,141 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj 2018-09-07 19:40:18,195 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-user 2018-09-07 19:40:18,393 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj-role 2018-09-07 19:40:18,482 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj-role to project CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj 2018-09-07 19:40:18,709 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-2c572f49-76d7-474e-b86a-b7273d623322.pub 2018-09-07 19:40:18,710 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-2c572f49-76d7-474e-b86a-b7273d623322 2018-09-07 19:40:19,319 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-2c572f49-76d7-474e-b86a-b7273d623322... 2018-09-07 19:40:19,319 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-07 19:40:19,319 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-2c572f49-76d7-474e-b86a-b7273d623322.pub 2018-09-07 19:40:19,319 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-2c572f49-76d7-474e-b86a-b7273d623322 2018-09-07 19:40:20,538 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj 2018-09-07 19:40:20,743 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-proj-role 2018-09-07 19:40:20,948 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-4ae252b1-44e8-449-user 2018-09-07 19:40:22,369 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj 2018-09-07 19:40:23,490 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-user 2018-09-07 19:40:23,686 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj-role 2018-09-07 19:40:23,704 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj-role to project CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj 2018-09-07 19:40:24,826 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f... 2018-09-07 19:40:24,826 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:40:24,838 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f 2018-09-07 19:40:24,891 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f.pub 2018-09-07 19:40:24,892 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f 2018-09-07 19:40:24,926 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f.pub] 2018-09-07 19:40:24,926 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-c02b8e90-a1fd-4595-b2d8-f3ab684f3f2f] 2018-09-07 19:40:26,036 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj 2018-09-07 19:40:26,228 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-proj-role 2018-09-07 19:40:26,431 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c1fefd31-525c-42d-user 2018-09-07 19:40:27,836 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b673570a-a323-47a-proj 2018-09-07 19:40:28,818 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b673570a-a323-47a-user 2018-09-07 19:40:29,015 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b673570a-a323-47a-proj-role 2018-09-07 19:40:29,111 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b673570a-a323-47a-proj-role to project CreateKeypairsCleanupTests-b673570a-a323-47a-proj 2018-09-07 19:40:29,932 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba... 2018-09-07 19:40:29,932 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:40:29,989 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba 2018-09-07 19:40:30,053 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba.pub 2018-09-07 19:40:30,053 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba 2018-09-07 19:40:30,094 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba.pub] 2018-09-07 19:40:30,095 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-5f7193fc-8e08-42da-badc-40cf4914f3ba] 2018-09-07 19:40:31,227 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b673570a-a323-47a-proj 2018-09-07 19:40:31,438 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b673570a-a323-47a-proj-role 2018-09-07 19:40:31,628 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b673570a-a323-47a-user 2018-09-07 19:40:33,021 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj 2018-09-07 19:40:34,153 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-user 2018-09-07 19:40:34,345 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj-role 2018-09-07 19:40:34,435 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj-role to project CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj 2018-09-07 19:40:35,202 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ef4d5f93-951d-4454-9ce2-008aef5da4c9... 2018-09-07 19:40:35,203 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 19:40:35,257 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ef4d5f93-951d-4454-9ce2-008aef5da4c9 2018-09-07 19:40:35,517 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ef4d5f93-951d-4454-9ce2-008aef5da4c9.pub 2018-09-07 19:40:35,517 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ef4d5f93-951d-4454-9ce2-008aef5da4c9 2018-09-07 19:40:36,686 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj 2018-09-07 19:40:36,905 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-proj-role 2018-09-07 19:40:37,100 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-1aaa8f6c-5ad0-4a1-user 2018-09-07 19:40:38,464 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-proj 2018-09-07 19:40:39,615 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-user 2018-09-07 19:40:39,811 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-proj-role 2018-09-07 19:40:39,831 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c2b4721c-e617-44d-proj-role to project CreateNetworkSuccessTests-c2b4721c-e617-44d-proj 2018-09-07 19:40:40,605 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-net 2018-09-07 19:40:41,657 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-subnet 2018-09-07 19:40:43,933 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-subnet 2018-09-07 19:40:43,933 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-subnet 2018-09-07 19:40:46,391 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-net 2018-09-07 19:40:47,900 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-subnet 2018-09-07 19:40:47,900 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-subnet 2018-09-07 19:40:47,944 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-9e96908a-c4ca-4b43-a17c-64be6485f65e-pub-net 2018-09-07 19:40:49,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7c8e593-e671-4a1d-8f99-c3427e9c93b5 2018-09-07 19:40:49,428 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:40:49,752 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-proj 2018-09-07 19:40:50,007 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-proj-role 2018-09-07 19:40:50,205 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c2b4721c-e617-44d-user 2018-09-07 19:40:51,698 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ee61f104-254e-451-proj 2018-09-07 19:40:52,776 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ee61f104-254e-451-user 2018-09-07 19:40:52,968 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ee61f104-254e-451-proj-role 2018-09-07 19:40:52,985 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ee61f104-254e-451-proj-role to project CreateNetworkSuccessTests-ee61f104-254e-451-proj 2018-09-07 19:40:53,752 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-net 2018-09-07 19:40:55,788 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-subnet 2018-09-07 19:41:00,585 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router 2018-09-07 19:41:04,048 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router 2018-09-07 19:41:06,399 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router and subnet CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-subnet 2018-09-07 19:41:06,399 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router 2018-09-07 19:41:07,539 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router 2018-09-07 19:41:07,539 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router 2018-09-07 19:41:08,684 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-subnet 2018-09-07 19:41:08,684 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-subnet 2018-09-07 19:41:11,208 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-net 2018-09-07 19:41:13,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45b03a54-dc1c-4959-8f1c-2b4aad532851 2018-09-07 19:41:13,235 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:41:13,533 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ee61f104-254e-451-proj 2018-09-07 19:41:13,791 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ee61f104-254e-451-proj-role 2018-09-07 19:41:13,984 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ee61f104-254e-451-user 2018-09-07 19:41:15,308 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-proj 2018-09-07 19:41:16,459 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-user 2018-09-07 19:41:16,662 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-proj-role 2018-09-07 19:41:16,760 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0b7452f6-2096-46a-proj-role to project CreateNetworkSuccessTests-0b7452f6-2096-46a-proj 2018-09-07 19:41:17,567 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-net 2018-09-07 19:41:19,537 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-subnet 2018-09-07 19:41:23,369 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router 2018-09-07 19:41:25,209 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router 2018-09-07 19:41:28,150 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router and subnet CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-subnet 2018-09-07 19:41:28,151 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router 2018-09-07 19:41:29,397 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router 2018-09-07 19:41:29,397 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-router 2018-09-07 19:41:30,484 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-subnet 2018-09-07 19:41:30,484 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-subnet 2018-09-07 19:41:32,482 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a745282b-875b-4050-86d1-f19acabca3d7-pub-net 2018-09-07 19:41:34,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 20b8bee9-b9d7-4939-a97f-bf9d3dbe155e 2018-09-07 19:41:34,381 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:41:34,788 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-proj 2018-09-07 19:41:35,066 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-proj-role 2018-09-07 19:41:35,301 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0b7452f6-2096-46a-user 2018-09-07 19:41:36,716 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-518cca28-f641-4ed-proj 2018-09-07 19:41:37,710 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-518cca28-f641-4ed-user 2018-09-07 19:41:37,925 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-518cca28-f641-4ed-proj-role 2018-09-07 19:41:38,013 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-518cca28-f641-4ed-proj-role to project CreateNetworkSuccessTests-518cca28-f641-4ed-proj 2018-09-07 19:41:38,786 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-net 2018-09-07 19:41:39,813 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-subnet 2018-09-07 19:41:42,518 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router 2018-09-07 19:41:46,809 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router 2018-09-07 19:41:50,749 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router and subnet CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-subnet 2018-09-07 19:41:50,749 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router 2018-09-07 19:41:51,985 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router 2018-09-07 19:41:51,986 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router 2018-09-07 19:41:53,233 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-subnet 2018-09-07 19:41:53,233 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-subnet 2018-09-07 19:41:55,279 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-net 2018-09-07 19:41:57,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b88f475-3ccb-452e-b4bb-66626c023081 2018-09-07 19:41:57,652 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:41:57,947 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-518cca28-f641-4ed-proj 2018-09-07 19:41:58,156 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-518cca28-f641-4ed-proj-role 2018-09-07 19:41:58,360 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-518cca28-f641-4ed-user 2018-09-07 19:41:59,806 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-299724b1-7167-489-proj 2018-09-07 19:42:00,938 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-299724b1-7167-489-user 2018-09-07 19:42:01,141 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-299724b1-7167-489-proj-role 2018-09-07 19:42:01,226 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-299724b1-7167-489-proj-role to project CreateNetworkSuccessTests-299724b1-7167-489-proj 2018-09-07 19:42:01,983 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-df7b0ad1-8c89-4487-bc10-f0acbbde2aee-pub-net 2018-09-07 19:42:03,005 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-df7b0ad1-8c89-4487-bc10-f0acbbde2aee-pub-subnet 2018-09-07 19:42:05,596 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-df7b0ad1-8c89-4487-bc10-f0acbbde2aee-pub-subnet 2018-09-07 19:42:05,596 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-df7b0ad1-8c89-4487-bc10-f0acbbde2aee-pub-subnet 2018-09-07 19:42:08,036 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-df7b0ad1-8c89-4487-bc10-f0acbbde2aee-pub-net 2018-09-07 19:42:09,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37beb3aa-d883-433d-82a0-d27af59a74cc 2018-09-07 19:42:10,089 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:42:10,436 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-299724b1-7167-489-proj 2018-09-07 19:42:10,695 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-299724b1-7167-489-proj-role 2018-09-07 19:42:10,913 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-299724b1-7167-489-user 2018-09-07 19:42:12,315 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ed28e276-33fd-408-proj 2018-09-07 19:42:13,375 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ed28e276-33fd-408-user 2018-09-07 19:42:13,578 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ed28e276-33fd-408-proj-role 2018-09-07 19:42:13,662 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ed28e276-33fd-408-proj-role to project CreateNetworkSuccessTests-ed28e276-33fd-408-proj 2018-09-07 19:42:14,419 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-91d59792-b979-477b-94a6-8c1d1e6dae99-pub-net 2018-09-07 19:42:15,463 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-91d59792-b979-477b-94a6-8c1d1e6dae99-pub-subnet 2018-09-07 19:42:17,748 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91d59792-b979-477b-94a6-8c1d1e6dae99-pub-subnet 2018-09-07 19:42:17,748 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-91d59792-b979-477b-94a6-8c1d1e6dae99-pub-subnet 2018-09-07 19:42:19,550 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-91d59792-b979-477b-94a6-8c1d1e6dae99-pub-net 2018-09-07 19:42:21,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2126442c-1652-471f-b23a-694770e7883d 2018-09-07 19:42:21,760 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:42:22,112 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ed28e276-33fd-408-proj 2018-09-07 19:42:22,359 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ed28e276-33fd-408-proj-role 2018-09-07 19:42:22,647 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ed28e276-33fd-408-user 2018-09-07 19:42:23,980 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-proj 2018-09-07 19:42:25,046 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-user 2018-09-07 19:42:25,255 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-proj-role 2018-09-07 19:42:25,337 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8eaa370f-e2f5-449-proj-role to project CreateRouterSuccessTests-8eaa370f-e2f5-449-proj 2018-09-07 19:42:27,242 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4b582759-f410-472e-adf2-78c5c7cb1ad3-pub-router 2018-09-07 19:42:29,847 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4b582759-f410-472e-adf2-78c5c7cb1ad3-pub-router 2018-09-07 19:42:31,327 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4b582759-f410-472e-adf2-78c5c7cb1ad3-pub-router 2018-09-07 19:42:31,327 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4b582759-f410-472e-adf2-78c5c7cb1ad3-pub-router 2018-09-07 19:42:32,820 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-proj 2018-09-07 19:42:33,048 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-proj-role 2018-09-07 19:42:33,237 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8eaa370f-e2f5-449-user 2018-09-07 19:42:34,680 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-proj 2018-09-07 19:42:35,818 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-user 2018-09-07 19:42:36,015 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-proj-role 2018-09-07 19:42:36,105 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-97d25bce-c20d-4c7-proj-role to project CreateRouterSuccessTests-97d25bce-c20d-4c7-proj 2018-09-07 19:42:37,324 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-3adea432-cffd-4476-8ab1-e6592b0541d7-pub-router 2018-09-07 19:42:39,067 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-3adea432-cffd-4476-8ab1-e6592b0541d7-pub-router 2018-09-07 19:42:39,068 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-3adea432-cffd-4476-8ab1-e6592b0541d7-pub-router 2018-09-07 19:42:40,649 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-proj 2018-09-07 19:42:40,850 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-proj-role 2018-09-07 19:42:41,046 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-97d25bce-c20d-4c7-user 2018-09-07 19:42:42,476 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-77794bba-fc45-4bd-proj 2018-09-07 19:42:43,602 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-77794bba-fc45-4bd-user 2018-09-07 19:42:43,799 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-77794bba-fc45-4bd-proj-role 2018-09-07 19:42:43,819 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-77794bba-fc45-4bd-proj-role to project CreateRouterSuccessTests-77794bba-fc45-4bd-proj 2018-09-07 19:42:45,096 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e420200c-92d1-4575-b379-c5cc378de01b-pub-router 2018-09-07 19:42:46,827 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e420200c-92d1-4575-b379-c5cc378de01b-pub-router 2018-09-07 19:42:46,827 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e420200c-92d1-4575-b379-c5cc378de01b-pub-router 2018-09-07 19:42:48,406 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-77794bba-fc45-4bd-proj 2018-09-07 19:42:48,610 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-77794bba-fc45-4bd-proj-role 2018-09-07 19:42:48,819 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-77794bba-fc45-4bd-user 2018-09-07 19:42:50,225 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-406de149-d21f-489-proj 2018-09-07 19:42:51,326 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-406de149-d21f-489-user 2018-09-07 19:42:51,560 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-406de149-d21f-489-proj-role 2018-09-07 19:42:51,579 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-406de149-d21f-489-proj-role to project CreateRouterSuccessTests-406de149-d21f-489-proj 2018-09-07 19:42:53,424 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a34c495a-0767-4fa7-b99e-ab87160e733e-pub-router 2018-09-07 19:42:56,637 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a34c495a-0767-4fa7-b99e-ab87160e733e-pub-router 2018-09-07 19:42:56,637 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a34c495a-0767-4fa7-b99e-ab87160e733e-pub-router 2018-09-07 19:42:58,981 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-406de149-d21f-489-proj 2018-09-07 19:42:59,198 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-406de149-d21f-489-proj-role 2018-09-07 19:42:59,394 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-406de149-d21f-489-user 2018-09-07 19:43:00,818 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-proj 2018-09-07 19:43:01,949 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-user 2018-09-07 19:43:02,141 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-proj-role 2018-09-07 19:43:02,323 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f7dab212-cb65-4a1-proj-role to project CreateRouterSuccessTests-f7dab212-cb65-4a1-proj 2018-09-07 19:43:03,068 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-net1 2018-09-07 19:43:04,066 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-subnet1 2018-09-07 19:43:06,914 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:08,916 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-port1 for router - CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:10,355 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-net1 2018-09-07 19:43:11,283 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-port1 for router - CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:11,283 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:15,800 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router and port CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-port1 2018-09-07 19:43:15,800 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:16,911 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:16,911 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-router 2018-09-07 19:43:18,055 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-subnet1 2018-09-07 19:43:18,056 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-subnet1 2018-09-07 19:43:20,487 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-fb3ea609-6547-4f5e-82ae-9f8952ba3317-pub-net1 2018-09-07 19:43:22,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79543107-fb5c-4ed3-ac33-6cb12725bb3a 2018-09-07 19:43:23,100 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:43:23,465 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-proj 2018-09-07 19:43:23,785 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-proj-role 2018-09-07 19:43:23,999 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f7dab212-cb65-4a1-user 2018-09-07 19:43:25,435 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-34ece9ac-6555-476-proj 2018-09-07 19:43:26,505 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-34ece9ac-6555-476-user 2018-09-07 19:43:26,704 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-34ece9ac-6555-476-proj-role 2018-09-07 19:43:26,898 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-34ece9ac-6555-476-proj-role to project CreateRouterSuccessTests-34ece9ac-6555-476-proj 2018-09-07 19:43:28,961 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7b3f7b62-4e11-4ffe-ae49-dbe603231591-pub-router 2018-09-07 19:43:32,248 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7b3f7b62-4e11-4ffe-ae49-dbe603231591-pub-router 2018-09-07 19:43:32,248 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7b3f7b62-4e11-4ffe-ae49-dbe603231591-pub-router 2018-09-07 19:43:34,828 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-34ece9ac-6555-476-proj 2018-09-07 19:43:35,030 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-34ece9ac-6555-476-proj-role 2018-09-07 19:43:35,226 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-34ece9ac-6555-476-user 2018-09-07 19:43:36,674 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj 2018-09-07 19:43:37,824 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-user 2018-09-07 19:43:38,015 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj-role 2018-09-07 19:43:38,110 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj-role to project CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj 2018-09-07 19:43:38,868 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net1 2018-09-07 19:43:39,857 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet1 2018-09-07 19:43:41,632 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net2 2018-09-07 19:43:42,450 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet2 2018-09-07 19:43:44,810 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:46,128 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port1 for router - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:47,319 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net1 2018-09-07 19:43:48,403 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port1 for router - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:48,403 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:50,403 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port2 for router - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:52,041 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net2 2018-09-07 19:43:53,157 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port2 for router - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:43:53,157 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:44:02,477 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router and port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port1 2018-09-07 19:44:02,477 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:44:03,690 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router and port CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-port2 2018-09-07 19:44:03,690 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:44:04,684 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:44:04,684 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-router 2018-09-07 19:44:05,194 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet1 2018-09-07 19:44:05,194 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet1 2018-09-07 19:44:07,628 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net1 2018-09-07 19:44:08,964 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet2 2018-09-07 19:44:08,965 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-subnet2 2018-09-07 19:44:11,414 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-4cd69983-712b-4b13-a075-2e7793584268-pub-net2 2018-09-07 19:44:13,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bdb93c88-0036-47d6-b32d-94c47c7d1d64 2018-09-07 19:44:14,024 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:44:14,334 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj 2018-09-07 19:44:14,641 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-proj-role 2018-09-07 19:44:14,832 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-93ba6e95-3dc8-4f9-user 2018-09-07 19:44:16,220 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj 2018-09-07 19:44:17,369 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-user 2018-09-07 19:44:17,560 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj-role 2018-09-07 19:44:17,650 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj-role to project CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj 2018-09-07 19:44:19,346 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7dd8d897-9283-49db-bb70-7f1d1b56d8fc-pub-router 2018-09-07 19:44:22,981 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7dd8d897-9283-49db-bb70-7f1d1b56d8fc-pub-router 2018-09-07 19:44:22,981 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7dd8d897-9283-49db-bb70-7f1d1b56d8fc-pub-router 2018-09-07 19:44:25,396 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj 2018-09-07 19:44:25,630 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-proj-role 2018-09-07 19:44:25,824 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f790edfc-cdfd-4d4-user 2018-09-07 19:44:27,231 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-proj 2018-09-07 19:44:28,297 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-user 2018-09-07 19:44:28,495 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-proj-role 2018-09-07 19:44:28,515 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5d08235e-8bd4-42b-proj-role to project CreateRouterSuccessTests-5d08235e-8bd4-42b-proj 2018-09-07 19:44:29,859 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:30,866 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-port1 for router - CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:31,630 - neutron_utils - INFO - Creating port for network with name - external 2018-09-07 19:44:32,493 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-port1 for router - CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:32,493 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:35,705 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router and port CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-port1 2018-09-07 19:44:35,705 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:36,720 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:36,720 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c0b813b3-053b-44c0-9a46-af4418754961-pub-router 2018-09-07 19:44:38,525 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-proj 2018-09-07 19:44:38,730 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-proj-role 2018-09-07 19:44:38,926 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5d08235e-8bd4-42b-user 2018-09-07 19:44:40,321 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-6aa73965-48fe-415-proj 2018-09-07 19:44:41,375 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-6aa73965-48fe-415-user 2018-09-07 19:44:41,572 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-6aa73965-48fe-415-proj-role 2018-09-07 19:44:41,663 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-6aa73965-48fe-415-proj-role to project CreateRouterSuccessTests-6aa73965-48fe-415-proj 2018-09-07 19:44:42,416 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-net1 2018-09-07 19:44:43,522 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-subnet1 2018-09-07 19:44:46,723 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router 2018-09-07 19:44:50,991 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router 2018-09-07 19:44:53,161 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router and subnet CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-subnet1 2018-09-07 19:44:53,161 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router 2018-09-07 19:44:54,374 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router 2018-09-07 19:44:54,374 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router 2018-09-07 19:44:55,654 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-subnet1 2018-09-07 19:44:55,654 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-subnet1 2018-09-07 19:44:58,211 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-net1 2018-09-07 19:45:00,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b43203e7-a3fa-4585-a566-4384bb2f484f 2018-09-07 19:45:01,099 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:45:01,462 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-6aa73965-48fe-415-proj 2018-09-07 19:45:01,676 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-6aa73965-48fe-415-proj-role 2018-09-07 19:45:01,883 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-6aa73965-48fe-415-user 2018-09-07 19:45:03,309 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-proj 2018-09-07 19:45:04,459 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-user 2018-09-07 19:45:04,626 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-proj-role 2018-09-07 19:45:04,712 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bd6fb47c-bd26-450-proj-role to project CreateRouterSuccessTests-bd6fb47c-bd26-450-proj 2018-09-07 19:45:05,454 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-net1 2018-09-07 19:45:06,335 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-subnet1 2018-09-07 19:45:09,099 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-router 2018-09-07 19:45:10,687 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-router 2018-09-07 19:45:10,687 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-router 2018-09-07 19:45:11,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-subnet1 2018-09-07 19:45:11,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-subnet1 2018-09-07 19:45:14,053 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-93cc8cb5-b29f-4dc9-9428-d2a9641307b2-pub-net1 2018-09-07 19:45:16,900 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-proj 2018-09-07 19:45:17,120 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-proj-role 2018-09-07 19:45:17,315 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bd6fb47c-bd26-450-user 2018-09-07 19:45:18,776 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-4ae954f6-a475-478-proj 2018-09-07 19:45:19,937 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-4ae954f6-a475-478-user 2018-09-07 19:45:20,135 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-4ae954f6-a475-478-proj-role 2018-09-07 19:45:20,228 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-4ae954f6-a475-478-proj-role to project CreateRouterNegativeTests-4ae954f6-a475-478-proj 2018-09-07 19:45:20,990 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-net1 2018-09-07 19:45:21,981 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-subnet1 2018-09-07 19:45:24,447 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router 2018-09-07 19:45:27,193 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-port1 for router - CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router 2018-09-07 19:45:27,822 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router 2018-09-07 19:45:27,822 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router 2018-09-07 19:45:29,062 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-subnet1 2018-09-07 19:45:29,062 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-subnet1 2018-09-07 19:45:31,005 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-net1 2018-09-07 19:45:33,755 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-4ae954f6-a475-478-proj 2018-09-07 19:45:33,977 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-4ae954f6-a475-478-proj-role 2018-09-07 19:45:34,189 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-4ae954f6-a475-478-user 2018-09-07 19:45:35,614 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj 2018-09-07 19:45:36,759 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-user 2018-09-07 19:45:36,962 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj-role 2018-09-07 19:45:37,056 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj-role to project CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj 2018-09-07 19:45:39,639 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj 2018-09-07 19:45:39,838 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-proj-role 2018-09-07 19:45:40,048 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-11dbeb51-b2b7-49c-user 2018-09-07 19:45:41,471 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-5584c2fd-42af-47c-proj 2018-09-07 19:45:42,507 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-5584c2fd-42af-47c-user 2018-09-07 19:45:42,704 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-5584c2fd-42af-47c-proj-role 2018-09-07 19:45:42,722 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-5584c2fd-42af-47c-proj-role to project CreateRouterNegativeTests-5584c2fd-42af-47c-proj 2018-09-07 19:45:44,100 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-5584c2fd-42af-47c-proj 2018-09-07 19:45:44,299 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-5584c2fd-42af-47c-proj-role 2018-09-07 19:45:44,512 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-5584c2fd-42af-47c-user 2018-09-07 19:45:45,955 - keystone_utils - INFO - Created project with name - CreateQoSTests-33bd3871-b1d1-4e5-proj 2018-09-07 19:45:47,081 - keystone_utils - INFO - Created user with name - CreateQoSTests-33bd3871-b1d1-4e5-user 2018-09-07 19:45:47,285 - keystone_utils - INFO - Created role with name - CreateQoSTests-33bd3871-b1d1-4e5-proj-role 2018-09-07 19:45:47,374 - keystone_utils - INFO - Granting role CreateQoSTests-33bd3871-b1d1-4e5-proj-role to project CreateQoSTests-33bd3871-b1d1-4e5-proj 2018-09-07 19:45:48,472 - create_qos - INFO - Created qos with name - CreateQoSTests-5757918d-8afa-42e3-8b5e-deefb90159cf 2018-09-07 19:45:48,640 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-5757918d-8afa-42e3-8b5e-deefb90159cf 2018-09-07 19:45:49,421 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-5757918d-8afa-42e3-8b5e-deefb90159cf 2018-09-07 19:45:51,087 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-33bd3871-b1d1-4e5-proj 2018-09-07 19:45:51,312 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-33bd3871-b1d1-4e5-proj-role 2018-09-07 19:45:51,507 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-33bd3871-b1d1-4e5-user 2018-09-07 19:45:52,955 - keystone_utils - INFO - Created project with name - CreateQoSTests-1da8b926-97ba-4ef-proj 2018-09-07 19:45:54,016 - keystone_utils - INFO - Created user with name - CreateQoSTests-1da8b926-97ba-4ef-user 2018-09-07 19:45:54,213 - keystone_utils - INFO - Created role with name - CreateQoSTests-1da8b926-97ba-4ef-proj-role 2018-09-07 19:45:54,304 - keystone_utils - INFO - Granting role CreateQoSTests-1da8b926-97ba-4ef-proj-role to project CreateQoSTests-1da8b926-97ba-4ef-proj 2018-09-07 19:45:55,700 - create_qos - INFO - Created qos with name - CreateQoSTests-256482a0-9869-4360-92f2-f6c2708f2952 2018-09-07 19:45:55,874 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-256482a0-9869-4360-92f2-f6c2708f2952 2018-09-07 19:45:57,702 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-1da8b926-97ba-4ef-proj 2018-09-07 19:45:57,910 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-1da8b926-97ba-4ef-proj-role 2018-09-07 19:45:58,106 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-1da8b926-97ba-4ef-user 2018-09-07 19:45:59,434 - keystone_utils - INFO - Created project with name - CreateQoSTests-f4cf5766-0a49-483-proj 2018-09-07 19:46:00,550 - keystone_utils - INFO - Created user with name - CreateQoSTests-f4cf5766-0a49-483-user 2018-09-07 19:46:00,759 - keystone_utils - INFO - Created role with name - CreateQoSTests-f4cf5766-0a49-483-proj-role 2018-09-07 19:46:00,848 - keystone_utils - INFO - Granting role CreateQoSTests-f4cf5766-0a49-483-proj-role to project CreateQoSTests-f4cf5766-0a49-483-proj 2018-09-07 19:46:02,136 - create_qos - INFO - Created qos with name - CreateQoSTests-df98d6bb-9ab1-4455-b1d9-df6dc82f6dc9 2018-09-07 19:46:03,325 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-df98d6bb-9ab1-4455-b1d9-df6dc82f6dc9 2018-09-07 19:46:04,670 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-f4cf5766-0a49-483-proj 2018-09-07 19:46:04,868 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-f4cf5766-0a49-483-proj-role 2018-09-07 19:46:05,080 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-f4cf5766-0a49-483-user 2018-09-07 19:46:06,495 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj 2018-09-07 19:46:07,470 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-user 2018-09-07 19:46:07,668 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj-role 2018-09-07 19:46:07,751 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj-role to project CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj 2018-09-07 19:46:08,734 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-7e6b81d1-915d-49f0-9e21-65642afa75e3 2018-09-07 19:46:09,720 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7e6b81d1-915d-49f0-9e21-65642afa75e3 2018-09-07 19:46:09,947 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7e6b81d1-915d-49f0-9e21-65642afa75e3 2018-09-07 19:46:11,699 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj 2018-09-07 19:46:11,887 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-proj-role 2018-09-07 19:46:12,098 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-760aa3bf-5afa-4a4-user 2018-09-07 19:46:13,644 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj 2018-09-07 19:46:14,740 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-user 2018-09-07 19:46:14,950 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj-role 2018-09-07 19:46:15,034 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj-role to project CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj 2018-09-07 19:46:16,147 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-ea1b6f38-39a9-4acb-b1d7-6052a1039f75 2018-09-07 19:46:17,701 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ea1b6f38-39a9-4acb-b1d7-6052a1039f75 2018-09-07 19:46:19,045 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj 2018-09-07 19:46:19,192 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-proj-role 2018-09-07 19:46:19,390 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-eb5d74b7-4637-4f7-user 2018-09-07 19:46:20,883 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj 2018-09-07 19:46:21,945 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-user 2018-09-07 19:46:22,141 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj-role 2018-09-07 19:46:22,161 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj-role to project CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj 2018-09-07 19:46:23,157 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-0bf60627-bec1-4cb5-afdd-d2bfc464015b 2018-09-07 19:46:24,203 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-0bf60627-bec1-4cb5-afdd-d2bfc464015b 2018-09-07 19:46:25,542 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj 2018-09-07 19:46:25,743 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-proj-role 2018-09-07 19:46:25,967 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e494923c-61c4-486-user 2018-09-07 19:46:27,381 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj 2018-09-07 19:46:28,506 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-user 2018-09-07 19:46:28,691 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj-role 2018-09-07 19:46:28,787 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj-role to project CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj 2018-09-07 19:46:29,758 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-268d765f-c5cf-433e-80e3-daf1adc9ebe0-qos-spec 2018-09-07 19:46:30,730 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-268d765f-c5cf-433e-80e3-daf1adc9ebe0-vol_type 2018-09-07 19:46:31,335 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-268d765f-c5cf-433e-80e3-daf1adc9ebe0-vol_type 2018-09-07 19:46:31,387 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-268d765f-c5cf-433e-80e3-daf1adc9ebe0-qos-spec 2018-09-07 19:46:32,776 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj 2018-09-07 19:46:33,060 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-proj-role 2018-09-07 19:46:33,256 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-d483e5be-4fa7-4e1-user 2018-09-07 19:46:34,590 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj 2018-09-07 19:46:35,710 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-user 2018-09-07 19:46:35,991 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj-role 2018-09-07 19:46:36,084 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj-role to project CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj 2018-09-07 19:46:37,058 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-c5d217a1-9e00-45a6-97fa-854325d553c7-qos-spec 2018-09-07 19:46:38,675 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-c5d217a1-9e00-45a6-97fa-854325d553c7-vol_type 2018-09-07 19:46:39,387 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-c5d217a1-9e00-45a6-97fa-854325d553c7-vol_type 2018-09-07 19:46:39,460 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-c5d217a1-9e00-45a6-97fa-854325d553c7-qos-spec 2018-09-07 19:46:41,239 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj 2018-09-07 19:46:41,425 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-proj-role 2018-09-07 19:46:41,719 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-0e2f6d55-4591-4d4-user 2018-09-07 19:46:43,123 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj 2018-09-07 19:46:44,236 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-user 2018-09-07 19:46:44,356 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj-role 2018-09-07 19:46:44,433 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj-role to project CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj 2018-09-07 19:46:46,250 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-4b8aa88a-c37b-468a-8cc8-fdaff1a54892-qos-spec 2018-09-07 19:46:47,656 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-4b8aa88a-c37b-468a-8cc8-fdaff1a54892-vol_type 2018-09-07 19:46:48,332 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-4b8aa88a-c37b-468a-8cc8-fdaff1a54892-vol_type 2018-09-07 19:46:48,543 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-4b8aa88a-c37b-468a-8cc8-fdaff1a54892-qos-spec 2018-09-07 19:46:49,796 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj 2018-09-07 19:46:49,994 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-proj-role 2018-09-07 19:46:50,187 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-2dc96ce8-faf4-474-user 2018-09-07 19:46:51,578 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj 2018-09-07 19:46:52,716 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-user 2018-09-07 19:46:52,907 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj-role 2018-09-07 19:46:52,995 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj-role to project CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj 2018-09-07 19:46:54,703 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-fe705fc3-ca6f-4b84-95de-d71f3d54c9fb 2018-09-07 19:46:54,909 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-fe705fc3-ca6f-4b84-95de-d71f3d54c9fb 2018-09-07 19:46:55,357 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-fe705fc3-ca6f-4b84-95de-d71f3d54c9fb 2018-09-07 19:46:59,051 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-fe705fc3-ca6f-4b84-95de-d71f3d54c9fb 2018-09-07 19:47:00,404 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj 2018-09-07 19:47:00,623 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-proj-role 2018-09-07 19:47:00,840 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-d4df7ee0-2a0b-4ef-user 2018-09-07 19:47:02,249 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj 2018-09-07 19:47:03,356 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-user 2018-09-07 19:47:03,554 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj-role 2018-09-07 19:47:03,639 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj-role to project CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj 2018-09-07 19:47:05,366 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9d549658-3314-4334-87af-f0ddada52a3f 2018-09-07 19:47:08,776 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9d549658-3314-4334-87af-f0ddada52a3f 2018-09-07 19:47:09,898 - create_volume - INFO - Did not create volume due to cleanup mode 2018-09-07 19:47:10,091 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9d549658-3314-4334-87af-f0ddada52a3f 2018-09-07 19:47:13,559 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9d549658-3314-4334-87af-f0ddada52a3f 2018-09-07 19:47:14,766 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj 2018-09-07 19:47:14,995 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-proj-role 2018-09-07 19:47:15,181 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-5ec9ffaa-20c7-44e-user 2018-09-07 19:47:16,578 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj 2018-09-07 19:47:17,662 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-user 2018-09-07 19:47:17,866 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj-role 2018-09-07 19:47:17,960 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj-role to project CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj 2018-09-07 19:47:20,150 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-252fb16d-96c2-40c4-b63a-dc614b7b3208 2018-09-07 19:47:20,345 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-252fb16d-96c2-40c4-b63a-dc614b7b3208 2018-09-07 19:47:20,813 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-252fb16d-96c2-40c4-b63a-dc614b7b3208 2018-09-07 19:47:24,155 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-252fb16d-96c2-40c4-b63a-dc614b7b3208 2018-09-07 19:47:25,394 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj 2018-09-07 19:47:25,600 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-proj-role 2018-09-07 19:47:25,807 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8d333445-648c-4ae-user 2018-09-07 19:47:27,209 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj 2018-09-07 19:47:28,303 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-user 2018-09-07 19:47:28,506 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj-role 2018-09-07 19:47:28,594 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj-role to project CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj 2018-09-07 19:47:30,940 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj 2018-09-07 19:47:31,125 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-proj-role 2018-09-07 19:47:31,334 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-29112551-f108-4b6-user 2018-09-07 19:47:32,728 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj 2018-09-07 19:47:33,758 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-user 2018-09-07 19:47:33,967 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj-role 2018-09-07 19:47:33,985 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj-role to project CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj 2018-09-07 19:47:36,133 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj 2018-09-07 19:47:36,401 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-proj-role 2018-09-07 19:47:36,609 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-4ad93db3-2d33-40c-user 2018-09-07 19:47:38,015 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj 2018-09-07 19:47:38,975 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-user 2018-09-07 19:47:39,183 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj-role 2018-09-07 19:47:39,267 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj-role to project CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj 2018-09-07 19:47:41,418 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj 2018-09-07 19:47:41,671 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-proj-role 2018-09-07 19:47:41,874 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-58e4d260-397f-406-user 2018-09-07 19:47:43,291 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj 2018-09-07 19:47:44,410 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-user 2018-09-07 19:47:44,602 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj-role 2018-09-07 19:47:44,683 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj-role to project CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj 2018-09-07 19:47:45,659 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-790fe32e-a4cc-4c27-b69b-544811c8019a-vol-type 2018-09-07 19:47:46,472 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-790fe32e-a4cc-4c27-b69b-544811c8019a-vol-type 2018-09-07 19:47:47,986 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj 2018-09-07 19:47:48,215 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-proj-role 2018-09-07 19:47:48,428 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-54578d16-fa3a-44d-user 2018-09-07 19:47:49,847 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj 2018-09-07 19:47:50,968 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-user 2018-09-07 19:47:51,165 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj-role 2018-09-07 19:47:51,253 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj-role to project CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj 2018-09-07 19:47:52,182 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol-type 2018-09-07 19:47:53,504 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol 2018-09-07 19:47:56,779 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol 2018-09-07 19:47:56,992 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol 2018-09-07 19:48:00,490 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol 2018-09-07 19:48:00,490 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-122cd4ae-2003-4de1-953f-830a86384ee6-vol-type 2018-09-07 19:48:01,932 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj 2018-09-07 19:48:02,144 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-proj-role 2018-09-07 19:48:02,337 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-ef2a0a8a-da66-40e-user 2018-09-07 19:48:03,764 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj 2018-09-07 19:48:04,823 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-user 2018-09-07 19:48:05,009 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj-role 2018-09-07 19:48:05,100 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj-role to project CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj 2018-09-07 19:48:07,703 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-35e8b5e6-d004-4419-87f9-3f41e3c07b51-image 2018-09-07 19:48:07,871 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-35e8b5e6-d004-4419-87f9-3f41e3c07b51-image 2018-09-07 19:48:08,842 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-35e8b5e6-d004-4419-87f9-3f41e3c07b51-image 2018-09-07 19:48:11,434 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj 2018-09-07 19:48:11,618 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-proj-role 2018-09-07 19:48:11,832 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-2c94fb33-2fc4-432-user 2018-09-07 19:48:13,297 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-proj 2018-09-07 19:48:14,458 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-user 2018-09-07 19:48:14,649 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-proj-role 2018-09-07 19:48:14,737 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ad9d3f17-f914-449-proj-role to project CreateVolumeWithImageTests-ad9d3f17-f914-449-proj 2018-09-07 19:48:17,608 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-image 2018-09-07 19:48:17,774 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-image 2018-09-07 19:48:20,192 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-vol 2018-09-07 19:48:26,510 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-vol 2018-09-07 19:48:27,418 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-vol 2018-09-07 19:48:31,051 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-vol 2018-09-07 19:48:31,052 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-e83025bf-83d4-413e-96cc-a29f1c0dc790-image 2018-09-07 19:48:33,330 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-proj 2018-09-07 19:48:33,538 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-proj-role 2018-09-07 19:48:33,755 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ad9d3f17-f914-449-user 2018-09-07 19:48:35,159 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-83784a49-306f-404-proj 2018-09-07 19:48:36,296 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-83784a49-306f-404-user 2018-09-07 19:48:36,524 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-83784a49-306f-404-proj-role 2018-09-07 19:48:36,541 - keystone_utils - INFO - Granting role SimpleHealthCheck-83784a49-306f-404-proj-role to project SimpleHealthCheck-83784a49-306f-404-proj 2018-09-07 19:48:39,483 - create_image - INFO - Created image with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-image 2018-09-07 19:48:39,719 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-image 2018-09-07 19:48:40,446 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-net 2018-09-07 19:48:41,631 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-subnet 2018-09-07 19:48:47,147 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-net 2018-09-07 19:48:49,125 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-inst 2018-09-07 19:48:51,242 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-inst 2018-09-07 19:48:58,768 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:49:00,195 - create_instance_tests - INFO - Looking for IP 10.55.0.11 in the console log 2018-09-07 19:49:01,630 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-07 19:49:01,630 - create_instance - INFO - Deleting Port with ID - c6561b5b-128a-4f57-b66d-814a14981129 2018-09-07 19:49:01,630 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06port-1 2018-09-07 19:49:02,265 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-inst 2018-09-07 19:49:02,466 - create_instance - INFO - Checking deletion status 2018-09-07 19:49:09,571 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-inst 2018-09-07 19:49:09,572 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-subnet 2018-09-07 19:49:09,572 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-subnet 2018-09-07 19:49:12,032 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-priv-net 2018-09-07 19:49:13,467 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a37d5df8-6f97-40dc-9280-b48771b56c06-image 2018-09-07 19:49:15,523 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 430c8611-071e-4d13-b25a-b0b7294df78a 2018-09-07 19:49:15,703 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:49:16,021 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-83784a49-306f-404-proj 2018-09-07 19:49:16,263 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-83784a49-306f-404-proj-role 2018-09-07 19:49:16,495 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-83784a49-306f-404-user 2018-09-07 19:49:17,836 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj 2018-09-07 19:49:18,980 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-user 2018-09-07 19:49:19,273 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj-role 2018-09-07 19:49:19,293 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj-role to project CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj 2018-09-07 19:49:22,726 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-94f1b1cf-21f7-4053-bb33-e377475fc2f7 2018-09-07 19:49:22,746 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-94f1b1cf-21f7-4053-bb33-e377475fc2f7 2018-09-07 19:49:23,307 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net1 2018-09-07 19:49:24,310 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet1 2018-09-07 19:49:26,283 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net2 2018-09-07 19:49:27,196 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet2 2018-09-07 19:49:29,355 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:30,497 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port1 for router - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:31,868 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net1 2018-09-07 19:49:33,007 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port1 for router - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:33,007 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:34,950 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port2 for router - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:36,484 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net2 2018-09-07 19:49:37,396 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port2 for router - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:37,397 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:49:40,555 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-sec-grp... 2018-09-07 19:49:40,556 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-sec-grp 2018-09-07 19:49:40,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:41,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:41,318 - neutron_utils - INFO - Retrieving security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:41,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:41,693 - neutron_utils - INFO - Retrieving security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:41,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:42,073 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-sec-grp 2018-09-07 19:49:42,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:42,573 - neutron_utils - INFO - Retrieving security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:42,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47b96851-98fa-48ea-b8c0-d75966486b3a 2018-09-07 19:49:47,250 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net1 2018-09-07 19:49:49,047 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst1 2018-09-07 19:49:51,215 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst1 2018-09-07 19:49:58,357 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:50:02,774 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net2 2018-09-07 19:50:04,567 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst2 2018-09-07 19:50:07,093 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst2 2018-09-07 19:50:18,553 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:50:19,739 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-09-07 19:50:21,686 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-07 19:50:21,687 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-09-07 19:51:18,755 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-07 19:51:31,865 - create_instance - INFO - Deleting Port with ID - 5153aeef-5f30-4567-b43b-f7bc867c8b8f 2018-09-07 19:51:31,866 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-vm1-port 2018-09-07 19:51:32,492 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst1 2018-09-07 19:51:32,639 - create_instance - INFO - Checking deletion status 2018-09-07 19:51:42,463 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst1 2018-09-07 19:51:42,465 - create_instance - INFO - Deleting Port with ID - c620c19b-fed9-44b2-a244-708fc9f0b2a5 2018-09-07 19:51:42,465 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-vm2-port 2018-09-07 19:51:42,913 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst2 2018-09-07 19:51:43,067 - create_instance - INFO - Checking deletion status 2018-09-07 19:51:53,169 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-inst2 2018-09-07 19:51:53,226 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router and port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port1 2018-09-07 19:51:53,226 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:51:54,466 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router and port CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-router-port2 2018-09-07 19:51:54,466 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:51:55,568 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:51:55,569 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-pub-router 2018-09-07 19:51:56,167 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet1 2018-09-07 19:51:56,168 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet1 2018-09-07 19:51:58,654 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net1 2018-09-07 19:52:00,057 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet2 2018-09-07 19:52:00,057 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-subnet2 2018-09-07 19:52:02,607 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-net2 2018-09-07 19:52:03,827 - neutron_utils - INFO - Deleting security group rule with ID - 12f1a005-50de-44da-b5cc-9927041ee1f5 2018-09-07 19:52:04,106 - neutron_utils - INFO - Deleting security group rule with ID - 61baca0c-eb17-41ad-8ebf-64db2d897f04 2018-09-07 19:52:04,365 - neutron_utils - INFO - Deleting security group rule with ID - 69bb93c0-ab17-44fc-9faa-dd1717798894 2018-09-07 19:52:04,785 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-4d2667aa-f63c-495f-aebe-b6783d2ef569-sec-grp 2018-09-07 19:52:05,089 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-94f1b1cf-21f7-4053-bb33-e377475fc2f7 2018-09-07 19:52:08,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0fac427-2aa9-4413-b562-eaa78efe823e 2018-09-07 19:52:08,310 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:52:08,670 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj 2018-09-07 19:52:08,916 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-proj-role 2018-09-07 19:52:09,122 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-b5145ea8-8dd6-412-user 2018-09-07 19:52:10,596 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-2496dcb7-0665-401-proj 2018-09-07 19:52:11,889 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-2496dcb7-0665-401-user 2018-09-07 19:52:12,093 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-2496dcb7-0665-401-proj-role 2018-09-07 19:52:12,187 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-2496dcb7-0665-401-proj-role to project CreateInstanceSimpleTests-2496dcb7-0665-401-proj 2018-09-07 19:52:15,756 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-image 2018-09-07 19:52:15,775 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-image 2018-09-07 19:52:17,536 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-net 2018-09-07 19:52:18,360 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-subnet 2018-09-07 19:52:23,962 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-net 2018-09-07 19:52:25,591 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-inst 2018-09-07 19:52:28,264 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-inst 2018-09-07 19:52:35,658 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:52:41,523 - create_instance - INFO - Deleting Port with ID - 1c6578e3-2210-48f6-8acd-8427bc0b228b 2018-09-07 19:52:41,523 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-port 2018-09-07 19:52:42,267 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-inst 2018-09-07 19:52:42,418 - create_instance - INFO - Checking deletion status 2018-09-07 19:52:48,842 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-inst 2018-09-07 19:52:48,904 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-subnet 2018-09-07 19:52:48,904 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-subnet 2018-09-07 19:52:51,289 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-pub-net 2018-09-07 19:52:52,941 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-df28a91b-e30b-4894-a25a-ac27b9aa7e62-image 2018-09-07 19:52:56,042 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-2496dcb7-0665-401-proj 2018-09-07 19:52:56,245 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-2496dcb7-0665-401-proj-role 2018-09-07 19:52:56,442 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-2496dcb7-0665-401-user 2018-09-07 19:52:57,937 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-proj 2018-09-07 19:52:59,099 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-user 2018-09-07 19:52:59,296 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-proj-role 2018-09-07 19:52:59,316 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-66b35bba-8ff4-486-proj-role to project CreateInstanceSimpleTests-66b35bba-8ff4-486-proj 2018-09-07 19:53:02,480 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-image 2018-09-07 19:53:02,502 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-image 2018-09-07 19:53:03,832 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-net 2018-09-07 19:53:04,852 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-subnet 2018-09-07 19:53:08,948 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-net 2018-09-07 19:53:10,500 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-inst 2018-09-07 19:53:13,076 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-inst 2018-09-07 19:53:20,396 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:53:33,249 - create_instance - INFO - Deleting Port with ID - 2514d462-00a0-4758-b745-60c5f7c1e62d 2018-09-07 19:53:33,249 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-port 2018-09-07 19:53:33,899 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-inst 2018-09-07 19:53:33,945 - create_instance - WARNING - Instance already deleted - Instance b6d59ed1-dfb2-440f-a137-97c7aaf6e3a1 could not be found. (HTTP 404) (Request-ID: req-8502cb99-d628-48cd-91cb-f17bd226d238) 2018-09-07 19:53:33,945 - create_instance - INFO - Checking deletion status 2018-09-07 19:53:33,994 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-inst 2018-09-07 19:53:34,041 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-subnet 2018-09-07 19:53:34,041 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-subnet 2018-09-07 19:53:36,486 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-pub-net 2018-09-07 19:53:37,684 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-51934df8-4df8-4738-832f-f567e742a621-image 2018-09-07 19:53:40,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d93cac54-74bb-4efc-9836-93b2a19f71b1 2018-09-07 19:53:40,285 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:53:40,601 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-proj 2018-09-07 19:53:40,808 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-proj-role 2018-09-07 19:53:41,001 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-66b35bba-8ff4-486-user 2018-09-07 19:53:42,470 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-99507512-4099-44d-proj 2018-09-07 19:53:43,655 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-99507512-4099-44d-user 2018-09-07 19:53:43,853 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-99507512-4099-44d-proj-role 2018-09-07 19:53:43,937 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-99507512-4099-44d-proj-role to project CreateInstancePortManipulationTests-99507512-4099-44d-proj 2018-09-07 19:53:47,248 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-image 2018-09-07 19:53:47,268 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-image 2018-09-07 19:53:47,831 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-net 2018-09-07 19:53:49,081 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-subnet 2018-09-07 19:53:53,843 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-net 2018-09-07 19:53:55,525 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-inst 2018-09-07 19:53:57,794 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-inst 2018-09-07 19:54:05,516 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:54:06,623 - create_instance - INFO - Deleting Port with ID - 8867b037-9cdc-40fa-bca4-973a9b32b865 2018-09-07 19:54:06,623 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9port-1 2018-09-07 19:54:07,102 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-inst 2018-09-07 19:54:07,286 - create_instance - INFO - Checking deletion status 2018-09-07 19:54:14,177 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-inst 2018-09-07 19:54:14,233 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-subnet 2018-09-07 19:54:14,233 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-subnet 2018-09-07 19:54:16,584 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-pub-net 2018-09-07 19:54:18,384 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d7894370-7aaf-4548-8972-0c88c1a636d9-image 2018-09-07 19:54:19,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d634f3f-5d0d-4306-8a59-131cf7c9c270 2018-09-07 19:54:19,926 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:54:20,274 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-99507512-4099-44d-proj 2018-09-07 19:54:20,611 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-99507512-4099-44d-proj-role 2018-09-07 19:54:20,806 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-99507512-4099-44d-user 2018-09-07 19:54:22,243 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj 2018-09-07 19:54:23,380 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-user 2018-09-07 19:54:23,584 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj-role 2018-09-07 19:54:23,675 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj-role to project CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj 2018-09-07 19:54:26,799 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-image 2018-09-07 19:54:27,057 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-image 2018-09-07 19:54:27,663 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-net 2018-09-07 19:54:28,738 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-subnet 2018-09-07 19:54:34,105 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-net 2018-09-07 19:54:34,173 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-subnet 2018-09-07 19:54:34,173 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-subnet 2018-09-07 19:54:36,539 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-pub-net 2018-09-07 19:54:38,082 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-936685cd-37b9-4bd5-823a-f6314092ae02-image 2018-09-07 19:54:40,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2a66f469-7860-49e2-be0d-17bb2f3a325c 2018-09-07 19:54:40,294 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:54:40,676 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj 2018-09-07 19:54:41,060 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-proj-role 2018-09-07 19:54:41,292 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8b4282ec-fbac-40b-user 2018-09-07 19:54:42,775 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj 2018-09-07 19:54:43,883 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-user 2018-09-07 19:54:44,086 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj-role 2018-09-07 19:54:44,176 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj-role to project CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj 2018-09-07 19:54:47,395 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-image 2018-09-07 19:54:47,415 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-image 2018-09-07 19:54:48,052 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-net 2018-09-07 19:54:49,079 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-subnet 2018-09-07 19:54:54,380 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-net 2018-09-07 19:54:54,604 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-subnet 2018-09-07 19:54:54,604 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-subnet 2018-09-07 19:54:56,954 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-pub-net 2018-09-07 19:54:58,279 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b1a34781-a650-4770-86a1-cf63d746f694-image 2018-09-07 19:55:00,849 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 36d6fc6b-458d-41b3-b544-8816a169a72d 2018-09-07 19:55:01,029 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:55:01,343 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj 2018-09-07 19:55:01,778 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-proj-role 2018-09-07 19:55:02,081 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-81cc50c8-179d-4fd-user 2018-09-07 19:55:03,506 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-proj 2018-09-07 19:55:04,559 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-user 2018-09-07 19:55:04,769 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-proj-role 2018-09-07 19:55:04,788 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1665148f-5ec9-404-proj-role to project CreateInstancePortManipulationTests-1665148f-5ec9-404-proj 2018-09-07 19:55:07,691 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-image 2018-09-07 19:55:07,712 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-image 2018-09-07 19:55:08,337 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-net 2018-09-07 19:55:09,497 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-subnet 2018-09-07 19:55:15,145 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-net 2018-09-07 19:55:15,761 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-subnet 2018-09-07 19:55:15,761 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-subnet 2018-09-07 19:55:18,079 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-pub-net 2018-09-07 19:55:19,409 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-762fda0e-b818-433f-b1c5-04cc61b3b440-image 2018-09-07 19:55:22,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5a35157-c485-4e58-adf9-a30b8e3feae3 2018-09-07 19:55:22,544 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:55:22,899 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-proj 2018-09-07 19:55:23,150 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-proj-role 2018-09-07 19:55:23,346 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1665148f-5ec9-404-user 2018-09-07 19:55:24,919 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-proj 2018-09-07 19:55:26,009 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-user 2018-09-07 19:55:26,212 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-proj-role 2018-09-07 19:55:26,303 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-96d8123d-be14-48d-proj-role to project CreateInstancePortManipulationTests-96d8123d-be14-48d-proj 2018-09-07 19:55:29,919 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-image 2018-09-07 19:55:30,174 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-image 2018-09-07 19:55:30,810 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-net 2018-09-07 19:55:31,845 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-subnet 2018-09-07 19:55:37,582 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-net 2018-09-07 19:55:37,797 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-subnet 2018-09-07 19:55:37,797 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-subnet 2018-09-07 19:55:40,096 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-pub-net 2018-09-07 19:55:41,444 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e16c1e84-d2b2-4451-b807-5cbf1bb4e30f-image 2018-09-07 19:55:43,607 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ea296b2-b6c2-4026-9109-7e4bd72b52f5 2018-09-07 19:55:43,802 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:55:44,128 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-proj 2018-09-07 19:55:44,413 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-proj-role 2018-09-07 19:55:44,607 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-96d8123d-be14-48d-user 2018-09-07 19:55:46,020 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj 2018-09-07 19:55:47,158 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-user 2018-09-07 19:55:47,356 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj-role 2018-09-07 19:55:47,374 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj-role to project CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj 2018-09-07 19:55:50,845 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-image 2018-09-07 19:55:51,010 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-image 2018-09-07 19:55:51,625 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-net 2018-09-07 19:55:52,437 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-subnet 2018-09-07 19:55:58,222 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-net 2018-09-07 19:55:59,848 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-inst 2018-09-07 19:56:02,220 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-inst 2018-09-07 19:56:09,656 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:56:11,261 - create_instance - INFO - Deleting Port with ID - e797605f-5a80-489b-af54-9f423269e07e 2018-09-07 19:56:11,262 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334port-1 2018-09-07 19:56:11,845 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-inst 2018-09-07 19:56:11,994 - create_instance - INFO - Checking deletion status 2018-09-07 19:56:15,447 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-inst 2018-09-07 19:56:15,497 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-subnet 2018-09-07 19:56:15,497 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-subnet 2018-09-07 19:56:17,908 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-pub-net 2018-09-07 19:56:19,330 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ffdcbd3f-bd0e-4b0d-972d-6a4aaf424334-image 2018-09-07 19:56:21,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0e452e4-adca-4239-b816-b30f99c7c9f2 2018-09-07 19:56:21,964 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:56:22,329 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj 2018-09-07 19:56:22,653 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-proj-role 2018-09-07 19:56:22,850 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6b5b4345-ddee-408-user 2018-09-07 19:56:24,296 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj 2018-09-07 19:56:25,434 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-user 2018-09-07 19:56:25,643 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj-role 2018-09-07 19:56:25,734 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj-role to project CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj 2018-09-07 19:56:28,976 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-image 2018-09-07 19:56:29,127 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-image 2018-09-07 19:56:29,750 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-net 2018-09-07 19:56:31,109 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-subnet 2018-09-07 19:56:36,964 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-net 2018-09-07 19:56:38,783 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-inst 2018-09-07 19:56:41,035 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-inst 2018-09-07 19:56:48,331 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:56:49,876 - create_instance - INFO - Deleting Port with ID - 5d0011e1-ca06-4d91-9e8d-52d8d6fb28cf 2018-09-07 19:56:49,877 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610dport-1 2018-09-07 19:56:50,528 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-inst 2018-09-07 19:56:50,680 - create_instance - INFO - Checking deletion status 2018-09-07 19:56:57,371 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-inst 2018-09-07 19:56:57,425 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-subnet 2018-09-07 19:56:57,425 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-subnet 2018-09-07 19:56:59,872 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-pub-net 2018-09-07 19:57:01,328 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a2d97c58-d1e0-4854-b79e-8b0aa5ab610d-image 2018-09-07 19:57:03,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abc46ea1-2dae-4fa7-bcf1-e395ceaacd2b 2018-09-07 19:57:03,913 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:57:04,229 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj 2018-09-07 19:57:04,509 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-proj-role 2018-09-07 19:57:04,745 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-88ba726e-0e04-4b6-user 2018-09-07 19:57:06,242 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-proj 2018-09-07 19:57:07,376 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-user 2018-09-07 19:57:07,505 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-proj-role 2018-09-07 19:57:07,596 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8186de19-164e-4cf-proj-role to project CreateInstancePortManipulationTests-8186de19-164e-4cf-proj 2018-09-07 19:57:10,666 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-image 2018-09-07 19:57:10,822 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-image 2018-09-07 19:57:11,439 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-net 2018-09-07 19:57:12,680 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-subnet 2018-09-07 19:57:18,422 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-net 2018-09-07 19:57:20,345 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-inst 2018-09-07 19:57:22,600 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-inst 2018-09-07 19:57:29,627 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:57:30,750 - create_instance - INFO - Deleting Port with ID - 8097edf7-e900-4f32-8e56-3442a27cbcc5 2018-09-07 19:57:30,750 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6dfport-1 2018-09-07 19:57:31,534 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-inst 2018-09-07 19:57:31,705 - create_instance - INFO - Checking deletion status 2018-09-07 19:57:38,275 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-inst 2018-09-07 19:57:38,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-subnet 2018-09-07 19:57:38,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-subnet 2018-09-07 19:57:40,798 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-pub-net 2018-09-07 19:57:42,145 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-bb3b9b55-fb68-45c9-a137-0566a4eef6df-image 2018-09-07 19:57:45,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4a96ee5-b014-4e78-b693-71edc1a10e2d 2018-09-07 19:57:45,856 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:57:46,233 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-proj 2018-09-07 19:57:46,438 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-proj-role 2018-09-07 19:57:46,646 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8186de19-164e-4cf-user 2018-09-07 19:57:48,105 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj 2018-09-07 19:57:49,183 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-user 2018-09-07 19:57:49,404 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj-role 2018-09-07 19:57:49,489 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj-role to project CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj 2018-09-07 19:57:52,734 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-image 2018-09-07 19:57:52,895 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-image 2018-09-07 19:57:53,543 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-net 2018-09-07 19:57:54,545 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-subnet 2018-09-07 19:58:00,549 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-net 2018-09-07 19:58:02,567 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-inst 2018-09-07 19:58:04,182 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-inst 2018-09-07 19:58:11,820 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:58:12,714 - create_instance - INFO - Deleting Port with ID - 6ca48cbb-80c6-4da0-acc9-5cfff2571d3f 2018-09-07 19:58:12,714 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122port-1 2018-09-07 19:58:13,443 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-inst 2018-09-07 19:58:13,633 - create_instance - INFO - Checking deletion status 2018-09-07 19:58:20,315 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-inst 2018-09-07 19:58:20,358 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-subnet 2018-09-07 19:58:20,358 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-subnet 2018-09-07 19:58:22,659 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-pub-net 2018-09-07 19:58:24,051 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d75fdae0-4f2d-4059-ac88-b564ae745122-image 2018-09-07 19:58:26,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8284e09e-b9a0-408c-b053-ffc07ee19649 2018-09-07 19:58:26,905 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:58:27,225 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj 2018-09-07 19:58:27,539 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-proj-role 2018-09-07 19:58:27,739 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a2b6de4c-de71-421-user 2018-09-07 19:58:29,165 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7d472064-545c-487-proj 2018-09-07 19:58:30,302 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7d472064-545c-487-user 2018-09-07 19:58:30,428 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7d472064-545c-487-proj-role 2018-09-07 19:58:30,520 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7d472064-545c-487-proj-role to project CreateInstancePortManipulationTests-7d472064-545c-487-proj 2018-09-07 19:58:33,337 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-image 2018-09-07 19:58:33,507 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-image 2018-09-07 19:58:34,130 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-pub-net 2018-09-07 19:58:35,172 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-pub-subnet 2018-09-07 19:58:37,883 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673bnet2 2018-09-07 19:58:38,821 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet1 2018-09-07 19:58:39,510 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet2 2018-09-07 19:58:44,191 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673bnet2 2018-09-07 19:58:45,670 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-inst 2018-09-07 19:58:47,660 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-inst 2018-09-07 19:58:55,230 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:58:56,261 - create_instance - INFO - Deleting Port with ID - ee46e2a8-a60a-481a-912b-34d69b32f222 2018-09-07 19:58:56,261 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673bport-1 2018-09-07 19:58:56,954 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-inst 2018-09-07 19:58:57,250 - create_instance - INFO - Checking deletion status 2018-09-07 19:59:03,951 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-inst 2018-09-07 19:59:04,010 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-pub-subnet 2018-09-07 19:59:04,010 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-pub-subnet 2018-09-07 19:59:06,458 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-pub-net 2018-09-07 19:59:07,642 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet2 2018-09-07 19:59:07,642 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet2 2018-09-07 19:59:10,128 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet1 2018-09-07 19:59:10,128 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-subnet1 2018-09-07 19:59:12,260 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673bnet2 2018-09-07 19:59:14,066 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f39a0bb5-1df3-4c7c-9ed1-4b89df04673b-image 2018-09-07 19:59:16,347 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 781cd152-2ea7-49eb-a90a-b362b9283974 2018-09-07 19:59:16,527 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 19:59:16,886 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7d472064-545c-487-proj 2018-09-07 19:59:17,095 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7d472064-545c-487-proj-role 2018-09-07 19:59:17,305 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7d472064-545c-487-user 2018-09-07 19:59:18,781 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj 2018-09-07 19:59:19,841 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-user 2018-09-07 19:59:20,045 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj-role 2018-09-07 19:59:20,064 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj-role to project InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj 2018-09-07 19:59:23,154 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-image 2018-09-07 19:59:23,310 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-image 2018-09-07 19:59:23,940 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-net 2018-09-07 19:59:24,801 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-subnet 2018-09-07 19:59:29,876 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-net 2018-09-07 19:59:31,328 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-inst 2018-09-07 19:59:33,758 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-inst 2018-09-07 19:59:41,076 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:59:42,808 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name... 2018-09-07 19:59:42,808 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name 2018-09-07 19:59:43,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:43,315 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:43,493 - neutron_utils - INFO - Retrieving security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:43,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:43,733 - neutron_utils - INFO - Retrieving security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:43,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:44,112 - neutron_utils - INFO - Retrieving security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:44,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d624c63-4cf8-4983-894b-8c01188b485f 2018-09-07 19:59:44,187 - neutron_utils - INFO - Deleting security group rule with ID - 5a67d334-88ed-43d1-9c71-20e3a4e0c834 2018-09-07 19:59:44,472 - neutron_utils - INFO - Deleting security group rule with ID - 47d084ec-fe77-4f64-bc0a-45a6dee0a42a 2018-09-07 19:59:44,590 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name 2018-09-07 19:59:48,041 - create_instance - INFO - VM is - ACTIVE 2018-09-07 19:59:50,897 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name] - Security group InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name is not found for project 97e92ef6ff1b42bf8acdd99aa349f92b (HTTP 404) (Request-ID: req-08987b75-1a25-4576-a16d-0bcf3e6b0ff0) 2018-09-07 19:59:50,897 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-name is not found for project 97e92ef6ff1b42bf8acdd99aa349f92b (HTTP 404) (Request-ID: req-08987b75-1a25-4576-a16d-0bcf3e6b0ff0) 2018-09-07 19:59:52,907 - create_instance - INFO - Deleting Port with ID - fd3c35b2-9ad2-450d-af44-6b2294f9f0b6 2018-09-07 19:59:52,907 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-port 2018-09-07 19:59:53,495 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-inst 2018-09-07 19:59:53,669 - create_instance - INFO - Checking deletion status 2018-09-07 20:00:00,389 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-inst 2018-09-07 20:00:00,429 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-subnet 2018-09-07 20:00:00,430 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-subnet 2018-09-07 20:00:02,845 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-pub-net 2018-09-07 20:00:04,241 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-c6467d47-63f6-46ef-858f-948147c26e49-image 2018-09-07 20:00:06,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 03fe9626-7612-478b-b2d2-1e49213f8c97 2018-09-07 20:00:06,850 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:00:07,160 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj 2018-09-07 20:00:07,510 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-proj-role 2018-09-07 20:00:07,715 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0303d53f-c26f-4c0-user 2018-09-07 20:00:09,182 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj 2018-09-07 20:00:10,195 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-user 2018-09-07 20:00:10,439 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj-role 2018-09-07 20:00:10,522 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj-role to project InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj 2018-09-07 20:00:15,100 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-image 2018-09-07 20:00:15,118 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-image 2018-09-07 20:00:15,756 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-net 2018-09-07 20:00:16,973 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-subnet 2018-09-07 20:00:19,477 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-name... 2018-09-07 20:00:19,477 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-name 2018-09-07 20:00:19,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,278 - neutron_utils - INFO - Retrieving security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,581 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,748 - neutron_utils - INFO - Retrieving security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:20,966 - neutron_utils - INFO - Retrieving security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:21,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a66391d-d739-40c3-ac8e-a2fa4f64ba05 2018-09-07 20:00:24,671 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-net 2018-09-07 20:00:26,475 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-inst 2018-09-07 20:00:29,067 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-inst 2018-09-07 20:00:36,926 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:00:38,729 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:00:43,334 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:00:46,619 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-name] already added to VM [InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-inst] 2018-09-07 20:00:47,757 - create_instance - INFO - Deleting Port with ID - f3ea0e68-cc5b-4a41-8d28-acec90a5c454 2018-09-07 20:00:47,757 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-port 2018-09-07 20:00:48,366 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-inst 2018-09-07 20:00:48,573 - create_instance - INFO - Checking deletion status 2018-09-07 20:00:55,371 - create_instance - INFO - VM is - DELETED 2018-09-07 20:00:55,371 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-inst 2018-09-07 20:00:55,372 - neutron_utils - INFO - Deleting security group rule with ID - 7a9ec9a1-12a3-4baf-8deb-088afabd647b 2018-09-07 20:00:55,663 - neutron_utils - INFO - Deleting security group rule with ID - 5d1270d0-9d29-4842-8e15-016343e6965f 2018-09-07 20:00:55,908 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-name 2018-09-07 20:00:56,292 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-subnet 2018-09-07 20:00:56,292 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-subnet 2018-09-07 20:00:58,578 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-pub-net 2018-09-07 20:01:00,043 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-4fb11e93-9953-4169-b485-e05a4c2c49fa-image 2018-09-07 20:01:01,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1495172d-9a50-4111-8885-0cfd61ee3717 2018-09-07 20:01:01,819 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:01:02,173 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj 2018-09-07 20:01:02,412 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-proj-role 2018-09-07 20:01:02,607 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-a2bf9645-6a6d-44d-user 2018-09-07 20:01:03,991 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-proj 2018-09-07 20:01:05,236 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-user 2018-09-07 20:01:05,452 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-proj-role 2018-09-07 20:01:05,539 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-fea997e2-3226-4b9-proj-role to project InstanceSecurityGroupTests-fea997e2-3226-4b9-proj 2018-09-07 20:01:08,875 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-image 2018-09-07 20:01:08,896 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-image 2018-09-07 20:01:09,528 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-net 2018-09-07 20:01:10,848 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-subnet 2018-09-07 20:01:16,830 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-net 2018-09-07 20:01:18,437 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-inst 2018-09-07 20:01:20,662 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-inst 2018-09-07 20:01:27,723 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:01:29,327 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-name... 2018-09-07 20:01:29,327 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-name 2018-09-07 20:01:29,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:29,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:29,998 - neutron_utils - INFO - Retrieving security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:30,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:30,259 - neutron_utils - INFO - Retrieving security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:30,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:30,617 - neutron_utils - INFO - Retrieving security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:30,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2882e10-ded7-4f6c-9742-2590b87b9986 2018-09-07 20:01:33,780 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:01:39,190 - create_instance - INFO - Deleting Port with ID - c053e202-3631-4cbb-a09c-252f26bf2675 2018-09-07 20:01:39,190 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-port 2018-09-07 20:01:39,947 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-inst 2018-09-07 20:01:40,137 - create_instance - INFO - Checking deletion status 2018-09-07 20:01:50,269 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-inst 2018-09-07 20:01:50,270 - neutron_utils - INFO - Deleting security group rule with ID - 4219005a-c9a5-4831-9c85-b2da86dce813 2018-09-07 20:01:50,534 - neutron_utils - INFO - Deleting security group rule with ID - ee0593fc-8449-41b6-9f69-3acadc640aa9 2018-09-07 20:01:50,662 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-name 2018-09-07 20:01:50,866 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-subnet 2018-09-07 20:01:50,867 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-subnet 2018-09-07 20:01:53,348 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-pub-net 2018-09-07 20:01:54,664 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-25f1126d-a1aa-4537-a6a3-a9b57c119194-image 2018-09-07 20:01:56,733 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0a04d1c9-07ba-4d83-9514-3ac004799cad 2018-09-07 20:01:56,916 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:01:57,287 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-proj 2018-09-07 20:01:57,526 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-proj-role 2018-09-07 20:01:57,743 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-fea997e2-3226-4b9-user 2018-09-07 20:01:59,171 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-19af89c0-de46-45b-proj 2018-09-07 20:02:00,362 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-19af89c0-de46-45b-user 2018-09-07 20:02:00,488 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-19af89c0-de46-45b-proj-role 2018-09-07 20:02:00,570 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-19af89c0-de46-45b-proj-role to project InstanceSecurityGroupTests-19af89c0-de46-45b-proj 2018-09-07 20:02:04,073 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-image 2018-09-07 20:02:04,308 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-image 2018-09-07 20:02:04,939 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-net 2018-09-07 20:02:05,931 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-subnet 2018-09-07 20:02:08,523 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-name... 2018-09-07 20:02:08,524 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-name 2018-09-07 20:02:08,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,123 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,151 - neutron_utils - INFO - Retrieving security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,371 - neutron_utils - INFO - Retrieving security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,594 - neutron_utils - INFO - Retrieving security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:09,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0167f22f-d93b-425a-8c46-62b099a5113b 2018-09-07 20:02:13,344 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-net 2018-09-07 20:02:15,107 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-inst 2018-09-07 20:02:17,883 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-inst 2018-09-07 20:02:25,135 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:02:26,758 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:02:31,085 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:02:35,362 - create_instance - INFO - Deleting Port with ID - 56fb5829-a8c7-4a1f-ae98-41d377a644e8 2018-09-07 20:02:35,362 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-port 2018-09-07 20:02:36,330 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-inst 2018-09-07 20:02:36,490 - create_instance - INFO - Checking deletion status 2018-09-07 20:02:42,904 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-inst 2018-09-07 20:02:42,905 - neutron_utils - INFO - Deleting security group rule with ID - f5f8d51f-38b9-44d7-8f64-9a1905a5608b 2018-09-07 20:02:43,016 - neutron_utils - INFO - Deleting security group rule with ID - f09c29c8-26e3-42ed-a96c-a8dc15e309b2 2018-09-07 20:02:43,403 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-name 2018-09-07 20:02:43,789 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-subnet 2018-09-07 20:02:43,790 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-subnet 2018-09-07 20:02:46,109 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-pub-net 2018-09-07 20:02:47,864 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1ea13eab-6b1e-40cc-91e9-21d2aad04b60-image 2018-09-07 20:02:49,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35543102-fb9e-4e29-b546-5848a3904387 2018-09-07 20:02:50,160 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:02:50,505 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-19af89c0-de46-45b-proj 2018-09-07 20:02:50,755 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-19af89c0-de46-45b-proj-role 2018-09-07 20:02:50,955 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-19af89c0-de46-45b-user 2018-09-07 20:02:52,458 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-proj 2018-09-07 20:02:53,613 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-user 2018-09-07 20:02:53,818 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-proj-role 2018-09-07 20:02:53,903 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-5b8c004a-02ca-400-proj-role to project InstanceSecurityGroupTests-5b8c004a-02ca-400-proj 2018-09-07 20:02:57,085 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-image 2018-09-07 20:02:57,104 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-image 2018-09-07 20:02:57,731 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-net 2018-09-07 20:02:58,795 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-subnet 2018-09-07 20:03:01,259 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-name... 2018-09-07 20:03:01,259 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-name 2018-09-07 20:03:01,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:01,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:02,037 - neutron_utils - INFO - Retrieving security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:02,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:02,501 - neutron_utils - INFO - Retrieving security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:02,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:03,010 - neutron_utils - INFO - Retrieving security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:03,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fef23a9-f6ac-48e6-949c-ffc2bf95e6d6 2018-09-07 20:03:07,186 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-net 2018-09-07 20:03:09,080 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-inst 2018-09-07 20:03:11,063 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-inst 2018-09-07 20:03:18,439 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:03:22,712 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:03:25,326 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-name not associated with the instance 244457e0-d570-4145-886d-a411f23d7664 (HTTP 404) (Request-ID: req-344c703f-0555-4dbd-aee6-e8362bf951e5) 2018-09-07 20:03:27,349 - create_instance - INFO - Deleting Port with ID - 0df8968d-cd79-480e-ae1f-d8188587937b 2018-09-07 20:03:27,349 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-port 2018-09-07 20:03:27,991 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-inst 2018-09-07 20:03:28,190 - create_instance - INFO - Checking deletion status 2018-09-07 20:03:34,664 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-inst 2018-09-07 20:03:34,665 - neutron_utils - INFO - Deleting security group rule with ID - 71a79288-dba6-4e6b-8a96-d67c954b1ab7 2018-09-07 20:03:35,028 - neutron_utils - INFO - Deleting security group rule with ID - 82b0bfc6-fe82-4374-a4fd-d31057e2d439 2018-09-07 20:03:35,283 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-name 2018-09-07 20:03:35,621 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-subnet 2018-09-07 20:03:35,622 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-subnet 2018-09-07 20:03:38,077 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-pub-net 2018-09-07 20:03:39,738 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e2f78f8e-1c6f-4a56-89ec-2b01065b5e19-image 2018-09-07 20:03:42,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 633c389c-862d-47e9-8a65-5de6d1a765da 2018-09-07 20:03:43,039 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:03:43,689 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-proj 2018-09-07 20:03:43,903 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-proj-role 2018-09-07 20:03:44,147 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-5b8c004a-02ca-400-user 2018-09-07 20:03:45,542 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj 2018-09-07 20:03:46,679 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-user 2018-09-07 20:03:46,823 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj-role 2018-09-07 20:03:46,908 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj-role to project CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj 2018-09-07 20:03:47,789 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-net 2018-09-07 20:03:48,590 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-subnet 2018-09-07 20:03:52,765 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-image 2018-09-07 20:03:52,936 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-image 2018-09-07 20:03:56,792 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-net 2018-09-07 20:03:58,434 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-07 20:04:00,927 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-07 20:04:08,252 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:04:14,922 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-net 2018-09-07 20:04:16,428 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-07 20:04:18,503 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-07 20:04:25,628 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:04:29,627 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:04:31,373 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:04:33,012 - create_instance - INFO - Deleting Port with ID - 9e488e0a-c8ad-4e5c-b152-3106383e4d1c 2018-09-07 20:04:33,012 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9port-1 2018-09-07 20:04:33,450 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-07 20:04:33,651 - create_instance - INFO - Checking deletion status 2018-09-07 20:04:36,813 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-07 20:04:36,814 - create_instance - INFO - Deleting Port with ID - e71ff083-f7ad-4a19-bcf1-08b194ce1148 2018-09-07 20:04:36,814 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9port-2 2018-09-07 20:04:37,626 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-07 20:04:37,813 - create_instance - INFO - Checking deletion status 2018-09-07 20:04:40,967 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-07 20:04:41,017 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-subnet 2018-09-07 20:04:41,017 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-subnet 2018-09-07 20:04:43,330 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-priv-net 2018-09-07 20:04:44,804 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-bc1f85ee-a111-4c5a-8637-e892ac4c6ba9-image 2018-09-07 20:04:47,534 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj 2018-09-07 20:04:47,723 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-proj-role 2018-09-07 20:04:47,921 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-318da5e2-d5ca-47a-user 2018-09-07 20:04:49,375 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj 2018-09-07 20:04:50,506 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-user 2018-09-07 20:04:50,715 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj-role 2018-09-07 20:04:50,802 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj-role to project CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj 2018-09-07 20:04:50,934 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-09-07 20:04:54,061 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7 2018-09-07 20:04:54,222 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7 2018-09-07 20:04:55,696 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-net 2018-09-07 20:04:56,912 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-subnet 2018-09-07 20:05:01,925 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-net 2018-09-07 20:05:03,397 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-inst 2018-09-07 20:05:05,481 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-inst 2018-09-07 20:05:12,733 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:05:13,779 - create_instance - INFO - Deleting Port with ID - 5e4000a6-f8e0-41bd-a292-167a933e9c48 2018-09-07 20:05:13,779 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-port 2018-09-07 20:05:14,208 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-inst 2018-09-07 20:05:14,363 - create_instance - INFO - Checking deletion status 2018-09-07 20:05:20,922 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-inst 2018-09-07 20:05:20,963 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-subnet 2018-09-07 20:05:20,963 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-subnet 2018-09-07 20:05:23,509 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7-pub-net 2018-09-07 20:05:25,162 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-829f8eec-f9fb-4682-9a4b-c24cd4c79bb7 2018-09-07 20:05:27,438 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cad469bf-f4dc-46d7-8581-341cace14439 2018-09-07 20:05:27,622 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:05:28,018 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj 2018-09-07 20:05:28,293 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-proj-role 2018-09-07 20:05:28,488 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-fa38d6f3-7c32-40d-user 2018-09-07 20:05:29,930 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-2501b740-9151-4b0-proj 2018-09-07 20:05:31,002 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-2501b740-9151-4b0-user 2018-09-07 20:05:31,219 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-2501b740-9151-4b0-proj-role 2018-09-07 20:05:31,311 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-2501b740-9151-4b0-proj-role to project CreateInstanceVolumeTests-2501b740-9151-4b0-proj 2018-09-07 20:05:34,080 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-image 2018-09-07 20:05:34,246 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-image 2018-09-07 20:05:35,599 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-net 2018-09-07 20:05:36,832 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-subnet 2018-09-07 20:05:39,079 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-1 2018-09-07 20:05:42,433 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-1 2018-09-07 20:05:43,645 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-2 2018-09-07 20:05:47,056 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-2 2018-09-07 20:05:50,609 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-net 2018-09-07 20:05:52,314 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-inst 2018-09-07 20:05:54,233 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-inst 2018-09-07 20:06:02,116 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:06:03,967 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:06:08,086 - create_instance - INFO - Deleting Port with ID - 3f553f88-9f11-4a67-a3d7-922de0a67cf1 2018-09-07 20:06:08,086 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-port 2018-09-07 20:06:14,122 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-inst 2018-09-07 20:06:14,312 - create_instance - INFO - Checking deletion status 2018-09-07 20:06:17,760 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-inst 2018-09-07 20:06:17,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-subnet 2018-09-07 20:06:17,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-subnet 2018-09-07 20:06:20,311 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-pub-net 2018-09-07 20:06:21,828 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-2 2018-09-07 20:06:22,607 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-2 2018-09-07 20:06:22,817 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-1 2018-09-07 20:06:26,433 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-1 2018-09-07 20:06:26,434 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-e149200e-a3a3-4bfd-a7ce-0728eb5cf4f0-image 2018-09-07 20:06:27,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4210da66-4b17-4f1b-aa09-ffe31e6f0d3f 2018-09-07 20:06:28,138 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:06:28,492 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-2501b740-9151-4b0-proj 2018-09-07 20:06:28,754 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-2501b740-9151-4b0-proj-role 2018-09-07 20:06:29,064 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-2501b740-9151-4b0-user 2018-09-07 20:06:30,488 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-955c3688-084e-440-proj 2018-09-07 20:06:31,637 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-955c3688-084e-440-user 2018-09-07 20:06:31,835 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-955c3688-084e-440-proj-role 2018-09-07 20:06:31,920 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-955c3688-084e-440-proj-role to project CreateInstanceVolumeTests-955c3688-084e-440-proj 2018-09-07 20:06:34,378 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-image 2018-09-07 20:06:34,549 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-image 2018-09-07 20:06:35,873 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-net 2018-09-07 20:06:36,851 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-subnet 2018-09-07 20:06:39,569 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-1 2018-09-07 20:06:42,867 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-1 2018-09-07 20:06:44,657 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-2 2018-09-07 20:06:44,854 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-2 2018-09-07 20:06:48,331 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-net 2018-09-07 20:06:49,998 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-inst 2018-09-07 20:06:52,276 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-inst 2018-09-07 20:06:59,306 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:07:01,462 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:07:04,715 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:07:09,092 - create_instance - INFO - Deleting Port with ID - b6c03151-267f-4407-bde4-69b8922a7ba0 2018-09-07 20:07:09,092 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-port 2018-09-07 20:07:19,142 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-inst 2018-09-07 20:07:19,303 - create_instance - INFO - Checking deletion status 2018-09-07 20:07:22,694 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-inst 2018-09-07 20:07:22,735 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-subnet 2018-09-07 20:07:22,735 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-subnet 2018-09-07 20:07:25,283 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-pub-net 2018-09-07 20:07:26,675 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-2 2018-09-07 20:07:30,323 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-2 2018-09-07 20:07:30,532 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-1 2018-09-07 20:07:34,175 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-1 2018-09-07 20:07:34,176 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-c56293d2-1465-481a-b793-5dc46ef04ad2-image 2018-09-07 20:07:35,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b979594-b3a0-4fa7-980e-53cb25fb9223 2018-09-07 20:07:36,180 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:07:36,541 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-955c3688-084e-440-proj 2018-09-07 20:07:36,844 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-955c3688-084e-440-proj-role 2018-09-07 20:07:37,038 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-955c3688-084e-440-user 2018-09-07 20:07:38,500 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-74865435-be4a-480-proj 2018-09-07 20:07:40,100 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-74865435-be4a-480-proj 2018-09-07 20:07:40,232 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-74865435-be4a-480-user 2018-09-07 20:07:40,428 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-74865435-be4a-480-proj-role 2018-09-07 20:07:40,516 - keystone_utils - INFO - Granting role CreateStackSuccessTests-74865435-be4a-480-proj-role to project CreateStackSuccessTests-74865435-be4a-480-proj 2018-09-07 20:07:42,968 - create_image - INFO - Created image with name - CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-image 2018-09-07 20:07:43,122 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-image 2018-09-07 20:07:48,651 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-stack 2018-09-07 20:08:05,541 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-stack 2018-09-07 20:08:18,048 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-stack 2018-09-07 20:08:18,254 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3a550337-ae67-4e5e-a5cf-670bf8932e12-image 2018-09-07 20:08:20,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f66546b9-4a80-43f0-8984-d6239370ffbc 2018-09-07 20:08:20,402 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:08:20,756 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-74865435-be4a-480-proj 2018-09-07 20:08:21,072 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-74865435-be4a-480-proj-role 2018-09-07 20:08:21,290 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-74865435-be4a-480-user 2018-09-07 20:08:22,721 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9f41f189-a878-4c1-proj 2018-09-07 20:08:24,255 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9f41f189-a878-4c1-proj 2018-09-07 20:08:24,395 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9f41f189-a878-4c1-user 2018-09-07 20:08:24,614 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9f41f189-a878-4c1-proj-role 2018-09-07 20:08:24,698 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9f41f189-a878-4c1-proj-role to project CreateStackSuccessTests-9f41f189-a878-4c1-proj 2018-09-07 20:08:27,982 - create_image - INFO - Created image with name - CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-image 2018-09-07 20:08:28,146 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-image 2018-09-07 20:08:32,231 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:08:48,695 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:08:50,768 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:08:50,769 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:08:50,769 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:09:01,077 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-stack 2018-09-07 20:09:01,287 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-9b235d10-912b-443e-80b9-e25797975ee6-image 2018-09-07 20:09:03,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e2e2f8e-96cd-47f3-b726-1d620826014d 2018-09-07 20:09:03,199 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:09:03,559 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9f41f189-a878-4c1-proj 2018-09-07 20:09:03,789 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9f41f189-a878-4c1-proj-role 2018-09-07 20:09:04,002 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9f41f189-a878-4c1-user 2018-09-07 20:09:05,464 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ecaf3912-942e-414-proj 2018-09-07 20:09:06,928 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ecaf3912-942e-414-proj 2018-09-07 20:09:06,987 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ecaf3912-942e-414-user 2018-09-07 20:09:07,188 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ecaf3912-942e-414-proj-role 2018-09-07 20:09:07,270 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ecaf3912-942e-414-proj-role to project CreateStackSuccessTests-ecaf3912-942e-414-proj 2018-09-07 20:09:10,116 - create_image - INFO - Created image with name - CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-image 2018-09-07 20:09:10,285 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-image 2018-09-07 20:09:14,172 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-stack 2018-09-07 20:09:14,172 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-09-07 20:09:14,546 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-09-07 20:09:14,546 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-stack 2018-09-07 20:09:25,161 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-stack 2018-09-07 20:09:25,217 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-50a7c80b-4408-45d4-87cf-f38314a22d70-image 2018-09-07 20:09:26,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1917a9f4-e2c5-45e2-9b97-5390a9516c3f 2018-09-07 20:09:26,988 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:09:27,504 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ecaf3912-942e-414-proj 2018-09-07 20:09:27,765 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ecaf3912-942e-414-proj-role 2018-09-07 20:09:28,052 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ecaf3912-942e-414-user 2018-09-07 20:09:29,500 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-01811ae6-76a1-49f-proj 2018-09-07 20:09:31,103 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-01811ae6-76a1-49f-proj 2018-09-07 20:09:31,245 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-01811ae6-76a1-49f-user 2018-09-07 20:09:31,440 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-01811ae6-76a1-49f-proj-role 2018-09-07 20:09:31,460 - keystone_utils - INFO - Granting role CreateStackSuccessTests-01811ae6-76a1-49f-proj-role to project CreateStackSuccessTests-01811ae6-76a1-49f-proj 2018-09-07 20:09:34,072 - create_image - INFO - Created image with name - CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-image 2018-09-07 20:09:34,235 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-image 2018-09-07 20:09:38,260 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-stack 2018-09-07 20:09:54,887 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-stack 2018-09-07 20:09:56,032 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-stack 2018-09-07 20:10:05,775 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-stack 2018-09-07 20:10:05,985 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a1e22fc3-9bc8-45f7-8052-6e46f51285fe-image 2018-09-07 20:10:08,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb956178-befe-4bbb-83cc-ad5c2ec37108 2018-09-07 20:10:08,648 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:10:08,944 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-01811ae6-76a1-49f-proj 2018-09-07 20:10:09,167 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-01811ae6-76a1-49f-proj-role 2018-09-07 20:10:09,366 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-01811ae6-76a1-49f-user 2018-09-07 20:10:10,931 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-proj 2018-09-07 20:10:12,396 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c32d69a5-6f58-4f4-proj 2018-09-07 20:10:12,454 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-user 2018-09-07 20:10:12,643 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-proj-role 2018-09-07 20:10:12,733 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c32d69a5-6f58-4f4-proj-role to project CreateStackSuccessTests-c32d69a5-6f58-4f4-proj 2018-09-07 20:10:16,277 - create_image - INFO - Created image with name - CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-image 2018-09-07 20:10:16,447 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-image 2018-09-07 20:10:20,374 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-stack 2018-09-07 20:10:37,454 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-stack 2018-09-07 20:10:39,687 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-stack 2018-09-07 20:10:40,054 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-stack 2018-09-07 20:10:47,398 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-stack 2018-09-07 20:10:47,747 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-36ca181c-b67b-447a-a988-0b0576658e5c-image 2018-09-07 20:10:49,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b02360f-5b1d-4fbf-ae55-a7a79469e433 2018-09-07 20:10:49,741 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:10:50,081 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-proj 2018-09-07 20:10:50,398 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-proj-role 2018-09-07 20:10:50,595 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c32d69a5-6f58-4f4-user 2018-09-07 20:10:52,009 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-65aeca23-bea2-4ec-proj 2018-09-07 20:10:53,546 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-65aeca23-bea2-4ec-proj 2018-09-07 20:10:53,669 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-65aeca23-bea2-4ec-user 2018-09-07 20:10:53,876 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-65aeca23-bea2-4ec-proj-role 2018-09-07 20:10:53,896 - keystone_utils - INFO - Granting role CreateStackSuccessTests-65aeca23-bea2-4ec-proj-role to project CreateStackSuccessTests-65aeca23-bea2-4ec-proj 2018-09-07 20:10:56,948 - create_image - INFO - Created image with name - CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-image 2018-09-07 20:10:57,115 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-image 2018-09-07 20:11:01,086 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-stack 2018-09-07 20:11:17,970 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-stack 2018-09-07 20:11:21,632 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-stack 2018-09-07 20:11:31,418 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-stack 2018-09-07 20:11:32,018 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-aec8c35d-559c-4d93-90b6-7d0674e60782-image 2018-09-07 20:11:33,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c50db629-6351-4982-8944-24fc01fc7b43 2018-09-07 20:11:34,077 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:11:34,411 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-65aeca23-bea2-4ec-proj 2018-09-07 20:11:34,645 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-65aeca23-bea2-4ec-proj-role 2018-09-07 20:11:34,856 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-65aeca23-bea2-4ec-user 2018-09-07 20:11:36,242 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-58f4ff97-2a4a-415-proj 2018-09-07 20:11:37,914 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-58f4ff97-2a4a-415-proj 2018-09-07 20:11:38,034 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-58f4ff97-2a4a-415-user 2018-09-07 20:11:38,230 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-58f4ff97-2a4a-415-proj-role 2018-09-07 20:11:38,316 - keystone_utils - INFO - Granting role CreateStackSuccessTests-58f4ff97-2a4a-415-proj-role to project CreateStackSuccessTests-58f4ff97-2a4a-415-proj 2018-09-07 20:11:40,637 - create_image - INFO - Created image with name - CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-image 2018-09-07 20:11:40,807 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-image 2018-09-07 20:11:44,835 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-stack 2018-09-07 20:11:58,792 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-stack 2018-09-07 20:12:05,365 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-inst 2018-09-07 20:12:13,842 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-stack 2018-09-07 20:12:23,776 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-stack 2018-09-07 20:12:23,832 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d9f8b904-3285-4714-b882-2df49d9f4a3e-image 2018-09-07 20:12:26,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abc00268-d842-4b87-aa36-cb9acf2d9351 2018-09-07 20:12:26,343 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:12:26,687 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-58f4ff97-2a4a-415-proj 2018-09-07 20:12:26,994 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-58f4ff97-2a4a-415-proj-role 2018-09-07 20:12:27,194 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-58f4ff97-2a4a-415-user 2018-09-07 20:12:28,674 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-proj 2018-09-07 20:12:30,379 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-63ed36f3-d24b-4cd-proj 2018-09-07 20:12:30,832 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-63ed36f3-d24b-4cd-proj 2018-09-07 20:12:30,963 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-user 2018-09-07 20:12:31,177 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-proj-role 2018-09-07 20:12:31,262 - keystone_utils - INFO - Granting role CreateStackVolumeTests-63ed36f3-d24b-4cd-proj-role to project CreateStackVolumeTests-63ed36f3-d24b-4cd-proj 2018-09-07 20:12:34,069 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3de884da-d103-42c8-9b97-0bd1b61ff3aa-stack 2018-09-07 20:12:37,686 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3de884da-d103-42c8-9b97-0bd1b61ff3aa-stack 2018-09-07 20:12:38,730 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3de884da-d103-42c8-9b97-0bd1b61ff3aa-stack 2018-09-07 20:12:42,382 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3de884da-d103-42c8-9b97-0bd1b61ff3aa-stack 2018-09-07 20:12:43,788 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-proj 2018-09-07 20:12:44,214 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-proj-role 2018-09-07 20:12:44,425 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-63ed36f3-d24b-4cd-user 2018-09-07 20:12:45,853 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-824ce335-e0c2-4e1-proj 2018-09-07 20:12:47,385 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-824ce335-e0c2-4e1-proj 2018-09-07 20:12:47,822 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-824ce335-e0c2-4e1-proj 2018-09-07 20:12:47,945 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-824ce335-e0c2-4e1-user 2018-09-07 20:12:48,146 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-824ce335-e0c2-4e1-proj-role 2018-09-07 20:12:48,230 - keystone_utils - INFO - Granting role CreateStackVolumeTests-824ce335-e0c2-4e1-proj-role to project CreateStackVolumeTests-824ce335-e0c2-4e1-proj 2018-09-07 20:12:51,015 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-be4ef766-8362-4ca2-9e87-5fba740d964f-stack 2018-09-07 20:12:54,748 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-be4ef766-8362-4ca2-9e87-5fba740d964f-stack 2018-09-07 20:12:56,594 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-be4ef766-8362-4ca2-9e87-5fba740d964f-stack 2018-09-07 20:13:00,257 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-be4ef766-8362-4ca2-9e87-5fba740d964f-stack 2018-09-07 20:13:01,623 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-824ce335-e0c2-4e1-proj 2018-09-07 20:13:01,832 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-824ce335-e0c2-4e1-proj-role 2018-09-07 20:13:02,029 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-824ce335-e0c2-4e1-user 2018-09-07 20:13:03,439 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-68310920-996f-405-proj 2018-09-07 20:13:04,970 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-68310920-996f-405-proj 2018-09-07 20:13:05,323 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-68310920-996f-405-proj 2018-09-07 20:13:05,459 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-68310920-996f-405-user 2018-09-07 20:13:05,649 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-68310920-996f-405-proj-role 2018-09-07 20:13:05,737 - keystone_utils - INFO - Granting role CreateStackFlavorTests-68310920-996f-405-proj-role to project CreateStackFlavorTests-68310920-996f-405-proj 2018-09-07 20:13:08,520 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-c6453c10-e852-467b-b51e-fb662175dccb-stack 2018-09-07 20:13:08,893 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-c6453c10-e852-467b-b51e-fb662175dccb-stack 2018-09-07 20:13:09,963 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-c6453c10-e852-467b-b51e-fb662175dccb-stack-flavor-rgsnobyzuscm 2018-09-07 20:13:09,963 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-c6453c10-e852-467b-b51e-fb662175dccb-stack 2018-09-07 20:13:13,461 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-c6453c10-e852-467b-b51e-fb662175dccb-stack 2018-09-07 20:13:14,780 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-68310920-996f-405-proj 2018-09-07 20:13:14,992 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-68310920-996f-405-proj-role 2018-09-07 20:13:15,210 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-68310920-996f-405-user 2018-09-07 20:13:16,602 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-0e416c4e-5675-45d-proj 2018-09-07 20:13:18,116 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-0e416c4e-5675-45d-proj 2018-09-07 20:13:18,172 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-0e416c4e-5675-45d-user 2018-09-07 20:13:18,367 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-0e416c4e-5675-45d-proj-role 2018-09-07 20:13:18,452 - keystone_utils - INFO - Granting role CreateStackKeypairTests-0e416c4e-5675-45d-proj-role to project CreateStackKeypairTests-0e416c4e-5675-45d-proj 2018-09-07 20:13:21,156 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-21263772-f413-4e76-856f-a6c323678cd2-stack 2018-09-07 20:13:21,594 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-21263772-f413-4e76-856f-a6c323678cd2-stack 2018-09-07 20:13:24,000 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-21263772-f413-4e76-856f-a6c323678cd2-stack 2018-09-07 20:13:27,627 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-21263772-f413-4e76-856f-a6c323678cd2-stack 2018-09-07 20:13:29,049 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-0e416c4e-5675-45d-proj 2018-09-07 20:13:29,256 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-0e416c4e-5675-45d-proj-role 2018-09-07 20:13:29,459 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-0e416c4e-5675-45d-user 2018-09-07 20:13:30,912 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-proj 2018-09-07 20:13:32,431 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-7874c387-78fd-49b-proj 2018-09-07 20:13:32,555 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-user 2018-09-07 20:13:32,751 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-proj-role 2018-09-07 20:13:32,831 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-7874c387-78fd-49b-proj-role to project CreateStackSecurityGroupTests-7874c387-78fd-49b-proj 2018-09-07 20:13:35,288 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-e5b32d7b-ff7d-46e5-87b8-f4edab5b59cf-stack 2018-09-07 20:13:38,872 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-e5b32d7b-ff7d-46e5-87b8-f4edab5b59cf-stack 2018-09-07 20:13:39,237 - neutron_utils - INFO - Retrieving security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:39,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:39,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:40,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:40,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:40,890 - neutron_utils - INFO - Retrieving security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:41,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9099dfbe-4d2f-4018-ac2c-00cd37eaaefd 2018-09-07 20:13:41,261 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-e5b32d7b-ff7d-46e5-87b8-f4edab5b59cf-stack 2018-09-07 20:13:45,144 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-e5b32d7b-ff7d-46e5-87b8-f4edab5b59cf-stack 2018-09-07 20:13:45,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1ed37d66-e8e0-4c05-a4cf-c4a624aab4c4 2018-09-07 20:13:46,008 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:13:46,347 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-proj 2018-09-07 20:13:46,604 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-proj-role 2018-09-07 20:13:46,799 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-7874c387-78fd-49b-user 2018-09-07 20:13:48,218 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-4cf32890-19e8-434-proj 2018-09-07 20:13:49,929 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-4cf32890-19e8-434-proj 2018-09-07 20:13:49,999 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-4cf32890-19e8-434-user 2018-09-07 20:13:50,200 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-4cf32890-19e8-434-proj-role 2018-09-07 20:13:50,292 - keystone_utils - INFO - Granting role CreateStackNegativeTests-4cf32890-19e8-434-proj-role to project CreateStackNegativeTests-4cf32890-19e8-434-proj 2018-09-07 20:13:52,298 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-4cf32890-19e8-434-proj 2018-09-07 20:13:52,513 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-4cf32890-19e8-434-proj-role 2018-09-07 20:13:52,713 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-4cf32890-19e8-434-user 2018-09-07 20:13:54,176 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1022355f-e511-44a-proj 2018-09-07 20:13:55,708 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1022355f-e511-44a-proj 2018-09-07 20:13:55,843 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1022355f-e511-44a-user 2018-09-07 20:13:56,038 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1022355f-e511-44a-proj-role 2018-09-07 20:13:56,132 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1022355f-e511-44a-proj-role to project CreateStackNegativeTests-1022355f-e511-44a-proj 2018-09-07 20:13:58,658 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1022355f-e511-44a-proj 2018-09-07 20:13:58,855 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1022355f-e511-44a-proj-role 2018-09-07 20:13:59,052 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1022355f-e511-44a-user 2018-09-07 20:14:00,463 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj 2018-09-07 20:14:01,661 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-user 2018-09-07 20:14:01,853 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj-role 2018-09-07 20:14:01,945 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj-role to project CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj 2018-09-07 20:14:04,312 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-image 2018-09-07 20:14:04,465 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-image 2018-09-07 20:14:05,173 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-net 2018-09-07 20:14:06,183 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-subnet 2018-09-07 20:14:08,757 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:11,947 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:15,854 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-kp... 2018-09-07 20:14:15,854 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:14:15,946 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-kp 2018-09-07 20:14:16,022 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5.pub 2018-09-07 20:14:16,023 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5 2018-09-07 20:14:16,651 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-sec-grp... 2018-09-07 20:14:16,652 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-sec-grp 2018-09-07 20:14:17,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:17,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:17,402 - neutron_utils - INFO - Retrieving security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:17,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:17,788 - neutron_utils - INFO - Retrieving security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:18,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:18,315 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-sec-grp 2018-09-07 20:14:18,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:19,118 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-sec-grp 2018-09-07 20:14:19,398 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:19,614 - neutron_utils - INFO - Retrieving security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:19,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c628934-679d-4806-aef4-be357541eaa4 2018-09-07 20:14:23,292 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-net 2018-09-07 20:14:25,236 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-inst 2018-09-07 20:14:27,334 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-inst 2018-09-07 20:14:34,783 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:14:36,655 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:14:38,001 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:14:40,034 - create_instance - INFO - Created floating IP 172.30.9.203 via router - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:40,648 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:14:42,778 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2018-09-07 20:14:43,370 - create_instance - INFO - Deleting Port with ID - 1082b8df-bd5b-4717-b4b4-a437398e2309 2018-09-07 20:14:43,370 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5port-1 2018-09-07 20:14:43,822 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-inst 2018-09-07 20:14:43,998 - create_instance - INFO - Checking deletion status 2018-09-07 20:14:51,062 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-inst 2018-09-07 20:14:51,110 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5.pub] 2018-09-07 20:14:51,111 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5] 2018-09-07 20:14:51,160 - neutron_utils - INFO - Deleting security group rule with ID - 1d51ee29-77a4-48f0-9ad9-a5c8b5561aab 2018-09-07 20:14:51,421 - neutron_utils - INFO - Deleting security group rule with ID - 982dee13-1a7e-40d1-9f22-df115f1efd8e 2018-09-07 20:14:51,539 - neutron_utils - INFO - Deleting security group rule with ID - 04d5903a-7c04-40f1-bc81-1049855a0a3e 2018-09-07 20:14:51,664 - neutron_utils - INFO - Deleting security group rule with ID - 6cf5c217-d345-4999-9d2e-37aa775dc18e 2018-09-07 20:14:51,927 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-sec-grp 2018-09-07 20:14:52,207 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router and subnet CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-subnet 2018-09-07 20:14:52,207 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:53,420 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:53,421 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router 2018-09-07 20:14:54,688 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-subnet 2018-09-07 20:14:54,688 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-subnet 2018-09-07 20:14:56,981 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-net 2018-09-07 20:14:58,437 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-image 2018-09-07 20:15:00,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 763276ad-8041-47bd-8c71-64b6a3eef378 2018-09-07 20:15:00,871 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:15:01,258 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj 2018-09-07 20:15:01,490 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-proj-role 2018-09-07 20:15:01,684 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-220e7893-7c73-43d-user 2018-09-07 20:15:03,039 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj 2018-09-07 20:15:04,158 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-user 2018-09-07 20:15:04,343 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj-role 2018-09-07 20:15:04,433 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj-role to project CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj 2018-09-07 20:15:07,562 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-image 2018-09-07 20:15:07,734 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-image 2018-09-07 20:15:08,342 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-net 2018-09-07 20:15:09,363 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-subnet 2018-09-07 20:15:12,115 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router 2018-09-07 20:15:16,483 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router 2018-09-07 20:15:19,792 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-kp... 2018-09-07 20:15:19,792 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:15:19,936 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-kp 2018-09-07 20:15:19,991 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a.pub 2018-09-07 20:15:19,991 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a 2018-09-07 20:15:20,671 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-sec-grp... 2018-09-07 20:15:20,671 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-sec-grp 2018-09-07 20:15:21,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:21,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:21,457 - neutron_utils - INFO - Retrieving security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:21,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:21,827 - neutron_utils - INFO - Retrieving security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:21,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:22,055 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-sec-grp 2018-09-07 20:15:22,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:22,542 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-sec-grp 2018-09-07 20:15:22,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:23,346 - neutron_utils - INFO - Retrieving security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:23,400 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e484fb1b-a47a-4e8c-8282-9311c6aaf176 2018-09-07 20:15:27,258 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-net 2018-09-07 20:15:28,851 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-inst 2018-09-07 20:15:31,711 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-inst 2018-09-07 20:15:39,339 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:15:41,004 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:15:43,997 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:15:44,819 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:15:45,717 - create_instance - INFO - Deleting Port with ID - 35a7bd03-3b09-4057-863d-83569b225e2a 2018-09-07 20:15:45,717 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628aport-1 2018-09-07 20:15:46,432 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-inst 2018-09-07 20:15:46,848 - create_instance - INFO - Checking deletion status 2018-09-07 20:15:53,400 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-inst 2018-09-07 20:15:53,452 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a.pub] 2018-09-07 20:15:53,452 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a] 2018-09-07 20:15:53,507 - neutron_utils - INFO - Deleting security group rule with ID - aca65f99-bca4-4b07-92b5-a9f1ac786478 2018-09-07 20:15:53,615 - neutron_utils - INFO - Deleting security group rule with ID - 8f836739-35a0-499e-974c-a218c0d4fa99 2018-09-07 20:15:53,743 - neutron_utils - INFO - Deleting security group rule with ID - 79923909-c2d1-42e3-8004-65b3ae2fb506 2018-09-07 20:15:54,014 - neutron_utils - INFO - Deleting security group rule with ID - 1da2d845-2bc6-4b63-b1d5-97686e148cbd 2018-09-07 20:15:54,117 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-sec-grp 2018-09-07 20:15:54,393 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router and subnet CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-subnet 2018-09-07 20:15:54,393 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router 2018-09-07 20:15:55,671 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router 2018-09-07 20:15:55,671 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router 2018-09-07 20:15:56,931 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-subnet 2018-09-07 20:15:56,931 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-subnet 2018-09-07 20:15:59,425 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-net 2018-09-07 20:16:00,543 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-image 2018-09-07 20:16:03,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf164074-c72a-4c03-b160-0585d9c4977d 2018-09-07 20:16:03,372 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:16:03,714 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj 2018-09-07 20:16:03,963 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-proj-role 2018-09-07 20:16:04,167 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-576779ac-87e0-450-user 2018-09-07 20:16:05,655 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj 2018-09-07 20:16:06,817 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-user 2018-09-07 20:16:07,008 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj-role 2018-09-07 20:16:07,101 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj-role to project CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj 2018-09-07 20:16:09,251 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-image 2018-09-07 20:16:09,419 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-image 2018-09-07 20:16:10,048 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-net 2018-09-07 20:16:11,238 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-subnet 2018-09-07 20:16:14,099 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router 2018-09-07 20:16:16,027 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router 2018-09-07 20:16:19,437 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-kp... 2018-09-07 20:16:19,437 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:16:19,487 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-kp 2018-09-07 20:16:19,549 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15.pub 2018-09-07 20:16:19,550 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15 2018-09-07 20:16:20,178 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-sec-grp... 2018-09-07 20:16:20,179 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-sec-grp 2018-09-07 20:16:20,662 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:20,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:21,048 - neutron_utils - INFO - Retrieving security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:21,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:21,425 - neutron_utils - INFO - Retrieving security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:21,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:21,794 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-sec-grp 2018-09-07 20:16:21,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:22,434 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-sec-grp 2018-09-07 20:16:22,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:23,105 - neutron_utils - INFO - Retrieving security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:23,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 623ce128-97c2-45d4-82dc-f57e90ed33ce 2018-09-07 20:16:26,887 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-net 2018-09-07 20:16:28,578 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-inst 2018-09-07 20:16:31,284 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-inst 2018-09-07 20:16:38,865 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:16:40,426 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:16:43,330 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:16:44,629 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-09-07 20:16:45,880 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-07 20:16:48,317 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:16:49,136 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:16:49,636 - create_instance - INFO - Deleting Port with ID - d621b50e-486d-4213-88f2-7c86143f0691 2018-09-07 20:16:49,636 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15port-1 2018-09-07 20:16:50,240 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-inst 2018-09-07 20:16:50,387 - create_instance - INFO - Checking deletion status 2018-09-07 20:16:56,919 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-inst 2018-09-07 20:16:56,966 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15.pub] 2018-09-07 20:16:56,967 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15] 2018-09-07 20:16:57,022 - neutron_utils - INFO - Deleting security group rule with ID - 2d435762-29ee-4939-8e97-75ab5163849b 2018-09-07 20:16:57,279 - neutron_utils - INFO - Deleting security group rule with ID - 69f29f9e-9849-4eec-8dec-a27d07a67423 2018-09-07 20:16:57,526 - neutron_utils - INFO - Deleting security group rule with ID - 521db280-f5a1-45b9-99cd-2832cd83132e 2018-09-07 20:16:57,815 - neutron_utils - INFO - Deleting security group rule with ID - 037d2c06-090d-418b-aa70-66c6db6d95f9 2018-09-07 20:16:58,076 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-sec-grp 2018-09-07 20:16:58,387 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router and subnet CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-subnet 2018-09-07 20:16:58,387 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router 2018-09-07 20:16:59,599 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router 2018-09-07 20:16:59,599 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-router 2018-09-07 20:17:00,758 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-subnet 2018-09-07 20:17:00,758 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-subnet 2018-09-07 20:17:03,200 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-pub-net 2018-09-07 20:17:04,781 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1ce723d1-8dbd-4c0d-ba05-3e3040e51c15-image 2018-09-07 20:17:06,457 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 69e714da-b710-4005-9197-45b4de7a7c49 2018-09-07 20:17:06,632 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:17:06,955 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj 2018-09-07 20:17:07,221 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-proj-role 2018-09-07 20:17:07,430 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-735e0dcf-0cd4-4cc-user 2018-09-07 20:17:08,858 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj 2018-09-07 20:17:09,864 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-user 2018-09-07 20:17:10,068 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj-role 2018-09-07 20:17:10,153 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj-role to project CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj 2018-09-07 20:17:12,628 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-image 2018-09-07 20:17:12,796 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-image 2018-09-07 20:17:13,414 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-net 2018-09-07 20:17:14,399 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-subnet 2018-09-07 20:17:17,136 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router 2018-09-07 20:17:19,003 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router 2018-09-07 20:17:22,541 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-kp... 2018-09-07 20:17:22,541 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:17:22,553 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-kp 2018-09-07 20:17:22,609 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823.pub 2018-09-07 20:17:22,610 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823 2018-09-07 20:17:23,262 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-sec-grp... 2018-09-07 20:17:23,262 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-sec-grp 2018-09-07 20:17:23,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:23,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:24,000 - neutron_utils - INFO - Retrieving security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:24,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:24,380 - neutron_utils - INFO - Retrieving security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:24,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:24,610 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-sec-grp 2018-09-07 20:17:24,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:25,275 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-sec-grp 2018-09-07 20:17:25,564 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:25,781 - neutron_utils - INFO - Retrieving security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:25,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1c86f7c-f581-47aa-a2bc-8ce5b9009723 2018-09-07 20:17:29,257 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-net 2018-09-07 20:17:30,811 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-inst 2018-09-07 20:17:32,973 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-inst 2018-09-07 20:17:40,225 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:17:42,165 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:17:46,057 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:17:47,139 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:17:47,857 - create_instance - INFO - Deleting Port with ID - bf2515e4-f1f0-4483-8aa0-ee0f0d2597ce 2018-09-07 20:17:47,858 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823port-1 2018-09-07 20:17:48,443 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-inst 2018-09-07 20:17:48,621 - create_instance - INFO - Checking deletion status 2018-09-07 20:17:55,136 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-inst 2018-09-07 20:17:55,188 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823.pub] 2018-09-07 20:17:55,188 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823] 2018-09-07 20:17:55,272 - neutron_utils - INFO - Deleting security group rule with ID - 1a245f96-5bc1-4e79-b8cf-cddbc7c80260 2018-09-07 20:17:55,387 - neutron_utils - INFO - Deleting security group rule with ID - 31e57f97-e687-4cca-8bb6-fa8021bc2025 2018-09-07 20:17:55,525 - neutron_utils - INFO - Deleting security group rule with ID - d20114a8-e596-4bb3-bb35-6f261fee165b 2018-09-07 20:17:55,646 - neutron_utils - INFO - Deleting security group rule with ID - f84327b1-0896-4fae-b7b5-94e2efa7d1e0 2018-09-07 20:17:55,913 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-sec-grp 2018-09-07 20:17:56,219 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router and subnet CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-subnet 2018-09-07 20:17:56,219 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router 2018-09-07 20:17:57,622 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router 2018-09-07 20:17:57,622 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-router 2018-09-07 20:17:58,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-subnet 2018-09-07 20:17:58,801 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-subnet 2018-09-07 20:18:01,203 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-pub-net 2018-09-07 20:18:03,019 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-7eb476cf-21ec-4895-8e94-4d99184b4823-image 2018-09-07 20:18:05,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70d48a5c-eb24-4797-9479-fbfb1f0a80f3 2018-09-07 20:18:05,357 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:18:05,683 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj 2018-09-07 20:18:05,970 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-proj-role 2018-09-07 20:18:06,183 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5baa5d6d-8c51-467-user 2018-09-07 20:18:07,607 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj 2018-09-07 20:18:08,727 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-user 2018-09-07 20:18:08,936 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj-role 2018-09-07 20:18:08,955 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj-role to project CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj 2018-09-07 20:18:11,948 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-image 2018-09-07 20:18:11,968 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-image 2018-09-07 20:18:12,606 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-net 2018-09-07 20:18:13,670 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-subnet 2018-09-07 20:18:16,544 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router 2018-09-07 20:18:18,449 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router 2018-09-07 20:18:22,207 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-kp... 2018-09-07 20:18:22,207 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:18:22,229 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-kp 2018-09-07 20:18:22,286 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c.pub 2018-09-07 20:18:22,286 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c 2018-09-07 20:18:22,934 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-sec-grp... 2018-09-07 20:18:22,934 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-sec-grp 2018-09-07 20:18:23,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:23,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:23,707 - neutron_utils - INFO - Retrieving security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:23,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:23,958 - neutron_utils - INFO - Retrieving security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:24,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:24,341 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-sec-grp 2018-09-07 20:18:24,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:25,261 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-sec-grp 2018-09-07 20:18:25,537 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:25,775 - neutron_utils - INFO - Retrieving security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:25,831 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87db623d-efa4-4aa9-ae72-4221dffe6b4e 2018-09-07 20:18:29,242 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-net 2018-09-07 20:18:30,679 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-inst 2018-09-07 20:18:32,963 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-inst 2018-09-07 20:18:40,816 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:18:44,495 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:18:45,560 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:18:46,169 - create_instance - INFO - Deleting Port with ID - 94355337-e993-41fe-bfdd-d10ef702878e 2018-09-07 20:18:46,169 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316cport-1 2018-09-07 20:18:46,803 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-inst 2018-09-07 20:18:46,962 - create_instance - INFO - Checking deletion status 2018-09-07 20:18:50,552 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-inst 2018-09-07 20:18:50,601 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c.pub] 2018-09-07 20:18:50,602 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c] 2018-09-07 20:18:50,658 - neutron_utils - INFO - Deleting security group rule with ID - 9d229b2e-37aa-46ee-8f0f-f8bc339e5dc0 2018-09-07 20:18:50,935 - neutron_utils - INFO - Deleting security group rule with ID - 6c4b2946-a8ac-4b6b-bf9a-287ba73e5349 2018-09-07 20:18:51,221 - neutron_utils - INFO - Deleting security group rule with ID - c1eb09b5-22f1-4bea-8d01-76f68bf38c44 2018-09-07 20:18:51,506 - neutron_utils - INFO - Deleting security group rule with ID - 353878b3-acb2-40ad-9b17-0107bdbb12d2 2018-09-07 20:18:51,624 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-sec-grp 2018-09-07 20:18:51,801 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router and subnet CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-subnet 2018-09-07 20:18:51,801 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router 2018-09-07 20:18:52,922 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router 2018-09-07 20:18:52,922 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-router 2018-09-07 20:18:54,227 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-subnet 2018-09-07 20:18:54,228 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-subnet 2018-09-07 20:18:56,690 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-pub-net 2018-09-07 20:18:58,174 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-62d0f1e6-4b3d-42ff-a8e8-fcdae6b6316c-image 2018-09-07 20:18:59,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 24ec0a8f-6667-40ee-a9ff-a9926d6ab41c 2018-09-07 20:19:00,008 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:19:00,482 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj 2018-09-07 20:19:00,730 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-proj-role 2018-09-07 20:19:00,926 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-eb1e75c3-4ec7-4a2-user 2018-09-07 20:19:02,368 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj 2018-09-07 20:19:03,511 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-user 2018-09-07 20:19:03,708 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj-role 2018-09-07 20:19:03,807 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj-role to project CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj 2018-09-07 20:19:07,186 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-image 2018-09-07 20:19:07,350 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-image 2018-09-07 20:19:07,971 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-net 2018-09-07 20:19:09,112 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-subnet 2018-09-07 20:19:12,223 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router 2018-09-07 20:19:14,246 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router 2018-09-07 20:19:17,760 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-kp... 2018-09-07 20:19:17,760 - OpenStackKeypair - INFO - Creating new keypair 2018-09-07 20:19:17,833 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-kp 2018-09-07 20:19:17,890 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11.pub 2018-09-07 20:19:17,891 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11 2018-09-07 20:19:18,549 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-sec-grp... 2018-09-07 20:19:18,549 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-sec-grp 2018-09-07 20:19:18,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,312 - neutron_utils - INFO - Retrieving security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,543 - neutron_utils - INFO - Retrieving security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:19,774 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-sec-grp 2018-09-07 20:19:20,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:20,560 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-sec-grp 2018-09-07 20:19:20,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:21,066 - neutron_utils - INFO - Retrieving security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:21,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6bbf0858-6a24-4a65-811d-60ceeed42ee3 2018-09-07 20:19:24,967 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-net 2018-09-07 20:19:26,558 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-inst 2018-09-07 20:19:29,383 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-inst 2018-09-07 20:19:36,559 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:19:38,282 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:19:41,195 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:19:47,945 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-inst 2018-09-07 20:19:49,004 - create_instance - INFO - VM is - ACTIVE 2018-09-07 20:19:50,266 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-07 20:19:51,097 - create_instance - INFO - Deleting Port with ID - 033454f3-c531-4b88-ba0a-ef565a8034f2 2018-09-07 20:19:51,097 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11port-1 2018-09-07 20:19:51,551 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-inst 2018-09-07 20:19:51,714 - create_instance - INFO - Checking deletion status 2018-09-07 20:19:58,700 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-inst 2018-09-07 20:19:58,745 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11.pub] 2018-09-07 20:19:58,745 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11] 2018-09-07 20:19:58,788 - neutron_utils - INFO - Deleting security group rule with ID - 0b8159ce-385a-450e-9735-b6f1260ece00 2018-09-07 20:19:58,893 - neutron_utils - INFO - Deleting security group rule with ID - 6db8027a-2493-43c2-afa5-81f9de897a35 2018-09-07 20:19:59,139 - neutron_utils - INFO - Deleting security group rule with ID - b257befd-96da-4ade-8e9f-49f725620293 2018-09-07 20:19:59,421 - neutron_utils - INFO - Deleting security group rule with ID - 806cf811-4f30-4148-801c-c3d9a07a26ec 2018-09-07 20:19:59,680 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-sec-grp 2018-09-07 20:19:59,836 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router and subnet CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-subnet 2018-09-07 20:19:59,836 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router 2018-09-07 20:20:00,974 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router 2018-09-07 20:20:00,974 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-router 2018-09-07 20:20:02,088 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-subnet 2018-09-07 20:20:02,088 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-subnet 2018-09-07 20:20:04,486 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-pub-net 2018-09-07 20:20:05,755 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-44753f7a-19d6-404e-ad37-e2699cc36b11-image 2018-09-07 20:20:07,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c15644cb-1292-4e3e-b14a-ed38ec27d84e 2018-09-07 20:20:07,851 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:20:08,206 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj 2018-09-07 20:20:08,484 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-proj-role 2018-09-07 20:20:08,681 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4c4ed9ce-9a41-48a-user 2018-09-07 20:20:10,133 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj 2018-09-07 20:20:11,205 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-user 2018-09-07 20:20:11,415 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj-role 2018-09-07 20:20:11,507 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj-role to project CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj 2018-09-07 20:20:14,096 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-image 2018-09-07 20:20:14,262 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-image 2018-09-07 20:20:14,895 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-net 2018-09-07 20:20:15,908 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-subnet 2018-09-07 20:20:18,898 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-router 2018-09-07 20:20:21,264 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-subnet 2018-09-07 20:20:21,265 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-subnet 2018-09-07 20:20:23,716 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-net 2018-09-07 20:20:25,008 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-image 2018-09-07 20:20:27,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f403cff-0420-404f-9c3e-99f37ec88dbb 2018-09-07 20:20:27,319 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:20:27,728 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj 2018-09-07 20:20:27,993 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-proj-role 2018-09-07 20:20:28,189 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ba4a4816-b161-4ce-user 2018-09-07 20:20:29,619 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj 2018-09-07 20:20:31,173 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj 2018-09-07 20:20:31,685 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj 2018-09-07 20:20:31,813 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-user 2018-09-07 20:20:32,032 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj-role 2018-09-07 20:20:32,129 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj-role to project CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj 2018-09-07 20:20:34,961 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-image 2018-09-07 20:20:35,118 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-image 2018-09-07 20:20:39,849 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-stack 2018-09-07 20:20:47,486 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-stack failed 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network e537ef2c-765f-4452-9b85-388ace121512. Neutron server returns request_ids: ['req-d8632a96-2246-45a6-acb4-b2c1d1a865fe']] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,487 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:20:47,498 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-stack 2018-09-07 20:21:00,887 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-stack 2018-09-07 20:21:00,942 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-318c8c5b-5a01-4514-a7a6-f8cd550b0b8c-image 2018-09-07 20:21:02,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a0468c9-458b-4f97-a053-20a935e816bd 2018-09-07 20:21:02,972 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:21:03,301 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj 2018-09-07 20:21:03,676 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-proj-role 2018-09-07 20:21:03,883 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-0a493ced-e3b8-4f9-user 2018-09-07 20:21:05,302 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-51c82810-9803-4b7-proj 2018-09-07 20:21:06,852 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-51c82810-9803-4b7-proj 2018-09-07 20:21:07,369 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-51c82810-9803-4b7-proj 2018-09-07 20:21:07,495 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-51c82810-9803-4b7-user 2018-09-07 20:21:07,696 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-51c82810-9803-4b7-proj-role 2018-09-07 20:21:07,780 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-51c82810-9803-4b7-proj-role to project CreateStackFloatingIpTests-51c82810-9803-4b7-proj 2018-09-07 20:21:11,012 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-image 2018-09-07 20:21:11,179 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-image 2018-09-07 20:21:15,752 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-stack 2018-09-07 20:21:23,550 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-stack failed 2018-09-07 20:21:23,550 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,550 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network e537ef2c-765f-4452-9b85-388ace121512. Neutron server returns request_ids: ['req-a181dcee-2417-40b6-8f3c-55437cd8499c']] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,551 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-09-07 20:21:23,552 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-stack 2018-09-07 20:21:36,739 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-stack 2018-09-07 20:21:36,941 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-e1908a3c-e600-4b07-8f2d-cf01c01f38e2-image 2018-09-07 20:21:38,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 858c88f6-8a9e-4888-a48e-14b28db33deb 2018-09-07 20:21:38,614 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:21:38,932 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-51c82810-9803-4b7-proj 2018-09-07 20:21:39,190 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-51c82810-9803-4b7-proj-role 2018-09-07 20:21:39,391 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-51c82810-9803-4b7-user 2018-09-07 20:21:40,822 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj 2018-09-07 20:21:41,954 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-user 2018-09-07 20:21:42,145 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj-role 2018-09-07 20:21:42,168 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj-role to project AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj 2018-09-07 20:21:49,851 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc--image 2018-09-07 20:21:50,018 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc--image 2018-09-07 20:21:50,736 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-net 2018-09-07 20:21:51,853 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-subnet 2018-09-07 20:21:54,645 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-router 2018-09-07 20:21:55,761 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-subnet 2018-09-07 20:21:55,761 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-subnet 2018-09-07 20:21:58,062 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc-pub-net 2018-09-07 20:21:59,767 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b2c43e8f-275a-4a1d-8fbc-4839ae33f2bc--image 2018-09-07 20:22:01,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 516070b2-f1c5-4d89-abe5-85298c521254 2018-09-07 20:22:01,514 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:22:02,002 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj 2018-09-07 20:22:02,257 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-proj-role 2018-09-07 20:22:02,469 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-df99d67f-7b7f-4c9-user 2018-09-07 20:22:03,972 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-4966b743-f7f3-467-proj 2018-09-07 20:22:05,055 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-4966b743-f7f3-467-user 2018-09-07 20:22:05,259 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-4966b743-f7f3-467-proj-role 2018-09-07 20:22:05,345 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-4966b743-f7f3-467-proj-role to project AnsibleProvisioningTests-4966b743-f7f3-467-proj 2018-09-07 20:22:12,844 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939--image 2018-09-07 20:22:13,004 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939--image 2018-09-07 20:22:13,733 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-net 2018-09-07 20:22:14,674 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-subnet 2018-09-07 20:22:17,284 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-router 2018-09-07 20:22:18,336 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-subnet 2018-09-07 20:22:18,337 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-subnet 2018-09-07 20:22:20,843 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939-pub-net 2018-09-07 20:22:22,309 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b9502237-e736-4ebd-be59-2b4789e47939--image 2018-09-07 20:22:24,475 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b27cd7ba-f20f-4f60-93a4-de7598e2a328 2018-09-07 20:22:24,657 - neutron_utils - INFO - Deleting security group with name - default 2018-09-07 20:22:24,999 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-4966b743-f7f3-467-proj 2018-09-07 20:22:25,292 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-4966b743-f7f3-467-proj-role 2018-09-07 20:22:25,529 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-4966b743-f7f3-467-user 2018-09-07 20:22:25,883 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:22:25,883 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 47:28 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-09-07 20:22:26,936 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-09-07 20:22:26,989 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-07 20:22:28,439 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-07 20:22:29,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-07 20:22:32,393 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-07 20:22:31.936 11420 INFO rally.deployment.engine [-] Deployment fac521b3-a2db-4890-88a9-f00a1b115a51 | Starting: Destroy cloud and free allocated resources. 2018-09-07 20:22:32.029 11420 INFO rally.deployment.engine [-] Deployment fac521b3-a2db-4890-88a9-f00a1b115a51 | Completed: Destroy cloud and free allocated resources. 2018-09-07 20:22:32.086 11420 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5) for deployment 'opnfv-rally'. 2018-09-07 20:22:32.117 11420 INFO rally.api [-] Deleting verification (UUID=019ad035-3ddd-4132-899b-2f265b411265). 2018-09-07 20:22:32.168 11420 INFO rally.api [-] Verification has been successfully deleted! 2018-09-07 20:22:32.168 11420 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 20:22:32.182 11420 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-07 20:22:34,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-07 20:22:34.507 11423 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=abcdbcf4-5025-44b9-84de-177a2904a8a3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | abcdbcf4-5025-44b9-84de-177a2904a8a3 | 2018-09-07T20:22:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: abcdbcf4-5025-44b9-84de-177a2904a8a3 ~/.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-07 20:22:38,095 - 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-07 20:22:38,096 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-07 20:22:40,529 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-07 20:22:40.145 11429 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=128a5cdc-c302-415a-bb27-8af3e42e09f5). 2018-09-07 20:22:40.286 11429 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-07 20:22:44,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-07 20:22:42.552 11432 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-07 20:22:42.693 11432 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-07 20:22:43.945 11432 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=55efd733-a8ae-4f01-a667-09c918335641) has been successfully created! Using verifier 'opnfv-tempest' (UUID=55efd733-a8ae-4f01-a667-09c918335641) as the default verifier for the future CLI operations. 2018-09-07 20:22:47,237 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-07 20:22:50,743 - 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_2aab3468-b2e1-4b6d-af91-0341ed41349d. (409) Client Error for url: http://172.30.9.25:9696/v2.0/routers.json No more IP addresses available on network e537ef2c-765f-4452-9b85-388ace121512. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-07 20:22:50,798 - 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-07 20:22:50,805 - 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-07 20:22:50,923 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:22:50,923 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:04 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-09-07 20:22:55,792 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-09-07 20:22:55,793 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:46 | FAIL | | vping_userdata | functest | smoke | 00:29 | PASS | | tempest_smoke_serial | functest | smoke | 13:27 | PASS | | rally_sanity | functest | smoke | 25:23 | PASS | | refstack_defcore | functest | smoke | 08:21 | FAIL | | patrole | functest | smoke | 02:59 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 47:28 | FAIL | | neutron_trunk | functest | smoke | 00:04 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-09-07 20:22:55,803 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-07 20:23:02,925 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 20:23:02,931 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 20:23:02,932 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 20:23:02,933 - 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-07 20:23:02,958 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-09-07 20:23:02,989 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-09-07 20:26:32,304 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-09-07 20:26:32,423 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 20:26:32,424 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:29 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-09-07 20:26:32,453 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-09-07 20:26:34,734 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-09-07 20:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:26:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:26:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:26:36,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:26:36,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:26:36,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:26:36,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:26:36,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:26:36,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:26:36,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:26:36,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:26:36,402 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-09-07 20:26:36,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:26:36,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655b0d03-0698-4d07-8424-c3f2471feaf9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:26:36,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-655b0d03-0698-4d07-8424-c3f2471feaf9 2018-09-07 20:26:36,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:26:36,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["_xZBaQezT4qUUPlI1gCEHw"], "issued_at": "2018-09-07T20:26:36.000000Z"}} 2018-09-07 20:26:36,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b66da7db7823262190fa6ef28d917bb75e07ea4" 2018-09-07 20:26:36,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5a3d5f-31e4-414e-9280-a6c83a216410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:26:36,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fd5a3d5f-31e4-414e-9280-a6c83a216410 2018-09-07 20:26:36,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-07 20:26:36,882 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 07 Sep 2018 20: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://192.30.9.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-07 20:26:36,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b66da7db7823262190fa6ef28d917bb75e07ea4" 2018-09-07 20:26:36,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c24f90-82c1-412e-a47e-e9ad574347d4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.7:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.7:35357/v3/projects/55be0aaeb3e448dbb52dfa577b6f5c49"}, "enabled": true, "id": "55be0aaeb3e448dbb52dfa577b6f5c49", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.7:35357/v3/projects/a3d1e38333674f33ba762d66c366b2a8"}, "enabled": true, "id": "a3d1e38333674f33ba762d66c366b2a8", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-07 20:26:36,959 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/projects used request id req-b3c24f90-82c1-412e-a47e-e9ad574347d4 2018-09-07 20:26:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:26:36,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd1ae1b-9f82-4846-84df-63c38c61362a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:26:36,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5cd1ae1b-9f82-4846-84df-63c38c61362a 2018-09-07 20:26:36,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:26:37,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["9FNdgIDOQxyaowfu9lR3KA"], "issued_at": "2018-09-07T20:26:37.000000Z"}} 2018-09-07 20:26:37,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:37,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-5e4325f4-df52-42a5-b185-0f4c7ed868c5 Date: Fri, 07 Sep 2018 20:26:37 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-07 20:26:37,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 used request id req-5e4325f4-df52-42a5-b185-0f4c7ed868c5 2018-09-07 20:26:37,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:26:37,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f6e94d-a9d0-4be3-bad5-7d51b0c84b1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:26:37,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-26f6e94d-a9d0-4be3-bad5-7d51b0c84b1e 2018-09-07 20:26:37,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:26:38,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["9zSDjm_mQT6nZ5fo1QbomA"], "issued_at": "2018-09-07T20:26:38.000000Z"}} 2018-09-07 20:26:38,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bf16c08b5182b987c4f3a8a2ec5aa805d242a41" 2018-09-07 20:26:38,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-f27dc04c-efc0-4d27-addf-02b66a451af6 x-compute-request-id: req-f27dc04c-efc0-4d27-addf-02b66a451af6 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-07 20:26:38,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-quota-class-sets/default used request id req-f27dc04c-efc0-4d27-addf-02b66a451af6 2018-09-07 20:26:38,465 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-09-07 20:26:38,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-09-07 20:26:38,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-bd418a33-d0f7-4159-ac35-dba22a800e2f Date: Fri, 07 Sep 2018 20:26:38 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-07 20:26:38,716 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 used request id req-bd418a33-d0f7-4159-ac35-dba22a800e2f 2018-09-07 20:26:38,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:26:38,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:26:38,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:26:38,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:26:38,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:26:38,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:26:38,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9161bb-9934-490e-a764-7b28695e00db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:26:38,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bb9161bb-9934-490e-a764-7b28695e00db 2018-09-07 20:26:38,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:26:39,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:26:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["Kq5RE8ymTAeE7IDejSzDAQ"], "issued_at": "2018-09-07T20:26:39.000000Z"}} 2018-09-07 20:26:39,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}608148ee1a1267ebc5a3b36c2bc7ab61d787fbf8" 2018-09-07 20:26:39,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-9f347d2f-c9e2-4d7f-9c33-7e4e3f6af51a x-compute-request-id: req-9f347d2f-c9e2-4d7f-9c33-7e4e3f6af51a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 20:26:39,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail used request id req-9f347d2f-c9e2-4d7f-9c33-7e4e3f6af51a 2018-09-07 20:26:39,294 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-09-07 20:26:39,294 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-09-07 20:26:39,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25: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}4bf16c08b5182b987c4f3a8a2ec5aa805d242a41" -d '{"quota_class_set": {"instances": -1}}' 2018-09-07 20:26:39,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-46e4e2e0-9eb2-4f4d-819c-1e7dc0534b13 x-compute-request-id: req-46e4e2e0-9eb2-4f4d-819c-1e7dc0534b13 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-07 20:26:39,340 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.25:8774/v2.1/os-quota-class-sets/default used request id req-46e4e2e0-9eb2-4f4d-819c-1e7dc0534b13 2018-09-07 20:26:39,340 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-09-07 20:26:39,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:39,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e7b64b69-03d3-47be-9430-3710c81ec3a2 Date: Fri, 07 Sep 2018 20:26:39 GMT RESP BODY: {"floatingips": []} 2018-09-07 20:26:39,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-e7b64b69-03d3-47be-9430-3710c81ec3a2 2018-09-07 20:26:39,882 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-09-07 20:26:39,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:40,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-1db5cadb-c511-4cc5-bc20-830113afb2ae Date: Fri, 07 Sep 2018 20:26:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:15:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.217"}],"id":"1b600263-5220-480c-b229-a25700c3511a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:05:a0:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c5a1bb32-30b7-416c-aeab-da5206ab4d81","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T20:15:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:14:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.220"}],"id":"277371c9-c3ae-47ed-b1e8-a9002d6ab098","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:8a:d4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"70e3bc38-0921-4e67-ba36-f613ef075817","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T20:14:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:41:01Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.209"}],"id":"2e9f0f96-7b94-49bf-9eb8-bd0be68d97dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:18:a4:13","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"abc5883b-adcc-49b1-ab85-d2eba8c00dd9","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:41:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:28:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.202"}],"id":"32382ee4-e55f-46e4-9fa9-994fee32bd94","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:a7:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"58386cc4-588d-41d3-9dba-bf9fc39e41a5","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:28:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:15:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.203"}],"id":"4d338980-a4a5-44da-8e7c-be356341d6fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:4c:1c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7bd6ed69-745a-42e6-824f-27664256b23b","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T20:15:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:20:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.204"}],"id":"6a23034a-c2e5-442e-a281-4f8b007a875b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a0:99:75","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"830080ba-0696-45d7-82da-8cfdfcf1e693","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:20:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:20:05Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.216"}],"id":"781ac78a-0be1-4c28-9c6b-1cf7751c2a98","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:35:b8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4cbd1fba-e663-4ef2-a755-8f0cb1bba44f","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:20:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:20:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.211"}],"id":"92f68e56-940d-40e6-979d-d8dbb0b455fd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:66:66","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b03b140d-6ffb-4074-a5c7-b2fbc598fc37","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T20:20:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:44:47Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.218"}],"id":"93ba75fa-f797-4742-8ee5-62a0debeb5ea","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d1:1b:11","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"de3b938a-7e50-4fc5-955d-86d74e8ba144","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:44:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:44:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.219"}],"id":"a5a01695-ab16-4141-89bb-73865ed0483c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c1:00:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"885d0782-8a57-4b74-8e47-0bf4dccf71ea","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:44:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T18:30:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.205"}],"id":"b348ecfc-51c8-4e90-88fa-db5900eee839","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:33:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fcf3e1cc-0b6c-4256-ad00-de0cffc11bae","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T18:30:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:11:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.208"}],"id":"b888a3b9-e5c8-4887-b4d1-06f58cc49417","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:91:67","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"49024c23-dbba-4b9c-b2d9-131ef42985d4","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:11:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:41:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.212"}],"id":"c14e2f27-db6f-488f-9f37-f3cb799d41c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c0:8b:17","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4be4b59f-a18e-460c-9706-2914d63d2418","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:41:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:08:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.201"}],"id":"c2a5221b-3ffd-4099-a21f-72930c47c64f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:05:8e:fd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3a382e6f-d83e-465c-a591-93c2abbf6ada","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:08:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:44:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.215"}],"id":"c7d7b766-bf70-4e2a-87f5-1b1d33246307","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:2c:f8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7f9f45ce-859a-4349-a064-45672d035da6","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:44:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:11:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.200"}],"id":"d1e7ac1a-ee6b-40f6-9767-ee9a49f33eca","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:ed:4a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0a0df156-b0a7-4a22-bfd8-186951a81c72","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:11:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:09:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.214"}],"id":"d5ec45ad-a187-4e66-bcb2-6d307797ef43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:95:3b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4f9b55ed-ef3d-4f33-bc42-87ec86240086","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:09:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:08:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.210"}],"id":"d5fa0d5b-2c7a-4cda-a0d0-a0056a2405dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:43:b1:17","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"82c4c689-e545-40dd-9c8d-72792c92d938","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:08:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:20:06Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.213"}],"id":"e3498968-155a-468b-a94f-a456078c9e35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e3:74:e3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9c093440-1698-418c-8cc4-db103fc70ff6","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:20:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:41:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.207"}],"id":"f218aafa-4400-4dd0-be06-6dcc870e12e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:4c:f7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7fe72612-2249-4f00-b0c4-6b281e0e2201","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:41:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T19:45:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.206"}],"id":"f928aeb5-260d-4b41-80ef-dc5486e73dc7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:8f:dd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4e61330b-cedf-4f23-8754-00838e147c3d","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T19:45:25Z","binding:vnic_type":"normal"}]} 2018-09-07 20:26:40,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports used request id req-1db5cadb-c511-4cc5-bc20-830113afb2ae 2018-09-07 20:26:40,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:40,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13342 X-Openstack-Request-Id: req-1be3e3df-6d42-40b8-ae36-d637b9ede145 Date: Fri, 07 Sep 2018 20:26:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "created_at": "2018-09-07T19:11:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:50Z", "revision_number": 2, "routes": [], "project_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "id": "0a0df156-b0a7-4a22-bfd8-186951a81c72", "name": "c_rally_14284654_8eqfcXnl"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:38Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "3a382e6f-d83e-465c-a591-93c2abbf6ada", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "created_at": "2018-09-07T19:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:11:08Z", "revision_number": 2, "routes": [], "project_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "id": "49024c23-dbba-4b9c-b2d9-131ef42985d4", "name": "c_rally_5d2fe581_v9YCecfr"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "beadc161acd0492796b23d68e44f48df", "created_at": "2018-09-07T19:41:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:41:43Z", "revision_number": 2, "routes": [], "project_id": "beadc161acd0492796b23d68e44f48df", "id": "4be4b59f-a18e-460c-9706-2914d63d2418", "name": "CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:05Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "4cbd1fba-e663-4ef2-a755-8f0cb1bba44f", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f79fc316dc4948dbbd881a16a360d9f3", "created_at": "2018-09-07T19:45:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:45:25Z", "revision_number": 2, "routes": [], "project_id": "f79fc316dc4948dbbd881a16a360d9f3", "id": "4e61330b-cedf-4f23-8754-00838e147c3d", "name": "CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "606bc4ae978f44d982c687560a86de39", "created_at": "2018-09-07T19:09:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:09:49Z", "revision_number": 2, "routes": [], "project_id": "606bc4ae978f44d982c687560a86de39", "id": "4f9b55ed-ef3d-4f33-bc42-87ec86240086", "name": "c_rally_19d8d397_MOqmkDQ6"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:28:52Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "32e15eee03834a7bae9cd6c2c038071d", "created_at": "2018-09-07T20:14:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:14:09Z", "revision_number": 2, "routes": [], "project_id": "32e15eee03834a7bae9cd6c2c038071d", "id": "70e3bc38-0921-4e67-ba36-f613ef075817", "name": "CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e7c591a4ac2847838b2284a437597536", "created_at": "2018-09-07T20:15:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:15:14Z", "revision_number": 2, "routes": [], "project_id": "e7c591a4ac2847838b2284a437597536", "id": "7bd6ed69-745a-42e6-824f-27664256b23b", "name": "CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "fe3e2acd87f046c2bdac917636a519e7", "created_at": "2018-09-07T19:44:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:44:20Z", "revision_number": 2, "routes": [], "project_id": "fe3e2acd87f046c2bdac917636a519e7", "id": "7f9f45ce-859a-4349-a064-45672d035da6", "name": "CreateRouterSuccessTests-7dd8d897-9283-49db-bb70-7f1d1b56d8fc-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "beadc161acd0492796b23d68e44f48df", "created_at": "2018-09-07T19:41:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:41:44Z", "revision_number": 2, "routes": [], "project_id": "beadc161acd0492796b23d68e44f48df", "id": "7fe72612-2249-4f00-b0c4-6b281e0e2201", "name": "CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:08:39Z", "revision_number": 2, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "82c4c689-e545-40dd-9c8d-72792c92d938", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:07Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "830080ba-0696-45d7-82da-8cfdfcf1e693", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "5c69ea2768d741b29970087e6ef46ffd", "created_at": "2018-09-07T19:44:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:44:49Z", "revision_number": 2, "routes": [], "project_id": "5c69ea2768d741b29970087e6ef46ffd", "id": "885d0782-8a57-4b74-8e47-0bf4dccf71ea", "name": "CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:20:06Z", "revision_number": 2, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "9c093440-1698-418c-8cc4-db103fc70ff6", "name": "c_rally_2a847547_x7H7IgBJ"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "dd75f06d4d6241b6b8d54706a7747054", "created_at": "2018-09-07T19:41:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:41:01Z", "revision_number": 2, "routes": [], "project_id": "dd75f06d4d6241b6b8d54706a7747054", "id": "abc5883b-adcc-49b1-ab85-d2eba8c00dd9", "name": "CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "a78d99c00157496d854b8339f7a06355", "created_at": "2018-09-07T20:20:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:20:20Z", "revision_number": 2, "routes": [], "project_id": "a78d99c00157496d854b8339f7a06355", "id": "b03b140d-6ffb-4074-a5c7-b2fbc598fc37", "name": "CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "e7c591a4ac2847838b2284a437597536", "created_at": "2018-09-07T20:15:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:15:13Z", "revision_number": 2, "routes": [], "project_id": "e7c591a4ac2847838b2284a437597536", "id": "c5a1bb32-30b7-416c-aeab-da5206ab4d81", "name": "CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "5c69ea2768d741b29970087e6ef46ffd", "created_at": "2018-09-07T19:44:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T19:44:47Z", "revision_number": 2, "routes": [], "project_id": "5c69ea2768d741b29970087e6ef46ffd", "id": "de3b938a-7e50-4fc5-955d-86d74e8ba144", "name": "CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T18:30:18Z", "revision_number": 2, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}]} 2018-09-07 20:26:40,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-1be3e3df-6d42-40b8-ae36-d637b9ede145 2018-09-07 20:26:40,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/0a0df156-b0a7-4a22-bfd8-186951a81c72 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:41,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-c3907bd1-8965-4060-866e-e45386c7c5ee Date: Fri, 07 Sep 2018 20:26:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "created_at": "2018-09-07T19:11:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:41Z", "revision_number": 5, "routes": [], "project_id": "a7ec2c6c7ea245b98d6f331bb68f7c77", "id": "0a0df156-b0a7-4a22-bfd8-186951a81c72", "name": "c_rally_14284654_8eqfcXnl"}} 2018-09-07 20:26:41,870 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/0a0df156-b0a7-4a22-bfd8-186951a81c72 used request id req-c3907bd1-8965-4060-866e-e45386c7c5ee 2018-09-07 20:26:41,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/0a0df156-b0a7-4a22-bfd8-186951a81c72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:42,343 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26366807-9aa5-4d7f-a330-c72678e94f43 Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:42,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0a0df156-b0a7-4a22-bfd8-186951a81c72 used request id req-26366807-9aa5-4d7f-a330-c72678e94f43 2018-09-07 20:26:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3a382e6f-d83e-465c-a591-93c2abbf6ada -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:43,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-5101f784-9f98-4d6c-ae25-d24b29fabab7 Date: Fri, 07 Sep 2018 20:26:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:42Z", "revision_number": 5, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "3a382e6f-d83e-465c-a591-93c2abbf6ada", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}} 2018-09-07 20:26:43,228 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3a382e6f-d83e-465c-a591-93c2abbf6ada used request id req-5101f784-9f98-4d6c-ae25-d24b29fabab7 2018-09-07 20:26:43,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/3a382e6f-d83e-465c-a591-93c2abbf6ada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:43,673 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-689d0a2a-91e5-40fa-a5b7-02918ce3939f Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:43,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3a382e6f-d83e-465c-a591-93c2abbf6ada used request id req-689d0a2a-91e5-40fa-a5b7-02918ce3939f 2018-09-07 20:26:43,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/49024c23-dbba-4b9c-b2d9-131ef42985d4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:45,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-90d2a173-eba1-4f48-9e17-9d1b914d8290 Date: Fri, 07 Sep 2018 20:26:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "created_at": "2018-09-07T19:11:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:44Z", "revision_number": 5, "routes": [], "project_id": "f72a58cab00e4cb3b418f9bb08ddc80c", "id": "49024c23-dbba-4b9c-b2d9-131ef42985d4", "name": "c_rally_5d2fe581_v9YCecfr"}} 2018-09-07 20:26:45,060 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/49024c23-dbba-4b9c-b2d9-131ef42985d4 used request id req-90d2a173-eba1-4f48-9e17-9d1b914d8290 2018-09-07 20:26:45,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/49024c23-dbba-4b9c-b2d9-131ef42985d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:45,385 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-730a3bd7-b7dd-460c-84c0-c2f0ffc4b90c Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:45,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/49024c23-dbba-4b9c-b2d9-131ef42985d4 used request id req-730a3bd7-b7dd-460c-84c0-c2f0ffc4b90c 2018-09-07 20:26:45,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4be4b59f-a18e-460c-9706-2914d63d2418 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:46,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-ea6e85ee-94b6-4e40-9725-d04af24a643e Date: Fri, 07 Sep 2018 20:26:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "beadc161acd0492796b23d68e44f48df", "created_at": "2018-09-07T19:41:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:46Z", "revision_number": 5, "routes": [], "project_id": "beadc161acd0492796b23d68e44f48df", "id": "4be4b59f-a18e-460c-9706-2914d63d2418", "name": "CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router"}} 2018-09-07 20:26:46,750 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4be4b59f-a18e-460c-9706-2914d63d2418 used request id req-ea6e85ee-94b6-4e40-9725-d04af24a643e 2018-09-07 20:26:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/4be4b59f-a18e-460c-9706-2914d63d2418 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:47,157 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7cb44e92-1967-46bc-a9f4-d34eea1c10dc Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:47,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4be4b59f-a18e-460c-9706-2914d63d2418 used request id req-7cb44e92-1967-46bc-a9f4-d34eea1c10dc 2018-09-07 20:26:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4cbd1fba-e663-4ef2-a755-8f0cb1bba44f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:48,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-498ff8ab-eab9-4240-8894-c5974e1f7750 Date: Fri, 07 Sep 2018 20:26:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:47Z", "revision_number": 5, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "4cbd1fba-e663-4ef2-a755-8f0cb1bba44f", "name": "c_rally_2a847547_x7H7IgBJ"}} 2018-09-07 20:26:48,026 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4cbd1fba-e663-4ef2-a755-8f0cb1bba44f used request id req-498ff8ab-eab9-4240-8894-c5974e1f7750 2018-09-07 20:26:48,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/4cbd1fba-e663-4ef2-a755-8f0cb1bba44f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:48,343 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f588378a-a0d5-4121-a57b-e0b5c41c13ea Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:48,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4cbd1fba-e663-4ef2-a755-8f0cb1bba44f used request id req-f588378a-a0d5-4121-a57b-e0b5c41c13ea 2018-09-07 20:26:48,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4e61330b-cedf-4f23-8754-00838e147c3d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:49,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-2f61f4f5-4fbf-4698-ac9c-216c81e32749 Date: Fri, 07 Sep 2018 20:26:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f79fc316dc4948dbbd881a16a360d9f3", "created_at": "2018-09-07T19:45:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:48Z", "revision_number": 5, "routes": [], "project_id": "f79fc316dc4948dbbd881a16a360d9f3", "id": "4e61330b-cedf-4f23-8754-00838e147c3d", "name": "CreateRouterNegativeTests-c4a753dc-d118-41c3-9ea8-626964981e4a-pub-router"}} 2018-09-07 20:26:49,204 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4e61330b-cedf-4f23-8754-00838e147c3d used request id req-2f61f4f5-4fbf-4698-ac9c-216c81e32749 2018-09-07 20:26:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/4e61330b-cedf-4f23-8754-00838e147c3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:49,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d113477b-a3fc-4e42-890c-26900e054f12 Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:49,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4e61330b-cedf-4f23-8754-00838e147c3d used request id req-d113477b-a3fc-4e42-890c-26900e054f12 2018-09-07 20:26:49,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/4f9b55ed-ef3d-4f33-bc42-87ec86240086 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:50,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-f96d61a4-2fb6-4bdd-97fc-acfc2c5239d5 Date: Fri, 07 Sep 2018 20:26:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "606bc4ae978f44d982c687560a86de39", "created_at": "2018-09-07T19:09:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:50Z", "revision_number": 5, "routes": [], "project_id": "606bc4ae978f44d982c687560a86de39", "id": "4f9b55ed-ef3d-4f33-bc42-87ec86240086", "name": "c_rally_19d8d397_MOqmkDQ6"}} 2018-09-07 20:26:50,997 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/4f9b55ed-ef3d-4f33-bc42-87ec86240086 used request id req-f96d61a4-2fb6-4bdd-97fc-acfc2c5239d5 2018-09-07 20:26:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/4f9b55ed-ef3d-4f33-bc42-87ec86240086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:51,983 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc540221-e14d-472c-b001-b9f8a6212795 Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:51,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/4f9b55ed-ef3d-4f33-bc42-87ec86240086 used request id req-fc540221-e14d-472c-b001-b9f8a6212795 2018-09-07 20:26:51,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/58386cc4-588d-41d3-9dba-bf9fc39e41a5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:53,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-8f23690d-e313-4017-a99e-e9ca4ed41490 Date: Fri, 07 Sep 2018 20:26:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:28:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:52Z", "revision_number": 5, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "58386cc4-588d-41d3-9dba-bf9fc39e41a5", "name": "NeutronUtilsRouterTests-ceae7f25-b1e9-4659-a48f-61e8f25cedc9-pub-router"}} 2018-09-07 20:26:53,041 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/58386cc4-588d-41d3-9dba-bf9fc39e41a5 used request id req-8f23690d-e313-4017-a99e-e9ca4ed41490 2018-09-07 20:26:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/58386cc4-588d-41d3-9dba-bf9fc39e41a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:53,537 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f499186-5d31-4c96-8e34-ad3da7b29c3e Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:53,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/58386cc4-588d-41d3-9dba-bf9fc39e41a5 used request id req-6f499186-5d31-4c96-8e34-ad3da7b29c3e 2018-09-07 20:26:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/70e3bc38-0921-4e67-ba36-f613ef075817 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:54,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-031863eb-08fa-4156-b6e9-765d27e3cc09 Date: Fri, 07 Sep 2018 20:26:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "32e15eee03834a7bae9cd6c2c038071d", "created_at": "2018-09-07T20:14:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:54Z", "revision_number": 5, "routes": [], "project_id": "32e15eee03834a7bae9cd6c2c038071d", "id": "70e3bc38-0921-4e67-ba36-f613ef075817", "name": "CreateInstanceSingleNetworkTests-31fbf4be-7979-476e-9500-0e1ac0f31bb5-pub-router"}} 2018-09-07 20:26:54,490 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/70e3bc38-0921-4e67-ba36-f613ef075817 used request id req-031863eb-08fa-4156-b6e9-765d27e3cc09 2018-09-07 20:26:54,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/70e3bc38-0921-4e67-ba36-f613ef075817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:54,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2b90153-0d9a-4fa6-a60c-d37c3c5d1c5b Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:54,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/70e3bc38-0921-4e67-ba36-f613ef075817 used request id req-f2b90153-0d9a-4fa6-a60c-d37c3c5d1c5b 2018-09-07 20:26:54,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7bd6ed69-745a-42e6-824f-27664256b23b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:55,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-4412b133-e060-4d44-8ab5-fc2f1ec5d5ef Date: Fri, 07 Sep 2018 20:26:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "e7c591a4ac2847838b2284a437597536", "created_at": "2018-09-07T20:15:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:55Z", "revision_number": 5, "routes": [], "project_id": "e7c591a4ac2847838b2284a437597536", "id": "7bd6ed69-745a-42e6-824f-27664256b23b", "name": "CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router"}} 2018-09-07 20:26:55,792 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7bd6ed69-745a-42e6-824f-27664256b23b used request id req-4412b133-e060-4d44-8ab5-fc2f1ec5d5ef 2018-09-07 20:26:55,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7bd6ed69-745a-42e6-824f-27664256b23b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:56,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-725dc37f-a457-484b-a46b-f71af0853f7d Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:56,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7bd6ed69-745a-42e6-824f-27664256b23b used request id req-725dc37f-a457-484b-a46b-f71af0853f7d 2018-09-07 20:26:56,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7f9f45ce-859a-4349-a064-45672d035da6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:57,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-e37ebc1c-072a-451f-ba13-d0c20db7541d Date: Fri, 07 Sep 2018 20:26:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fe3e2acd87f046c2bdac917636a519e7", "created_at": "2018-09-07T19:44:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:57Z", "revision_number": 5, "routes": [], "project_id": "fe3e2acd87f046c2bdac917636a519e7", "id": "7f9f45ce-859a-4349-a064-45672d035da6", "name": "CreateRouterSuccessTests-7dd8d897-9283-49db-bb70-7f1d1b56d8fc-pub-router"}} 2018-09-07 20:26:57,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7f9f45ce-859a-4349-a064-45672d035da6 used request id req-e37ebc1c-072a-451f-ba13-d0c20db7541d 2018-09-07 20:26:57,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7f9f45ce-859a-4349-a064-45672d035da6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:57,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1979407-3f94-449d-a798-fadeea0af048 Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:57,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7f9f45ce-859a-4349-a064-45672d035da6 used request id req-e1979407-3f94-449d-a798-fadeea0af048 2018-09-07 20:26:57,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7fe72612-2249-4f00-b0c4-6b281e0e2201 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:26:59,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-7d4a2c19-93d7-4fc4-b7b3-3d77f9b8b009 Date: Fri, 07 Sep 2018 20:26:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "beadc161acd0492796b23d68e44f48df", "created_at": "2018-09-07T19:41:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:26:58Z", "revision_number": 5, "routes": [], "project_id": "beadc161acd0492796b23d68e44f48df", "id": "7fe72612-2249-4f00-b0c4-6b281e0e2201", "name": "CreateNetworkSuccessTests-2d69c83f-b0f7-46f6-846f-aeb51ac2380c-pub-router"}} 2018-09-07 20:26:59,275 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7fe72612-2249-4f00-b0c4-6b281e0e2201 used request id req-7d4a2c19-93d7-4fc4-b7b3-3d77f9b8b009 2018-09-07 20:26:59,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7fe72612-2249-4f00-b0c4-6b281e0e2201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:26:59,690 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ad8bd1d-8f37-4562-8eed-b2f9597df60b Content-Length: 0 Date: Fri, 07 Sep 2018 20:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:26:59,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7fe72612-2249-4f00-b0c4-6b281e0e2201 used request id req-0ad8bd1d-8f37-4562-8eed-b2f9597df60b 2018-09-07 20:26:59,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/82c4c689-e545-40dd-9c8d-72792c92d938 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:00,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-929eba43-ec0e-4638-a4eb-b9287f590b42 Date: Fri, 07 Sep 2018 20:27:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1040c4311706448cb3e85176126448a8", "created_at": "2018-09-07T19:08:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:00Z", "revision_number": 5, "routes": [], "project_id": "1040c4311706448cb3e85176126448a8", "id": "82c4c689-e545-40dd-9c8d-72792c92d938", "name": "c_rally_f8aa0f5e_GZ6BL8Ta"}} 2018-09-07 20:27:00,528 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/82c4c689-e545-40dd-9c8d-72792c92d938 used request id req-929eba43-ec0e-4638-a4eb-b9287f590b42 2018-09-07 20:27:00,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/82c4c689-e545-40dd-9c8d-72792c92d938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:00,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72769784-c043-47e4-9aa4-da26b55b2851 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:00,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/82c4c689-e545-40dd-9c8d-72792c92d938 used request id req-72769784-c043-47e4-9aa4-da26b55b2851 2018-09-07 20:27:00,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/830080ba-0696-45d7-82da-8cfdfcf1e693 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:01,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-ddda6227-4766-4eeb-bcec-63eab04e7290 Date: Fri, 07 Sep 2018 20:27:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:01Z", "revision_number": 5, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "830080ba-0696-45d7-82da-8cfdfcf1e693", "name": "c_rally_2a847547_x7H7IgBJ"}} 2018-09-07 20:27:01,949 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/830080ba-0696-45d7-82da-8cfdfcf1e693 used request id req-ddda6227-4766-4eeb-bcec-63eab04e7290 2018-09-07 20:27:01,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/830080ba-0696-45d7-82da-8cfdfcf1e693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:02,248 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0925e9a8-d79a-47d3-9e82-25349abc673d Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:02,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/830080ba-0696-45d7-82da-8cfdfcf1e693 used request id req-0925e9a8-d79a-47d3-9e82-25349abc673d 2018-09-07 20:27:02,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/885d0782-8a57-4b74-8e47-0bf4dccf71ea -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:03,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-5d867b9c-de76-4b87-9f93-dece5b1fd25d Date: Fri, 07 Sep 2018 20:27:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5c69ea2768d741b29970087e6ef46ffd", "created_at": "2018-09-07T19:44:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:02Z", "revision_number": 5, "routes": [], "project_id": "5c69ea2768d741b29970087e6ef46ffd", "id": "885d0782-8a57-4b74-8e47-0bf4dccf71ea", "name": "CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router"}} 2018-09-07 20:27:03,112 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/885d0782-8a57-4b74-8e47-0bf4dccf71ea used request id req-5d867b9c-de76-4b87-9f93-dece5b1fd25d 2018-09-07 20:27:03,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/885d0782-8a57-4b74-8e47-0bf4dccf71ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:03,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4aab9ddc-10ae-4b75-a024-3d7e0a9516a8 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:03,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/885d0782-8a57-4b74-8e47-0bf4dccf71ea used request id req-4aab9ddc-10ae-4b75-a024-3d7e0a9516a8 2018-09-07 20:27:03,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9c093440-1698-418c-8cc4-db103fc70ff6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:04,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-67c8d1d6-b3dd-4541-8059-ff167677c350 Date: Fri, 07 Sep 2018 20:27:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "69b9a14d731147db88a4460b7bd4d3c1", "created_at": "2018-09-07T19:20:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:03Z", "revision_number": 5, "routes": [], "project_id": "69b9a14d731147db88a4460b7bd4d3c1", "id": "9c093440-1698-418c-8cc4-db103fc70ff6", "name": "c_rally_2a847547_x7H7IgBJ"}} 2018-09-07 20:27:04,299 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9c093440-1698-418c-8cc4-db103fc70ff6 used request id req-67c8d1d6-b3dd-4541-8059-ff167677c350 2018-09-07 20:27:04,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/9c093440-1698-418c-8cc4-db103fc70ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:04,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd403daa-5546-424f-b4b9-1a7befffbbe9 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:04,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9c093440-1698-418c-8cc4-db103fc70ff6 used request id req-fd403daa-5546-424f-b4b9-1a7befffbbe9 2018-09-07 20:27:04,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/abc5883b-adcc-49b1-ab85-d2eba8c00dd9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:05,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-889103bb-c1df-42e6-ae89-4b76237c873e Date: Fri, 07 Sep 2018 20:27:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dd75f06d4d6241b6b8d54706a7747054", "created_at": "2018-09-07T19:41:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:05Z", "revision_number": 5, "routes": [], "project_id": "dd75f06d4d6241b6b8d54706a7747054", "id": "abc5883b-adcc-49b1-ab85-d2eba8c00dd9", "name": "CreateNetworkSuccessTests-4b8b18f4-8997-478d-b062-a8ba3bd66295-pub-router"}} 2018-09-07 20:27:05,487 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/abc5883b-adcc-49b1-ab85-d2eba8c00dd9 used request id req-889103bb-c1df-42e6-ae89-4b76237c873e 2018-09-07 20:27:05,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/abc5883b-adcc-49b1-ab85-d2eba8c00dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:05,774 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9123c3c-40f7-4e6d-b131-99f0d95c954c Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:05,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/abc5883b-adcc-49b1-ab85-d2eba8c00dd9 used request id req-c9123c3c-40f7-4e6d-b131-99f0d95c954c 2018-09-07 20:27:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b03b140d-6ffb-4074-a5c7-b2fbc598fc37 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:06,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-e775972d-a390-4e1f-9374-17d5faa95aba Date: Fri, 07 Sep 2018 20:27:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a78d99c00157496d854b8339f7a06355", "created_at": "2018-09-07T20:20:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:06Z", "revision_number": 5, "routes": [], "project_id": "a78d99c00157496d854b8339f7a06355", "id": "b03b140d-6ffb-4074-a5c7-b2fbc598fc37", "name": "CreateInstanceSingleNetworkTests-1046860e-ace0-4c9a-a5ff-ea24e579a3af-pub-router"}} 2018-09-07 20:27:06,494 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b03b140d-6ffb-4074-a5c7-b2fbc598fc37 used request id req-e775972d-a390-4e1f-9374-17d5faa95aba 2018-09-07 20:27:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/b03b140d-6ffb-4074-a5c7-b2fbc598fc37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:06,942 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98c7d083-6bd7-45e1-bf19-565c5c111ea5 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:06,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b03b140d-6ffb-4074-a5c7-b2fbc598fc37 used request id req-98c7d083-6bd7-45e1-bf19-565c5c111ea5 2018-09-07 20:27:06,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c5a1bb32-30b7-416c-aeab-da5206ab4d81 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:08,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-2bbc7216-66ad-4d88-9a33-0388b88c21c6 Date: Fri, 07 Sep 2018 20:27:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "e7c591a4ac2847838b2284a437597536", "created_at": "2018-09-07T20:15:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:08Z", "revision_number": 5, "routes": [], "project_id": "e7c591a4ac2847838b2284a437597536", "id": "c5a1bb32-30b7-416c-aeab-da5206ab4d81", "name": "CreateInstanceSingleNetworkTests-d458771f-fc31-48f7-b11d-3e1ab204628a-pub-router"}} 2018-09-07 20:27:08,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c5a1bb32-30b7-416c-aeab-da5206ab4d81 used request id req-2bbc7216-66ad-4d88-9a33-0388b88c21c6 2018-09-07 20:27:08,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/c5a1bb32-30b7-416c-aeab-da5206ab4d81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:08,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1550333d-cb3b-4b28-abc2-eb1fff6372d8 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:08,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c5a1bb32-30b7-416c-aeab-da5206ab4d81 used request id req-1550333d-cb3b-4b28-abc2-eb1fff6372d8 2018-09-07 20:27:08,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/de3b938a-7e50-4fc5-955d-86d74e8ba144 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-300de9af-dcc4-433a-aaa9-778e1a7741a2 Date: Fri, 07 Sep 2018 20:27:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5c69ea2768d741b29970087e6ef46ffd", "created_at": "2018-09-07T19:44:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:09Z", "revision_number": 5, "routes": [], "project_id": "5c69ea2768d741b29970087e6ef46ffd", "id": "de3b938a-7e50-4fc5-955d-86d74e8ba144", "name": "CreateRouterSuccessTests-c78b31f9-f729-4360-82c7-4e116ce03d82-pub-router"}} 2018-09-07 20:27:09,759 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/de3b938a-7e50-4fc5-955d-86d74e8ba144 used request id req-300de9af-dcc4-433a-aaa9-778e1a7741a2 2018-09-07 20:27:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/de3b938a-7e50-4fc5-955d-86d74e8ba144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:10,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56a82d5e-0d5a-4f9b-b36f-d3a093a62ab9 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:10,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/de3b938a-7e50-4fc5-955d-86d74e8ba144 used request id req-56a82d5e-0d5a-4f9b-b36f-d3a093a62ab9 2018-09-07 20:27:10,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/fcf3e1cc-0b6c-4256-ad00-de0cffc11bae -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:27:11,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-12c2b8a8-6fc3-40d4-8ec2-0fcd3ed3832d Date: Fri, 07 Sep 2018 20:27:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:30:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:10Z", "revision_number": 5, "routes": [], "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fcf3e1cc-0b6c-4256-ad00-de0cffc11bae", "name": "NeutronUtilsRouterTests-207d694f-d989-4711-a3a1-9cec80d06b31-pub-router"}} 2018-09-07 20:27:11,094 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/fcf3e1cc-0b6c-4256-ad00-de0cffc11bae used request id req-12c2b8a8-6fc3-40d4-8ec2-0fcd3ed3832d 2018-09-07 20:27:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/fcf3e1cc-0b6c-4256-ad00-de0cffc11bae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" 2018-09-07 20:27:11,544 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1424cfcc-9c6a-495f-9fe0-e57c9ff6f0e0 Content-Length: 0 Date: Fri, 07 Sep 2018 20:27:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:27:11,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/fcf3e1cc-0b6c-4256-ad00-de0cffc11bae used request id req-1424cfcc-9c6a-495f-9fe0-e57c9ff6f0e0 2018-09-07 20:27:11,615 - 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-07 20:27:11,615 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-09-07 20:27:11,615 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-09-07 20:27:11,709 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-09-07 20:27:11,712 - paramiko.transport - DEBUG - starting thread (client mode): 0xbb425b90L 2018-09-07 20:27:11,712 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:11,741 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:11,741 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:11,745 - 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-07 20:27:11,746 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:11,746 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:11,746 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:11,746 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:11,746 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:11,754 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:11,755 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:11,776 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 20:27:11,777 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:11,795 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:11,828 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:11,841 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:12,101 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:12,101 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:12,141 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:12,141 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:12,152 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:17,179 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:17,181 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:17,183 - paramiko.transport - DEBUG - starting thread (client mode): 0xb818af90L 2018-09-07 20:27:17,183 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:17,190 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:17,190 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:17,193 - 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-07 20:27:17,194 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:17,194 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:17,194 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:17,194 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:17,195 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:17,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:17,200 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:17,215 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:27:17,216 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:17,239 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:17,252 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:17,280 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:17,350 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:17,350 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:17,389 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:17,390 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:17,400 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:17,437 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:17,438 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:17,439 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:17,440 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:17,440 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:17,481 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:17,542 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:17,544 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:17,544 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:17,545 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:17,545 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:17,587 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:17,620 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:17,621 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:17,623 - paramiko.transport - DEBUG - starting thread (client mode): 0xb810ed90L 2018-09-07 20:27:17,624 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:17,630 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:17,630 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:17,634 - 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-07 20:27:17,634 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:17,634 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:17,634 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:17,635 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:17,635 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:17,639 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:17,640 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:17,655 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:27:17,656 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:17,680 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:17,693 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:17,720 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:17,793 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:17,794 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:17,833 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:17,834 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:17,840 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:17,878 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:17,879 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:17,880 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:17,880 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:17,881 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:17,921 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:17,970 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:17,971 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:17,972 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:17,973 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:17,973 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:18,014 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:18,047 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:18,048 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:18,050 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8114750L 2018-09-07 20:27:18,051 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:18,057 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:18,057 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:18,060 - 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-07 20:27:18,060 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:18,061 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:18,061 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:18,061 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:18,061 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:18,066 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:18,067 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:18,082 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:27:18,083 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:18,106 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:18,118 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:18,147 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:18,215 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:18,215 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:18,254 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:18,255 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:18,258 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:18,294 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:18,295 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:18,296 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:18,297 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:18,297 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:18,338 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:18,394 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:18,396 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:18,396 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:18,397 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:18,397 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:18,438 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:18,470 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:18,472 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:18,473 - paramiko.transport - DEBUG - starting thread (client mode): 0xb81067d0L 2018-09-07 20:27:18,474 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:18,479 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:18,479 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:18,482 - 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-07 20:27:18,482 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:18,482 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:18,482 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:18,483 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:18,483 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:18,487 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:18,488 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:18,489 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:27:18,490 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:18,528 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:18,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:18,554 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:18,652 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:18,652 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:18,691 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:18,691 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:18,721 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:18,761 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:18,762 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:18,762 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:18,763 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:18,763 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:18,804 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:18,862 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:18,864 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:18,864 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:18,865 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:18,865 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:18,905 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:18,931 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:18,933 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:18,935 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8116a50L 2018-09-07 20:27:18,935 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:18,940 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:18,940 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:18,942 - 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-07 20:27:18,942 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:18,942 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:18,943 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:18,943 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:18,943 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:18,947 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:18,948 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:18,950 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:27:18,951 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:18,987 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:18,998 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:19,016 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:19,082 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:19,082 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:19,121 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:19,122 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:19,126 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:19,158 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:19,159 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:19,159 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:19,160 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:19,160 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:19,200 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:19,264 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:19,266 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:19,267 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:19,267 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:19,267 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:19,308 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:19,336 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:19,337 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:19,338 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:19,339 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:19,339 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:19,347 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:23,844 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:23,846 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:23,848 - paramiko.transport - DEBUG - starting thread (client mode): 0xb818a990L 2018-09-07 20:27:23,848 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:23,854 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:23,854 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:23,856 - 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-07 20:27:23,856 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:23,857 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:23,857 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:23,857 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:23,857 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:23,861 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:23,862 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:23,864 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:27:23,864 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:23,901 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:23,914 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:23,929 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:23,995 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:23,995 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:24,034 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:24,034 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:24,040 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:24,077 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:24,078 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:24,079 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:24,079 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:24,080 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:24,121 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:24,158 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:24,159 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:24,161 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:24,200 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:24,200 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:24,226 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:24,258 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:24,260 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:24,262 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8141490L 2018-09-07 20:27:24,262 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:24,268 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:24,269 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:24,271 - 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-07 20:27:24,271 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:24,271 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:24,271 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:24,271 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:24,271 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:24,276 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:24,278 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:24,294 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:27:24,295 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:24,317 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:24,327 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:24,359 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:24,402 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:24,402 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:24,441 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:24,442 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:24,465 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:24,497 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:24,498 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:24,499 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:24,500 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:24,500 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:24,541 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:24,576 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:24,577 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:24,577 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:24,578 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:24,579 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:24,619 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:24,648 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:24,649 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:24,652 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8116690L 2018-09-07 20:27:24,652 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:24,657 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:24,657 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:24,659 - 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-07 20:27:24,660 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:24,660 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:24,660 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:24,660 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:24,660 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:24,665 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:24,666 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:24,667 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:27:24,668 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:24,705 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:24,716 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:24,732 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:24,804 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:24,804 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:24,843 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:24,844 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:24,851 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:24,888 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:24,889 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:24,890 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:24,891 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:24,891 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:24,932 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:24,970 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:24,972 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:24,973 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:24,973 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:24,974 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:25,014 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:25,045 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:25,047 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:25,049 - paramiko.transport - DEBUG - starting thread (client mode): 0xb812bed0L 2018-09-07 20:27:25,049 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:25,053 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:25,053 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:25,055 - 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-07 20:27:25,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:25,056 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:25,056 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:25,056 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:25,056 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:25,061 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:25,061 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:25,065 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:27:25,065 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:25,100 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:25,111 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:25,130 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:25,188 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:25,188 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:25,227 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:25,227 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:25,233 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:25,261 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:25,262 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:25,263 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:25,264 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:25,264 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:25,304 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:25,334 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:25,335 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:25,336 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:25,337 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:25,337 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:25,378 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:25,405 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:25,406 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:25,408 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8132e10L 2018-09-07 20:27:25,408 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:25,413 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:25,413 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:25,415 - 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-07 20:27:25,415 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:25,415 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:25,415 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:25,415 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:25,416 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:25,420 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:25,420 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:25,424 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:27:25,424 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:25,460 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:25,471 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:25,489 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:25,551 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:25,551 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:25,591 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:25,592 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:25,596 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:25,627 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:25,628 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:25,628 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:25,629 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:25,630 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:25,670 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:25,703 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:25,704 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:25,705 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:25,706 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:25,706 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:25,746 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:25,776 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:25,777 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:25,778 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:25,778 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:25,778 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:25,783 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:25,836 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:25,837 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:25,838 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:25,838 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:25,839 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:25,844 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:25,893 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:25,894 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:25,894 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:25,895 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:25,896 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:25,900 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:25,956 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:25,957 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:25,958 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:25,958 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:25,959 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:25,962 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:26,048 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:26,049 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:26,049 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:26,050 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:26,051 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:26,053 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:26,158 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:26,158 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-09-07 20:27:26,159 - __name__ - INFO - Controller (ODL) list is ready 2018-09-07 20:27:26,159 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:26,161 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8116a90L 2018-09-07 20:27:26,161 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:26,188 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:26,188 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:26,193 - 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-07 20:27:26,193 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:26,194 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:26,194 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:26,194 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:26,194 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:26,202 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:26,203 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:26,225 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 20:27:26,226 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:26,243 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:26,277 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:26,290 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:26,488 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:26,488 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:26,528 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:26,528 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:26,564 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:31,172 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:31,173 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:31,175 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8131e90L 2018-09-07 20:27:31,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:31,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:31,181 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:31,184 - 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-07 20:27:31,185 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:31,185 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:31,185 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:31,185 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:31,185 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:31,190 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:31,190 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:31,207 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:27:31,208 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:31,230 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:31,242 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:31,272 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:31,327 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:31,327 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:31,367 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:31,368 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:31,376 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:31,411 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:31,412 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:31,413 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:31,414 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:31,414 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:31,455 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:31,491 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:31,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:31,493 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:31,495 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:31,495 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:31,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:31,565 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:31,567 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:31,569 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8148cd0L 2018-09-07 20:27:31,570 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:31,575 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:31,575 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:31,578 - 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-07 20:27:31,578 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:31,578 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:31,578 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:31,578 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:31,578 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:31,583 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:31,584 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:31,585 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:27:31,586 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:31,623 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:31,635 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:31,650 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:31,715 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:31,715 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:31,754 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:31,754 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:31,763 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:31,796 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:31,797 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:31,798 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:31,799 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:31,799 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:31,840 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:31,877 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:31,879 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:31,879 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:31,880 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:31,881 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:31,921 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:31,952 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:31,954 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:31,956 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7379b50L 2018-09-07 20:27:31,956 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:31,962 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:31,962 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:31,964 - 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-07 20:27:31,965 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:31,965 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:31,965 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:31,965 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:31,965 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:31,970 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:31,971 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:31,972 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:27:31,972 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:32,010 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:32,021 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:32,037 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:32,099 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:32,099 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:32,139 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:32,139 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:32,144 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:32,177 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:32,177 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:32,178 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:32,179 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:32,179 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:32,220 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:32,254 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:32,255 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:32,255 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:32,256 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:32,257 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:32,298 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:32,326 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:32,327 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:32,329 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7377990L 2018-09-07 20:27:32,329 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:32,334 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:32,334 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:32,336 - 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-07 20:27:32,336 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:32,336 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:32,336 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:32,337 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:32,337 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:32,341 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:32,341 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:32,345 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:27:32,345 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:32,380 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:32,391 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:32,410 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:32,469 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:32,469 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:32,508 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:32,508 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:32,513 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:32,544 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:32,545 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:32,546 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:32,547 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:32,547 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:32,587 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:32,619 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:32,620 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:32,621 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:32,622 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:32,622 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:32,662 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:32,688 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:32,690 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:32,692 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7389610L 2018-09-07 20:27:32,692 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:32,699 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:32,699 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:32,701 - 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-07 20:27:32,701 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:32,701 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:32,701 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:32,701 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:32,702 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:32,706 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:32,706 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:32,708 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:27:32,708 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:32,745 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:32,755 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:32,773 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:32,847 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:32,847 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:32,886 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:32,886 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:32,891 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:32,920 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:32,921 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:32,922 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:32,922 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:32,923 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:32,963 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:32,994 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:32,996 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:32,997 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:32,997 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:32,997 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:33,038 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:33,066 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:33,067 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:33,068 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:33,069 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:33,069 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:33,076 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:38,018 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:38,019 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:38,022 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8131ad0L 2018-09-07 20:27:38,023 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:38,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:38,029 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:38,032 - 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-07 20:27:38,032 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:38,032 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:38,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:38,033 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:38,033 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:38,038 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:38,039 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:38,054 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:27:38,055 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:38,078 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:38,090 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:38,119 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:38,178 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:38,178 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:38,217 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:38,217 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:38,223 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:38,260 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:38,261 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:38,262 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:38,262 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:38,263 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:38,304 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:38,342 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:38,343 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:38,344 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:38,345 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:38,345 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:38,386 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:38,417 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:38,418 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:38,420 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7392f10L 2018-09-07 20:27:38,421 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:38,426 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:38,426 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:38,428 - 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-07 20:27:38,429 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:38,429 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:38,429 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:38,429 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:38,429 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:38,434 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:38,435 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:38,436 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:27:38,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:38,474 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:38,485 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:38,501 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:38,566 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:38,566 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:38,605 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:38,606 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:38,613 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:38,650 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:38,651 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:38,651 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:38,652 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:38,652 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:38,693 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:38,731 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:38,733 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:38,733 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:38,734 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:38,734 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:38,775 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:38,805 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:38,807 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:38,809 - paramiko.transport - DEBUG - starting thread (client mode): 0xb739c050L 2018-09-07 20:27:38,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:38,815 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:38,815 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:38,818 - 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-07 20:27:38,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:38,818 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:38,818 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:38,818 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:38,819 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:38,823 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:38,824 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:38,825 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:27:38,825 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:38,862 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:38,874 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:38,890 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:38,966 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:38,966 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:39,005 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:39,006 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:39,009 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:39,046 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:39,047 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:39,048 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:39,048 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:39,048 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:39,089 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:39,128 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:39,129 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:39,130 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:39,131 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:39,131 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:39,172 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:39,206 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:39,207 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:39,209 - paramiko.transport - DEBUG - starting thread (client mode): 0xb739cf50L 2018-09-07 20:27:39,210 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:39,214 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:39,215 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:39,216 - 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-07 20:27:39,216 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:39,217 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:39,217 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:39,217 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:39,217 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:39,221 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:39,221 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:39,226 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:27:39,226 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:39,260 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:39,270 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:39,291 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:39,348 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:39,349 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:39,388 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:39,388 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:39,393 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:39,421 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:39,422 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:39,423 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:39,424 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:39,424 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:39,465 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:39,496 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:39,497 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:39,498 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:39,499 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:39,499 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:39,540 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:39,567 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:39,569 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:39,570 - paramiko.transport - DEBUG - starting thread (client mode): 0xb73aeb90L 2018-09-07 20:27:39,570 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:27:39,575 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:27:39,575 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:27:39,577 - 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-07 20:27:39,577 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:27:39,577 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:27:39,577 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:27:39,577 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:27:39,577 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:27:39,582 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:27:39,582 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:27:39,586 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:27:39,586 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:27:39,621 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:27:39,632 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:27:39,651 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:27:39,712 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:27:39,712 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:27:39,751 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:27:39,752 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:27:39,755 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:27:39,784 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:27:39,785 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:27:39,786 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:27:39,786 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:27:39,787 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:27:39,827 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:27:39,859 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:27:39,860 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:27:39,861 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:27:39,862 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:27:39,862 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:27:39,903 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:27:39,930 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:27:39,931 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:39,932 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:39,932 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:39,932 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:27:39,937 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:39,989 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:39,990 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:27:39,991 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:39,992 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:27:39,992 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:27:40,032 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:27:40,074 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:27:40,075 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:40,076 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:27:40,077 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:40,077 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:40,083 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:40,138 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:40,138 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:27:40,139 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:40,140 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:27:40,140 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:27:40,181 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:27:40,225 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:27:40,226 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:40,227 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:27:40,228 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:40,228 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:40,233 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:40,287 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:40,288 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:40,289 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:27:40,330 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:27:40,330 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:27:40,355 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:27:40,398 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:27:40,399 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:40,401 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:40,401 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:27:40,401 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:40,405 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:40,443 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:40,444 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:27:40,444 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:40,445 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:27:40,445 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:27:40,486 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:27:40,520 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:27:40,521 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:27:40,522 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:27:40,522 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:27:40,523 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:27:40,525 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:27:40,564 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:27:40,565 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:27:40,566 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:27:40,567 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:27:40,567 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:27:40,608 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:27:40,643 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:27:40,643 - 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-07 20:27:40,644 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:27:40,644 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:27:40,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-09-07 20:27:40,645 - 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-07 20:27:40,645 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-09-07 20:27:40,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-09-07 20:27:40,646 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-09-07 20:27:40,797 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-09-07 20:27:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:27:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:27:40,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:27:40,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:27:40,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:27:40,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:27:40,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:27:40,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:27:40,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:27:40,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:27:40,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:27:40,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:27:40,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:27:40,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:27:40,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:27:40,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:27:40,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:27:40,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:27:40,807 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:27:40,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:27:40,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af26063a-1a46-4b78-8df3-c10c3a01a16a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:27:40,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-af26063a-1a46-4b78-8df3-c10c3a01a16a 2018-09-07 20:27:40,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:27:41,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["HRQK86GaR-2o3CXjf2g6qA"], "issued_at": "2018-09-07T20:27:41.000000Z"}} 2018-09-07 20:27:41,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55d76843817040d572f8133fe281c11089fd55e2" 2018-09-07 20:27:41,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-220b8e0a-0624-401a-b46d-85a024aa373b Date: Fri, 07 Sep 2018 20:27:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:27:41,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-220b8e0a-0624-401a-b46d-85a024aa373b 2018-09-07 20:27:41,830 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:27:41,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55d76843817040d572f8133fe281c11089fd55e2" 2018-09-07 20:27:42,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-844de50b-ac59-4c98-b9e1-4a9fb2e0fe1a Date: Fri, 07 Sep 2018 20:27: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-07 20:27:42,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-844de50b-ac59-4c98-b9e1-4a9fb2e0fe1a 2018-09-07 20:27:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55d76843817040d572f8133fe281c11089fd55e2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:27:42,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/1137ac27-6a14-414c-98ea-190243d12a12 X-Openstack-Request-Id: req-d9f2d986-4198-4f11-956a-436a34c3217c Date: Fri, 07 Sep 2018 20:27:42 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:27:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:27:42Z", "visibility": "public", "locations": [], "self": "/v2/images/1137ac27-6a14-414c-98ea-190243d12a12", "min_disk": 0, "protected": false, "id": "1137ac27-6a14-414c-98ea-190243d12a12", "file": "/v2/images/1137ac27-6a14-414c-98ea-190243d12a12/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:27:42,341 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-d9f2d986-4198-4f11-956a-436a34c3217c 2018-09-07 20:27:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/1137ac27-6a14-414c-98ea-190243d12a12/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55d76843817040d572f8133fe281c11089fd55e2" -d '' 2018-09-07 20:27:43,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-121b1122-e0a2-4757-998c-25103b14364a Date: Fri, 07 Sep 2018 20:27:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:27:43,157 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1137ac27-6a14-414c-98ea-190243d12a12/file used request id req-121b1122-e0a2-4757-998c-25103b14364a 2018-09-07 20:27:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:27:43,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbbd8ce-b50d-484d-b5c7-3d3d1a32b709 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:27:43,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7fbbd8ce-b50d-484d-b5c7-3d3d1a32b709 2018-09-07 20:27:43,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:27:43,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["85so-ik4Tvy0f25Tb1fZpg"], "issued_at": "2018-09-07T20:27:43.000000Z"}} 2018-09-07 20:27:43,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:43,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7eb2fb13-e7dc-4ca9-8dac-4c30a36a68db Date: Fri, 07 Sep 2018 20:27:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 20:27:43,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-7eb2fb13-e7dc-4ca9-8dac-4c30a36a68db 2018-09-07 20:27:43,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:43,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-064b906e-26ef-4abf-96cd-f3aa3617fcaa Date: Fri, 07 Sep 2018 20:27:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 20:27:43,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-064b906e-26ef-4abf-96cd-f3aa3617fcaa 2018-09-07 20:27:43,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:44,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f3d22477-1514-422d-8e2f-43ba6a998db8 Date: Fri, 07 Sep 2018 20:27:44 GMT RESP BODY: {"routers": []} 2018-09-07 20:27:44,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-f3d22477-1514-422d-8e2f-43ba6a998db8 2018-09-07 20:27:44,165 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-09-07 20:27:44,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-09-07 20:27:44,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f5208f2b-1fd1-4a89-bc3d-e6650bbef410 Date: Fri, 07 Sep 2018 20:27: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":"f4112478-4a2e-4e6f-8a48-c572c79a223b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:27:44Z","is_default":false,"provider:segmentation_id":16,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","mtu":1450}} 2018-09-07 20:27:44,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-f5208f2b-1fd1-4a89-bc3d-e6650bbef410 2018-09-07 20:27:44,413 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f4112478-4a2e-4e6f-8a48-c572c79a223b' created successfully 2018-09-07 20:27:44,414 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:27:44,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnets": [{"ip_version": 4, "network_id": "f4112478-4a2e-4e6f-8a48-c572c79a223b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-09-07 20:27:44,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e68e542a-eef7-4771-90ba-e4b27b26a613 Date: Fri, 07 Sep 2018 20:27:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:27:44Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-09-07 20:27:44,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-e68e542a-eef7-4771-90ba-e4b27b26a613 2018-09-07 20:27:44,959 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e' created successfully 2018-09-07 20:27:44,959 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:27:44,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-09-07 20:27:45,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-4da08d87-693c-453b-a4e0-2965e8a284bd Date: Fri, 07 Sep 2018 20:27:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:45Z", "revision_number": 0, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf", "name": "sdnvpn-8-1-router"}} 2018-09-07 20:27:45,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-4da08d87-693c-453b-a4e0-2965e8a284bd 2018-09-07 20:27:45,062 - sdnvpn.lib.openstack_utils - DEBUG - Router '7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf' created successfully 2018-09-07 20:27:45,063 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:27:45,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnet_id": "3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"}' 2018-09-07 20:27:46,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dc8293c9-74f6-4475-832e-337f50b31e8c Date: Fri, 07 Sep 2018 20:27:46 GMT RESP BODY: {"network_id": "f4112478-4a2e-4e6f-8a48-c572c79a223b", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e", "subnet_ids": ["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"], "port_id": "f1716210-5c7a-41ca-a1ec-91500b91a196", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf"} 2018-09-07 20:27:46,880 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/add_router_interface used request id req-dc8293c9-74f6-4475-832e-337f50b31e8c 2018-09-07 20:27:46,880 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:27:46,880 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:27:46,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:47,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-5dd28bd9-1df1-4175-a938-fb96be03fc6a Date: Fri, 07 Sep 2018 20:27:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:44Z","provider:segmentation_id":16,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","provider:network_type":"vxlan"}]} 2018-09-07 20:27:47,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-5dd28bd9-1df1-4175-a938-fb96be03fc6a 2018-09-07 20:27:47,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 20:27:48,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-f3d504f9-9123-4967-a613-99c8f8f6d4f7 Date: Fri, 07 Sep 2018 20:27:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:48Z", "revision_number": 3, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf", "name": "sdnvpn-8-1-router"}} 2018-09-07 20:27:48,365 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf used request id req-f3d504f9-9123-4967-a613-99c8f8f6d4f7 2018-09-07 20:27:48,366 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:27:48,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:48,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-4f63bc75-3c98-4c84-8069-3ace9a4fcf3b Date: Fri, 07 Sep 2018 20:27:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:44Z","provider:segmentation_id":16,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","provider:network_type":"vxlan"}]} 2018-09-07 20:27:48,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-4f63bc75-3c98-4c84-8069-3ace9a4fcf3b 2018-09-07 20:27:48,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:48,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-ee0691b7-f739-4a2d-8fc4-2a8423388d36 Date: Fri, 07 Sep 2018 20:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:27:44Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-09-07 20:27:48,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-ee0691b7-f739-4a2d-8fc4-2a8423388d36 2018-09-07 20:27:48,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:48,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-01bc9ff2-e11c-4f48-b36d-14376a4efcd7 Date: Fri, 07 Sep 2018 20:27:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:48Z", "revision_number": 3, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf", "name": "sdnvpn-8-1-router"}]} 2018-09-07 20:27:48,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-01bc9ff2-e11c-4f48-b36d-14376a4efcd7 2018-09-07 20:27:48,856 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-09-07 20:27:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-09-07 20:27:49,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-49c151d5-d021-4679-85f7-5cc9dfde623a Date: Fri, 07 Sep 2018 20:27: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":"4917532a-c23e-4c79-aa84-7918a0a7be01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:27:49Z","is_default":false,"provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:49Z","mtu":1450}} 2018-09-07 20:27:49,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-49c151d5-d021-4679-85f7-5cc9dfde623a 2018-09-07 20:27:49,252 - sdnvpn.lib.openstack_utils - DEBUG - Network '4917532a-c23e-4c79-aa84-7918a0a7be01' created successfully 2018-09-07 20:27:49,252 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:27:49,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnets": [{"ip_version": 4, "network_id": "4917532a-c23e-4c79-aa84-7918a0a7be01", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-09-07 20:27:49,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-0f6fc142-991c-4574-adf3-27bb5fe461e2 Date: Fri, 07 Sep 2018 20:27:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4917532a-c23e-4c79-aa84-7918a0a7be01","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:27:49Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"9566bfdc-0a48-4671-a829-aea453788143","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-09-07 20:27:49,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-0f6fc142-991c-4574-adf3-27bb5fe461e2 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9566bfdc-0a48-4671-a829-aea453788143' created successfully 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Router '7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf' created successfully 2018-09-07 20:27:49,689 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:27:49,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnet_id": "9566bfdc-0a48-4671-a829-aea453788143"}' 2018-09-07 20:27:51,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30f2b928-7f29-43c8-9367-4f1fff01e401 Date: Fri, 07 Sep 2018 20:27:51 GMT RESP BODY: {"network_id": "4917532a-c23e-4c79-aa84-7918a0a7be01", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "9566bfdc-0a48-4671-a829-aea453788143", "subnet_ids": ["9566bfdc-0a48-4671-a829-aea453788143"], "port_id": "45b3c33f-a010-4f4e-af0b-ef68cde4611f", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf"} 2018-09-07 20:27:51,241 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/add_router_interface used request id req-30f2b928-7f29-43c8-9367-4f1fff01e401 2018-09-07 20:27:51,241 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:27:51,241 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:27:51,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:51,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-1696cae4-396e-45b1-aa76-82ba323ca24c Date: Fri, 07 Sep 2018 20:27:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4917532a-c23e-4c79-aa84-7918a0a7be01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["9566bfdc-0a48-4671-a829-aea453788143"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:49Z","provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:44Z","provider:segmentation_id":16,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","provider:network_type":"vxlan"}]} 2018-09-07 20:27:51,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-1696cae4-396e-45b1-aa76-82ba323ca24c 2018-09-07 20:27:51,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 20:27:52,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-2a092057-9a7e-49bc-92db-658dcf3c0534 Date: Fri, 07 Sep 2018 20:27:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:27:51Z", "revision_number": 5, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf", "name": "sdnvpn-8-1-router"}} 2018-09-07 20:27:52,151 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf used request id req-2a092057-9a7e-49bc-92db-658dcf3c0534 2018-09-07 20:27:52,151 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:27:52,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:52,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 33483 X-Openstack-Request-Id: req-edffd218-b24f-4056-8038-f058cb3bb30a Date: Fri, 07 Sep 2018 20:27:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:27:52,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-edffd218-b24f-4056-8038-f058cb3bb30a 2018-09-07 20:27:52,419 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-09-07 20:27:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-09-07 20:27:52,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-6212456c-43b5-4378-aa28-2b02f23cad90 Date: Fri, 07 Sep 2018 20:27:52 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:27:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 2, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}} 2018-09-07 20:27:52,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-6212456c-43b5-4378-aa28-2b02f23cad90 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=6f829573-2f15-46c3-8957-08c4eb5eb777 created successfully. 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-09-07 20:27:52,776 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-09-07 20:27:52,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:27:52,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7d8e981b-e420-46fa-8e65-816eb67b3288 Date: Fri, 07 Sep 2018 20:27:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}} 2018-09-07 20:27:52,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-7d8e981b-e420-46fa-8e65-816eb67b3288 2018-09-07 20:27:52,955 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-09-07 20:27:52,955 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:27:52,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:27:53,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-da1256aa-561a-4c31-b74d-d73726b582ef Date: Fri, 07 Sep 2018 20:27:53 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-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}} 2018-09-07 20:27:53,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-da1256aa-561a-4c31-b74d-d73726b582ef 2018-09-07 20:27:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:27:53,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:27:53,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-ab22a76d-a9a3-4ff5-a091-63a980db2838 Date: Fri, 07 Sep 2018 20:27:53 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-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}} 2018-09-07 20:27:53,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-ab22a76d-a9a3-4ff5-a091-63a980db2838 2018-09-07 20:27:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:53,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30510 X-Openstack-Request-Id: req-0209cff6-c162-4893-8088-0ade1b3fd3a8 Date: Fri, 07 Sep 2018 20:27:53 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-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "041441d2-0fb7-4e30-8163-a33206f777b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "144f2434-c579-4cf5-8b75-8223960d1519"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "181da2ca-8942-47ce-ac17-6751a0222f5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "319962db-c090-44d8-8e45-d09304db4e7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "35940833-1ddc-4102-b26d-8e79203c100e"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "38f7270e-7225-4476-b833-36f56c835455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "43344869-35ff-4903-96ba-95f18b7bd5f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "4781b16a-23df-4c3b-841f-f1f54b509379"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "4794a237-75aa-41b1-923a-bdd68525f117"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6454b76e-ad31-498a-b548-5381abac706e"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "75d3d9f6-229f-4501-97d2-97e32a233c82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "804e679d-993a-4c09-94dc-22902cf0fc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "9aa268e8-9862-4fab-add9-4842880a4258"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "aa64b341-fdd4-42db-834f-1de78826f79f"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "b7889c87-bd64-4b3b-867a-d671113d2d81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "b7eb7098-8704-420c-9ea3-f9329059cb66"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "bcc8d533-f627-4525-a102-03cd25f8da25"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "dc55abfd-f317-4045-8012-99ca00bfc087"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "de992896-bc7c-4682-bd1b-b50f91e38444"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "e43cb875-eba3-4998-9692-abb82140bb9d"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "e518baac-fd5f-4937-9e85-09e21b532c6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fef89a88-b5f0-4b48-a431-8394320aedfd"}]} 2018-09-07 20:27:53,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-0209cff6-c162-4893-8088-0ade1b3fd3a8 2018-09-07 20:27:53,657 - sdnvpn_test_utils - INFO - This rule exists for security group: 6f829573-2f15-46c3-8957-08c4eb5eb777 2018-09-07 20:27:53,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:27:53,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30510 X-Openstack-Request-Id: req-90420795-a09c-465b-9649-ad5de0011be4 Date: Fri, 07 Sep 2018 20:27:53 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-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "041441d2-0fb7-4e30-8163-a33206f777b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "144f2434-c579-4cf5-8b75-8223960d1519"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "181da2ca-8942-47ce-ac17-6751a0222f5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "319962db-c090-44d8-8e45-d09304db4e7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "35940833-1ddc-4102-b26d-8e79203c100e"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "38f7270e-7225-4476-b833-36f56c835455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "43344869-35ff-4903-96ba-95f18b7bd5f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "4781b16a-23df-4c3b-841f-f1f54b509379"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "4794a237-75aa-41b1-923a-bdd68525f117"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6454b76e-ad31-498a-b548-5381abac706e"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "75d3d9f6-229f-4501-97d2-97e32a233c82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "804e679d-993a-4c09-94dc-22902cf0fc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "9aa268e8-9862-4fab-add9-4842880a4258"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "aa64b341-fdd4-42db-834f-1de78826f79f"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "b7889c87-bd64-4b3b-867a-d671113d2d81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "b7eb7098-8704-420c-9ea3-f9329059cb66"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "bcc8d533-f627-4525-a102-03cd25f8da25"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "dc55abfd-f317-4045-8012-99ca00bfc087"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "de992896-bc7c-4682-bd1b-b50f91e38444"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "e43cb875-eba3-4998-9692-abb82140bb9d"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "e518baac-fd5f-4937-9e85-09e21b532c6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fef89a88-b5f0-4b48-a431-8394320aedfd"}]} 2018-09-07 20:27:53,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-90420795-a09c-465b-9649-ad5de0011be4 2018-09-07 20:27:53,705 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:27:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:27:54,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ee83d339-e75b-4fe4-b42c-1c637d8e9d54 Date: Fri, 07 Sep 2018 20:27:54 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-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:54Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "a20a762b-5aec-4302-9757-d77c0c65e328"}} 2018-09-07 20:27:54,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-ee83d339-e75b-4fe4-b42c-1c637d8e9d54 2018-09-07 20:27:54,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:27:54,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb894bd9-bcc7-4134-b761-003f1fb28b7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:27:54,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-eb894bd9-bcc7-4134-b761-003f1fb28b7f 2018-09-07 20:27:54,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:27:54,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:27:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["V8lZmc6pTfOV3XqzGogxPg"], "issued_at": "2018-09-07T20:27:54.000000Z"}} 2018-09-07 20:27:54,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" 2018-09-07 20:27:54,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-545b0794-bc9d-41b6-9231-7b879222b489 x-compute-request-id: req-545b0794-bc9d-41b6-9231-7b879222b489 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:27:54,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-545b0794-bc9d-41b6-9231-7b879222b489 2018-09-07 20:27:54,966 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 20:27:54,967 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-09-07 20:27:54,967 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=1137ac27-6a14-414c-98ea-190243d12a12 network=4917532a-c23e-4c79-aa84-7918a0a7be01 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:27:54,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:27:54,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:27:54,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:27:54,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:27:54,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:27:54,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:27:54,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:27:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:27:54,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7973460b-07db-4fab-ac43-ef09f3df9a5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:27:54,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7973460b-07db-4fab-ac43-ef09f3df9a5b 2018-09-07 20:27:54,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:27:55,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["MLHu8cA8TBew4TxFDGCqAg"], "issued_at": "2018-09-07T20:27:55.000000Z"}} 2018-09-07 20:27:55,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" 2018-09-07 20:27:55,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4d3a32d8-577a-4772-b9e5-97727aa31a33 x-compute-request-id: req-4d3a32d8-577a-4772-b9e5-97727aa31a33 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:27:55,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4d3a32d8-577a-4772-b9e5-97727aa31a33 2018-09-07 20:27:55,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" 2018-09-07 20:27:55,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-1510dd27-0f59-44fc-ac28-bf5f8c683ca2 x-compute-request-id: req-1510dd27-0f59-44fc-ac28-bf5f8c683ca2 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:27:55,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-1510dd27-0f59-44fc-ac28-bf5f8c683ca2 2018-09-07 20:27:55,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "1137ac27-6a14-414c-98ea-190243d12a12", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4917532a-c23e-4c79-aa84-7918a0a7be01"}]}}' 2018-09-07 20:27:57,213 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-0eeadc99-e970-456c-a689-48fcdd13c923 x-compute-request-id: req-0eeadc99-e970-456c-a689-48fcdd13c923 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "234820d7-376c-47a3-8c2d-488ada18867a", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "bookmark"}], "adminPass": "T3GaNWw6kYMY"}} 2018-09-07 20:27:57,213 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-0eeadc99-e970-456c-a689-48fcdd13c923 2018-09-07 20:27:57,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:27:57,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3dc93f6-2634-446c-af27-94023b22c18f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:27:57,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f3dc93f6-2634-446c-af27-94023b22c18f 2018-09-07 20:27:57,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:27:57,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["sY7eUIoNR5CK8cbaU-sFgA"], "issued_at": "2018-09-07T20:27:57.000000Z"}} 2018-09-07 20:27:57,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde9bfb26480b5fa4c2e92cbbacc153bfb93c9" 2018-09-07 20:27:58,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-fd8bdbf7-0485-4a89-847e-058188ce9365 x-compute-request-id: req-fd8bdbf7-0485-4a89-847e-058188ce9365 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.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "234820d7-376c-47a3-8c2d-488ada18867a", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:27:58Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:27:57Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:27:58,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a used request id req-fd8bdbf7-0485-4a89-847e-058188ce9365 2018-09-07 20:28:01,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde9bfb26480b5fa4c2e92cbbacc153bfb93c9" 2018-09-07 20:28:02,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-804937c9-4de3-4f6f-9608-a6eb7bd6f016 x-compute-request-id: req-804937c9-4de3-4f6f-9608-a6eb7bd6f016 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:d7:5e", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "234820d7-376c-47a3-8c2d-488ada18867a", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:27:58Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:27:57Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:02,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a used request id req-804937c9-4de3-4f6f-9608-a6eb7bd6f016 2018-09-07 20:28:05,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde9bfb26480b5fa4c2e92cbbacc153bfb93c9" 2018-09-07 20:28:06,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-c867ed9c-c335-4cc1-95e8-71b22f56c8da x-compute-request-id: req-c867ed9c-c335-4cc1-95e8-71b22f56c8da Content-Encoding: gzip Content-Length: 780 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:9d:d7:5e", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-07T20:28:01.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "234820d7-376c-47a3-8c2d-488ada18867a", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:28:02Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:27:57Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:06,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a used request id req-c867ed9c-c335-4cc1-95e8-71b22f56c8da 2018-09-07 20:28:06,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" 2018-09-07 20:28:06,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-0df86e88-00a4-401d-a23a-1ade2a218a82 x-compute-request-id: req-0df86e88-00a4-401d-a23a-1ade2a218a82 Content-Encoding: gzip Content-Length: 780 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:9d:d7:5e", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/234820d7-376c-47a3-8c2d-488ada18867a", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-07T20:28:01.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "234820d7-376c-47a3-8c2d-488ada18867a", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:28:02Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:27:57Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:06,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a used request id req-0df86e88-00a4-401d-a23a-1ade2a218a82 2018-09-07 20:28:06,868 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.10'. 2018-09-07 20:28:06,868 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-09-07 20:28:06,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:28:08,284 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-42d28e4e-0763-4502-928e-cd33d5750a96 x-compute-request-id: req-42d28e4e-0763-4502-928e-cd33d5750a96 Content-Length: 0 Content-Type: application/json 2018-09-07 20:28:08,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-42d28e4e-0763-4502-928e-cd33d5750a96 2018-09-07 20:28:08,284 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-09-07 20:28:08,285 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=1137ac27-6a14-414c-98ea-190243d12a12 network=f4112478-4a2e-4e6f-8a48-c572c79a223b secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:28:08,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:28:08,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:28:08,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:28:08,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:28:08,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:28:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:28:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:28:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:28:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:28:08,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:28:08,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:28:08,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:28:08,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:28:08,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:28:08,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:28:08,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12798cb8-a702-4714-9204-6002d28a4204 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:28:08,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-12798cb8-a702-4714-9204-6002d28a4204 2018-09-07 20:28:08,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:28:08,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["XJrh9PmaT1qq7gPmGPtrXw"], "issued_at": "2018-09-07T20:28:08.000000Z"}} 2018-09-07 20:28:08,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" 2018-09-07 20:28:08,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-4b2ac48d-2337-4c5d-9c67-8b6ca80cacfc x-compute-request-id: req-4b2ac48d-2337-4c5d-9c67-8b6ca80cacfc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:28:08,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4b2ac48d-2337-4c5d-9c67-8b6ca80cacfc 2018-09-07 20:28:08,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" 2018-09-07 20:28:08,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-807eb731-047e-4d14-ab2c-ceb3e71909fa x-compute-request-id: req-807eb731-047e-4d14-ab2c-ceb3e71909fa Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:28:08,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-807eb731-047e-4d14-ab2c-ceb3e71909fa 2018-09-07 20:28:08,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "1137ac27-6a14-414c-98ea-190243d12a12", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f4112478-4a2e-4e6f-8a48-c572c79a223b"}], "config_drive": true}}' 2018-09-07 20:28:11,065 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:28: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-88583231-a9dd-4c8c-8f4a-4327fd438d5d x-compute-request-id: req-88583231-a9dd-4c8c-8f4a-4327fd438d5d Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "856f064a-5a0c-40f6-8ae0-dc568fdda301", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "bookmark"}], "adminPass": "bhMGsBUQm4Hf"}} 2018-09-07 20:28:11,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-88583231-a9dd-4c8c-8f4a-4327fd438d5d 2018-09-07 20:28:11,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:28:11,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0342413b-d00c-4fcc-b542-a8b0f82fe325 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:28:11,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0342413b-d00c-4fcc-b542-a8b0f82fe325 2018-09-07 20:28:11,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:28:11,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:28:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["YjyJ4RtpTS6eh3UpdnHuwA"], "issued_at": "2018-09-07T20:28:11.000000Z"}} 2018-09-07 20:28:11,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c9e05790375e456e74aa962a5559ae800a0e30" 2018-09-07 20:28:12,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-018bcde9-7ad3-4a25-ae34-9451d75d7c8d x-compute-request-id: req-018bcde9-7ad3-4a25-ae34-9451d75d7c8d Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "856f064a-5a0c-40f6-8ae0-dc568fdda301", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:28:12Z", "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-07T20:28:11Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:12,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 used request id req-018bcde9-7ad3-4a25-ae34-9451d75d7c8d 2018-09-07 20:28:15,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c9e05790375e456e74aa962a5559ae800a0e30" 2018-09-07 20:28:15,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-03d37730-1181-4399-928a-bfe8b4e943b8 x-compute-request-id: req-03d37730-1181-4399-928a-bfe8b4e943b8 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.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "856f064a-5a0c-40f6-8ae0-dc568fdda301", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:28:12Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:28:11Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:15,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 used request id req-03d37730-1181-4399-928a-bfe8b4e943b8 2018-09-07 20:28:18,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c9e05790375e456e74aa962a5559ae800a0e30" 2018-09-07 20:28:19,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-8711c018-db50-4395-be1a-9f6f1abf1949 x-compute-request-id: req-8711c018-db50-4395-be1a-9f6f1abf1949 Content-Encoding: gzip Content-Length: 779 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:cb:ba:8d", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-07T20:28:17.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "856f064a-5a0c-40f6-8ae0-dc568fdda301", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:28:17Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:28:11Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:19,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 used request id req-8711c018-db50-4395-be1a-9f6f1abf1949 2018-09-07 20:28:19,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" 2018-09-07 20:28:20,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-8df60cd4-2894-4910-85c2-65a8882351f4 x-compute-request-id: req-8df60cd4-2894-4910-85c2-65a8882351f4 Content-Encoding: gzip Content-Length: 779 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:cb:ba:8d", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301", "rel": "bookmark"}], "image": {"id": "1137ac27-6a14-414c-98ea-190243d12a12", "links": [{"href": "http://172.30.9.25:8774/images/1137ac27-6a14-414c-98ea-190243d12a12", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-07T20:28:17.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "856f064a-5a0c-40f6-8ae0-dc568fdda301", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:28:17Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:28:11Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:28:20,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301 used request id req-8df60cd4-2894-4910-85c2-65a8882351f4 2018-09-07 20:28:20,364 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.11'. 2018-09-07 20:28:20,364 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-09-07 20:28:20,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:28:22,172 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:28: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-3a68fe34-8445-46ac-8310-c6b48d0cb463 x-compute-request-id: req-3a68fe34-8445-46ac-8310-c6b48d0cb463 Content-Length: 0 Content-Type: application/json 2018-09-07 20:28:22,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-3a68fe34-8445-46ac-8310-c6b48d0cb463 2018-09-07 20:28:22,172 - sdnvpn_test_utils - INFO - Waiting for instance 234820d7-376c-47a3-8c2d-488ada18867a to boot up 2018-09-07 20:28:22,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:23,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-ea1551b2-8636-449d-85cd-561979e97d02 x-compute-request-id: req-ea1551b2-8636-449d-85cd-561979e97d02 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:23,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-ea1551b2-8636-449d-85cd-561979e97d02 2018-09-07 20:28:25,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:26,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bc136dc-77bc-4b8d-9e01-a4ade5b4d670 x-compute-request-id: req-9bc136dc-77bc-4b8d-9e01-a4ade5b4d670 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:26,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-9bc136dc-77bc-4b8d-9e01-a4ade5b4d670 2018-09-07 20:28:28,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:29,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-fd64b485-6ba9-4830-9e81-1def00724710 x-compute-request-id: req-fd64b485-6ba9-4830-9e81-1def00724710 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:29,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-fd64b485-6ba9-4830-9e81-1def00724710 2018-09-07 20:28:31,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:32,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-927314e9-2365-457c-98f1-91b8cf72c864 x-compute-request-id: req-927314e9-2365-457c-98f1-91b8cf72c864 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:32,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-927314e9-2365-457c-98f1-91b8cf72c864 2018-09-07 20:28:34,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:35,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-8596b189-3809-44ce-824b-df4024cabfba x-compute-request-id: req-8596b189-3809-44ce-824b-df4024cabfba Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:35,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-8596b189-3809-44ce-824b-df4024cabfba 2018-09-07 20:28:37,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:38,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-58c81847-7b03-479b-a66f-f4ef57811d40 x-compute-request-id: req-58c81847-7b03-479b-a66f-f4ef57811d40 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:38,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-58c81847-7b03-479b-a66f-f4ef57811d40 2018-09-07 20:28:40,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:41,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-58ee66ca-3ef9-4fbc-b9c3-a5717cf51ac2 x-compute-request-id: req-58ee66ca-3ef9-4fbc-b9c3-a5717cf51ac2 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:41,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-58ee66ca-3ef9-4fbc-b9c3-a5717cf51ac2 2018-09-07 20:28:43,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:44,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-e8c72ac5-c5c9-433f-a40f-95b5942a24cf x-compute-request-id: req-e8c72ac5-c5c9-433f-a40f-95b5942a24cf Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:44,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-e8c72ac5-c5c9-433f-a40f-95b5942a24cf 2018-09-07 20:28:46,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:47,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-0d206ed8-ba38-40ad-8427-8bcaeeeea105 x-compute-request-id: req-0d206ed8-ba38-40ad-8427-8bcaeeeea105 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:47,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-0d206ed8-ba38-40ad-8427-8bcaeeeea105 2018-09-07 20:28:49,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:51,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-13841331-da66-4b42-8214-0c0985c55a6f x-compute-request-id: req-13841331-da66-4b42-8214-0c0985c55a6f Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:51,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-13841331-da66-4b42-8214-0c0985c55a6f 2018-09-07 20:28:53,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:54,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-7a61563d-3f61-463b-b63a-1967ba09fc56 x-compute-request-id: req-7a61563d-3f61-463b-b63a-1967ba09fc56 Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:54,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-7a61563d-3f61-463b-b63a-1967ba09fc56 2018-09-07 20:28:56,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:28:57,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-f0dfcee7-5876-44c7-87df-4dca2a7d56fc x-compute-request-id: req-f0dfcee7-5876-44c7-87df-4dca2a7d56fc Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:28:57,273 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-f0dfcee7-5876-44c7-87df-4dca2a7d56fc 2018-09-07 20:28:59,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:00,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:28: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-73bcc2b0-a316-46dc-95b8-535e5f376b7f x-compute-request-id: req-73bcc2b0-a316-46dc-95b8-535e5f376b7f Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:29:00,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-73bcc2b0-a316-46dc-95b8-535e5f376b7f 2018-09-07 20:29:02,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:03,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:29: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-46613c71-8c7a-4d3c-83a6-64cfd0cebe1f x-compute-request-id: req-46613c71-8c7a-4d3c-83a6-64cfd0cebe1f Content-Encoding: gzip Content-Length: 7706 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-07 20:29:03,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-46613c71-8c7a-4d3c-83a6-64cfd0cebe1f 2018-09-07 20:29:05,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a94a39b7f46d710e63ff744e4dea24b8d40b49" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:06,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:29: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-c3848bb5-47af-4d25-8ff0-4a38725e3c9e x-compute-request-id: req-c3848bb5-47af-4d25-8ff0-4a38725e3c9e Content-Encoding: gzip Content-Length: 9544 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514904487 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135469] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137214] pid_max: default: 32768 minimum: 301\n[ 0.138148] ACPI: Core revision 20150930\n[ 0.139567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141161] Security Framework initialized\n[ 0.142183] Yama: becoming mindful.\n[ 0.143088] AppArmor: AppArmor initialized\n[ 0.144176] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145845] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147431] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148941] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150600] Initializing cgroup subsys io\n[ 0.151571] Initializing cgroup subsys memory\n[ 0.152584] Initializing cgroup subsys devices\n[ 0.153608] Initializing cgroup subsys freezer\n[ 0.154642] Initializing cgroup subsys net_cls\n[ 0.155659] Initializing cgroup subsys perf_event\n[ 0.156736] Initializing cgroup subsys net_prio\n[ 0.157789] Initializing cgroup subsys hugetlb\n[ 0.158864] Initializing cgroup subsys pids\n[ 0.159891] CPU: Physical Processor ID: 0\n[ 0.161595] mce: CPU supports 10 MCE banks\n[ 0.162600] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174515] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181118] ftrace: allocating 31920 entries in 125 pages\n[ 0.207202] smpboot: Max logical packages: 1\n[ 0.208213] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209843] x2apic enabled\n[ 0.210754] Switched APIC routing to physical x2apic.\n[ 0.212659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213996] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218428] KVM setup paravirtual spinlock\n[ 0.219888] x86: Booted up 1 node, 1 CPUs\n[ 0.220869] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222488] devtmpfs: initialized\n[ 0.224652] evm: security.selinux\n[ 0.225476] evm: security.SMACK64\n[ 0.226277] evm: security.SMACK64EXEC\n[ 0.227145] evm: security.SMACK64TRANSMUTE\n[ 0.228096] evm: security.SMACK64MMAP\n[ 0.228994] evm: security.ima\n[ 0.229765] evm: security.capability\n[ 0.230695] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232888] pinctrl core: initialized pinctrl subsystem\n[ 0.234163] RTC time: 20:28:01, date: 09/07/18\n[ 0.235268] NET: Registered protocol family 16\n[ 0.236397] cpuidle: using governor ladder\n[ 0.237372] cpuidle: using governor menu\n[ 0.238294] PCCT header not found.\n[ 0.239203] ACPI: bus type PCI registered\n[ 0.240149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241628] PCI: Using configuration type 1 for base access\n[ 0.243551] ACPI: Added _OSI(Module Device)\n[ 0.244550] ACPI: Added _OSI(Processor Device)\n[ 0.245567] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248990] ACPI: Interpreter enabled\n[ 0.249936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258661] ACPI: (supports S0 S5)\n[ 0.259528] ACPI: Using IOAPIC for interrupt routing\n[ 0.260666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264084] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271019] acpiphp: Slot [3] registered\n[ 0.271966] acpiphp: Slot [4] registered\n[ 0.272897] acpiphp: Slot [5] registered\n[ 0.273827] acpiphp: Slot [6] registered\n[ 0.274757] acpiphp: Slot [7] registered\n[ 0.275692] acpiphp: Slot [8] registered\n[ 0.276628] acpiphp: Slot [9] registered\n[ 0.277556] acpiphp: Slot [10] registered\n[ 0.278498] acpiphp: Slot [11] registered\n[ 0.279473] acpiphp: Slot [12] registered\n[ 0.280423] acpiphp: Slot [13] registered\n[ 0.281365] acpiphp: Slot [14] registered\n[ 0.282310] acpiphp: Slot [15] registered\n[ 0.293174] acpiphp: Slot [16] registered\n[ 0.294121] acpiphp: Slot [17] registered\n[ 0.295067] acpiphp: Slot [18] registered\n[ 0.296019] acpiphp: Slot [19] registered\n[ 0.296981] acpiphp: Slot [20] registered\n[ 0.297952] acpiphp: Slot [21] registered\n[ 0.298902] acpiphp: Slot [22] registered\n[ 0.299878] acpiphp: Slot [23] registered\n[ 0.300861] acpiphp: Slot [24] registered\n[ 0.301808] acpiphp: Slot [25] registered\n[ 0.302758] acpiphp: Slot [26] registered\n[ 0.303701] acpiphp: Slot [27] registered\n[ 0.304648] acpiphp: Slot [28] registered\n[ 0.305599] acpiphp: Slot [29] registered\n[ 0.306546] acpiphp: Slot [30] registered\n[ 0.307497] acpiphp: Slot [31] registered\n[ 0.308436] PCI host bridge to bus 0000:00\n[ 0.309381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310879] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314004] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315700] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322137] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323676] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325075] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326589] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332830] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.380197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.383576] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385234] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.386867] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.389959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391265] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.393136] vgaarb: loaded\n[ 0.393864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.395189] SCSI subsystem initialized\n[ 0.396141] ACPI: bus type USB registered\n[ 0.397113] usbcore: registered new interface driver usbfs\n[ 0.398359] usbcore: registered new interface driver hub\n[ 0.399622] usbcore: registered new device driver usb\n[ 0.400882] PCI: Using ACPI for IRQ routing\n[ 0.402085] NetLabel: Initializing\n[ 0.402928] NetLabel: domain hash size = 128\n[ 0.403934] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405062] NetLabel: unlabeled traffic allowed by default\n[ 0.406354] clocksource: Switched to clocksource kvm-clock\n[ 0.411931] AppArmor: AppArmor Filesystem Enabled\n[ 0.413100] pnp: PnP ACPI init\n[ 0.414117] pnp: PnP ACPI: found 5 devices\n[ 0.420613] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422705] NET: Registered protocol family 2\n[ 0.423823] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425355] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426759] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428187] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430985] NET: Registered protocol family 1\n[ 0.432080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433431] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434759] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463089] Trying to unpack rootfs image as initramfs...\n[ 0.512448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526564] Scanning for low memory corruption every 60 seconds\n[ 0.527962] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529116] audit: initializing netlink subsys (disabled)\n[ 0.530144] audit: type=2000 audit(1536352082.686:1): initialized\n[ 0.531475] Initialise system trusted keyring\n[ 0.532419] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535572] zbud: loaded\n[ 0.536276] VFS: Disk quotas dquot_6.6.0\n[ 0.537094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538616] fuse init (API version 7.23)\n[ 0.539498] Key type big_key registered\n[ 0.540306] Allocating IMA MOK and blacklist keyrings.\n[ 0.541426] Key type asymmetric registered\n[ 0.542258] Asymmetric key parser 'x509' registered\n[ 0.543228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544702] io scheduler noop registered\n[ 0.545503] io scheduler deadline registered (default)\n[ 0.546506] io scheduler cfq registered\n[ 0.547715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.550046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551558] ACPI: Power Button [PWRF]\n[ 0.552397] GHES: HEST is not enabled!\n[ 0.567386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598792] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622950] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625073] Linux agpgart interface v0.103\n[ 0.627123] brd: module loaded\n[ 0.628305] loop: module loaded\n[ 0.632846] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634292] GPT:90111 != 2097151\n[ 0.634970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636055] GPT:90111 != 2097151\n[ 0.636726] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637683] vda: vda1 vda15\n[ 0.639059] scsi host0: ata_piix\n[ 0.639802] scsi host1: ata_piix\n[ 0.640512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643160] libphy: Fixed MDIO Bus: probed\n[ 0.643973] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644914] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647007] PPP generic driver version 2.4.2\n[ 0.647899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649134] ehci-pci: EHCI PCI platform driver\n[ 0.650001] ehci-platform: EHCI generic platform driver\n[ 0.650995] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652127] ohci-pci: OHCI PCI platform driver\n[ 0.652995] ohci-platform: OHCI generic platform driver\n[ 0.653974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669285] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670735] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675514] usb usb1: Product: UHCI Host Controller\n[ 0.676442] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678567] hub 1-0:1.0: USB hub found\n[ 0.679344] hub 1-0:1.0: 2 ports detected\n[ 0.680250] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682351] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684349] mousedev: PS/2 mouse device common for all mice\n[ 0.685585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687431] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690918] i2c /dev entries driver\n[ 0.691682] device-mapper: uevent: version 1.0.3\n[ 0.692615] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694237] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695546] NET: Registered protocol family 10\n[ 0.696544] NET: Registered protocol family 17\n[ 0.697435] Key type dns_resolver registered\n[ 0.698369] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701205] registered taskstats version 1\n[ 0.702034] Loading compiled-in X.509 certificates\n[ 0.703479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705329] zswap: loaded using pool lzo/zbud\n[ 0.706718] Key type trusted registered\n[ 0.708260] Key type encrypted registered\n[ 0.709097] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711158] evm: HMAC attrs: 0x1\n[ 0.712097] Magic number: 2:592:497\n[ 0.712929] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:02 UTC (1536352082)\n[ 0.714517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715629] EDD information not available.\n[ 0.799424] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801002] Write protecting the kernel read-only data: 14336k\n[ 0.813039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814873] 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.857717] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 61.58. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkwxHRviLDjZ3dKbMd60+xaOfp6UWsKddxS05Wzq2RMfiIjQh04YyEa8kWB1lTGkXwOLt+FJudADXV/m39DueYXqbT5LbTGTbwxFLx95NWpb1ijeY5QmtoFg0/JmnWW2Fh/6RbstzXSaVXuE2vm3Fnz2FEt21FEgOBk9r2IKLtPmneGATrIxQ/OQPti78YOaOXTM7PV4CLyWNWF6AP4kjCEk0/iqlTG4qFs+X1ihqQy1BD+rwfsnMcHOzgvTAMP4rcC7dyAbtl5OnhcNxkQwlf6dIJZUHkp7MYIcCmmLTSwP1ybDtne1LnrqnKZFbWcr16e61E/QxoX+ud/sSv3h8p root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIGAkT1wp55/h92eifuF1y1C27uaxzRPBrcbKvqknHu/4hmdXzyJmW/ym2Hz1yjv/FKWyMY21mAFc4TR963z/WTURzOFkiZwur752gZPnRpG4KhWU0YexZS0CxMDd6+XTCJ862CrpcBCYRKaeVAdbPmPKd0uQ/IvadxLnNrZHxVHAAAAFQCnoSioKtmXLXVrkfoD6dWTnDmxMwAAAIAgBd4U4MYuE+ukH5TcxCimnW3z6DE0F5hgo0Rj6amXHfmdDIJfdTZRJ/zP4habGD2NlnymKGiyug76o/ey69LUd6n/fSSFcQSuW0VbkZQT+ZJQzkI+QKsgCQQJv6FX1TJOmPqjcbJcDGbc3IsAm10QdhBmSKotcgMDWul+WSJ3RwAAAIBcMAlPySytkFEnYBqO1Ihf+J50i9RkTZ/vpNXqCJoyz8jtOQkSb0TYmlLlkixdRHSJlfxSKSEcgFx8xUxU+JDsoYgJRnYYS7McMNp+Z4Q2sbGw1bJg3AcZUFAONi3bhboJ1sRx3eEkIAhqKo7ymoV+UTJUNgL7CM58o0U2KHqKsg== 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:fe9d:d75e/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-00000114\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=63.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\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-07 20:29:06,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-c3848bb5-47af-4d25-8ff0-4a38725e3c9e 2018-09-07 20:29:08,578 - sdnvpn_test_utils - INFO - Waiting for instance 856f064a-5a0c-40f6-8ae0-dc568fdda301 to boot up 2018-09-07 20:29:08,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:09,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d307c57e-c476-4b29-b78d-a163572ee572 x-compute-request-id: req-d307c57e-c476-4b29-b78d-a163572ee572 Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525484027 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131279] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132892] pid_max: default: 32768 minimum: 301\n[ 0.133759] ACPI: Core revision 20150930\n[ 0.135128] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136402] Security Framework initialized\n[ 0.137199] Yama: becoming mindful.\n[ 0.137914] AppArmor: AppArmor initialized\n[ 0.138760] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141301] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142477] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143833] Initializing cgroup subsys io\n[ 0.144622] Initializing cgroup subsys memory\n[ 0.145463] Initializing cgroup subsys devices\n[ 0.146314] Initializing cgroup subsys freezer\n[ 0.147176] Initializing cgroup subsys net_cls\n[ 0.148017] Initializing cgroup subsys perf_event\n[ 0.148897] Initializing cgroup subsys net_prio\n[ 0.149747] Initializing cgroup subsys hugetlb\n[ 0.150599] Initializing cgroup subsys pids\n[ 0.151452] CPU: Physical Processor ID: 0\n[ 0.152935] mce: CPU supports 10 MCE banks\n[ 0.153750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154742] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171797] ftrace: allocating 31920 entries in 125 pages\n[ 0.198325] smpboot: Max logical packages: 1\n[ 0.199178] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200508] x2apic enabled\n[ 0.201312] Switched APIC routing to physical x2apic.\n[ 0.203050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207853] KVM setup paravirtual spinlock\n[ 0.209131] x86: Booted up 1 node, 1 CPUs\n[ 0.209919] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211271] devtmpfs: initialized\n[ 0.212968] evm: security.selinux\n[ 0.213652] evm: security.SMACK64\n[ 0.214330] evm: security.SMACK64EXEC\n[ 0.215058] evm: security.SMACK64TRANSMUTE\n[ 0.215846] evm: security.SMACK64MMAP\n[ 0.216569] evm: security.ima\n[ 0.217202] evm: security.capability\n[ 0.217991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219797] pinctrl core: initialized pinctrl subsystem\n[ 0.220866] RTC time: 20:28:17, date: 09/07/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222752] cpuidle: using governor ladder\n[ 0.223551] cpuidle: using governor menu\n[ 0.224321] PCCT header not found.\n[ 0.225051] ACPI: bus type PCI registered\n[ 0.225838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227048] PCI: Using configuration type 1 for base access\n[ 0.228768] ACPI: Added _OSI(Module Device)\n[ 0.229586] ACPI: Added _OSI(Processor Device)\n[ 0.230431] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231310] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233428] ACPI: Interpreter enabled\n[ 0.234182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241391] ACPI: (supports S0 S5)\n[ 0.242089] ACPI: Using IOAPIC for interrupt routing\n[ 0.243061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247239] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248437] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251783] acpiphp: Slot [3] registered\n[ 0.252567] acpiphp: Slot [4] registered\n[ 0.253351] acpiphp: Slot [5] registered\n[ 0.254141] acpiphp: Slot [6] registered\n[ 0.254921] acpiphp: Slot [7] registered\n[ 0.255698] acpiphp: Slot [8] registered\n[ 0.256491] acpiphp: Slot [9] registered\n[ 0.257272] acpiphp: Slot [10] registered\n[ 0.258064] acpiphp: Slot [11] registered\n[ 0.258863] acpiphp: Slot [12] registered\n[ 0.259664] acpiphp: Slot [13] registered\n[ 0.260456] acpiphp: Slot [14] registered\n[ 0.261252] acpiphp: Slot [15] registered\n[ 0.272268] acpiphp: Slot [16] registered\n[ 0.273080] acpiphp: Slot [17] registered\n[ 0.273876] acpiphp: Slot [18] registered\n[ 0.274664] acpiphp: Slot [19] registered\n[ 0.275457] acpiphp: Slot [20] registered\n[ 0.276258] acpiphp: Slot [21] registered\n[ 0.277073] acpiphp: Slot [22] registered\n[ 0.277869] acpiphp: Slot [23] registered\n[ 0.278658] acpiphp: Slot [24] registered\n[ 0.279449] acpiphp: Slot [25] registered\n[ 0.280242] acpiphp: Slot [26] registered\n[ 0.281037] acpiphp: Slot [27] registered\n[ 0.281834] acpiphp: Slot [28] registered\n[ 0.282626] acpiphp: Slot [29] registered\n[ 0.283419] acpiphp: Slot [30] registered\n[ 0.284214] acpiphp: Slot [31] registered\n[ 0.285005] PCI host bridge to bus 0000:00\n[ 0.285798] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289577] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290989] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297228] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299631] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300874] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308806] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355260] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358139] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363568] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364595] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366094] vgaarb: loaded\n[ 0.366678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367798] SCSI subsystem initialized\n[ 0.368593] ACPI: bus type USB registered\n[ 0.369393] usbcore: registered new interface driver usbfs\n[ 0.370388] usbcore: registered new interface driver hub\n[ 0.371375] usbcore: registered new device driver usb\n[ 0.372408] PCI: Using ACPI for IRQ routing\n[ 0.373411] NetLabel: Initializing\n[ 0.374108] NetLabel: domain hash size = 128\n[ 0.374932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375853] NetLabel: unlabeled traffic allowed by default\n[ 0.376941] clocksource: Switched to clocksource kvm-clock\n[ 0.382413] AppArmor: AppArmor Filesystem Enabled\n[ 0.383357] pnp: PnP ACPI init\n[ 0.384264] pnp: PnP ACPI: found 5 devices\n[ 0.390620] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392323] NET: Registered protocol family 2\n[ 0.393282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395678] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396813] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397875] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399053] NET: Registered protocol family 1\n[ 0.399916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400996] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402053] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416031] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430300] Trying to unpack rootfs image as initramfs...\n[ 0.479346] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493135] Scanning for low memory corruption every 60 seconds\n[ 0.494851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496372] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1536352098.473:1): initialized\n[ 0.499454] Initialise system trusted keyring\n[ 0.500647] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504579] zbud: loaded\n[ 0.505454] VFS: Disk quotas dquot_6.6.0\n[ 0.506530] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508488] fuse init (API version 7.23)\n[ 0.509622] Key type big_key registered\n[ 0.510664] Allocating IMA MOK and blacklist keyrings.\n[ 0.512104] Key type asymmetric registered\n[ 0.513204] Asymmetric key parser 'x509' registered\n[ 0.514484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516815] io scheduler noop registered\n[ 0.517873] io scheduler deadline registered (default)\n[ 0.519205] io scheduler cfq registered\n[ 0.520292] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523447] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525430] ACPI: Power Button [PWRF]\n[ 0.526537] GHES: HEST is not enabled!\n[ 0.540756] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570713] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601549] Linux agpgart interface v0.103\n[ 0.603841] brd: module loaded\n[ 0.605209] loop: module loaded\n[ 0.610037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611966] GPT:90111 != 2097151\n[ 0.612851] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614325] GPT:90111 != 2097151\n[ 0.615203] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616511] vda: vda1 vda15\n[ 0.618246] scsi host0: ata_piix\n[ 0.619200] scsi host1: ata_piix\n[ 0.620136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623714] libphy: Fixed MDIO Bus: probed\n[ 0.624824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628867] PPP generic driver version 2.4.2\n[ 0.630010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631583] ehci-pci: EHCI PCI platform driver\n[ 0.632714] ehci-platform: EHCI generic platform driver\n[ 0.634014] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635501] ohci-pci: OHCI PCI platform driver\n[ 0.636626] ohci-platform: OHCI generic platform driver\n[ 0.637923] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652649] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655870] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662156] usb usb1: Product: UHCI Host Controller\n[ 0.663426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666198] hub 1-0:1.0: USB hub found\n[ 0.667198] hub 1-0:1.0: 2 ports detected\n[ 0.668345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670959] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672213] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673546] mousedev: PS/2 mouse device common for all mice\n[ 0.675159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682030] i2c /dev entries driver\n[ 0.683001] device-mapper: uevent: version 1.0.3\n[ 0.684220] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686338] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687955] NET: Registered protocol family 10\n[ 0.689213] NET: Registered protocol family 17\n[ 0.690371] Key type dns_resolver registered\n[ 0.691544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692993] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695256] registered taskstats version 1\n[ 0.696337] Loading compiled-in X.509 certificates\n[ 0.698069] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700516] zswap: loaded using pool lzo/zbud\n[ 0.702148] Key type trusted registered\n[ 0.703922] Key type encrypted registered\n[ 0.705005] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706376] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707730] evm: HMAC attrs: 0x1\n[ 0.708860] Magic number: 2:592:497\n[ 0.709931] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:18 UTC (1536352098)\n[ 0.712010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713488] EDD information not available.\n[ 0.777481] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779329] ata1.00: configured for MWDMA2\n[ 0.780802] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793987] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795636] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797240] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801448] Write protecting the kernel read-only data: 14336k\n[ 0.803400] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805701] 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.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.380863] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.29s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\n"} 2018-09-07 20:29:09,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-d307c57e-c476-4b29-b78d-a163572ee572 2018-09-07 20:29:11,662 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:29:41,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:42,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:29: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-2dca5032-3636-4342-9542-15c0427309a2 x-compute-request-id: req-2dca5032-3636-4342-9542-15c0427309a2 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 525484027 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131279] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132892] pid_max: default: 32768 minimum: 301\n[ 0.133759] ACPI: Core revision 20150930\n[ 0.135128] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136402] Security Framework initialized\n[ 0.137199] Yama: becoming mindful.\n[ 0.137914] AppArmor: AppArmor initialized\n[ 0.138760] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141301] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142477] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143833] Initializing cgroup subsys io\n[ 0.144622] Initializing cgroup subsys memory\n[ 0.145463] Initializing cgroup subsys devices\n[ 0.146314] Initializing cgroup subsys freezer\n[ 0.147176] Initializing cgroup subsys net_cls\n[ 0.148017] Initializing cgroup subsys perf_event\n[ 0.148897] Initializing cgroup subsys net_prio\n[ 0.149747] Initializing cgroup subsys hugetlb\n[ 0.150599] Initializing cgroup subsys pids\n[ 0.151452] CPU: Physical Processor ID: 0\n[ 0.152935] mce: CPU supports 10 MCE banks\n[ 0.153750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154742] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171797] ftrace: allocating 31920 entries in 125 pages\n[ 0.198325] smpboot: Max logical packages: 1\n[ 0.199178] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200508] x2apic enabled\n[ 0.201312] Switched APIC routing to physical x2apic.\n[ 0.203050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207853] KVM setup paravirtual spinlock\n[ 0.209131] x86: Booted up 1 node, 1 CPUs\n[ 0.209919] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211271] devtmpfs: initialized\n[ 0.212968] evm: security.selinux\n[ 0.213652] evm: security.SMACK64\n[ 0.214330] evm: security.SMACK64EXEC\n[ 0.215058] evm: security.SMACK64TRANSMUTE\n[ 0.215846] evm: security.SMACK64MMAP\n[ 0.216569] evm: security.ima\n[ 0.217202] evm: security.capability\n[ 0.217991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219797] pinctrl core: initialized pinctrl subsystem\n[ 0.220866] RTC time: 20:28:17, date: 09/07/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222752] cpuidle: using governor ladder\n[ 0.223551] cpuidle: using governor menu\n[ 0.224321] PCCT header not found.\n[ 0.225051] ACPI: bus type PCI registered\n[ 0.225838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227048] PCI: Using configuration type 1 for base access\n[ 0.228768] ACPI: Added _OSI(Module Device)\n[ 0.229586] ACPI: Added _OSI(Processor Device)\n[ 0.230431] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231310] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233428] ACPI: Interpreter enabled\n[ 0.234182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241391] ACPI: (supports S0 S5)\n[ 0.242089] ACPI: Using IOAPIC for interrupt routing\n[ 0.243061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247239] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248437] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251783] acpiphp: Slot [3] registered\n[ 0.252567] acpiphp: Slot [4] registered\n[ 0.253351] acpiphp: Slot [5] registered\n[ 0.254141] acpiphp: Slot [6] registered\n[ 0.254921] acpiphp: Slot [7] registered\n[ 0.255698] acpiphp: Slot [8] registered\n[ 0.256491] acpiphp: Slot [9] registered\n[ 0.257272] acpiphp: Slot [10] registered\n[ 0.258064] acpiphp: Slot [11] registered\n[ 0.258863] acpiphp: Slot [12] registered\n[ 0.259664] acpiphp: Slot [13] registered\n[ 0.260456] acpiphp: Slot [14] registered\n[ 0.261252] acpiphp: Slot [15] registered\n[ 0.272268] acpiphp: Slot [16] registered\n[ 0.273080] acpiphp: Slot [17] registered\n[ 0.273876] acpiphp: Slot [18] registered\n[ 0.274664] acpiphp: Slot [19] registered\n[ 0.275457] acpiphp: Slot [20] registered\n[ 0.276258] acpiphp: Slot [21] registered\n[ 0.277073] acpiphp: Slot [22] registered\n[ 0.277869] acpiphp: Slot [23] registered\n[ 0.278658] acpiphp: Slot [24] registered\n[ 0.279449] acpiphp: Slot [25] registered\n[ 0.280242] acpiphp: Slot [26] registered\n[ 0.281037] acpiphp: Slot [27] registered\n[ 0.281834] acpiphp: Slot [28] registered\n[ 0.282626] acpiphp: Slot [29] registered\n[ 0.283419] acpiphp: Slot [30] registered\n[ 0.284214] acpiphp: Slot [31] registered\n[ 0.285005] PCI host bridge to bus 0000:00\n[ 0.285798] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289577] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290989] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297228] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299631] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300874] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308806] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355260] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358139] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363568] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364595] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366094] vgaarb: loaded\n[ 0.366678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367798] SCSI subsystem initialized\n[ 0.368593] ACPI: bus type USB registered\n[ 0.369393] usbcore: registered new interface driver usbfs\n[ 0.370388] usbcore: registered new interface driver hub\n[ 0.371375] usbcore: registered new device driver usb\n[ 0.372408] PCI: Using ACPI for IRQ routing\n[ 0.373411] NetLabel: Initializing\n[ 0.374108] NetLabel: domain hash size = 128\n[ 0.374932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375853] NetLabel: unlabeled traffic allowed by default\n[ 0.376941] clocksource: Switched to clocksource kvm-clock\n[ 0.382413] AppArmor: AppArmor Filesystem Enabled\n[ 0.383357] pnp: PnP ACPI init\n[ 0.384264] pnp: PnP ACPI: found 5 devices\n[ 0.390620] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392323] NET: Registered protocol family 2\n[ 0.393282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395678] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396813] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397875] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399053] NET: Registered protocol family 1\n[ 0.399916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400996] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402053] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416031] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430300] Trying to unpack rootfs image as initramfs...\n[ 0.479346] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493135] Scanning for low memory corruption every 60 seconds\n[ 0.494851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496372] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1536352098.473:1): initialized\n[ 0.499454] Initialise system trusted keyring\n[ 0.500647] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504579] zbud: loaded\n[ 0.505454] VFS: Disk quotas dquot_6.6.0\n[ 0.506530] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508488] fuse init (API version 7.23)\n[ 0.509622] Key type big_key registered\n[ 0.510664] Allocating IMA MOK and blacklist keyrings.\n[ 0.512104] Key type asymmetric registered\n[ 0.513204] Asymmetric key parser 'x509' registered\n[ 0.514484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516815] io scheduler noop registered\n[ 0.517873] io scheduler deadline registered (default)\n[ 0.519205] io scheduler cfq registered\n[ 0.520292] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523447] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525430] ACPI: Power Button [PWRF]\n[ 0.526537] GHES: HEST is not enabled!\n[ 0.540756] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570713] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601549] Linux agpgart interface v0.103\n[ 0.603841] brd: module loaded\n[ 0.605209] loop: module loaded\n[ 0.610037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611966] GPT:90111 != 2097151\n[ 0.612851] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614325] GPT:90111 != 2097151\n[ 0.615203] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616511] vda: vda1 vda15\n[ 0.618246] scsi host0: ata_piix\n[ 0.619200] scsi host1: ata_piix\n[ 0.620136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623714] libphy: Fixed MDIO Bus: probed\n[ 0.624824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628867] PPP generic driver version 2.4.2\n[ 0.630010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631583] ehci-pci: EHCI PCI platform driver\n[ 0.632714] ehci-platform: EHCI generic platform driver\n[ 0.634014] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635501] ohci-pci: OHCI PCI platform driver\n[ 0.636626] ohci-platform: OHCI generic platform driver\n[ 0.637923] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652649] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655870] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662156] usb usb1: Product: UHCI Host Controller\n[ 0.663426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666198] hub 1-0:1.0: USB hub found\n[ 0.667198] hub 1-0:1.0: 2 ports detected\n[ 0.668345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670959] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672213] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673546] mousedev: PS/2 mouse device common for all mice\n[ 0.675159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682030] i2c /dev entries driver\n[ 0.683001] device-mapper: uevent: version 1.0.3\n[ 0.684220] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686338] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687955] NET: Registered protocol family 10\n[ 0.689213] NET: Registered protocol family 17\n[ 0.690371] Key type dns_resolver registered\n[ 0.691544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692993] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695256] registered taskstats version 1\n[ 0.696337] Loading compiled-in X.509 certificates\n[ 0.698069] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700516] zswap: loaded using pool lzo/zbud\n[ 0.702148] Key type trusted registered\n[ 0.703922] Key type encrypted registered\n[ 0.705005] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706376] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707730] evm: HMAC attrs: 0x1\n[ 0.708860] Magic number: 2:592:497\n[ 0.709931] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:18 UTC (1536352098)\n[ 0.712010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713488] EDD information not available.\n[ 0.777481] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779329] ata1.00: configured for MWDMA2\n[ 0.780802] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793987] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795636] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797240] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801448] Write protecting the kernel read-only data: 14336k\n[ 0.803400] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805701] 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.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.380863] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.29s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-09-07 20:29:42,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-2dca5032-3636-4342-9542-15c0427309a2 2018-09-07 20:29:42,815 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.11) to 'sdnvpn-8-2' (10.10.20.10). -->Expected result: can ping. 2018-09-07 20:29:42,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5c7ec93f74e9b16a1c27a92bce0633a84ae75" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:29:43,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:29: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-1284e0fa-fe69-4ff3-bf97-cf88e4fb2e39 x-compute-request-id: req-1284e0fa-fe69-4ff3-bf97-cf88e4fb2e39 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 525484027 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131279] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132892] pid_max: default: 32768 minimum: 301\n[ 0.133759] ACPI: Core revision 20150930\n[ 0.135128] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136402] Security Framework initialized\n[ 0.137199] Yama: becoming mindful.\n[ 0.137914] AppArmor: AppArmor initialized\n[ 0.138760] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141301] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142477] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143833] Initializing cgroup subsys io\n[ 0.144622] Initializing cgroup subsys memory\n[ 0.145463] Initializing cgroup subsys devices\n[ 0.146314] Initializing cgroup subsys freezer\n[ 0.147176] Initializing cgroup subsys net_cls\n[ 0.148017] Initializing cgroup subsys perf_event\n[ 0.148897] Initializing cgroup subsys net_prio\n[ 0.149747] Initializing cgroup subsys hugetlb\n[ 0.150599] Initializing cgroup subsys pids\n[ 0.151452] CPU: Physical Processor ID: 0\n[ 0.152935] mce: CPU supports 10 MCE banks\n[ 0.153750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154742] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171797] ftrace: allocating 31920 entries in 125 pages\n[ 0.198325] smpboot: Max logical packages: 1\n[ 0.199178] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200508] x2apic enabled\n[ 0.201312] Switched APIC routing to physical x2apic.\n[ 0.203050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207853] KVM setup paravirtual spinlock\n[ 0.209131] x86: Booted up 1 node, 1 CPUs\n[ 0.209919] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211271] devtmpfs: initialized\n[ 0.212968] evm: security.selinux\n[ 0.213652] evm: security.SMACK64\n[ 0.214330] evm: security.SMACK64EXEC\n[ 0.215058] evm: security.SMACK64TRANSMUTE\n[ 0.215846] evm: security.SMACK64MMAP\n[ 0.216569] evm: security.ima\n[ 0.217202] evm: security.capability\n[ 0.217991] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219797] pinctrl core: initialized pinctrl subsystem\n[ 0.220866] RTC time: 20:28:17, date: 09/07/18\n[ 0.221808] NET: Registered protocol family 16\n[ 0.222752] cpuidle: using governor ladder\n[ 0.223551] cpuidle: using governor menu\n[ 0.224321] PCCT header not found.\n[ 0.225051] ACPI: bus type PCI registered\n[ 0.225838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227048] PCI: Using configuration type 1 for base access\n[ 0.228768] ACPI: Added _OSI(Module Device)\n[ 0.229586] ACPI: Added _OSI(Processor Device)\n[ 0.230431] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231310] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233428] ACPI: Interpreter enabled\n[ 0.234182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241391] ACPI: (supports S0 S5)\n[ 0.242089] ACPI: Using IOAPIC for interrupt routing\n[ 0.243061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247239] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248437] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251783] acpiphp: Slot [3] registered\n[ 0.252567] acpiphp: Slot [4] registered\n[ 0.253351] acpiphp: Slot [5] registered\n[ 0.254141] acpiphp: Slot [6] registered\n[ 0.254921] acpiphp: Slot [7] registered\n[ 0.255698] acpiphp: Slot [8] registered\n[ 0.256491] acpiphp: Slot [9] registered\n[ 0.257272] acpiphp: Slot [10] registered\n[ 0.258064] acpiphp: Slot [11] registered\n[ 0.258863] acpiphp: Slot [12] registered\n[ 0.259664] acpiphp: Slot [13] registered\n[ 0.260456] acpiphp: Slot [14] registered\n[ 0.261252] acpiphp: Slot [15] registered\n[ 0.272268] acpiphp: Slot [16] registered\n[ 0.273080] acpiphp: Slot [17] registered\n[ 0.273876] acpiphp: Slot [18] registered\n[ 0.274664] acpiphp: Slot [19] registered\n[ 0.275457] acpiphp: Slot [20] registered\n[ 0.276258] acpiphp: Slot [21] registered\n[ 0.277073] acpiphp: Slot [22] registered\n[ 0.277869] acpiphp: Slot [23] registered\n[ 0.278658] acpiphp: Slot [24] registered\n[ 0.279449] acpiphp: Slot [25] registered\n[ 0.280242] acpiphp: Slot [26] registered\n[ 0.281037] acpiphp: Slot [27] registered\n[ 0.281834] acpiphp: Slot [28] registered\n[ 0.282626] acpiphp: Slot [29] registered\n[ 0.283419] acpiphp: Slot [30] registered\n[ 0.284214] acpiphp: Slot [31] registered\n[ 0.285005] PCI host bridge to bus 0000:00\n[ 0.285798] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288163] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289577] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290989] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297228] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299631] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300874] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308806] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355260] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356734] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358139] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362099] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363568] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364595] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366094] vgaarb: loaded\n[ 0.366678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367798] SCSI subsystem initialized\n[ 0.368593] ACPI: bus type USB registered\n[ 0.369393] usbcore: registered new interface driver usbfs\n[ 0.370388] usbcore: registered new interface driver hub\n[ 0.371375] usbcore: registered new device driver usb\n[ 0.372408] PCI: Using ACPI for IRQ routing\n[ 0.373411] NetLabel: Initializing\n[ 0.374108] NetLabel: domain hash size = 128\n[ 0.374932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375853] NetLabel: unlabeled traffic allowed by default\n[ 0.376941] clocksource: Switched to clocksource kvm-clock\n[ 0.382413] AppArmor: AppArmor Filesystem Enabled\n[ 0.383357] pnp: PnP ACPI init\n[ 0.384264] pnp: PnP ACPI: found 5 devices\n[ 0.390620] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392323] NET: Registered protocol family 2\n[ 0.393282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395678] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396813] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397875] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399053] NET: Registered protocol family 1\n[ 0.399916] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400996] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402053] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416031] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430300] Trying to unpack rootfs image as initramfs...\n[ 0.479346] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493135] Scanning for low memory corruption every 60 seconds\n[ 0.494851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496372] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1536352098.473:1): initialized\n[ 0.499454] Initialise system trusted keyring\n[ 0.500647] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502231] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504579] zbud: loaded\n[ 0.505454] VFS: Disk quotas dquot_6.6.0\n[ 0.506530] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508488] fuse init (API version 7.23)\n[ 0.509622] Key type big_key registered\n[ 0.510664] Allocating IMA MOK and blacklist keyrings.\n[ 0.512104] Key type asymmetric registered\n[ 0.513204] Asymmetric key parser 'x509' registered\n[ 0.514484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516815] io scheduler noop registered\n[ 0.517873] io scheduler deadline registered (default)\n[ 0.519205] io scheduler cfq registered\n[ 0.520292] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523447] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525430] ACPI: Power Button [PWRF]\n[ 0.526537] GHES: HEST is not enabled!\n[ 0.540756] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570713] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601549] Linux agpgart interface v0.103\n[ 0.603841] brd: module loaded\n[ 0.605209] loop: module loaded\n[ 0.610037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611966] GPT:90111 != 2097151\n[ 0.612851] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614325] GPT:90111 != 2097151\n[ 0.615203] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616511] vda: vda1 vda15\n[ 0.618246] scsi host0: ata_piix\n[ 0.619200] scsi host1: ata_piix\n[ 0.620136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623714] libphy: Fixed MDIO Bus: probed\n[ 0.624824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628867] PPP generic driver version 2.4.2\n[ 0.630010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631583] ehci-pci: EHCI PCI platform driver\n[ 0.632714] ehci-platform: EHCI generic platform driver\n[ 0.634014] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635501] ohci-pci: OHCI PCI platform driver\n[ 0.636626] ohci-platform: OHCI generic platform driver\n[ 0.637923] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652649] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655870] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662156] usb usb1: Product: UHCI Host Controller\n[ 0.663426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666198] hub 1-0:1.0: USB hub found\n[ 0.667198] hub 1-0:1.0: 2 ports detected\n[ 0.668345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670959] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672213] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673546] mousedev: PS/2 mouse device common for all mice\n[ 0.675159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682030] i2c /dev entries driver\n[ 0.683001] device-mapper: uevent: version 1.0.3\n[ 0.684220] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686338] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687955] NET: Registered protocol family 10\n[ 0.689213] NET: Registered protocol family 17\n[ 0.690371] Key type dns_resolver registered\n[ 0.691544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692993] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695256] registered taskstats version 1\n[ 0.696337] Loading compiled-in X.509 certificates\n[ 0.698069] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700516] zswap: loaded using pool lzo/zbud\n[ 0.702148] Key type trusted registered\n[ 0.703922] Key type encrypted registered\n[ 0.705005] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706376] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707730] evm: HMAC attrs: 0x1\n[ 0.708860] Magic number: 2:592:497\n[ 0.709931] rtc_cmos 00:00: setting system clock to 2018-09-07 20:28:18 UTC (1536352098)\n[ 0.712010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713488] EDD information not available.\n[ 0.777481] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779329] ata1.00: configured for MWDMA2\n[ 0.780802] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793987] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.795636] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797240] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801448] Write protecting the kernel read-only data: 14336k\n[ 0.803400] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805701] 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.18\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.380863] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.29s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-09-07 20:29:43,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-1284e0fa-fe69-4ff3-bf97-cf88e4fb2e39 2018-09-07 20:29:43,907 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-09-07 20:29:43,907 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-09-07 20:29:43,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:29:44,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-efca5f0c-03a0-4ef2-8134-109256422919 Date: Fri, 07 Sep 2018 20:29:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4917532a-c23e-4c79-aa84-7918a0a7be01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["9566bfdc-0a48-4671-a829-aea453788143"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:49Z","provider:segmentation_id":49,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f4112478-4a2e-4e6f-8a48-c572c79a223b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"],"description":"","tags":[],"updated_at":"2018-09-07T20:27:44Z","provider:segmentation_id":16,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:27:44Z","provider:network_type":"vxlan"}]} 2018-09-07 20:29:44,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-efca5f0c-03a0-4ef2-8134-109256422919 2018-09-07 20:29:44,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"floatingip": {"floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}' 2018-09-07 20:29:45,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-979236b7-3eae-4a78-b6fb-ecada43c55d5 Date: Fri, 07 Sep 2018 20:29:45 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T20:29:44Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "151408a8-b586-4eb4-9057-a5a2b2b3e681", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:29:44Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}} 2018-09-07 20:29:45,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-979236b7-3eae-4a78-b6fb-ecada43c55d5 2018-09-07 20:29:45,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" -d '{"addFloatingIp": {"address": "172.30.9.201"}}' 2018-09-07 20:29:48,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:29: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-e7251628-4ac6-4e66-9d16-1eccb103f6a9 x-compute-request-id: req-e7251628-4ac6-4e66-9d16-1eccb103f6a9 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-07 20:29:48,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-e7251628-4ac6-4e66-9d16-1eccb103f6a9 2018-09-07 20:29:48,228 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-09-07 20:29:48,228 - sdnvpn-results - DEBUG - Ping IP 172.30.9.201 2018-09-07 20:29:48,228 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.201 -c 10' 2018-09-07 20:29:57,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" -d '{"forceDelete": null}' 2018-09-07 20:29:57,404 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:29:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec4ba81a-9606-4d94-936f-d12ae7024d2d x-compute-request-id: req-ec4ba81a-9606-4d94-936f-d12ae7024d2d Content-Length: 0 Content-Type: application/json 2018-09-07 20:29:57,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/856f064a-5a0c-40f6-8ae0-dc568fdda301/action used request id req-ec4ba81a-9606-4d94-936f-d12ae7024d2d 2018-09-07 20:29:57,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07de5ff37a9875670e88f79d5ce69dcd9b047275" -d '{"forceDelete": null}' 2018-09-07 20:29:57,794 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:29:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fcd0c32-8277-4c2c-9609-4f8af96e439a x-compute-request-id: req-0fcd0c32-8277-4c2c-9609-4f8af96e439a Content-Length: 0 Content-Type: application/json 2018-09-07 20:29:57,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/234820d7-376c-47a3-8c2d-488ada18867a/action used request id req-0fcd0c32-8277-4c2c-9609-4f8af96e439a 2018-09-07 20:29:57,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/1137ac27-6a14-414c-98ea-190243d12a12 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55d76843817040d572f8133fe281c11089fd55e2" 2018-09-07 20:29:59,397 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-008d9c90-a218-4db5-88f2-b4d0c503631e Date: Fri, 07 Sep 2018 20:29:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:29:59,397 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1137ac27-6a14-414c-98ea-190243d12a12 used request id req-008d9c90-a218-4db5-88f2-b4d0c503631e 2018-09-07 20:29:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/151408a8-b586-4eb4-9057-a5a2b2b3e681 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:00,075 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68363628-02cc-423d-8bb1-ed34e603c5f3 Content-Length: 0 Date: Fri, 07 Sep 2018 20:30:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:00,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/151408a8-b586-4eb4-9057-a5a2b2b3e681 used request id req-68363628-02cc-423d-8bb1-ed34e603c5f3 2018-09-07 20:30:00,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnet_id": "3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"}' 2018-09-07 20:30:01,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0fc3a105-f3d6-4894-a6e6-4905ca475164 Date: Fri, 07 Sep 2018 20:30:01 GMT RESP BODY: {"network_id": "f4112478-4a2e-4e6f-8a48-c572c79a223b", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e", "subnet_ids": ["3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e"], "port_id": "f1716210-5c7a-41ca-a1ec-91500b91a196", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf"} 2018-09-07 20:30:01,194 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/remove_router_interface used request id req-0fc3a105-f3d6-4894-a6e6-4905ca475164 2018-09-07 20:30:01,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"subnet_id": "9566bfdc-0a48-4671-a829-aea453788143"}' 2018-09-07 20:30:02,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d7148c8-15b6-40a0-b104-86ee546754d9 Date: Fri, 07 Sep 2018 20:30:02 GMT RESP BODY: {"network_id": "4917532a-c23e-4c79-aa84-7918a0a7be01", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "9566bfdc-0a48-4671-a829-aea453788143", "subnet_ids": ["9566bfdc-0a48-4671-a829-aea453788143"], "port_id": "45b3c33f-a010-4f4e-af0b-ef68cde4611f", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf"} 2018-09-07 20:30:02,457 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf/remove_router_interface used request id req-7d7148c8-15b6-40a0-b104-86ee546754d9 2018-09-07 20:30:02,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:30:03,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-38e7918d-5d4e-4758-9180-b9cb88cc78f6 Date: Fri, 07 Sep 2018 20:30:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:03Z", "revision_number": 10, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf", "name": "sdnvpn-8-1-router"}} 2018-09-07 20:30:03,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf used request id req-38e7918d-5d4e-4758-9180-b9cb88cc78f6 2018-09-07 20:30:03,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:05,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-775ede99-b51b-4f02-b041-757804722be9 Date: Fri, 07 Sep 2018 20:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:05,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3f6fe2cc-e6f8-4c0b-aa07-2e6804539b6e used request id req-775ede99-b51b-4f02-b041-757804722be9 2018-09-07 20:30:05,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9566bfdc-0a48-4671-a829-aea453788143 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:07,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-364916c8-9844-4791-a95a-4deb80cb0698 Date: Fri, 07 Sep 2018 20:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:07,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9566bfdc-0a48-4671-a829-aea453788143 used request id req-364916c8-9844-4791-a95a-4deb80cb0698 2018-09-07 20:30:07,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:08,219 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c20fcdcf-6392-451a-9c80-b9e1a7f69b0d Content-Length: 0 Date: Fri, 07 Sep 2018 20:30:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:08,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7ebd5e2f-2edf-4e75-86ca-9fefc5a89eaf used request id req-c20fcdcf-6392-451a-9c80-b9e1a7f69b0d 2018-09-07 20:30:08,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f4112478-4a2e-4e6f-8a48-c572c79a223b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:08,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85399640-f785-4ce1-bccd-d5b17ba92782 Date: Fri, 07 Sep 2018 20:30:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:08,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f4112478-4a2e-4e6f-8a48-c572c79a223b used request id req-85399640-f785-4ce1-bccd-d5b17ba92782 2018-09-07 20:30:08,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/4917532a-c23e-4c79-aa84-7918a0a7be01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21058dc2fa749c36ae72cb13c382a09f30cedb0c" 2018-09-07 20:30:09,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c80c0395-1b95-48bc-b7d2-147cfbfe486c Date: Fri, 07 Sep 2018 20:30:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:30:09,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/4917532a-c23e-4c79-aa84-7918a0a7be01 used request id req-c80c0395-1b95-48bc-b7d2-147cfbfe486c 2018-09-07 20:30:09,579 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | PASS | 'sdnvpn-8-1' can ping 'sdnvpn-8-2' | +========================================================================================+ | Assign a Floating IP to sdnvpn-8-1 | | PASS | Assign a Floating IP to sdnvpn-8-1 | +========================================================================================+ | Ping sdnvpn-8-1 via Floating IP | +----------------------------------------------------------------------------------------+ | PASS | Ping IP 172.30.9.201 | +========================================================================================+ 2018-09-07 20:30:09,579 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:30:09,579 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.201': 'PASS'}]} 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-09-07 20:30:09,580 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-09-07 20:30:09,674 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-09-07 20:30:09,677 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6731110L 2018-09-07 20:30:09,677 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:09,702 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:09,702 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:09,709 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-07 20:30:09,709 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:09,709 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:09,710 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:09,710 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:09,710 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:09,719 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:09,720 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:09,741 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 20:30:09,742 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:09,760 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:09,799 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:09,806 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:10,002 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:10,003 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:10,041 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:10,042 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:10,082 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:15,388 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:15,390 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:15,392 - paramiko.transport - DEBUG - starting thread (client mode): 0xb66e3990L 2018-09-07 20:30:15,392 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:15,399 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:15,399 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:15,402 - 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-07 20:30:15,402 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:15,402 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:15,402 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:15,403 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:15,403 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:15,407 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:15,408 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:15,424 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:30:15,425 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:15,447 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:15,460 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:15,489 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:15,560 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:15,560 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:15,599 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:15,600 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:15,609 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:15,647 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:15,648 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:15,649 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:15,650 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:15,650 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:15,691 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:15,729 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:15,731 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:15,731 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:15,732 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:15,732 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:15,772 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:15,805 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:15,806 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:15,808 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6747c90L 2018-09-07 20:30:15,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:15,814 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:15,815 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:15,817 - 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-07 20:30:15,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:15,818 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:15,818 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:15,818 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:15,818 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:15,823 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:15,823 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:15,824 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:30:15,825 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:15,863 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:15,876 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:15,889 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:15,981 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:15,981 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:16,020 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:16,021 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:16,026 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:16,064 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:16,065 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:16,066 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:16,067 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:16,067 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:16,108 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:16,145 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:16,146 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:16,147 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:16,148 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:16,148 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:16,189 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:16,221 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:16,222 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:16,226 - paramiko.transport - DEBUG - starting thread (client mode): 0xb665cb90L 2018-09-07 20:30:16,227 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:16,231 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:16,231 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:16,234 - 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-07 20:30:16,235 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:16,235 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:16,235 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:16,235 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:16,235 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:16,240 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:16,241 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:16,243 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:30:16,243 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:16,281 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:16,293 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:16,308 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:16,388 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:16,388 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:16,427 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:16,428 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:16,443 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:16,480 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:16,481 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:16,482 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:16,483 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:16,483 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:16,524 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:16,561 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:16,563 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:16,563 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:16,564 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:16,564 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:16,605 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:16,637 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:16,639 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:16,641 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6747d10L 2018-09-07 20:30:16,641 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:16,646 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:16,646 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:16,649 - 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-07 20:30:16,650 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:16,650 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:16,650 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:16,650 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:16,650 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:16,655 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:16,655 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:16,656 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:30:16,657 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:16,694 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:16,706 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:16,721 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:16,808 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:16,808 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:16,848 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:16,848 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:16,856 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:16,887 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:16,888 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:16,889 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:16,890 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:16,890 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:16,930 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:16,964 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:16,965 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:16,966 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:16,966 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:16,967 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:17,008 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:17,035 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:17,036 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:17,038 - paramiko.transport - DEBUG - starting thread (client mode): 0xb673e490L 2018-09-07 20:30:17,039 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:17,043 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:17,043 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:17,046 - 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-07 20:30:17,046 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:17,046 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:17,046 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:17,046 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:17,046 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:17,051 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:17,052 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:17,054 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:30:17,055 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:17,091 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:17,101 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:17,119 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:17,184 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:17,184 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:17,223 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:17,224 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:17,230 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:17,260 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:17,261 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:17,261 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:17,262 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:17,263 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:17,302 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:17,336 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:17,337 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:17,338 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:17,339 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:17,339 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:17,380 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:17,409 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:17,410 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:17,411 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:17,412 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:17,412 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:17,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:21,988 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:21,989 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:21,991 - paramiko.transport - DEBUG - starting thread (client mode): 0xb66e3850L 2018-09-07 20:30:21,991 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:21,997 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:21,997 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:22,000 - 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-07 20:30:22,001 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:22,001 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:22,001 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:22,001 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:22,001 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:22,006 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:22,007 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:22,022 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:30:22,023 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:22,046 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:22,058 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:22,087 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:22,142 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:22,142 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:22,181 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:22,182 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:22,191 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:22,228 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:22,229 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:22,229 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:22,230 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:22,231 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:22,271 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:22,310 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:22,311 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:22,312 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:22,313 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:22,313 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:22,354 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:22,387 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:22,389 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:22,391 - paramiko.transport - DEBUG - starting thread (client mode): 0xb67872d0L 2018-09-07 20:30:22,391 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:22,397 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:22,397 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:22,400 - 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-07 20:30:22,400 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:22,400 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:22,401 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:22,401 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:22,401 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:22,405 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:22,406 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:22,407 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:30:22,407 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:22,445 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:22,457 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:22,472 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:22,557 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:22,558 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:22,597 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:22,597 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:22,608 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:22,645 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:22,646 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:22,647 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:22,647 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:22,648 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:22,689 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:22,727 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:22,728 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:22,729 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:22,730 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:22,730 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:22,771 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:22,801 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:22,803 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:22,804 - paramiko.transport - DEBUG - starting thread (client mode): 0xb67c5c90L 2018-09-07 20:30:22,805 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:22,810 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:22,811 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:22,813 - 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-07 20:30:22,814 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:22,814 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:22,814 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:22,814 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:22,814 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:22,819 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:22,819 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:22,821 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:30:22,821 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:22,859 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:22,871 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:22,886 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:22,953 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:22,953 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:22,992 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:22,993 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:22,997 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:23,035 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:23,036 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:23,036 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:23,037 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:23,037 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:23,080 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:23,119 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:23,121 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:23,121 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:23,122 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:23,122 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:23,163 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:23,194 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:23,196 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:23,197 - paramiko.transport - DEBUG - starting thread (client mode): 0xb821ced0L 2018-09-07 20:30:23,198 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:23,203 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:23,204 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:23,206 - 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-07 20:30:23,206 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:23,206 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:23,207 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:23,207 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:23,207 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:23,211 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:23,212 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:23,214 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:30:23,214 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:23,252 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:23,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:23,279 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:23,363 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:23,363 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:23,402 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:23,403 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:23,413 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:23,442 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:23,443 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:23,444 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:23,445 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:23,445 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:23,486 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:23,517 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:23,518 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:23,519 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:23,520 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:23,520 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:23,560 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:23,588 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:23,588 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:23,591 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6786b50L 2018-09-07 20:30:23,591 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:30:23,596 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:30:23,596 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:30:23,599 - 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-07 20:30:23,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:30:23,599 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:30:23,600 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:30:23,600 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:30:23,600 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:30:23,604 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:30:23,605 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:30:23,607 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:30:23,608 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:30:23,644 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:30:23,655 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:30:23,672 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:30:23,744 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:30:23,744 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:30:23,783 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:30:23,784 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:30:23,790 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:30:23,821 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:30:23,822 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:30:23,823 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:30:23,824 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:30:23,824 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:30:23,865 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:30:23,898 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:30:23,899 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:30:23,900 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:30:23,901 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:30:23,901 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:30:23,942 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:30:23,970 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:30:23,971 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:30:23,972 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:30:23,972 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:30:23,973 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:30:23,977 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:30:24,026 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:30:24,027 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:30:24,028 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:30:24,028 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:30:24,029 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:30:24,031 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:30:24,085 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:30:24,087 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:30:24,087 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:30:24,088 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:30:24,088 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:30:24,092 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:30:24,145 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:30:24,146 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:30:24,148 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:30:24,148 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:30:24,148 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:30:24,152 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:30:24,189 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:30:24,191 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:30:24,192 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:30:24,192 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:30:24,192 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:30:24,195 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:30:24,233 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:30:24,234 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-09-07 20:30:24,234 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-09-07 20:30:24,235 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-09-07 20:30:24,235 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:30:24,236 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:30:24,237 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:30:24,237 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:30:24,239 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:30:24,287 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:30:24,288 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-09-07 20:30:24,289 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:30:24,289 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:30:24,290 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:30:24,290 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:30:24,295 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:30:24,349 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:30:24,349 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-09-07 20:30:24,350 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:30:24,350 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:30:24,352 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:30:24,352 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:30:24,356 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:30:24,408 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:30:24,409 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-09-07 20:30:24,413 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:30:24,430 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:30:24,430 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:30:24,431 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:30:24,433 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:30:24,471 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:30:24,472 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:30:24,473 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:30:24,473 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:30:24,473 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:30:24,514 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:30:24,548 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:30:24,550 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:30:24,551 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:30:24,551 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:30:24,552 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:30:24,592 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:30:24,619 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-09-07 20:30:24,620 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-09-07 20:30:24,620 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-09-07 20:30:24,621 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-09-07 20:30:24,625 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-09-07 20:30:24,627 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:30:24,628 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:30:24,628 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:30:24,631 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:30:24,675 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:30:24,675 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:30:24,676 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:30:24,677 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:30:24,677 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:30:24,718 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:30:24,756 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:30:24,757 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:30:24,758 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:30:24,759 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:30:24,759 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:30:24,800 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:30:24,831 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-09-07 20:30:24,832 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-09-07 20:30:24,833 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-09-07 20:30:24,834 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-09-07 20:30:24,838 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-09-07 20:30:24,840 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:30:24,840 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:30:24,841 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:30:24,843 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:30:24,888 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:30:24,889 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:30:24,889 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:30:24,890 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:30:24,890 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:30:24,931 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:30:24,972 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:30:24,974 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:30:24,974 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:30:24,975 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:30:24,975 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:30:25,016 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:30:25,050 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-09-07 20:30:25,050 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-09-07 20:30:25,051 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-09-07 20:30:25,053 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-09-07 20:30:25,056 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-09-07 20:30:25,058 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-09-07 20:30:25,058 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:30:25,059 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:30:25,059 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:30:25,061 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:30:25,062 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:30:25,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-07 20:30:25,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-07 20:30:25,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-07 20:30:25,103 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:30:25,103 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.23 2018-09-07 20:30:25,104 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:30:25,105 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:30:25,106 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:30:25,106 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:30:25,147 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:30:28,377 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:30:28,378 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-07 20:30:28,378 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:30:28,380 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-07 20:30:28,380 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-07 20:30:28,421 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-07 20:30:29,117 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-07 20:30:29,118 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-07 20:30:34,122 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-09-07 20:30:34,123 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-07 20:30:34,124 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-07 20:30:34,124 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-07 20:30:34,126 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-07 20:30:34,176 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-07 20:30:34,176 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-09-07 20:30:34,178 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-07 20:30:34,177 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-09-07 20:30:42,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:30:42,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:30:42,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:30:42,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:30:42,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:30:42,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:30:42,673 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:30:42,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:30:42,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:30:42,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:30:42,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:30:42,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:30:42,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:30:42,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:30:42,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:30:42,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:30:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:30:42,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb217c01-af91-4420-bd26-95c1713cd28b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:30:42,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cb217c01-af91-4420-bd26-95c1713cd28b 2018-09-07 20:30:42,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:30:43,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["wWzNg8LdQMGEuANJaGf8hA"], "issued_at": "2018-09-07T20:30:43.000000Z"}} 2018-09-07 20:30:43,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5253c8a265d973f1d7159b5ba3eff7e1226e4fe8" 2018-09-07 20:30:43,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4d62e33-6a57-44ac-9c70-6f73a6b2ddf4 x-compute-request-id: req-d4d62e33-6a57-44ac-9c70-6f73a6b2ddf4 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 20:30:43,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail used request id req-d4d62e33-6a57-44ac-9c70-6f73a6b2ddf4 2018-09-07 20:30:43,303 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-07 20:30:43,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5253c8a265d973f1d7159b5ba3eff7e1226e4fe8" -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-07 20:30:43,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:30:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b9b6874-efce-44f5-abd3-35c7fe578543 x-compute-request-id: req-9b9b6874-efce-44f5-abd3-35c7fe578543 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:30:43,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9b9b6874-efce-44f5-abd3-35c7fe578543 2018-09-07 20:30:43,356 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 created successfully. 2018-09-07 20:30:43,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:30:43,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1faf71-565a-4f21-89e5-ec8b4eb0320f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:30:43,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-df1faf71-565a-4f21-89e5-ec8b4eb0320f 2018-09-07 20:30:43,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:30:43,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["O_vEmS08TuOt1ib0zpy5yA"], "issued_at": "2018-09-07T20:30:43.000000Z"}} 2018-09-07 20:30:43,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:43,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 36830 X-Openstack-Request-Id: req-6d7e575d-fda9-4647-aac2-4e815228c847 Date: Fri, 07 Sep 2018 20:30:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:27:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 6, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:30:43,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-6d7e575d-fda9-4647-aac2-4e815228c847 2018-09-07 20:30:43,993 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:30:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:44,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-fe0c7ccd-7312-40aa-81ac-853764cad584 Date: Fri, 07 Sep 2018 20:30:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "041441d2-0fb7-4e30-8163-a33206f777b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "144f2434-c579-4cf5-8b75-8223960d1519"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "181da2ca-8942-47ce-ac17-6751a0222f5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "319962db-c090-44d8-8e45-d09304db4e7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "35940833-1ddc-4102-b26d-8e79203c100e"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "38f7270e-7225-4476-b833-36f56c835455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "43344869-35ff-4903-96ba-95f18b7bd5f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "4781b16a-23df-4c3b-841f-f1f54b509379"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "4794a237-75aa-41b1-923a-bdd68525f117"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6454b76e-ad31-498a-b548-5381abac706e"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "75d3d9f6-229f-4501-97d2-97e32a233c82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "804e679d-993a-4c09-94dc-22902cf0fc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "9aa268e8-9862-4fab-add9-4842880a4258"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:54Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "a20a762b-5aec-4302-9757-d77c0c65e328"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "aa64b341-fdd4-42db-834f-1de78826f79f"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "b7889c87-bd64-4b3b-867a-d671113d2d81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "b7eb7098-8704-420c-9ea3-f9329059cb66"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "bcc8d533-f627-4525-a102-03cd25f8da25"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "dc55abfd-f317-4045-8012-99ca00bfc087"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "de992896-bc7c-4682-bd1b-b50f91e38444"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "e43cb875-eba3-4998-9692-abb82140bb9d"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "e518baac-fd5f-4937-9e85-09e21b532c6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fef89a88-b5f0-4b48-a431-8394320aedfd"}]} 2018-09-07 20:30:44,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-fe0c7ccd-7312-40aa-81ac-853764cad584 2018-09-07 20:30:44,243 - sdnvpn_test_utils - INFO - This rule exists for security group: 6f829573-2f15-46c3-8957-08c4eb5eb777 2018-09-07 20:30:44,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:44,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-7a57f0a6-cf41-41fe-b8fe-b52064ea8bd6 Date: Fri, 07 Sep 2018 20:30:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "041441d2-0fb7-4e30-8163-a33206f777b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "144f2434-c579-4cf5-8b75-8223960d1519"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "181da2ca-8942-47ce-ac17-6751a0222f5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "319962db-c090-44d8-8e45-d09304db4e7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "35940833-1ddc-4102-b26d-8e79203c100e"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "38f7270e-7225-4476-b833-36f56c835455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "43344869-35ff-4903-96ba-95f18b7bd5f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "4781b16a-23df-4c3b-841f-f1f54b509379"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "4794a237-75aa-41b1-923a-bdd68525f117"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6454b76e-ad31-498a-b548-5381abac706e"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "75d3d9f6-229f-4501-97d2-97e32a233c82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "804e679d-993a-4c09-94dc-22902cf0fc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "9aa268e8-9862-4fab-add9-4842880a4258"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:54Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "a20a762b-5aec-4302-9757-d77c0c65e328"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "aa64b341-fdd4-42db-834f-1de78826f79f"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "b7889c87-bd64-4b3b-867a-d671113d2d81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "b7eb7098-8704-420c-9ea3-f9329059cb66"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "bcc8d533-f627-4525-a102-03cd25f8da25"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "dc55abfd-f317-4045-8012-99ca00bfc087"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "de992896-bc7c-4682-bd1b-b50f91e38444"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "e43cb875-eba3-4998-9692-abb82140bb9d"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "e518baac-fd5f-4937-9e85-09e21b532c6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fef89a88-b5f0-4b48-a431-8394320aedfd"}]} 2018-09-07 20:30:44,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-7a57f0a6-cf41-41fe-b8fe-b52064ea8bd6 2018-09-07 20:30:44,469 - sdnvpn_test_utils - INFO - This rule exists for security group: 6f829573-2f15-46c3-8957-08c4eb5eb777 2018-09-07 20:30:44,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:44,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-c18a4322-f341-4f21-8f7a-c104896b7947 Date: Fri, 07 Sep 2018 20:30:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "041441d2-0fb7-4e30-8163-a33206f777b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "144f2434-c579-4cf5-8b75-8223960d1519"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "181da2ca-8942-47ce-ac17-6751a0222f5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "319962db-c090-44d8-8e45-d09304db4e7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "35940833-1ddc-4102-b26d-8e79203c100e"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "38f7270e-7225-4476-b833-36f56c835455"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "43344869-35ff-4903-96ba-95f18b7bd5f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "4781b16a-23df-4c3b-841f-f1f54b509379"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "4794a237-75aa-41b1-923a-bdd68525f117"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd"}, {"remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6454b76e-ad31-498a-b548-5381abac706e"}, {"remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "69ebd447-ad66-464a-87a7-56d661b9cef2"}, {"remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "75d3d9f6-229f-4501-97d2-97e32a233c82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "804e679d-993a-4c09-94dc-22902cf0fc87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "9aa268e8-9862-4fab-add9-4842880a4258"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:54Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "a20a762b-5aec-4302-9757-d77c0c65e328"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:53Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "aa64b341-fdd4-42db-834f-1de78826f79f"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "b7889c87-bd64-4b3b-867a-d671113d2d81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "port_range_min": null, "revision_number": 0, "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "b7eb7098-8704-420c-9ea3-f9329059cb66"}, {"remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f"}, {"remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "port_range_min": null, "revision_number": 0, "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "bcc8d533-f627-4525-a102-03cd25f8da25"}, {"remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "project_id": "", "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "port_range_min": null, "revision_number": 0, "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:43Z", "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048"}, {"remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "port_range_min": null, "revision_number": 0, "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "dc55abfd-f317-4045-8012-99ca00bfc087"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "de992896-bc7c-4682-bd1b-b50f91e38444"}, {"remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "port_range_min": null, "revision_number": 0, "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240"}, {"remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "port_range_min": null, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "e43cb875-eba3-4998-9692-abb82140bb9d"}, {"remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a"}, {"remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "port_range_min": null, "revision_number": 0, "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "e518baac-fd5f-4937-9e85-09e21b532c6a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "port_range_min": null, "revision_number": 0, "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "port_range_min": null, "revision_number": 0, "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8"}, {"remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409"}, {"remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "port_range_min": null, "revision_number": 0, "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f"}, {"remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "port_range_min": null, "revision_number": 0, "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "fef89a88-b5f0-4b48-a431-8394320aedfd"}]} 2018-09-07 20:30:44,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-c18a4322-f341-4f21-8f7a-c104896b7947 2018-09-07 20:30:44,656 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-07 20:30:44,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:30:44,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-b748038f-8b8a-45bf-9057-6a6d8ad13cce Date: Fri, 07 Sep 2018 20:30:44 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-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "port_range_min": 179, "revision_number": 0, "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:44Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "a22362c0-5930-40a6-8762-0ace173095a0"}} 2018-09-07 20:30:44,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules used request id req-b748038f-8b8a-45bf-9057-6a6d8ad13cce 2018-09-07 20:30:44,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:45,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-67c159a8-60b1-48f8-9b15-081ed0f49ac4 Date: Fri, 07 Sep 2018 20:30:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 20:30:45,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-67c159a8-60b1-48f8-9b15-081ed0f49ac4 2018-09-07 20:30:45,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:45,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e2c7526b-f5a6-4112-a5c5-5c0c0d65bd02 Date: Fri, 07 Sep 2018 20:30:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 20:30:45,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-e2c7526b-f5a6-4112-a5c5-5c0c0d65bd02 2018-09-07 20:30:45,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:45,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ee689ea4-326e-41e3-8984-6628296d12c5 Date: Fri, 07 Sep 2018 20:30:45 GMT RESP BODY: {"routers": []} 2018-09-07 20:30:45,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-ee689ea4-326e-41e3-8984-6628296d12c5 2018-09-07 20:30:45,634 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-09-07 20:30:45,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-09-07 20:30:46,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-ae1a0c82-4986-4d58-99db-e7f932096d3d Date: Fri, 07 Sep 2018 20:30: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":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:30:45Z","is_default":false,"provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","mtu":1450}} 2018-09-07 20:30:46,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-ae1a0c82-4986-4d58-99db-e7f932096d3d 2018-09-07 20:30:46,078 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f12bceed-0bfc-49ec-9a15-3dfe7719245c' created successfully 2018-09-07 20:30:46,078 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:30:46,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnets": [{"ip_version": 4, "network_id": "f12bceed-0bfc-49ec-9a15-3dfe7719245c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-09-07 20:30:46,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9951b7c7-e118-4ee5-b587-3dcba4535a66 Date: Fri, 07 Sep 2018 20:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:30:46Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"63c0fe28-8626-40fa-8983-6efdde039f55","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-09-07 20:30:46,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-9951b7c7-e118-4ee5-b587-3dcba4535a66 2018-09-07 20:30:46,629 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '63c0fe28-8626-40fa-8983-6efdde039f55' created successfully 2018-09-07 20:30:46,629 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:30:46,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-09-07 20:30:46,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-926d0b32-c88a-448d-8b77-f88d5042c6a0 Date: Fri, 07 Sep 2018 20:30:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:46Z", "revision_number": 0, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4", "name": "sdnvpn-3-1-router"}} 2018-09-07 20:30:46,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-926d0b32-c88a-448d-8b77-f88d5042c6a0 2018-09-07 20:30:46,784 - sdnvpn.lib.openstack_utils - DEBUG - Router '95ab34cf-eb01-4538-90ba-c470c88412d4' created successfully 2018-09-07 20:30:46,784 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:30:46,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnet_id": "63c0fe28-8626-40fa-8983-6efdde039f55"}' 2018-09-07 20:30:48,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8055d04-92c2-4e73-af2b-c5293da99efe Date: Fri, 07 Sep 2018 20:30:48 GMT RESP BODY: {"network_id": "f12bceed-0bfc-49ec-9a15-3dfe7719245c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "63c0fe28-8626-40fa-8983-6efdde039f55", "subnet_ids": ["63c0fe28-8626-40fa-8983-6efdde039f55"], "port_id": "c7a2348d-05e9-4606-9efe-6f16e9542fd9", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4"} 2018-09-07 20:30:48,369 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4/add_router_interface used request id req-f8055d04-92c2-4e73-af2b-c5293da99efe 2018-09-07 20:30:48,370 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:30:48,370 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:30:48,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:48,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-87a6ef97-00c5-4adb-a2c5-0fd60c08f390 Date: Fri, 07 Sep 2018 20:30:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["63c0fe28-8626-40fa-8983-6efdde039f55"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:46Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","provider:network_type":"vxlan"}]} 2018-09-07 20:30:48,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-87a6ef97-00c5-4adb-a2c5-0fd60c08f390 2018-09-07 20:30:48,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 20:30:50,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-87d2572e-22d0-4bf0-8b9e-ba11a0dc9c18 Date: Fri, 07 Sep 2018 20:30:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:50Z", "revision_number": 4, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4", "name": "sdnvpn-3-1-router"}} 2018-09-07 20:30:50,552 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 used request id req-87d2572e-22d0-4bf0-8b9e-ba11a0dc9c18 2018-09-07 20:30:50,553 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:30:50,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:50,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-8d350799-bf64-4306-8d67-32cc0f973565 Date: Fri, 07 Sep 2018 20:30:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["63c0fe28-8626-40fa-8983-6efdde039f55"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:46Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","provider:network_type":"vxlan"}]} 2018-09-07 20:30:50,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-8d350799-bf64-4306-8d67-32cc0f973565 2018-09-07 20:30:50,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:50,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-2c74e9ad-e559-4417-86f1-7be82435b6c1 Date: Fri, 07 Sep 2018 20:30:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:30:46Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"63c0fe28-8626-40fa-8983-6efdde039f55","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-09-07 20:30:50,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-2c74e9ad-e559-4417-86f1-7be82435b6c1 2018-09-07 20:30:50,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:50,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-036ddef2-5e25-4b03-be14-1814e2dbe1e5 Date: Fri, 07 Sep 2018 20:30:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:50Z", "revision_number": 4, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4", "name": "sdnvpn-3-1-router"}]} 2018-09-07 20:30:50,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-036ddef2-5e25-4b03-be14-1814e2dbe1e5 2018-09-07 20:30:50,950 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-09-07 20:30:50,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-09-07 20:30:51,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b421085a-1731-4c87-9f5d-5610220cfa76 Date: Fri, 07 Sep 2018 20:30:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6c89f0e7-304b-4890-a35a-02a0d441dd8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:30:51Z","is_default":false,"provider:segmentation_id":95,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:51Z","mtu":1450}} 2018-09-07 20:30:51,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-b421085a-1731-4c87-9f5d-5610220cfa76 2018-09-07 20:30:51,192 - sdnvpn.lib.openstack_utils - DEBUG - Network '6c89f0e7-304b-4890-a35a-02a0d441dd8c' created successfully 2018-09-07 20:30:51,192 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:30:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnets": [{"ip_version": 4, "network_id": "6c89f0e7-304b-4890-a35a-02a0d441dd8c", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-09-07 20:30:51,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9df3b8cc-d1ff-439e-90b9-356de0015410 Date: Fri, 07 Sep 2018 20:30:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c89f0e7-304b-4890-a35a-02a0d441dd8c","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:51Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:30:51Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"c822a45b-b46d-47e8-b125-8b410629c0ac","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-09-07 20:30:51,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-9df3b8cc-d1ff-439e-90b9-356de0015410 2018-09-07 20:30:51,791 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c822a45b-b46d-47e8-b125-8b410629c0ac' created successfully 2018-09-07 20:30:51,791 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:30:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-09-07 20:30:51,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-097b8f35-09b6-411c-a577-f84a97e2965b Date: Fri, 07 Sep 2018 20:30:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:51Z", "revision_number": 0, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aaa7537a-25b2-4586-ab3e-4e573c9d1590", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-07 20:30:51,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-097b8f35-09b6-411c-a577-f84a97e2965b 2018-09-07 20:30:51,931 - sdnvpn.lib.openstack_utils - DEBUG - Router 'aaa7537a-25b2-4586-ab3e-4e573c9d1590' created successfully 2018-09-07 20:30:51,931 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:30:51,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnet_id": "c822a45b-b46d-47e8-b125-8b410629c0ac"}' 2018-09-07 20:30:53,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f629de61-d1f7-4aed-abc2-075635b89b35 Date: Fri, 07 Sep 2018 20:30:53 GMT RESP BODY: {"network_id": "6c89f0e7-304b-4890-a35a-02a0d441dd8c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "c822a45b-b46d-47e8-b125-8b410629c0ac", "subnet_ids": ["c822a45b-b46d-47e8-b125-8b410629c0ac"], "port_id": "6efa1542-16d8-427d-9b6a-aacd1136c50f", "id": "aaa7537a-25b2-4586-ab3e-4e573c9d1590"} 2018-09-07 20:30:53,261 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590/add_router_interface used request id req-f629de61-d1f7-4aed-abc2-075635b89b35 2018-09-07 20:30:53,261 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:30:53,262 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:30:53,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:30:53,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-9f533d7c-8d63-4c04-a117-db5a27879c18 Date: Fri, 07 Sep 2018 20:30:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c89f0e7-304b-4890-a35a-02a0d441dd8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["c822a45b-b46d-47e8-b125-8b410629c0ac"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:51Z","provider:segmentation_id":95,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["63c0fe28-8626-40fa-8983-6efdde039f55"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:46Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","provider:network_type":"vxlan"}]} 2018-09-07 20:30:53,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-9f533d7c-8d63-4c04-a117-db5a27879c18 2018-09-07 20:30:53,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 20:30:54,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-45abcc3f-0ebe-4253-8ba5-2529f8bb6cee Date: Fri, 07 Sep 2018 20:30:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:30:54Z", "revision_number": 3, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aaa7537a-25b2-4586-ab3e-4e573c9d1590", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-07 20:30:54,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 used request id req-45abcc3f-0ebe-4253-8ba5-2529f8bb6cee 2018-09-07 20:30:54,583 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:30:54,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:30:54,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71c1542-ae2f-4cd0-994f-f88de4a8df24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:30:54,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b71c1542-ae2f-4cd0-994f-f88de4a8df24 2018-09-07 20:30:54,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:30:54,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["QbAvMGfcScOzhinrHD0nhA"], "issued_at": "2018-09-07T20:30:54.000000Z"}} 2018-09-07 20:30:54,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de096b5b16e715733bb156e1a49a79dc1217f4de" 2018-09-07 20:30:55,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8a5f5133-7c88-40cb-839d-df9821628753 Date: Fri, 07 Sep 2018 20:30:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:30:55,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-8a5f5133-7c88-40cb-839d-df9821628753 2018-09-07 20:30:55,534 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-07 20:30:55,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de096b5b16e715733bb156e1a49a79dc1217f4de" 2018-09-07 20:30:56,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c90e59ff-50e8-4095-8c98-4bf0844b5dc0 Date: Fri, 07 Sep 2018 20:30:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 20:30:56,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-c90e59ff-50e8-4095-8c98-4bf0844b5dc0 2018-09-07 20:30:56,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de096b5b16e715733bb156e1a49a79dc1217f4de" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-09-07 20:30:56,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c X-Openstack-Request-Id: req-be586cfb-ae6c-4a57-ab71-9e4188ab96e6 Date: Fri, 07 Sep 2018 20:30:56 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:30:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:30:56Z", "visibility": "public", "locations": [], "self": "/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "min_disk": 0, "protected": false, "id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "file": "/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:30:56,298 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-be586cfb-ae6c-4a57-ab71-9e4188ab96e6 2018-09-07 20:30:56,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de096b5b16e715733bb156e1a49a79dc1217f4de" -d '' 2018-09-07 20:31:06,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41b4ce95-255a-476c-85f3-8240cf11a64e Date: Fri, 07 Sep 2018 20:31:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:31:06,831 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c/file used request id req-41b4ce95-255a-476c-85f3-8240cf11a64e 2018-09-07 20:31:06,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:31:07,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-b96842aa-e32d-4199-a215-f675550e32e9 Date: Fri, 07 Sep 2018 20:31:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c89f0e7-304b-4890-a35a-02a0d441dd8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["c822a45b-b46d-47e8-b125-8b410629c0ac"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:51Z","provider:segmentation_id":95,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["63c0fe28-8626-40fa-8983-6efdde039f55"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:46Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","provider:network_type":"vxlan"}]} 2018-09-07 20:31:07,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-b96842aa-e32d-4199-a215-f675550e32e9 2018-09-07 20:31:07,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"floatingip": {"floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}' 2018-09-07 20:31:08,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-e8e66d93-0954-4060-97a1-57ba4b574432 Date: Fri, 07 Sep 2018 20:31:08 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T20:31:07Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "709d9b91-c64e-4a5d-beac-8e4537da28fc", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:31:07Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}} 2018-09-07 20:31:08,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-e8e66d93-0954-4060-97a1-57ba4b574432 2018-09-07 20:31:08,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:31:09,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-55209783-c157-4e46-9f3b-910441498d8b Date: Fri, 07 Sep 2018 20:31:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c89f0e7-304b-4890-a35a-02a0d441dd8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["c822a45b-b46d-47e8-b125-8b410629c0ac"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:51Z","provider:segmentation_id":95,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:51Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f12bceed-0bfc-49ec-9a15-3dfe7719245c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["63c0fe28-8626-40fa-8983-6efdde039f55"],"description":"","tags":[],"updated_at":"2018-09-07T20:30:46Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:30:45Z","provider:network_type":"vxlan"}]} 2018-09-07 20:31:09,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-55209783-c157-4e46-9f3b-910441498d8b 2018-09-07 20:31:09,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"floatingip": {"floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}' 2018-09-07 20:31:10,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-374a2cde-13be-4d02-b429-ba8a95d7fc69 Date: Fri, 07 Sep 2018 20:31:10 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-07T20:31:09Z", "floating_network_id": "e537ef2c-765f-4452-9b85-388ace121512", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "4a067e94-0d23-4c7d-ab86-bd6bcafabea9", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:31:09Z", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}} 2018-09-07 20:31:10,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips used request id req-374a2cde-13be-4d02-b429-ba8a95d7fc69 2018-09-07 20:31:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:31:10,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f466a2ac-7ec4-488f-bfe0-97f172d27895 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:31:10,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f466a2ac-7ec4-488f-bfe0-97f172d27895 2018-09-07 20:31:10,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:31:10,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["NbrPbLgDRzCX71noKptoYw"], "issued_at": "2018-09-07T20:31:10.000000Z"}} 2018-09-07 20:31:10,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c767112fd5e8a5bf4eef181370cd61e0a729cb" 2018-09-07 20:31:11,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c63430ea-fb8a-474d-b82c-77cba37b0f09 x-compute-request-id: req-c63430ea-fb8a-474d-b82c-77cba37b0f09 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:31:11,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-c63430ea-fb8a-474d-b82c-77cba37b0f09 2018-09-07 20:31:11,155 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:31:11,156 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:31:11,156 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:31:11,159 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:31:11,195 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:31:11,197 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:31:11,206 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-09-07 20:31:11,206 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=c5cacff9-98b1-4379-8a63-3da81f415c4c network=6c89f0e7-304b-4890-a35a-02a0d441dd8c secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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.200 # 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-07 20:31:11,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:31:11,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:31:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:31:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:31:11,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:31:11,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:31:11,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:31:11,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:31:11,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:31:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:31:11,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:31:11,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:31:11,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:31:11,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:31:11,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:31:11,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:31:11,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:31:11,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d8f6849-1713-487c-bd4e-e64b27d2fb89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:31:11,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6d8f6849-1713-487c-bd4e-e64b27d2fb89 2018-09-07 20:31:11,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:31:11,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:31:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["jBTRZztsQXK8mYqU1NHnDw"], "issued_at": "2018-09-07T20:31:11.000000Z"}} 2018-09-07 20:31:11,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" 2018-09-07 20:31:11,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-1a8d8863-360b-4061-acec-7d07996ef567 x-compute-request-id: req-1a8d8863-360b-4061-acec-7d07996ef567 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:31:11,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-1a8d8863-360b-4061-acec-7d07996ef567 2018-09-07 20:31:11,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" 2018-09-07 20:31:11,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-c01d2b10-118b-41a8-b33d-5d6561d7a991 x-compute-request-id: req-c01d2b10-118b-41a8-b33d-5d6561d7a991 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:31:11,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 used request id req-c01d2b10-118b-41a8-b33d-5d6561d7a991 2018-09-07 20:31:11,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjMKT1dOX0lQPTE3Mi4zMC45LjIwMAojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "6c89f0e7-304b-4890-a35a-02a0d441dd8c"}], "config_drive": true}}' 2018-09-07 20:31:13,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:31: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-fa0f56ca-16b2-406a-8395-3923a0cee614 x-compute-request-id: req-fa0f56ca-16b2-406a-8395-3923a0cee614 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "adminPass": "Jjd8vpSjnZK6"}} 2018-09-07 20:31:13,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-fa0f56ca-16b2-406a-8395-3923a0cee614 2018-09-07 20:31:13,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:31:14,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b3f937-93c2-4524-8477-f0b530360a74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:31:14,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-78b3f937-93c2-4524-8477-f0b530360a74 2018-09-07 20:31:14,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:31:14,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:31:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["J3GOLR6HQuuoHCsNy4wF-Q"], "issued_at": "2018-09-07T20:31:14.000000Z"}} 2018-09-07 20:31:14,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:14,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce3c88b3-ed94-4d19-a001-37988d2fd043 x-compute-request-id: req-ce3c88b3-ed94-4d19-a001-37988d2fd043 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31: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-3-2-quagga", "created": "2018-09-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:14,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-ce3c88b3-ed94-4d19-a001-37988d2fd043 2018-09-07 20:31:17,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:18,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9619d1da-fe43-44fe-afe5-aa8424e32e20 x-compute-request-id: req-9619d1da-fe43-44fe-afe5-aa8424e32e20 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:18,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-9619d1da-fe43-44fe-afe5-aa8424e32e20 2018-09-07 20:31:21,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:21,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54686def-eddc-414d-853a-89a7f72057f7 x-compute-request-id: req-54686def-eddc-414d-853a-89a7f72057f7 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:21,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-54686def-eddc-414d-853a-89a7f72057f7 2018-09-07 20:31:24,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:25,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-5f6daa1b-3c3b-4e2b-a0d7-157606d1233f x-compute-request-id: req-5f6daa1b-3c3b-4e2b-a0d7-157606d1233f Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:25,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-5f6daa1b-3c3b-4e2b-a0d7-157606d1233f 2018-09-07 20:31:28,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:29,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-503ccb11-e8b4-4401-a611-fc4aa83c3394 x-compute-request-id: req-503ccb11-e8b4-4401-a611-fc4aa83c3394 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:29,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-503ccb11-e8b4-4401-a611-fc4aa83c3394 2018-09-07 20:31:32,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:33,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00b8f0cc-2988-48e5-810f-2a8cce74cf07 x-compute-request-id: req-00b8f0cc-2988-48e5-810f-2a8cce74cf07 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:33,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-00b8f0cc-2988-48e5-810f-2a8cce74cf07 2018-09-07 20:31:36,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:36,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-f381d57c-c22c-4d5f-9727-ac9b1a53a4f9 x-compute-request-id: req-f381d57c-c22c-4d5f-9727-ac9b1a53a4f9 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:36,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-f381d57c-c22c-4d5f-9727-ac9b1a53a4f9 2018-09-07 20:31:39,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:40,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21624876-94ec-457a-bda3-89d77798ea3c x-compute-request-id: req-21624876-94ec-457a-bda3-89d77798ea3c Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:40,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-21624876-94ec-457a-bda3-89d77798ea3c 2018-09-07 20:31:43,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:44,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4aedc78a-0e7d-49fd-90a9-edb7cab17e29 x-compute-request-id: req-4aedc78a-0e7d-49fd-90a9-edb7cab17e29 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:44,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-4aedc78a-0e7d-49fd-90a9-edb7cab17e29 2018-09-07 20:31:47,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:48,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-422dedd0-2bf5-4635-b6f0-e500581619c1 x-compute-request-id: req-422dedd0-2bf5-4635-b6f0-e500581619c1 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:48,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-422dedd0-2bf5-4635-b6f0-e500581619c1 2018-09-07 20:31:51,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:51,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-92dc632d-ee88-4c8a-8564-92fe3c29bd37 x-compute-request-id: req-92dc632d-ee88-4c8a-8564-92fe3c29bd37 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:51,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-92dc632d-ee88-4c8a-8564-92fe3c29bd37 2018-09-07 20:31:54,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:55,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-1013c38f-2ee9-4a17-90bf-419c5665d71a x-compute-request-id: req-1013c38f-2ee9-4a17-90bf-419c5665d71a Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:55,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-1013c38f-2ee9-4a17-90bf-419c5665d71a 2018-09-07 20:31:58,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:31:59,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:31: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-c8afa0c6-5416-40db-ac4e-68275595cef0 x-compute-request-id: req-c8afa0c6-5416-40db-ac4e-68275595cef0 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:31:59,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-c8afa0c6-5416-40db-ac4e-68275595cef0 2018-09-07 20:32:02,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:02,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-fd39eb2e-a9a0-469f-9ae7-41a8167f1d72 x-compute-request-id: req-fd39eb2e-a9a0-469f-9ae7-41a8167f1d72 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:02,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-fd39eb2e-a9a0-469f-9ae7-41a8167f1d72 2018-09-07 20:32:05,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:06,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-e95d7002-a017-4733-a4ad-655c45daeb96 x-compute-request-id: req-e95d7002-a017-4733-a4ad-655c45daeb96 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:06,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-e95d7002-a017-4733-a4ad-655c45daeb96 2018-09-07 20:32:09,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:09,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-7a8772a7-88b2-4422-a893-afbb45c5de63 x-compute-request-id: req-7a8772a7-88b2-4422-a893-afbb45c5de63 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:09,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-7a8772a7-88b2-4422-a893-afbb45c5de63 2018-09-07 20:32:12,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:13,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b3e5dd0-07b8-4efb-9da7-79ad028f7ee8 x-compute-request-id: req-5b3e5dd0-07b8-4efb-9da7-79ad028f7ee8 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:13,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-5b3e5dd0-07b8-4efb-9da7-79ad028f7ee8 2018-09-07 20:32:16,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:16,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-17b2094c-cded-45fb-8e7a-8c618db6b6d1 x-compute-request-id: req-17b2094c-cded-45fb-8e7a-8c618db6b6d1 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:16,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-17b2094c-cded-45fb-8e7a-8c618db6b6d1 2018-09-07 20:32:19,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:20,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-b34e259c-4b30-4510-8d01-a5add567f02e x-compute-request-id: req-b34e259c-4b30-4510-8d01-a5add567f02e Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:20,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-b34e259c-4b30-4510-8d01-a5add567f02e 2018-09-07 20:32:23,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:23,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-67222b88-4469-4068-81a5-e96503639aae x-compute-request-id: req-67222b88-4469-4068-81a5-e96503639aae Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:23,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-67222b88-4469-4068-81a5-e96503639aae 2018-09-07 20:32:26,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:27,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-f55d23c6-5a83-4a71-b8a5-c8e70fcc265f x-compute-request-id: req-f55d23c6-5a83-4a71-b8a5-c8e70fcc265f Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:27,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-f55d23c6-5a83-4a71-b8a5-c8e70fcc265f 2018-09-07 20:32:30,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:30,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-98ce2b6f-64b3-408d-85ea-84106914c891 x-compute-request-id: req-98ce2b6f-64b3-408d-85ea-84106914c891 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:30,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-98ce2b6f-64b3-408d-85ea-84106914c891 2018-09-07 20:32:34,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:34,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-f3cf51c1-7cf6-4f5e-ad19-8d80b7eb1286 x-compute-request-id: req-f3cf51c1-7cf6-4f5e-ad19-8d80b7eb1286 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:34,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-f3cf51c1-7cf6-4f5e-ad19-8d80b7eb1286 2018-09-07 20:32:37,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:37,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-800034ab-e455-461b-9f21-36a91c5022c2 x-compute-request-id: req-800034ab-e455-461b-9f21-36a91c5022c2 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:37,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-800034ab-e455-461b-9f21-36a91c5022c2 2018-09-07 20:32:40,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:41,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-b2867014-dc37-4f72-b4a0-5b223810f084 x-compute-request-id: req-b2867014-dc37-4f72-b4a0-5b223810f084 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:41,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-b2867014-dc37-4f72-b4a0-5b223810f084 2018-09-07 20:32:44,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:44,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-716325d0-5231-40b2-a006-03f1e61dd1e5 x-compute-request-id: req-716325d0-5231-40b2-a006-03f1e61dd1e5 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:44,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-716325d0-5231-40b2-a006-03f1e61dd1e5 2018-09-07 20:32:47,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:48,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-d1e4c5eb-bafc-4ba3-bda3-96616b611167 x-compute-request-id: req-d1e4c5eb-bafc-4ba3-bda3-96616b611167 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:48,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-d1e4c5eb-bafc-4ba3-bda3-96616b611167 2018-09-07 20:32:51,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:52,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-43659885-28c4-48f3-8f9d-b6674dc6a64b x-compute-request-id: req-43659885-28c4-48f3-8f9d-b6674dc6a64b Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:52,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-43659885-28c4-48f3-8f9d-b6674dc6a64b 2018-09-07 20:32:55,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:55,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-cc81ec5f-3469-4993-886b-27b9c25921e0 x-compute-request-id: req-cc81ec5f-3469-4993-886b-27b9c25921e0 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:55,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-cc81ec5f-3469-4993-886b-27b9c25921e0 2018-09-07 20:32:58,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:32:59,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:32: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-6890d609-b5ce-49d1-a17c-6c458fdf4bae x-compute-request-id: req-6890d609-b5ce-49d1-a17c-6c458fdf4bae Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:32:59,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-6890d609-b5ce-49d1-a17c-6c458fdf4bae 2018-09-07 20:33:02,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:02,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-866125ee-474d-4c09-9021-6bb14c905b3f x-compute-request-id: req-866125ee-474d-4c09-9021-6bb14c905b3f Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:02,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-866125ee-474d-4c09-9021-6bb14c905b3f 2018-09-07 20:33:05,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:06,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-7f9e53b9-fff4-4b88-a5d5-54d56b5fc428 x-compute-request-id: req-7f9e53b9-fff4-4b88-a5d5-54d56b5fc428 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:06,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-7f9e53b9-fff4-4b88-a5d5-54d56b5fc428 2018-09-07 20:33:09,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:09,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-609ac46b-e0e9-486c-b5cb-7fe5c154f660 x-compute-request-id: req-609ac46b-e0e9-486c-b5cb-7fe5c154f660 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:09,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-609ac46b-e0e9-486c-b5cb-7fe5c154f660 2018-09-07 20:33:12,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:13,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7625ca08-9886-4b98-ba7f-6c6f153f46e6 x-compute-request-id: req-7625ca08-9886-4b98-ba7f-6c6f153f46e6 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:13,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-7625ca08-9886-4b98-ba7f-6c6f153f46e6 2018-09-07 20:33:16,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:16,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-8374afdd-c0c5-45a2-a81c-bd2a4ad15924 x-compute-request-id: req-8374afdd-c0c5-45a2-a81c-bd2a4ad15924 Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:16,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-8374afdd-c0c5-45a2-a81c-bd2a4ad15924 2018-09-07 20:33:19,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:20,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-e974385e-ea48-452a-b3de-04c8f48c1d4b x-compute-request-id: req-e974385e-ea48-452a-b3de-04c8f48c1d4b Content-Encoding: gzip Content-Length: 788 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:31:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:20,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-e974385e-ea48-452a-b3de-04c8f48c1d4b 2018-09-07 20:33:23,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3c473ad925b9d40e7e6b4c4616be03611633ef4" 2018-09-07 20:33:23,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-a235d5e3-6050-4fc8-8460-fe9dfef70232 x-compute-request-id: req-a235d5e3-6050-4fc8-8460-fe9dfef70232 Content-Encoding: gzip Content-Length: 792 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-07T20:33:22.000000", "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:33:22Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:23,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-a235d5e3-6050-4fc8-8460-fe9dfef70232 2018-09-07 20:33:23,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" 2018-09-07 20:33:24,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-453062ca-0916-43ac-9137-86cbee6d5603 x-compute-request-id: req-453062ca-0916-43ac-9137-86cbee6d5603 Content-Encoding: gzip Content-Length: 792 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:4c:5c:9d", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c", "rel": "bookmark"}], "image": {"id": "c5cacff9-98b1-4379-8a63-3da81f415c4c", "links": [{"href": "http://172.30.9.25:8774/images/c5cacff9-98b1-4379-8a63-3da81f415c4c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-07T20:33:22.000000", "flavor": {"id": "7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "links": [{"href": "http://172.30.9.25:8774/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119", "rel": "bookmark"}]}, "id": "342fe54c-4b61-4c14-abe4-1ece07b6c88c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:33:22Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:31:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:33:24,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c used request id req-453062ca-0916-43ac-9137-86cbee6d5603 2018-09-07 20:33:24,190 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-09-07 20:33:24,191 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '6f829573-2f15-46c3-8957-08c4eb5eb777'... 2018-09-07 20:33:24,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c767112fd5e8a5bf4eef181370cd61e0a729cb" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:33:25,770 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:33: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-ddab2c6b-be0d-4b8d-bdba-36bd71bdd483 x-compute-request-id: req-ddab2c6b-be0d-4b8d-bdba-36bd71bdd483 Content-Length: 0 Content-Type: application/json 2018-09-07 20:33:25,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action used request id req-ddab2c6b-be0d-4b8d-bdba-36bd71bdd483 2018-09-07 20:33:25,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c767112fd5e8a5bf4eef181370cd61e0a729cb" -d '{"addFloatingIp": {"address": "172.30.9.210"}}' 2018-09-07 20:33:27,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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-ed4c8a50-0027-4b4c-8489-19db1659464e x-compute-request-id: req-ed4c8a50-0027-4b4c-8489-19db1659464e 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-07 20:33:27,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action used request id req-ed4c8a50-0027-4b4c-8489-19db1659464e 2018-09-07 20:33:27,307 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:33:27,308 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:33:27,308 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:33:27,310 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:33:27,480 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:33:27,481 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:33:27,481 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:33:27,482 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:33:27,482 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:33:27,523 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:33:27,613 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:33:27,614 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-09-07 20:33:27,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:33:27,620 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:33:28,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-8646a86b-2ab9-4e0b-85cc-92ee8a322b1b x-compute-request-id: req-8646a86b-2ab9-4e0b-85cc-92ee8a322b1b Content-Encoding: gzip Content-Length: 10409 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588214766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.138624] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140330] pid_max: default: 32768 minimum: 301\n[ 0.141251] ACPI: Core revision 20150930\n[ 0.142628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143974] Security Framework initialized\n[ 0.144839] Yama: becoming mindful.\n[ 0.145619] AppArmor: AppArmor initialized\n[ 0.146520] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149684] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150945] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152357] Initializing cgroup subsys io\n[ 0.153202] Initializing cgroup subsys memory\n[ 0.154094] Initializing cgroup subsys devices\n[ 0.155035] Initializing cgroup subsys freezer\n[ 0.155940] Initializing cgroup subsys net_cls\n[ 0.156829] Initializing cgroup subsys perf_event\n[ 0.157775] Initializing cgroup subsys net_prio\n[ 0.158697] Initializing cgroup subsys hugetlb\n[ 0.159590] Initializing cgroup subsys pids\n[ 0.160489] CPU: Physical Processor ID: 0\n[ 0.162008] mce: CPU supports 10 MCE banks\n[ 0.162879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174621] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181162] ftrace: allocating 32123 entries in 126 pages\n[ 0.207837] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209117] smpboot: Max logical packages: 1\n[ 0.210145] x2apic enabled\n[ 0.210968] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213894] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217912] KVM setup paravirtual spinlock\n[ 0.219201] x86: Booted up 1 node, 1 CPUs\n[ 0.220037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221465] devtmpfs: initialized\n[ 0.223900] evm: security.selinux\n[ 0.224618] evm: security.SMACK64\n[ 0.225350] evm: security.SMACK64EXEC\n[ 0.226143] evm: security.SMACK64TRANSMUTE\n[ 0.226995] evm: security.SMACK64MMAP\n[ 0.227781] evm: security.ima\n[ 0.228489] evm: security.capability\n[ 0.229341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231261] pinctrl core: initialized pinctrl subsystem\n[ 0.232384] RTC time: 20:33:22, date: 09/07/18\n[ 0.233343] NET: Registered protocol family 16\n[ 0.234337] cpuidle: using governor ladder\n[ 0.235176] cpuidle: using governor menu\n[ 0.236030] PCCT header not found.\n[ 0.236813] ACPI: bus type PCI registered\n[ 0.237637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238919] PCI: Using configuration type 1 for base access\n[ 0.241075] ACPI: Added _OSI(Module Device)\n[ 0.241942] ACPI: Added _OSI(Processor Device)\n[ 0.242824] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243752] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245931] ACPI: Interpreter enabled\n[ 0.246730] ACPI: (supports S0 S5)\n[ 0.247477] ACPI: Using IOAPIC for interrupt routing\n[ 0.248473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251565] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254061] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257757] acpiphp: Slot [3] registered\n[ 0.258576] acpiphp: Slot [4] registered\n[ 0.259403] acpiphp: Slot [5] registered\n[ 0.260225] acpiphp: Slot [6] registered\n[ 0.261036] acpiphp: Slot [7] registered\n[ 0.261844] acpiphp: Slot [8] registered\n[ 0.262655] acpiphp: Slot [9] registered\n[ 0.263473] acpiphp: Slot [10] registered\n[ 0.264315] acpiphp: Slot [11] registered\n[ 0.265140] acpiphp: Slot [12] registered\n[ 0.265966] acpiphp: Slot [13] registered\n[ 0.266787] acpiphp: Slot [14] registered\n[ 0.277887] acpiphp: Slot [15] registered\n[ 0.278714] acpiphp: Slot [16] registered\n[ 0.279538] acpiphp: Slot [17] registered\n[ 0.280366] acpiphp: Slot [18] registered\n[ 0.281193] acpiphp: Slot [19] registered\n[ 0.282020] acpiphp: Slot [20] registered\n[ 0.282840] acpiphp: Slot [21] registered\n[ 0.283666] acpiphp: Slot [22] registered\n[ 0.284507] acpiphp: Slot [23] registered\n[ 0.285330] acpiphp: Slot [24] registered\n[ 0.286157] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287803] acpiphp: Slot [27] registered\n[ 0.288636] acpiphp: Slot [28] registered\n[ 0.289460] acpiphp: Slot [29] registered\n[ 0.290292] acpiphp: Slot [30] registered\n[ 0.291115] acpiphp: Slot [31] registered\n[ 0.291944] PCI host bridge to bus 0000:00\n[ 0.292775] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296775] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298268] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307186] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308498] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314950] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362965] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364481] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368813] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370123] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374425] vgaarb: loaded\n[ 0.375044] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376236] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377915] usbcore: registered new interface driver usbfs\n[ 0.378996] usbcore: registered new interface driver hub\n[ 0.380035] usbcore: registered new device driver usb\n[ 0.381126] PCI: Using ACPI for IRQ routing\n[ 0.382206] NetLabel: Initializing\n[ 0.382943] NetLabel: domain hash size = 128\n[ 0.383824] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384817] NetLabel: unlabeled traffic allowed by default\n[ 0.385961] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386966] clocksource: Switched to clocksource kvm-clock\n[ 0.392404] AppArmor: AppArmor Filesystem Enabled\n[ 0.393402] pnp: PnP ACPI init\n[ 0.394303] pnp: PnP ACPI: found 5 devices\n[ 0.400336] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402035] NET: Registered protocol family 2\n[ 0.402989] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404275] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405464] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406630] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407715] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408898] NET: Registered protocol family 1\n[ 0.409753] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410839] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411910] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425994] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440146] Trying to unpack rootfs image as initramfs...\n[ 1.737378] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.752758] Scanning for low memory corruption every 60 seconds\n[ 1.754149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.755313] audit: initializing netlink subsys (disabled)\n[ 1.756336] audit: type=2000 audit(1536352404.217:1): initialized\n[ 1.757639] Initialise system trusted keyring\n[ 1.758563] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.759726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.761704] zbud: loaded\n[ 1.762410] VFS: Disk quotas dquot_6.6.0\n[ 1.763242] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.764633] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.765845] fuse init (API version 7.23)\n[ 1.766722] Key type big_key registered\n[ 1.767521] Allocating IMA MOK and blacklist keyrings.\n[ 1.768623] Key type asymmetric registered\n[ 1.769444] Asymmetric key parser 'x509' registered\n[ 1.770394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.771856] io scheduler noop registered\n[ 1.772651] io scheduler deadline registered (default)\n[ 1.773637] io scheduler cfq registered\n[ 1.774467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.775516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.776772] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.778206] ACPI: Power Button [PWRF]\n[ 1.779051] GHES: HEST is not enabled!\n[ 1.792961] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.821872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.824287] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.848312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.850424] Linux agpgart interface v0.103\n[ 1.852436] brd: module loaded\n[ 1.853677] loop: module loaded\n[ 1.855245] vda: vda1\n[ 1.856561] scsi host0: ata_piix\n[ 1.857308] scsi host1: ata_piix\n[ 1.858024] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859258] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860712] libphy: Fixed MDIO Bus: probed\n[ 1.861543] tun: Universal TUN/TAP device driver, 1.6\n[ 1.862506] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.864701] PPP generic driver version 2.4.2\n[ 1.865605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.866871] ehci-pci: EHCI PCI platform driver\n[ 1.867765] ehci-platform: EHCI generic platform driver\n[ 1.868763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.869922] ohci-pci: OHCI PCI platform driver\n[ 1.870801] ohci-platform: OHCI generic platform driver\n[ 1.871812] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.886309] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.887326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.888808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.889843] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.890995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.892237] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.893688] usb usb1: Product: UHCI Host Controller\n[ 1.894650] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.895832] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.896863] hub 1-0:1.0: USB hub found\n[ 1.897664] hub 1-0:1.0: 2 ports detected\n[ 1.898593] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.900749] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.901734] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.902789] mousedev: PS/2 mouse device common for all mice\n[ 1.904067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.905937] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907053] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908253] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909471] i2c /dev entries driver\n[ 1.910231] device-mapper: uevent: version 1.0.3\n[ 1.911192] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.912852] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914154] NET: Registered protocol family 10\n[ 1.915176] NET: Registered protocol family 17\n[ 1.916092] Key type dns_resolver registered\n[ 1.917035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918145] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919930] registered taskstats version 1\n[ 1.920785] Loading compiled-in X.509 certificates\n[ 1.922240] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924146] zswap: loaded using pool lzo/zbud\n[ 1.925945] Key type trusted registered\n[ 1.928239] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930144] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931213] evm: HMAC attrs: 0x1\n[ 1.932164] Magic number: 2:695:598\n[ 1.933013] rtc_cmos 00:00: setting system clock to 2018-09-07 20:33:24 UTC (1536352404)\n[ 1.934644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935792] EDD information not available.\n[ 2.015518] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017022] ata1.00: configured for MWDMA2\n[ 2.018263] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.020671] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.021961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033721] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035649] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037254] Write protecting the kernel read-only data: 14336k\n[ 2.038851] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040655] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049439] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051488] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053388] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055252] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057117] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059012] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060827] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062641] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064981] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066817] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094671] virtio_net virtio0 ens3: renamed from eth0\n[ 2.102892] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.104746] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.131362] FDC 0 is a S82078B\n[ 2.132375] AVX2 version of gcm_enc/dec engaged.\n[ 2.133293] AES CTR mode by8 optimization enabled\n[ 2.207005] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368825] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.370062] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.371326] usb 1-1: Product: QEMU USB Tablet\n[ 2.372184] usb 1-1: Manufacturer: QEMU\n[ 2.372949] usb 1-1: SerialNumber: 42\n[ 2.380544] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.387242] usbcore: registered new interface driver usbhid\n[ 2.388397] usbhid: USB HID core driver\n[ 2.391096] 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.393410] 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.751020] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.752266] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.374524] md: linear personality registered for level -1\n[ 3.377150] md: multipath personality registered for level -4\n[ 3.379815] md: raid0 personality registered for level 0\n[ 3.382695] md: raid1 personality registered for level 1\n[ 3.450972] raid6: sse2x1 gen() 11332 MB/s\n[ 3.518971] raid6: sse2x1 xor() 8758 MB/s\n[ 3.586972] raid6: sse2x2 gen() 14350 MB/s\n[ 3.654971] raid6: sse2x2 xor() 9627 MB/s\n[ 3.722969] raid6: sse2x4 gen() 16793 MB/s\n[ 3.790970] raid6: sse2x4 xor() 11774 MB/s\n[ 3.858970] raid6: avx2x1 gen() 22168 MB/s\n[ 3.926970] raid6: avx2x2 gen() 25889 MB/s\n[ 3.994969] raid6: avx2x4 gen() 29958 MB/s\n[ 3.995825] raid6: using algorithm avx2x4 gen() 29958 MB/s\n[ 3.996850] raid6: using avx2x2 recovery algorithm\n[ 3.998814] xor: automatically using best checksumming function:\n[ 4.038968] avx : 34946.000 MB/sec\n[ 4.040767] async_tx: api initialized (async)\n[ 4.048168] md: raid6 personality registered for level 6\n[ 4.049189] md: raid5 personality registered for level 5\n[ 4.050191] md: raid4 personality registered for level 4\n[ 4.054303] 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.077519] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.103613] 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.196591] 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.199903] systemd[1]: Detected virtualization kvm.\n[ 4.200870] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.204789] systemd[1]: Set hostname to .\n[ 4.208980] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.210137] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335193] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.337315] 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.340105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.342543] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344593] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.346851] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349095] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.351390] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.353534] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.355691] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.357435] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.359354] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.361252] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.363437] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.365629] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.368045] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.370227] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.375316] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.378573] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.381875] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.385876] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.389381] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.395145] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.400440] 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.408578] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414990] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.421486] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.427542] 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.432717] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.437231] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.440969] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.444961] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.447050] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.451082] systemd[1]: Mounted Huge Pages File System.\n[ 4.453875] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.456645] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m[ 4.464154] iscsi: registered transport (tcp)\n] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.501379] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n"} 2018-09-07 20:33:28,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action used request id req-8646a86b-2ab9-4e0b-85cc-92ee8a322b1b 2018-09-07 20:33:58,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d9a74edded3f6250a926744d1c20ce69f7cefa7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:33:59,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:33: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-e5981e6a-11a3-47a3-b5de-b5865f4b2c44 x-compute-request-id: req-e5981e6a-11a3-47a3-b5de-b5865f4b2c44 Content-Encoding: gzip Content-Length: 14926 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588214766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.138624] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140330] pid_max: default: 32768 minimum: 301\n[ 0.141251] ACPI: Core revision 20150930\n[ 0.142628] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143974] Security Framework initialized\n[ 0.144839] Yama: becoming mindful.\n[ 0.145619] AppArmor: AppArmor initialized\n[ 0.146520] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149684] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150945] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152357] Initializing cgroup subsys io\n[ 0.153202] Initializing cgroup subsys memory\n[ 0.154094] Initializing cgroup subsys devices\n[ 0.155035] Initializing cgroup subsys freezer\n[ 0.155940] Initializing cgroup subsys net_cls\n[ 0.156829] Initializing cgroup subsys perf_event\n[ 0.157775] Initializing cgroup subsys net_prio\n[ 0.158697] Initializing cgroup subsys hugetlb\n[ 0.159590] Initializing cgroup subsys pids\n[ 0.160489] CPU: Physical Processor ID: 0\n[ 0.162008] mce: CPU supports 10 MCE banks\n[ 0.162879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174621] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181162] ftrace: allocating 32123 entries in 126 pages\n[ 0.207837] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209117] smpboot: Max logical packages: 1\n[ 0.210145] x2apic enabled\n[ 0.210968] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213894] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217912] KVM setup paravirtual spinlock\n[ 0.219201] x86: Booted up 1 node, 1 CPUs\n[ 0.220037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221465] devtmpfs: initialized\n[ 0.223900] evm: security.selinux\n[ 0.224618] evm: security.SMACK64\n[ 0.225350] evm: security.SMACK64EXEC\n[ 0.226143] evm: security.SMACK64TRANSMUTE\n[ 0.226995] evm: security.SMACK64MMAP\n[ 0.227781] evm: security.ima\n[ 0.228489] evm: security.capability\n[ 0.229341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231261] pinctrl core: initialized pinctrl subsystem\n[ 0.232384] RTC time: 20:33:22, date: 09/07/18\n[ 0.233343] NET: Registered protocol family 16\n[ 0.234337] cpuidle: using governor ladder\n[ 0.235176] cpuidle: using governor menu\n[ 0.236030] PCCT header not found.\n[ 0.236813] ACPI: bus type PCI registered\n[ 0.237637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238919] PCI: Using configuration type 1 for base access\n[ 0.241075] ACPI: Added _OSI(Module Device)\n[ 0.241942] ACPI: Added _OSI(Processor Device)\n[ 0.242824] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243752] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245931] ACPI: Interpreter enabled\n[ 0.246730] ACPI: (supports S0 S5)\n[ 0.247477] ACPI: Using IOAPIC for interrupt routing\n[ 0.248473] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251565] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252740] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254061] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257757] acpiphp: Slot [3] registered\n[ 0.258576] acpiphp: Slot [4] registered\n[ 0.259403] acpiphp: Slot [5] registered\n[ 0.260225] acpiphp: Slot [6] registered\n[ 0.261036] acpiphp: Slot [7] registered\n[ 0.261844] acpiphp: Slot [8] registered\n[ 0.262655] acpiphp: Slot [9] registered\n[ 0.263473] acpiphp: Slot [10] registered\n[ 0.264315] acpiphp: Slot [11] registered\n[ 0.265140] acpiphp: Slot [12] registered\n[ 0.265966] acpiphp: Slot [13] registered\n[ 0.266787] acpiphp: Slot [14] registered\n[ 0.277887] acpiphp: Slot [15] registered\n[ 0.278714] acpiphp: Slot [16] registered\n[ 0.279538] acpiphp: Slot [17] registered\n[ 0.280366] acpiphp: Slot [18] registered\n[ 0.281193] acpiphp: Slot [19] registered\n[ 0.282020] acpiphp: Slot [20] registered\n[ 0.282840] acpiphp: Slot [21] registered\n[ 0.283666] acpiphp: Slot [22] registered\n[ 0.284507] acpiphp: Slot [23] registered\n[ 0.285330] acpiphp: Slot [24] registered\n[ 0.286157] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287803] acpiphp: Slot [27] registered\n[ 0.288636] acpiphp: Slot [28] registered\n[ 0.289460] acpiphp: Slot [29] registered\n[ 0.290292] acpiphp: Slot [30] registered\n[ 0.291115] acpiphp: Slot [31] registered\n[ 0.291944] PCI host bridge to bus 0000:00\n[ 0.292775] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296775] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.298268] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304631] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307186] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308498] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314950] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316431] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362965] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364481] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367392] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368813] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370123] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374425] vgaarb: loaded\n[ 0.375044] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376236] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377915] usbcore: registered new interface driver usbfs\n[ 0.378996] usbcore: registered new interface driver hub\n[ 0.380035] usbcore: registered new device driver usb\n[ 0.381126] PCI: Using ACPI for IRQ routing\n[ 0.382206] NetLabel: Initializing\n[ 0.382943] NetLabel: domain hash size = 128\n[ 0.383824] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384817] NetLabel: unlabeled traffic allowed by default\n[ 0.385961] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386966] clocksource: Switched to clocksource kvm-clock\n[ 0.392404] AppArmor: AppArmor Filesystem Enabled\n[ 0.393402] pnp: PnP ACPI init\n[ 0.394303] pnp: PnP ACPI: found 5 devices\n[ 0.400336] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402035] NET: Registered protocol family 2\n[ 0.402989] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404275] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405464] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406630] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407715] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408898] NET: Registered protocol family 1\n[ 0.409753] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410839] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411910] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425994] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440146] Trying to unpack rootfs image as initramfs...\n[ 1.737378] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.752758] Scanning for low memory corruption every 60 seconds\n[ 1.754149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.755313] audit: initializing netlink subsys (disabled)\n[ 1.756336] audit: type=2000 audit(1536352404.217:1): initialized\n[ 1.757639] Initialise system trusted keyring\n[ 1.758563] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.759726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.761704] zbud: loaded\n[ 1.762410] VFS: Disk quotas dquot_6.6.0\n[ 1.763242] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.764633] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.765845] fuse init (API version 7.23)\n[ 1.766722] Key type big_key registered\n[ 1.767521] Allocating IMA MOK and blacklist keyrings.\n[ 1.768623] Key type asymmetric registered\n[ 1.769444] Asymmetric key parser 'x509' registered\n[ 1.770394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.771856] io scheduler noop registered\n[ 1.772651] io scheduler deadline registered (default)\n[ 1.773637] io scheduler cfq registered\n[ 1.774467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.775516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.776772] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.778206] ACPI: Power Button [PWRF]\n[ 1.779051] GHES: HEST is not enabled!\n[ 1.792961] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.821872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.824287] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.848312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.850424] Linux agpgart interface v0.103\n[ 1.852436] brd: module loaded\n[ 1.853677] loop: module loaded\n[ 1.855245] vda: vda1\n[ 1.856561] scsi host0: ata_piix\n[ 1.857308] scsi host1: ata_piix\n[ 1.858024] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.859258] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860712] libphy: Fixed MDIO Bus: probed\n[ 1.861543] tun: Universal TUN/TAP device driver, 1.6\n[ 1.862506] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.864701] PPP generic driver version 2.4.2\n[ 1.865605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.866871] ehci-pci: EHCI PCI platform driver\n[ 1.867765] ehci-platform: EHCI generic platform driver\n[ 1.868763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.869922] ohci-pci: OHCI PCI platform driver\n[ 1.870801] ohci-platform: OHCI generic platform driver\n[ 1.871812] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.886309] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.887326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.888808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.889843] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.890995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.892237] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.893688] usb usb1: Product: UHCI Host Controller\n[ 1.894650] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.895832] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.896863] hub 1-0:1.0: USB hub found\n[ 1.897664] hub 1-0:1.0: 2 ports detected\n[ 1.898593] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.900749] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.901734] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.902789] mousedev: PS/2 mouse device common for all mice\n[ 1.904067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.905937] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907053] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908253] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909471] i2c /dev entries driver\n[ 1.910231] device-mapper: uevent: version 1.0.3\n[ 1.911192] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.912852] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914154] NET: Registered protocol family 10\n[ 1.915176] NET: Registered protocol family 17\n[ 1.916092] Key type dns_resolver registered\n[ 1.917035] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918145] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919930] registered taskstats version 1\n[ 1.920785] Loading compiled-in X.509 certificates\n[ 1.922240] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924146] zswap: loaded using pool lzo/zbud\n[ 1.925945] Key type trusted registered\n[ 1.928239] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930144] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931213] evm: HMAC attrs: 0x1\n[ 1.932164] Magic number: 2:695:598\n[ 1.933013] rtc_cmos 00:00: setting system clock to 2018-09-07 20:33:24 UTC (1536352404)\n[ 1.934644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935792] EDD information not available.\n[ 2.015518] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.017022] ata1.00: configured for MWDMA2\n[ 2.018263] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.020671] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.021961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.033721] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.035649] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.037254] Write protecting the kernel read-only data: 14336k\n[ 2.038851] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.040655] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.049439] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051488] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053388] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055252] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057117] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059012] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060827] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062641] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064981] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066817] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094671] virtio_net virtio0 ens3: renamed from eth0\n[ 2.102892] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.104746] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.131362] FDC 0 is a S82078B\n[ 2.132375] AVX2 version of gcm_enc/dec engaged.\n[ 2.133293] AES CTR mode by8 optimization enabled\n[ 2.207005] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368825] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.370062] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.371326] usb 1-1: Product: QEMU USB Tablet\n[ 2.372184] usb 1-1: Manufacturer: QEMU\n[ 2.372949] usb 1-1: SerialNumber: 42\n[ 2.380544] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.387242] usbcore: registered new interface driver usbhid\n[ 2.388397] usbhid: USB HID core driver\n[ 2.391096] 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.393410] 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.751020] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.752266] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.374524] md: linear personality registered for level -1\n[ 3.377150] md: multipath personality registered for level -4\n[ 3.379815] md: raid0 personality registered for level 0\n[ 3.382695] md: raid1 personality registered for level 1\n[ 3.450972] raid6: sse2x1 gen() 11332 MB/s\n[ 3.518971] raid6: sse2x1 xor() 8758 MB/s\n[ 3.586972] raid6: sse2x2 gen() 14350 MB/s\n[ 3.654971] raid6: sse2x2 xor() 9627 MB/s\n[ 3.722969] raid6: sse2x4 gen() 16793 MB/s\n[ 3.790970] raid6: sse2x4 xor() 11774 MB/s\n[ 3.858970] raid6: avx2x1 gen() 22168 MB/s\n[ 3.926970] raid6: avx2x2 gen() 25889 MB/s\n[ 3.994969] raid6: avx2x4 gen() 29958 MB/s\n[ 3.995825] raid6: using algorithm avx2x4 gen() 29958 MB/s\n[ 3.996850] raid6: using avx2x2 recovery algorithm\n[ 3.998814] xor: automatically using best checksumming function:\n[ 4.038968] avx : 34946.000 MB/sec\n[ 4.040767] async_tx: api initialized (async)\n[ 4.048168] md: raid6 personality registered for level 6\n[ 4.049189] md: raid5 personality registered for level 5\n[ 4.050191] md: raid4 personality registered for level 4\n[ 4.054303] 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.077519] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.103613] 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.196591] 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.199903] systemd[1]: Detected virtualization kvm.\n[ 4.200870] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.204789] systemd[1]: Set hostname to .\n[ 4.208980] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.210137] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.335193] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.337315] 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.340105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.342543] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344593] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.346851] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.349095] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.351390] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.353534] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.355691] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.357435] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.359354] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.361252] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.363437] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.365629] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.368045] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.370227] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.375316] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.378573] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.381875] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.385876] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.389381] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.395145] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.400440] 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.408578] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414990] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.421486] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.427542] 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.432717] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.437231] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.440969] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.444961] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.447050] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.451082] systemd[1]: Mounted Huge Pages File System.\n[ 4.453875] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.456645] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m[ 4.464154] iscsi: registered transport (tcp)\n] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.501379] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.984527] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 07 Sep 2018 20:33:28 +0000. Up 5.33 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[ 8.022785] cloud-init[1042]: Cloud-init v. 0.7.9 running 'init' at Fri, 07 Sep 2018 20:33:29 +0000. Up 7.09 seconds.\n[ 8.024541] cloud-init[1042]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.028101] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.032101] cloud-init[1042]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.036100] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.037875] cloud-init[1042]: ci-info: | ens6 | False | . | . | . | 52:54:00:03:2a:3b |\n[ 8.044107] cloud-init[1042]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.045880] cloud-init[1042]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.052112] cloud-init[1042]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:4c:5c:9d |\n[ 8.053890] cloud-init[1042]: ci-info: | ens3 | True | fe80::f816:3eff:fe4c:5c9d/64 | . | link | fa:16:3e:4c:5c:9d |\n[ 8.055616] cloud-init[1042]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.061350] cloud-init[1042]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.062978] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.068282] cloud-init[1042]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.069933] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.072095] cloud-init[1042]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.076105] cloud-init[1042]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.078602] cloud-init[1042]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[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 System Initialization.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.084239] cloud-init[1042]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.085584] cloud-init[1042]: Generating public/private rsa key pair.\n[ 8.086512] cloud-init[1042]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.087649] cloud-init[1042]: \n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n Starting LXD - unix socket.\n[ 8.094236] cloud-init[1042]: The key fingerprint is:\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 8.096243] cloud-init[1042]: SHA256:Obw5Ia33trRPGv2ndlh3qjGllsDDPH1TRswFMNj3Xjk root@sdnvpn-3-2-quagga\n[ 8.097457] cloud-init[1042]: The key's randomart image is:\n[ 8.098298] cloud-init[1042]: +---[RSA 2048]----+\n[ 8.099048] cloud-init[1042]: | oo..++|\n[ 8.099789] cloud-init\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[1042]: | . ....o|\n[ 8.102761] cloud-init[1042]: | . .+|[[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[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[\n[ 8.108227] cloud-init[1042]: | o = . Eo|\n[ 8.108969] cloud-init[1042]: | . S B . +.o|\n[ 8.109712] cloud-init[1042]: | o = = = .=|\n[ 8.110512] cloud-init[1042]: | . = o O +o|\n[ 8.111274] cloud-init[1042]: | . +.* ++ o|\n[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.114238] cloud-init[1042]: | .=oooo+ |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.117876] cloud-init[[0;32m OK [0m] Reached target Basic System.\n[1042]: +----[SHA256]-----+\n Starting /etc/rc.local Compatibility...\n[ 8.122137] cloud-init[1042]: Generating public/private dsa key pair.\n[[0;32m OK [0m[ 8.124502] cloud-init[1042]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.125648] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.126784] cloud-init[1042]: The key fingerprint is:\n[ 8.127578] cloud-init[1042]: ] Started D-Bus System Message Bus.\nSHA256:NFIWrqCbSIn3Vvz2R9TdF2mpZAX2tYntkIoyCkT6I8g root@sdnvpn-3-2-quagga\n[ 8.132039] cloud-init[1042]: The key's randomart image is:\n[ 8.134011] cloud-init[1042]: +---[DSA 1024]----+\n[ 8.135099] cloud-init[1042]: | . +. oo.+|\n[ 8.136234] cloud-init[1042]: | o + .o==+|\n[ 8.137282] cloud-init[1042]: | . .. . + o=o*o|\n[ 8.138494] cloud-init[1042]: |+ +. o + .. o.+ +|\n[ 8.140379] cloud-init[1042]: |oEo+ +oS. o ..|\n[ 8.141436] cloud-init[1042]: |.o.+o...o . |\n[ 8.142762] cloud-init[1042]: |. o o. o . |\n[ 8.143877] cloud-init[1042]: | . . . . |\n[ 8.144995] cloud-init[1042]: | .. |\n[ 8.146128] cloud-init[1042]: +----[SHA256]-----+\n[ 8.147192] cloud-init[1042]: Generating public/private ecdsa key pair.\n[ 8.148743] cloud-init[1042]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.150352] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.152094] cloud-init[1042]: The key fingerprint is:\n[ 8.153323] cloud-init[1042]: SHA256:QkN0OqOb6ygzaqFEgH6aKai0hzzv2IjgjDtokniG6PA root@sdnvpn-3-2-quagga\n[ 8.154845] cloud-init[1042]: The key's randomart image is:\n[ 8.156027] cloud-init[1042]: +---[ECDSA 256]---+\n[ 8.157111] cloud-init[1042]: |. .o . |\n[ 8.158189] cloud-init[1042]: |o . o |\n[ 8.159242] cloud-init[1042]: |o * |\n[ 8.160418] cloud-init[1042]: | o . o + |\n[ 8.161487] cloud-init[1042]: |o = . . S |\n[ 8.162585] [[0;32m OK [0m] Started Deferred execution scheduler.\ncloud-init[1042]: |oB o . |[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting System Logging Service...\n\n[ 8.168316] cloud-init[1042]: |&o+ o |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 8.172058] cloud-init[1042]: |^O*o . |\n Starting Pollinate to seed the pseudo random number generator...\n[ 8.177285] cloud-init Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\n[1042]: |@#E=o | Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.255886] cloud-init[1042]: +----[SHA256]-----+\n[ 8.289703] cloud-init[1042]: Generating public/private ed25519 key pair.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[ 8.300768] cloud-init[1042]: [[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.385760] cloud-init[1042]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n Starting Terminate Plymouth Boot Screen...\n[ 8.413055] cloud-init Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1042]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.460701] cloud-init[1042]: SHA256:5uS3rw6Pm57oQni6JPB+qeB9jPyxTGDHxWz1WrtvInA root@sdnvpn-3-2-quagga\n[ 8.467571] cloud-init[1042]: The key's randomart image is:\n[ 8.476099] cloud-init[1042]: +--[ED25519 256]--+\n[ 8.480151] cloud-init[1042]: | . |\n[ 8.485138] cloud-init[1042]: | o . . |\n[ 8.489826] cloud-init[1042]: | = o |\n[ 8.493769] cloud-init[1042]: [[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n| . o o . |\n[ 8.501698] cloud-init[1042]: |. + o S. . |\n[ 8.504115] cloud-init[1042]: |..o = * E . |\n[ 8.508969] cloud-init[1042]: |o ++o+ * .. |\n[ 8.510179] cloud-init[1042]: |.=oo*oo. O o.. |\n[ 8.516094] cloud-init[1042]: | .+=o*o.*o*o+. |\n[ 8.520080] cloud-init[1042]: +----[SHA256]-----+\n[ 8.783540] cloud-init[1159]: Generating locales (this might take a while)...\n[ 9.347221] cloud-init[1159]: en_US.UTF-8... done\n[ 9.349038] cloud-init[1159]: 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[ 9.881759] cloud-init[1159]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 07 Sep 2018 20:33:31 +0000. Up 8.71 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.175137] cloud-init[1410]: + chpasswd\n[ 10.176722] cloud-init[1410]: + echo ubuntu:opnfv\n[ 10.215212] cloud-init[1410]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 30.217181] cloud-init[1410]: + NEIGHBOR_IP=172.30.9.23\n[ 30.218215] cloud-init[1410]: + OWN_IP=172.30.9.200\n[ 30.219054] cloud-init[1410]: + EXT_NET_MASK=24\n[ 30.221292] cloud-init[1410]: ++ awk '{print $2}'\n[ 30.222184] cloud-init[1410]: ++ getent hosts\n[ 30.225973] cloud-init[1410]: ++ awk '{print $1}'\n[ 30.226864] cloud-init[1410]: ++ cat /etc/hostname\n[ 30.229407] cloud-init[1410]: + [[ localhost\n[ 30.230275] cloud-init[1410]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 30.233679] cloud-init[1410]: + tee -a /etc/hosts\n[ 30.234552] cloud-init[1410]: ++ awk '{print $1}'\n[ 30.236027] cloud-init[1410]: ++ cat /etc/hostname\n[ 30.239178] cloud-init[1410]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 30.240270] cloud-init[1410]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 30.241659] cloud-init[1410]: + quagga_int=\n[ 30.243449] cloud-init[1410]: ++ awk 'NR>2{print $1}'\n[ 30.245866] cloud-init[1410]: ++ netstat -ia\n[ 30.246655] cloud-init[1410]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.249541] cloud-init[1410]: ++ grep ens3\n[ 30.250720] cloud-init[1410]: ++ ifconfig\n[ 30.251634] cloud-init[1410]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:4c:5c:9d ' ']'\n[ 30.264559] cloud-init[1410]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.268016] cloud-init[1410]: ++ grep ens6\n[ 30.268803] cloud-init[1410]: ++ ifconfig\n[ 30.270934] cloud-init[1410]: + '[' -z '' ']'\n[ 30.271736] cloud-init[1410]: + quagga_int=ens6\n[ 30.274020] cloud-init[1410]: + break\n[ 30.274732] cloud-init[1410]: + '[' -z ens6 ']'\n[ 30.277230] cloud-init[1410]: + ip link set ens6 up\n[ 30.278086] cloud-init[1410]: + ip addr add 172.30.9.200/24 dev ens6\n[ 30.280942] cloud-init[1410]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 30.282013] cloud-init[1410]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 30.283315] cloud-init[1410]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 30.293820] cloud-init[1410]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 30.296065] cloud-init[1410]: + touch /var/log/bgpd.log\n[ 30.298688] cloud-init[1410]: + chown quagga:quagga /var/log/bgpd.log\n[ 30.300039] cloud-init[1410]: + chown quagga:quagga /etc/quagga/daemons\n[ 30.303161] cloud-init[1410]: + cat\n[ 30.303879] cloud-init[1410]: + touch /etc/quagga/zebra.conf\n[ 30.306002] cloud-init[1410]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 30.307910] cloud-init[1410]: + cat\n[ 30.308671] cloud-init[1410]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 30.309748] cloud-init[1410]: + service quagga restart\n[ 30.332853] cloud-init[1410]: + pgrep bgpd\n[ 30.338134] cloud-init[1410]: 1508\n[ 30.340068] cloud-init[1410]: + pgrep zebra\n[ 30.341688] cloud-init[1410]: 1504\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Sep 7 20:33:53 ec2: \n<14>Sep 7 20:33:53 ec2: #############################################################\n<14>Sep 7 20:33:53 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Sep 7 20:33:53 ec2: 1024 SHA256:NFIWrqCbSIn3Vvz2R9TdF2mpZAX2tYntkIoyCkT6I8g root@sdnvpn-3-2-quagga (DSA)\n<14>Sep 7 20:33:53 ec2: 256 SHA256:QkN0OqOb6ygzaqFEgH6aKai0hzzv2IjgjDtokniG6PA root@sdnvpn-3-2-quagga (ECDSA)\n<14>Sep 7 20:33:53 ec2: 256 SHA256:5uS3rw6Pm57oQni6JPB+qeB9jPyxTGDHxWz1WrtvInA root@sdnvpn-3-2-quagga (ED25519)\n<14>Sep 7 20:33:53 ec2: 2048 SHA256:Obw5Ia33trRPGv2ndlh3qjGllsDDPH1TRswFMNj3Xjk root@sdnvpn-3-2-quagga (RSA)\n<14>Sep 7 20:33:53 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Sep 7 20:33:53 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMSn0Gv2m/PT7KXj8CCQEemtM4+GHm+Z4ifGNB8I/LYHJRHIqtmWsfiaQjvlkFQA9bpzhqJ44AMKLif/lYBETW4= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPI57BSETeEKwVqn3EYzYbLbMV13JwozqJyP1YlnXYcd root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVs3xqg5bGD8IhKPU4VmQPRpA/8x5MAt8qvh8U2Z/GkmEgIV/mfUOhZ21l2+8Ut6mkyB4heGpwBUTWp4anmu472ukVtj2wUBNZwf8qlkKotRwLJUM4nRmeHGb079R3DmoL55azrV1qA3ckmS8qJL6jetFBbuRh7hnjaQZRQ+WAJDm9AsezEi1Ec7K5B7gurTqdrVtUNsos0Vp3YKz6p5/2ibgBgCFrhyi/wAhXILrQQlfzbLEKzPFy1H4OHn8EU5xWmDGfDaF+9kfgEtIqVkNdqzIuWu1eoKTSKk5L2TOhM0pKeZqQ81idauYSRV5T8Vio+8UVKI1lskhg+FgLta5f root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 30.376952] cloud-init[1410]: Cloud-init v. 0.7.9 running 'modules:final' at Fri, 07 Sep 2018 20:33:32 +0000. Up 10.10 seconds.\n[ 30.378473] cloud-init[1410]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 30.379696] cloud-init[1410]: Cloud-init v. 0.7.9 finished at Fri, 07 Sep 2018 20:33:53 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 30.37 seconds\n"} 2018-09-07 20:33:59,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action used request id req-e5981e6a-11a3-47a3-b5de-b5865f4b2c44 2018-09-07 20:33:59,878 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-09-07 20:33:59,878 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-07 20:33:59,879 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-07 20:33:59,879 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-07 20:33:59,882 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-07 20:34:00,591 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-07 20:34:00,592 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.200 --use-source-ip 172.30.9.23: client: JAVA_HOME not set; results may vary  2018-09-07 20:34:00,593 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-07 20:34:00,594 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-07 20:34:00,595 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-07 20:34:00,595 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-07 20:34:00,636 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-07 20:34:01,298 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-07 20:34:01,299 - 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.200, 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-07 20:34:01,299 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-09-07 20:34:01,299 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-09-07 20:34:01,299 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-07 20:34:02,301 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-07 20:34:02,301 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-07 20:34:02,302 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-07 20:34:02,304 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-07 20:34:02,998 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-07 20:34:02,999 - 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.200, 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:02, 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 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 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread:off Write thread: off  2018-09-07 20:34:02,999 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-09-07 20:34:03,000 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-07 20:34:03,000 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-09-07 20:34:04,002 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-09-07 20:34:04,002 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-09-07 20:34:04,003 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-09-07 20:34:04,006 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-09-07 20:34:04,713 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-09-07 20:34:04,714 - 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.200, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.200 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: 45240 Foreign host: 172.30.9.200, 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-07 20:34:04,714 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-09-07 20:34:04,715 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-09-07 20:34:04,715 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2018-09-07 20:34:05,716 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-09-07 20:34:05,717 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:34:05,718 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:34:05,718 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:34:05,720 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:34:05,788 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-07 20:34:05,789 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:34:05,790 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:34:05,790 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:34:05,791 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:34:05,831 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:34:05,937 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:34:05,938 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:34:05,939 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:34:05,940 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:34:05,940 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:34:05,980 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:34:06,105 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:34:06,109 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:34:06,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c767112fd5e8a5bf4eef181370cd61e0a729cb" 2018-09-07 20:34:06,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:34: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-ac66edf4-3e49-466d-8369-704c486ccac7 x-compute-request-id: req-ac66edf4-3e49-466d-8369-704c486ccac7 Content-Length: 0 Content-Type: application/json 2018-09-07 20:34:06,160 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7bef62b7-cfb9-48b2-a1cd-e2e96bf14119 used request id req-ac66edf4-3e49-466d-8369-704c486ccac7 2018-09-07 20:34:06,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26c767112fd5e8a5bf4eef181370cd61e0a729cb" -d '{"forceDelete": null}' 2018-09-07 20:34:06,363 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:34: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-2674cbbc-0e8a-4a6c-ae5a-b4875be7ce6d x-compute-request-id: req-2674cbbc-0e8a-4a6c-ae5a-b4875be7ce6d Content-Length: 0 Content-Type: application/json 2018-09-07 20:34:06,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/342fe54c-4b61-4c14-abe4-1ece07b6c88c/action used request id req-2674cbbc-0e8a-4a6c-ae5a-b4875be7ce6d 2018-09-07 20:34:06,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de096b5b16e715733bb156e1a49a79dc1217f4de" 2018-09-07 20:34:07,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d91d25a5-703a-4877-9637-4b758765a291 Date: Fri, 07 Sep 2018 20:34:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:34:07,941 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c5cacff9-98b1-4379-8a63-3da81f415c4c used request id req-d91d25a5-703a-4877-9637-4b758765a291 2018-09-07 20:34:07,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/709d9b91-c64e-4a5d-beac-8e4537da28fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:08,503 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d4d7cbb-14ff-4d63-a3c7-7eb50ed12861 Content-Length: 0 Date: Fri, 07 Sep 2018 20:34:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:08,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/709d9b91-c64e-4a5d-beac-8e4537da28fc used request id req-8d4d7cbb-14ff-4d63-a3c7-7eb50ed12861 2018-09-07 20:34:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/4a067e94-0d23-4c7d-ab86-bd6bcafabea9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:09,166 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c8a67ef-ed8e-4a27-b4f9-28a03ec6e9bf Content-Length: 0 Date: Fri, 07 Sep 2018 20:34:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:09,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/4a067e94-0d23-4c7d-ab86-bd6bcafabea9 used request id req-7c8a67ef-ed8e-4a27-b4f9-28a03ec6e9bf 2018-09-07 20:34:09,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnet_id": "63c0fe28-8626-40fa-8983-6efdde039f55"}' 2018-09-07 20:34:10,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-811506dd-589f-4b25-86d6-73fbc97f2b5b Date: Fri, 07 Sep 2018 20:34:10 GMT RESP BODY: {"network_id": "f12bceed-0bfc-49ec-9a15-3dfe7719245c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "63c0fe28-8626-40fa-8983-6efdde039f55", "subnet_ids": ["63c0fe28-8626-40fa-8983-6efdde039f55"], "port_id": "c7a2348d-05e9-4606-9efe-6f16e9542fd9", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4"} 2018-09-07 20:34:10,367 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4/remove_router_interface used request id req-811506dd-589f-4b25-86d6-73fbc97f2b5b 2018-09-07 20:34:10,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"subnet_id": "c822a45b-b46d-47e8-b125-8b410629c0ac"}' 2018-09-07 20:34:11,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a3c7288c-99e9-4421-ac79-16f9a4b915a3 Date: Fri, 07 Sep 2018 20:34:11 GMT RESP BODY: {"network_id": "6c89f0e7-304b-4890-a35a-02a0d441dd8c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "c822a45b-b46d-47e8-b125-8b410629c0ac", "subnet_ids": ["c822a45b-b46d-47e8-b125-8b410629c0ac"], "port_id": "6efa1542-16d8-427d-9b6a-aacd1136c50f", "id": "aaa7537a-25b2-4586-ab3e-4e573c9d1590"} 2018-09-07 20:34:11,427 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590/remove_router_interface used request id req-a3c7288c-99e9-4421-ac79-16f9a4b915a3 2018-09-07 20:34:11,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:34:12,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-5ec77d62-4599-46c6-a2d4-81e53117a467 Date: Fri, 07 Sep 2018 20:34:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:34:12Z", "revision_number": 8, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "95ab34cf-eb01-4538-90ba-c470c88412d4", "name": "sdnvpn-3-1-router"}} 2018-09-07 20:34:12,328 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 used request id req-5ec77d62-4599-46c6-a2d4-81e53117a467 2018-09-07 20:34:12,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:34:13,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-2a468880-aa16-44a4-935c-ce0375b35f1a Date: Fri, 07 Sep 2018 20:34:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:30:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:34:13Z", "revision_number": 7, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "aaa7537a-25b2-4586-ab3e-4e573c9d1590", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-07 20:34:13,286 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 used request id req-2a468880-aa16-44a4-935c-ce0375b35f1a 2018-09-07 20:34:13,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/63c0fe28-8626-40fa-8983-6efdde039f55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:15,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e8e69da-c0ab-4f2d-8bb8-c98ee4e485c3 Date: Fri, 07 Sep 2018 20:34:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:15,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/63c0fe28-8626-40fa-8983-6efdde039f55 used request id req-4e8e69da-c0ab-4f2d-8bb8-c98ee4e485c3 2018-09-07 20:34:15,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c822a45b-b46d-47e8-b125-8b410629c0ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:17,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-39e59284-4ffb-45af-ae48-666a4e8090ab Date: Fri, 07 Sep 2018 20:34:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:17,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c822a45b-b46d-47e8-b125-8b410629c0ac used request id req-39e59284-4ffb-45af-ae48-666a4e8090ab 2018-09-07 20:34:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:17,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d66045a3-324e-4845-b663-f54331f11ae6 Content-Length: 0 Date: Fri, 07 Sep 2018 20:34:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:17,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/95ab34cf-eb01-4538-90ba-c470c88412d4 used request id req-d66045a3-324e-4845-b663-f54331f11ae6 2018-09-07 20:34:17,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:18,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3c06c1b-f233-4905-a517-e8f3337c6f01 Content-Length: 0 Date: Fri, 07 Sep 2018 20:34:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:18,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/aaa7537a-25b2-4586-ab3e-4e573c9d1590 used request id req-d3c06c1b-f233-4905-a517-e8f3337c6f01 2018-09-07 20:34:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f12bceed-0bfc-49ec-9a15-3dfe7719245c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:19,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74f28340-cdf9-408b-a067-9cf1db208668 Date: Fri, 07 Sep 2018 20:34:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:19,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f12bceed-0bfc-49ec-9a15-3dfe7719245c used request id req-74f28340-cdf9-408b-a067-9cf1db208668 2018-09-07 20:34:19,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/6c89f0e7-304b-4890-a35a-02a0d441dd8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}246e567fb57397b63ce1edcfc4f0c016423f7718" 2018-09-07 20:34:20,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-095e7b51-0401-497c-a547-2b2c55ea563f Date: Fri, 07 Sep 2018 20:34:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:34:20,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/6c89f0e7-304b-4890-a35a-02a0d441dd8c used request id req-095e7b51-0401-497c-a547-2b2c55ea563f 2018-09-07 20:34:20,188 - 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-07 20:34:20,189 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:34:20,189 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-09-07 20:34:20,189 - 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-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-09-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-09-07 20:34:20,190 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-09-07 20:34:20,271 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:20,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:20,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:20,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:20,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:20,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:20,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:20,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:20,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:20,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:20,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:20,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:20,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:20,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:20,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:20,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:20,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:20,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:20,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:20,280 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:34:20,280 - 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-07 20:34:20,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:20,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f26f20-959e-4ff1-864a-efd39c1e6185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:20,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f1f26f20-959e-4ff1-864a-efd39c1e6185 2018-09-07 20:34:20,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:20,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["o0nUZcBzTtyGfXWM9E279A"], "issued_at": "2018-09-07T20:34:20.000000Z"}} 2018-09-07 20:34:20,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172beb228206488506a0ca2870e2fa0f22ab68f8" 2018-09-07 20:34:21,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-fafa16a2-3285-43df-b73d-fb18b64acbec Date: Fri, 07 Sep 2018 20:34:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:34:21,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-fafa16a2-3285-43df-b73d-fb18b64acbec 2018-09-07 20:34:21,227 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:34:21,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172beb228206488506a0ca2870e2fa0f22ab68f8" 2018-09-07 20:34:21,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cecc3347-356e-41be-8a74-83dfc9f0ac06 Date: Fri, 07 Sep 2018 20:34: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-07 20:34:21,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-cecc3347-356e-41be-8a74-83dfc9f0ac06 2018-09-07 20:34:21,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}172beb228206488506a0ca2870e2fa0f22ab68f8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:34:22,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94 X-Openstack-Request-Id: req-21fa144c-bfda-439c-8e55-0c30fedead3e Date: Fri, 07 Sep 2018 20:34:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:34:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:34:21Z", "visibility": "public", "locations": [], "self": "/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "min_disk": 0, "protected": false, "id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "file": "/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:34:22,004 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-21fa144c-bfda-439c-8e55-0c30fedead3e 2018-09-07 20:34:22,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172beb228206488506a0ca2870e2fa0f22ab68f8" -d '' 2018-09-07 20:34:23,313 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1693896c-b0f5-4357-8f53-7cdbe546e130 Date: Fri, 07 Sep 2018 20:34:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:34:23,313 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94/file used request id req-1693896c-b0f5-4357-8f53-7cdbe546e130 2018-09-07 20:34:23,314 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-09-07 20:34:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:23,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52211299-c823-4d86-91b5-7284787a3966 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:23,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-52211299-c823-4d86-91b5-7284787a3966 2018-09-07 20:34:23,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:23,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["phyfEwz8S4GYWR-ZQ3UvPQ"], "issued_at": "2018-09-07T20:34:23.000000Z"}} 2018-09-07 20:34:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-09-07 20:34:24,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-e68f33a0-4463-4b82-873f-a1e6ad83d22b Date: Fri, 07 Sep 2018 20:34:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f5a7c85-7293-4c71-830d-45bf0c68228e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:34:23Z","is_default":false,"provider:segmentation_id":48,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:34:23Z","mtu":1450}} 2018-09-07 20:34:24,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-e68f33a0-4463-4b82-873f-a1e6ad83d22b 2018-09-07 20:34:24,096 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 5f5a7c85-7293-4c71-830d-45bf0c68228e with cidr 10.10.10.0/24 2018-09-07 20:34:24,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"subnets": [{"ip_version": 4, "network_id": "5f5a7c85-7293-4c71-830d-45bf0c68228e", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-09-07 20:34:24,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a744f41b-745f-4b5d-9d14-dd2134f6965d Date: Fri, 07 Sep 2018 20:34:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f5a7c85-7293-4c71-830d-45bf0c68228e","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:34:24Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:34:24Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"9c028b56-8dd5-47fa-a904-3e8d90d36017","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-09-07 20:34:24,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-a744f41b-745f-4b5d-9d14-dd2134f6965d 2018-09-07 20:34:24,725 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-09-07 20:34:24,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-09-07 20:34:25,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-94ae6172-18e5-400d-859a-e646f3deef14 Date: Fri, 07 Sep 2018 20:34:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fc2c90ee-4573-48bb-8b66-a43622e974d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:34:25Z","is_default":false,"provider:segmentation_id":9,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:34:24Z","mtu":1450}} 2018-09-07 20:34:25,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-94ae6172-18e5-400d-859a-e646f3deef14 2018-09-07 20:34:25,120 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network fc2c90ee-4573-48bb-8b66-a43622e974d4 with cidr 10.10.10.0/24 2018-09-07 20:34:25,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"subnets": [{"ip_version": 4, "network_id": "fc2c90ee-4573-48bb-8b66-a43622e974d4", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-09-07 20:34:25,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-75f82747-2d08-4d45-83dc-b98458e603b3 Date: Fri, 07 Sep 2018 20:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc2c90ee-4573-48bb-8b66-a43622e974d4","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:34:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:34:25Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3d1e38333674f33ba762d66c366b2a8","id":"60d879f5-0a64-4537-af9d-e33aa5ffe9ec","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-09-07 20:34:25,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-75f82747-2d08-4d45-83dc-b98458e603b3 2018-09-07 20:34:25,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:34:26,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-c61a8994-d784-4236-9645-700a87289d8f Date: Fri, 07 Sep 2018 20:34:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:34:26,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-c61a8994-d784-4236-9645-700a87289d8f 2018-09-07 20:34:26,065 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:34:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:26,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9707922e-0341-4046-97ac-2f1222982b5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:26,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9707922e-0341-4046-97ac-2f1222982b5b 2018-09-07 20:34:26,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:26,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["lW5gYcKrReWiJX-nX6ANsQ"], "issued_at": "2018-09-07T20:34:26.000000Z"}} 2018-09-07 20:34:26,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" 2018-09-07 20:34:26,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-bca36c78-bf37-44e1-970f-233a5b31b6ca x-compute-request-id: req-bca36c78-bf37-44e1-970f-233a5b31b6ca Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "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": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:34:26,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-bca36c78-bf37-44e1-970f-233a5b31b6ca 2018-09-07 20:34:26,686 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 20:34:26,686 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-09-07 20:34:26,686 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=0e5bc9bb-871c-4299-91f6-891a7c5d0e94 network=5f5a7c85-7293-4c71-830d-45bf0c68228e secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:34:26,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:26,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:26,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:26,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:26,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:26,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:26,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:26,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:26,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:26,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:26,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53284282-b256-4dfd-9e32-b30971103fdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:26,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-53284282-b256-4dfd-9e32-b30971103fdd 2018-09-07 20:34:26,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:27,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["TGv2uKmtQpeFgln8TeaRBw"], "issued_at": "2018-09-07T20:34:27.000000Z"}} 2018-09-07 20:34:27,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" 2018-09-07 20:34:27,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34: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-ae59b6e3-213e-4a6c-9fcc-e0d04c176cf8 x-compute-request-id: req-ae59b6e3-213e-4a6c-9fcc-e0d04c176cf8 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:34:27,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ae59b6e3-213e-4a6c-9fcc-e0d04c176cf8 2018-09-07 20:34:27,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" 2018-09-07 20:34:27,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34: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-2bc1c877-cb0d-4ac3-a9fd-f9e49c647179 x-compute-request-id: req-2bc1c877-cb0d-4ac3-a9fd-f9e49c647179 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:34:27,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-2bc1c877-cb0d-4ac3-a9fd-f9e49c647179 2018-09-07 20:34:27,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "5f5a7c85-7293-4c71-830d-45bf0c68228e"}], "config_drive": true}}' 2018-09-07 20:34:29,847 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:34: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-32ee99ef-fcba-4354-8f3e-6d3876a29788 x-compute-request-id: req-32ee99ef-fcba-4354-8f3e-6d3876a29788 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4eefe9ca-11df-460d-a687-a730dba60627", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "bookmark"}], "adminPass": "g5AkCy3Ax8nq"}} 2018-09-07 20:34:29,847 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-32ee99ef-fcba-4354-8f3e-6d3876a29788 2018-09-07 20:34:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:29,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa49de6-ff00-4dd1-a32c-e691b683a226 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:29,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9fa49de6-ff00-4dd1-a32c-e691b683a226 2018-09-07 20:34:29,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:30,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["S_YQyXCYSwSohdWgt0tElQ"], "issued_at": "2018-09-07T20:34:30.000000Z"}} 2018-09-07 20:34:30,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}749316e0ff0a761ac16c6f6662fec4e9ec69c602" 2018-09-07 20:34:30,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-bb2423bf-d108-446c-8fab-5c6a6504c4a4 x-compute-request-id: req-bb2423bf-d108-446c-8fab-5c6a6504c4a4 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4eefe9ca-11df-460d-a687-a730dba60627", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:30Z", "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-07T20:34:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:30,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 used request id req-bb2423bf-d108-446c-8fab-5c6a6504c4a4 2018-09-07 20:34:33,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}749316e0ff0a761ac16c6f6662fec4e9ec69c602" 2018-09-07 20:34:34,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4133693f-0838-43a6-97c2-f4e206495517 x-compute-request-id: req-4133693f-0838-43a6-97c2-f4e206495517 Content-Encoding: gzip Content-Length: 782 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:f5:eb:85", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4eefe9ca-11df-460d-a687-a730dba60627", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:30Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:34,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 used request id req-4133693f-0838-43a6-97c2-f4e206495517 2018-09-07 20:34:37,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}749316e0ff0a761ac16c6f6662fec4e9ec69c602" 2018-09-07 20:34:38,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-93fdca35-86d9-4ff5-b352-204c79dca494 x-compute-request-id: req-93fdca35-86d9-4ff5-b352-204c79dca494 Content-Encoding: gzip Content-Length: 784 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:f5:eb:85", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-07T20:34:35.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4eefe9ca-11df-460d-a687-a730dba60627", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:35Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:38,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 used request id req-93fdca35-86d9-4ff5-b352-204c79dca494 2018-09-07 20:34:38,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" 2018-09-07 20:34:38,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-4297630d-4c26-4999-ac95-b8b5ccb1e691 x-compute-request-id: req-4297630d-4c26-4999-ac95-b8b5ccb1e691 Content-Encoding: gzip Content-Length: 784 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:f5:eb:85", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4eefe9ca-11df-460d-a687-a730dba60627", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-07T20:34:35.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4eefe9ca-11df-460d-a687-a730dba60627", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:35Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:38,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627 used request id req-4297630d-4c26-4999-ac95-b8b5ccb1e691 2018-09-07 20:34:38,915 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-09-07 20:34:38,915 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-09-07 20:34:38,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:34:40,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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-dda59445-b2f4-4391-afce-df09af1620dc x-compute-request-id: req-dda59445-b2f4-4391-afce-df09af1620dc Content-Length: 0 Content-Type: application/json 2018-09-07 20:34:40,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-dda59445-b2f4-4391-afce-df09af1620dc 2018-09-07 20:34:40,299 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-09-07 20:34:40,299 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=0e5bc9bb-871c-4299-91f6-891a7c5d0e94 network=fc2c90ee-4573-48bb-8b66-a43622e974d4 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:40,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:40,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:40,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:40,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:40,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:40,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:40,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:40,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:40,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc7eeb9a-f717-4734-9c2c-b3f8ac640f1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:40,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bc7eeb9a-f717-4734-9c2c-b3f8ac640f1c 2018-09-07 20:34:40,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:40,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["H4C2_xSIQGSNb6yfLmqVXA"], "issued_at": "2018-09-07T20:34:40.000000Z"}} 2018-09-07 20:34:40,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" 2018-09-07 20:34:40,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34: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-c295ec15-ac93-477e-ac35-68fe3d365988 x-compute-request-id: req-c295ec15-ac93-477e-ac35-68fe3d365988 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:34:40,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c295ec15-ac93-477e-ac35-68fe3d365988 2018-09-07 20:34:40,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" 2018-09-07 20:34:40,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34: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-7798e5da-0d82-48b7-8772-8b08d566da5c x-compute-request-id: req-7798e5da-0d82-48b7-8772-8b08d566da5c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:34:40,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-7798e5da-0d82-48b7-8772-8b08d566da5c 2018-09-07 20:34:40,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "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": "fc2c90ee-4573-48bb-8b66-a43622e974d4"}], "config_drive": true}}' 2018-09-07 20:34:42,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:34: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-eec1560b-2188-4a26-9401-1e2f9bf53d52 x-compute-request-id: req-eec1560b-2188-4a26-9401-1e2f9bf53d52 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "014d26d3-593e-4358-8712-68f02c667f13", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "bookmark"}], "adminPass": "N8A7fa6X9nyd"}} 2018-09-07 20:34:42,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-eec1560b-2188-4a26-9401-1e2f9bf53d52 2018-09-07 20:34:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:42,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f9da35-c6d2-4fd4-97e0-ccbaf7cd4852 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:42,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-54f9da35-c6d2-4fd4-97e0-ccbaf7cd4852 2018-09-07 20:34:42,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:43,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["hyeMXIW2SJiPLUTvWeqPHA"], "issued_at": "2018-09-07T20:34:43.000000Z"}} 2018-09-07 20:34:43,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec23e847f315f7f7eb9f173306cf652402d600bc" 2018-09-07 20:34:43,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-f6b36a77-d297-424f-9cf5-bbd81a9effa5 x-compute-request-id: req-f6b36a77-d297-424f-9cf5-bbd81a9effa5 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.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "014d26d3-593e-4358-8712-68f02c667f13", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-09-07T20:34:42Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:43,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 used request id req-f6b36a77-d297-424f-9cf5-bbd81a9effa5 2018-09-07 20:34:46,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec23e847f315f7f7eb9f173306cf652402d600bc" 2018-09-07 20:34:47,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd86b3f-c4c4-496f-acf4-562342e7ee0d x-compute-request-id: req-8cd86b3f-c4c4-496f-acf4-562342e7ee0d Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "014d26d3-593e-4358-8712-68f02c667f13", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:44Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:42Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:47,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 used request id req-8cd86b3f-c4c4-496f-acf4-562342e7ee0d 2018-09-07 20:34:50,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec23e847f315f7f7eb9f173306cf652402d600bc" 2018-09-07 20:34:51,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c8eebca6-96bd-413e-a417-77edc9bec953 x-compute-request-id: req-c8eebca6-96bd-413e-a417-77edc9bec953 Content-Encoding: gzip Content-Length: 785 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:36:f4:26", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-09-07T20:34:49.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "014d26d3-593e-4358-8712-68f02c667f13", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:49Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:42Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:51,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 used request id req-c8eebca6-96bd-413e-a417-77edc9bec953 2018-09-07 20:34:51,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" 2018-09-07 20:34:52,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e61661eb-50d2-4880-9fb2-e29aa469609b x-compute-request-id: req-e61661eb-50d2-4880-9fb2-e29aa469609b Content-Encoding: gzip Content-Length: 785 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:36:f4:26", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/014d26d3-593e-4358-8712-68f02c667f13", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-09-07T20:34:49.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "014d26d3-593e-4358-8712-68f02c667f13", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:49Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:42Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:52,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13 used request id req-e61661eb-50d2-4880-9fb2-e29aa469609b 2018-09-07 20:34:52,343 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-09-07 20:34:52,343 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-09-07 20:34:52,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:34:53,686 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-7495b950-2fba-4631-aff9-1c4c2e1d2bb7 x-compute-request-id: req-7495b950-2fba-4631-aff9-1c4c2e1d2bb7 Content-Length: 0 Content-Type: application/json 2018-09-07 20:34:53,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action used request id req-7495b950-2fba-4631-aff9-1c4c2e1d2bb7 2018-09-07 20:34:53,687 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-09-07 20:34:53,687 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=0e5bc9bb-871c-4299-91f6-891a7c5d0e94 network=5f5a7c85-7293-4c71-830d-45bf0c68228e secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:34:53,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:53,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:53,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:53,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:34:53,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:34:53,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:34:53,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:34:53,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:34:53,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:34:53,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:34:53,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:34:53,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:34:53,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:34:53,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:34:53,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:34:53,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:34:53,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:53,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc84f64-e95a-45c1-9557-0189c1dfce4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:53,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1fc84f64-e95a-45c1-9557-0189c1dfce4a 2018-09-07 20:34:53,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:54,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["e0ubTgvgRHuYQWF9bBz7iQ"], "issued_at": "2018-09-07T20:34:54.000000Z"}} 2018-09-07 20:34:54,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" 2018-09-07 20:34:54,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7ecd5b50-6c39-4d10-97b5-344e1a0d6733 x-compute-request-id: req-7ecd5b50-6c39-4d10-97b5-344e1a0d6733 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:34:54,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-7ecd5b50-6c39-4d10-97b5-344e1a0d6733 2018-09-07 20:34:54,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" 2018-09-07 20:34:54,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-34f85543-75c9-4135-b101-c1e895bbb6d4 x-compute-request-id: req-34f85543-75c9-4135-b101-c1e895bbb6d4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:34:54,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-34f85543-75c9-4135-b101-c1e895bbb6d4 2018-09-07 20:34:54,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "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": "5f5a7c85-7293-4c71-830d-45bf0c68228e"}], "config_drive": true}}' 2018-09-07 20:34:56,095 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-d7b581b0-0173-41a5-ba2f-5373be01b0e3 x-compute-request-id: req-d7b581b0-0173-41a5-ba2f-5373be01b0e3 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "bookmark"}], "adminPass": "pcKT2AJ9y3zV"}} 2018-09-07 20:34:56,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d7b581b0-0173-41a5-ba2f-5373be01b0e3 2018-09-07 20:34:56,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:34:56,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ecd338-2edc-4425-94b8-3ca130ef0e0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:34:56,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-87ecd338-2edc-4425-94b8-3ca130ef0e0a 2018-09-07 20:34:56,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:34:56,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:34:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["fm7Dk1O8TiGYxT1u_L7MqA"], "issued_at": "2018-09-07T20:34:56.000000Z"}} 2018-09-07 20:34:56,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea1f240f4dcbe93aa84bdd4825105b7d3047ba0" 2018-09-07 20:34:56,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6482cea0-d2b1-4c51-a751-3272071e4adb x-compute-request-id: req-6482cea0-d2b1-4c51-a751-3272071e4adb Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:56Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:56Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:34:56,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 used request id req-6482cea0-d2b1-4c51-a751-3272071e4adb 2018-09-07 20:34:59,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea1f240f4dcbe93aa84bdd4825105b7d3047ba0" 2018-09-07 20:35:00,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c74f90b0-aa68-4dec-8e0f-6844757e5825 x-compute-request-id: req-c74f90b0-aa68-4dec-8e0f-6844757e5825 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.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:34:56Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:56Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:35:00,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 used request id req-c74f90b0-aa68-4dec-8e0f-6844757e5825 2018-09-07 20:35:03,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ea1f240f4dcbe93aa84bdd4825105b7d3047ba0" 2018-09-07 20:35:04,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e000fb47-1627-4b34-9406-3c83997a4162 x-compute-request-id: req-e000fb47-1627-4b34-9406-3c83997a4162 Content-Encoding: gzip Content-Length: 785 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:58:5f:fc", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-09-07T20:35:01.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:35:01Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:56Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:35:04,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 used request id req-e000fb47-1627-4b34-9406-3c83997a4162 2018-09-07 20:35:04,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" 2018-09-07 20:35:05,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-af63f29e-6d98-4e90-9afc-bffbe98ba9fa x-compute-request-id: req-af63f29e-6d98-4e90-9afc-bffbe98ba9fa Content-Encoding: gzip Content-Length: 785 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:58:5f:fc", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "rel": "bookmark"}], "image": {"id": "0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "links": [{"href": "http://172.30.9.25:8774/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-09-07T20:35:01.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1a1777da-7ad7-41a6-b0e5-c471ba4b3611", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:35:01Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:34:56Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:35:05,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611 used request id req-af63f29e-6d98-4e90-9afc-bffbe98ba9fa 2018-09-07 20:35:05,282 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-09-07 20:35:05,282 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-09-07 20:35:05,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:35:06,550 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-2beea1b1-7289-45b6-828e-f7e302a1f2f0 x-compute-request-id: req-2beea1b1-7289-45b6-828e-f7e302a1f2f0 Content-Length: 0 Content-Type: application/json 2018-09-07 20:35:06,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action used request id req-2beea1b1-7289-45b6-828e-f7e302a1f2f0 2018-09-07 20:35:06,550 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-09-07 20:35:06,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-159986", "route_distinguishers": "111:111"}}' 2018-09-07 20:35:07,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-ee48b1db-9895-485a-b4e7-07c42957d8d1 Date: Fri, 07 Sep 2018 20:35:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "0d5a033d-55ee-4888-8ed9-74d1d5389037", "name": "sdnvpn-1-159986", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:35:07,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-ee48b1db-9895-485a-b4e7-07c42957d8d1 2018-09-07 20:35:07,003 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-159986', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [u'55:55'], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'0d5a033d-55ee-4888-8ed9-74d1d5389037'}} 2018-09-07 20:35:07,003 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-09-07 20:35:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"network_association": {"network_id": "5f5a7c85-7293-4c71-830d-45bf0c68228e"}}' 2018-09-07 20:35:07,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-2096e148-9d1e-40c5-b0cb-50dfb3e32466 Date: Fri, 07 Sep 2018 20:35:07 GMT RESP BODY: {"network_association": {"network_id": "5f5a7c85-7293-4c71-830d-45bf0c68228e", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "1a91d428-19f6-4ee2-870e-4e42b961f087"}} 2018-09-07 20:35:07,492 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037/network_associations used request id req-2096e148-9d1e-40c5-b0cb-50dfb3e32466 2018-09-07 20:35:07,492 - sdnvpn_test_utils - INFO - Waiting for instance 4eefe9ca-11df-460d-a687-a730dba60627 to boot up 2018-09-07 20:35:07,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:08,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-8b8a734a-607a-4721-b933-5cb0c3c549ac x-compute-request-id: req-8b8a734a-607a-4721-b933-5cb0c3c549ac Content-Encoding: gzip Content-Length: 10189 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-07 20:35:08,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-8b8a734a-607a-4721-b933-5cb0c3c549ac 2018-09-07 20:35:10,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:11,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d096a6a7-9594-46fa-b052-d722f6de48e2 x-compute-request-id: req-d096a6a7-9594-46fa-b052-d722f6de48e2 Content-Encoding: gzip Content-Length: 10208 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-07 20:35:11,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-d096a6a7-9594-46fa-b052-d722f6de48e2 2018-09-07 20:35:13,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:14,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e228d024-b119-41bc-a6d3-d2a3cc753355 x-compute-request-id: req-e228d024-b119-41bc-a6d3-d2a3cc753355 Content-Encoding: gzip Content-Length: 10208 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-07 20:35:14,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-e228d024-b119-41bc-a6d3-d2a3cc753355 2018-09-07 20:35:16,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:17,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-80a59446-e538-45f2-a515-f2088271ebea x-compute-request-id: req-80a59446-e538-45f2-a515-f2088271ebea Content-Encoding: gzip Content-Length: 10208 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-07 20:35:17,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-80a59446-e538-45f2-a515-f2088271ebea 2018-09-07 20:35:19,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:20,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-426bfe4f-bb62-47f7-83da-cddcb70f4672 x-compute-request-id: req-426bfe4f-bb62-47f7-83da-cddcb70f4672 Content-Encoding: gzip Content-Length: 10208 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-07 20:35:20,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-426bfe4f-bb62-47f7-83da-cddcb70f4672 2018-09-07 20:35:22,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de090d28eaee22dbf86b57ee59e31ed465fc301a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:24,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7b01e5ac-302b-4721-8c90-70e94e9bf459 x-compute-request-id: req-7b01e5ac-302b-4721-8c90-70e94e9bf459 Content-Encoding: gzip Content-Length: 11122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 607530095 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129915] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131522] pid_max: default: 32768 minimum: 301\n[ 0.132389] ACPI: Core revision 20150930\n[ 0.133754] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135030] Security Framework initialized\n[ 0.135823] Yama: becoming mindful.\n[ 0.136533] AppArmor: AppArmor initialized\n[ 0.137371] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138666] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139901] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141071] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142415] Initializing cgroup subsys io\n[ 0.143209] Initializing cgroup subsys memory\n[ 0.144049] Initializing cgroup subsys devices\n[ 0.144896] Initializing cgroup subsys freezer\n[ 0.145746] Initializing cgroup subsys net_cls\n[ 0.146592] Initializing cgroup subsys perf_event\n[ 0.147472] Initializing cgroup subsys net_prio\n[ 0.148328] Initializing cgroup subsys hugetlb\n[ 0.149180] Initializing cgroup subsys pids\n[ 0.150033] CPU: Physical Processor ID: 0\n[ 0.151503] mce: CPU supports 10 MCE banks\n[ 0.152327] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163936] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170272] ftrace: allocating 31920 entries in 125 pages\n[ 0.196521] smpboot: Max logical packages: 1\n[ 0.197355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198679] x2apic enabled\n[ 0.199468] Switched APIC routing to physical x2apic.\n[ 0.201203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204239] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205989] KVM setup paravirtual spinlock\n[ 0.207261] x86: Booted up 1 node, 1 CPUs\n[ 0.208049] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209405] devtmpfs: initialized\n[ 0.211104] evm: security.selinux\n[ 0.211791] evm: security.SMACK64\n[ 0.212462] evm: security.SMACK64EXEC\n[ 0.213191] evm: security.SMACK64TRANSMUTE\n[ 0.213980] evm: security.SMACK64MMAP\n[ 0.214704] evm: security.ima\n[ 0.215331] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217919] pinctrl core: initialized pinctrl subsystem\n[ 0.218994] RTC time: 20:34:35, date: 09/07/18\n[ 0.219935] NET: Registered protocol family 16\n[ 0.220882] cpuidle: using governor ladder\n[ 0.221678] cpuidle: using governor menu\n[ 0.222439] PCCT header not found.\n[ 0.223168] ACPI: bus type PCI registered\n[ 0.223954] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225162] PCI: Using configuration type 1 for base access\n[ 0.226890] ACPI: Added _OSI(Module Device)\n[ 0.227705] ACPI: Added _OSI(Processor Device)\n[ 0.228547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231494] ACPI: Interpreter enabled\n[ 0.232246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239436] ACPI: (supports S0 S5)\n[ 0.240126] ACPI: Using IOAPIC for interrupt routing\n[ 0.241048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244271] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245377] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246575] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247737] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249901] acpiphp: Slot [3] registered\n[ 0.250681] acpiphp: Slot [4] registered\n[ 0.251455] acpiphp: Slot [5] registered\n[ 0.252243] acpiphp: Slot [6] registered\n[ 0.253021] acpiphp: Slot [7] registered\n[ 0.253798] acpiphp: Slot [8] registered\n[ 0.254574] acpiphp: Slot [9] registered\n[ 0.255344] acpiphp: Slot [10] registered\n[ 0.256130] acpiphp: Slot [11] registered\n[ 0.256925] acpiphp: Slot [12] registered\n[ 0.257725] acpiphp: Slot [13] registered\n[ 0.258511] acpiphp: Slot [14] registered\n[ 0.259297] acpiphp: Slot [15] registered\n[ 0.270248] acpiphp: Slot [16] registered\n[ 0.271041] acpiphp: Slot [17] registered\n[ 0.271832] acpiphp: Slot [18] registered\n[ 0.272629] acpiphp: Slot [19] registered\n[ 0.273412] acpiphp: Slot [20] registered\n[ 0.274201] acpiphp: Slot [21] registered\n[ 0.274995] acpiphp: Slot [22] registered\n[ 0.275783] acpiphp: Slot [23] registered\n[ 0.276570] acpiphp: Slot [24] registered\n[ 0.277353] acpiphp: Slot [25] registered\n[ 0.278140] acpiphp: Slot [26] registered\n[ 0.278926] acpiphp: Slot [27] registered\n[ 0.279717] acpiphp: Slot [28] registered\n[ 0.280501] acpiphp: Slot [29] registered\n[ 0.281288] acpiphp: Slot [30] registered\n[ 0.282075] acpiphp: Slot [31] registered\n[ 0.282859] PCI host bridge to bus 0000:00\n[ 0.283643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284822] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288796] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296215] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297347] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306945] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355076] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356545] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357948] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360684] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363748] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366270] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367958] SCSI subsystem initialized\n[ 0.368755] ACPI: bus type USB registered\n[ 0.369547] usbcore: registered new interface driver usbfs\n[ 0.370544] usbcore: registered new interface driver hub\n[ 0.371517] usbcore: registered new device driver usb\n[ 0.372536] PCI: Using ACPI for IRQ routing\n[ 0.373531] NetLabel: Initializing\n[ 0.374222] NetLabel: domain hash size = 128\n[ 0.375055] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375978] NetLabel: unlabeled traffic allowed by default\n[ 0.377040] clocksource: Switched to clocksource kvm-clock\n[ 0.382402] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384249] pnp: PnP ACPI: found 5 devices\n[ 0.390594] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392245] NET: Registered protocol family 2\n[ 0.393178] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396652] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397696] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398830] NET: Registered protocol family 1\n[ 0.399672] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429884] Trying to unpack rootfs image as initramfs...\n[ 0.479334] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493144] Scanning for low memory corruption every 60 seconds\n[ 0.494499] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495669] audit: initializing netlink subsys (disabled)\n[ 0.496712] audit: type=2000 audit(1536352476.371:1): initialized\n[ 0.498066] Initialise system trusted keyring\n[ 0.499027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502243] zbud: loaded\n[ 0.502979] VFS: Disk quotas dquot_6.6.0\n[ 0.503829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505376] fuse init (API version 7.23)\n[ 0.506297] Key type big_key registered\n[ 0.507128] Allocating IMA MOK and blacklist keyrings.\n[ 0.508270] Key type asymmetric registered\n[ 0.509129] Asymmetric key parser 'x509' registered\n[ 0.510116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511624] io scheduler noop registered\n[ 0.512432] io scheduler deadline registered (default)\n[ 0.513492] io scheduler cfq registered\n[ 0.514735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515826] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518668] ACPI: Power Button [PWRF]\n[ 0.519519] GHES: HEST is not enabled!\n[ 0.533223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588932] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591144] Linux agpgart interface v0.103\n[ 0.593184] brd: module loaded\n[ 0.594340] loop: module loaded\n[ 0.599257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600760] GPT:90111 != 2097151\n[ 0.601461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602592] GPT:90111 != 2097151\n[ 0.603281] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604276] vda: vda1 vda15\n[ 0.605794] scsi host0: ata_piix\n[ 0.606557] scsi host1: ata_piix\n[ 0.607272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608520] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610002] libphy: Fixed MDIO Bus: probed\n[ 0.610849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614015] PPP generic driver version 2.4.2\n[ 0.614934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616407] ehci-pci: EHCI PCI platform driver\n[ 0.617309] ehci-platform: EHCI generic platform driver\n[ 0.618324] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619480] ohci-pci: OHCI PCI platform driver\n[ 0.620372] ohci-platform: OHCI generic platform driver\n[ 0.621395] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635798] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636824] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638315] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643382] usb usb1: Product: UHCI Host Controller\n[ 0.644375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645669] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646655] hub 1-0:1.0: USB hub found\n[ 0.647435] hub 1-0:1.0: 2 ports detected\n[ 0.648369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651534] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652589] mousedev: PS/2 mouse device common for all mice\n[ 0.653870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656903] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659399] i2c /dev entries driver\n[ 0.660181] device-mapper: uevent: version 1.0.3\n[ 0.661167] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664186] NET: Registered protocol family 10\n[ 0.665219] NET: Registered protocol family 17\n[ 0.666143] Key type dns_resolver registered\n[ 0.667096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668224] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670022] registered taskstats version 1\n[ 0.670887] Loading compiled-in X.509 certificates\n[ 0.672339] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674301] zswap: loaded using pool lzo/zbud\n[ 0.675705] Key type trusted registered\n[ 0.677278] Key type encrypted registered\n[ 0.678142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680287] evm: HMAC attrs: 0x1\n[ 0.681249] Magic number: 2:695:598\n[ 0.682122] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:36 UTC (1536352476)\n[ 0.683783] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684943] EDD information not available.\n[ 0.765566] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767098] ata1.00: configured for MWDMA2\n[ 0.768341] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781112] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782413] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783739] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.785677] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787270] Write protecting the kernel read-only data: 14336k\n[ 0.788879] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790774] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.408057] 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDH3vVr8oYiwW9futSjxvhIiJHhd2vEvAk2J06Qc0sBvVBalOhg9xlga/L37blkwt44Pv7nG0KX53bq2h93AjJ7q3dYyHEPpJ0H0Yog4BZutisnx+b3F1nJ+kvsgD4XkfNp9MgOvup3puKPyGTaPhPkapfjmLln+f0hUVnpCzAsmgkBX0OlUeB3pEvQBYs21V027mtgCTHLKb9nh6ad6Kwtu1D8EWawhRjH7h43Wy00wEDHUxl8LLJN79deL5575FwM0Y5Arjtxj6mUrJJQRyv13FMCyC84/TAsBmDlAU6Krr4LlNvFLS5hUGbA8xUYseE1bHDDapxTv4S7U7I+rSup root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuqfdniz/pnQ2ksxIhdzRnMJBiB2TR8aHnWT4w1pu0rwh9uM4DmuBEU6V8SmIIeMxea8fFLtbgLLKGr+4ZJQGs3ExYaUCrbvj6Q45glzexn05WTiOZINa8NQ3nQafgvklP+hNs0PSbPLrUAe4jKvESZw6OT9CQSRbIG6m8bazPvAAAAFQCKBvzIus1Nlc+7F366iGr+n7LChwAAAIAtjaADm8lFhAlz91riB5YVVKa1czgKeuCANKrF4GKTsz7Xqi4IrCBLQpxbvhkFeC4AqL1OCQbcsdqiYTuK4uF+sPtqi0EDgsJ8Qy2V00hplqNyoGtCpJENwe7JGJ46s3gILNH/pkHmWCafYUUJp6uEp/EftswTSLaCsdq5+aifAgAAAIAioW6SgExwfLhzDpBVBCNfDtkhPGC6rlEMF7zeZsP7hn9S5QtjvsLaThdLDEVLA7RmjL7HTodZAYxKT/bh7s7nfDq+wgjgEL1CQCCpzSP7oDYq2tyV41x0Zd4kpEmdlh7h0xSe+/jf65E0xGPcw7pZwtgVfm+iNR00o66ABibyZQ== 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:fef5:eb85/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: configdrive local ===\ninstance-id: 4eefe9ca-11df-460d-a687-a730dba60627\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.18 ===\n/dev/root resized successfully [took 1.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F5:EB:85 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:eb85/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2314 (2.2 KiB) TX bytes:1282 (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.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-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.122513] usb 1-1: SerialNumber: 42\n[ 1.366240] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.389929] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.408057] random: dd urandom read with 13 bits of entropy available\n[ 1.449866] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.452104] ISO 9660 Extensions: RRIP_1991A\n[ 1.493082] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.493084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 2.291474] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.682387] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:35:18 cirros authpriv.info dropbear[499]: Exit (cirros): Exited normally\nSep 7 21:35:19 cirros authpriv.info dropbear[502]: Child connection from 10.10.10.11:46754\nSep 7 21:35:19 cirros authpriv.notice dropbear[502]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46754\nSep 7 21:35:19 cirros authpriv.info dropbear[502]: Exit (cirros): Exited normally\nSep 7 21:35:19 cirros authpriv.info dropbear[505]: Child connection from 10.10.10.11:46756\nSep 7 21:35:19 cirros authpriv.notice dropbear[505]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46756\nSep 7 21:35:19 cirros authpriv.info dropbear[505]: Exit (cirros): Exited normally\nSep 7 21:35:20 cirros authpriv.info dropbear[508]: Child connection from 10.10.10.11:46758\nSep 7 21:35:20 cirros authpriv.notice dropbear[508]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46758\nSep 7 21:35:20 cirros authpriv.info dropbear[508]: Exit (cirros): Exited normally\nSep 7 21:35:20 cirros authpriv.info dropbear[511]: Child connection from 10.10.10.11:46760\nSep 7 21:35:20 cirros authpriv.notice dropbear[511]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46760\nSep 7 21:35:20 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nSep 7 21:35:21 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:46762\nSep 7 21:35:21 cirros authpriv.notice dropbear[514]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46762\nSep 7 21:35:21 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nSep 7 21:35:21 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:46764\nSep 7 21:35:21 cirros authpriv.notice dropbear[517]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46764\nSep 7 21:35:21 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nSep 7 21:35:22 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:46766\nSep 7 21:35:22 cirros authpriv.notice dropbear[520]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46766\nSep 7 21:35:22 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nSep 7 21:35:22 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:46768\nSep 7 21:35:22 cirros authpriv.notice dropbear[523]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:46768\nSep 7 21:35:22 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-09-07 20:35:24,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-7b01e5ac-302b-4721-8c90-70e94e9bf459 2018-09-07 20:35:26,089 - sdnvpn_test_utils - INFO - Waiting for instance 1a1777da-7ad7-41a6-b0e5-c471ba4b3611 to boot up 2018-09-07 20:35:26,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:27,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-736f93af-9787-4485-957d-1f249c733f3a x-compute-request-id: req-736f93af-9787-4485-957d-1f249c733f3a Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525966318 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130799] pid_max: default: 32768 minimum: 301\n[ 0.131676] ACPI: Core revision 20150930\n[ 0.133047] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134326] Security Framework initialized\n[ 0.135126] Yama: becoming mindful.\n[ 0.135837] AppArmor: AppArmor initialized\n[ 0.136691] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139236] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140422] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141780] Initializing cgroup subsys io\n[ 0.142577] Initializing cgroup subsys memory\n[ 0.143418] Initializing cgroup subsys devices\n[ 0.144286] Initializing cgroup subsys freezer\n[ 0.145132] Initializing cgroup subsys net_cls\n[ 0.145978] Initializing cgroup subsys perf_event\n[ 0.146862] Initializing cgroup subsys net_prio\n[ 0.147723] Initializing cgroup subsys hugetlb\n[ 0.148584] Initializing cgroup subsys pids\n[ 0.149446] CPU: Physical Processor ID: 0\n[ 0.150921] mce: CPU supports 10 MCE banks\n[ 0.151750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169798] ftrace: allocating 31920 entries in 125 pages\n[ 0.196254] smpboot: Max logical packages: 1\n[ 0.197085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198402] x2apic enabled\n[ 0.199202] Switched APIC routing to physical x2apic.\n[ 0.200937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202038] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205737] KVM setup paravirtual spinlock\n[ 0.207016] x86: Booted up 1 node, 1 CPUs\n[ 0.207804] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209170] devtmpfs: initialized\n[ 0.210864] evm: security.selinux\n[ 0.211553] evm: security.SMACK64\n[ 0.212231] evm: security.SMACK64EXEC\n[ 0.212960] evm: security.SMACK64TRANSMUTE\n[ 0.213748] evm: security.SMACK64MMAP\n[ 0.214477] evm: security.ima\n[ 0.215110] evm: security.capability\n[ 0.215895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217702] pinctrl core: initialized pinctrl subsystem\n[ 0.218771] RTC time: 20:35:01, date: 09/07/18\n[ 0.219717] NET: Registered protocol family 16\n[ 0.220671] cpuidle: using governor ladder\n[ 0.221474] cpuidle: using governor menu\n[ 0.222244] PCCT header not found.\n[ 0.222977] ACPI: bus type PCI registered\n[ 0.223762] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226706] ACPI: Added _OSI(Module Device)\n[ 0.227532] ACPI: Added _OSI(Processor Device)\n[ 0.228381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229264] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231386] ACPI: Interpreter enabled\n[ 0.232141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239398] ACPI: (supports S0 S5)\n[ 0.240092] ACPI: Using IOAPIC for interrupt routing\n[ 0.241070] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245266] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247657] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249841] acpiphp: Slot [3] registered\n[ 0.250635] acpiphp: Slot [4] registered\n[ 0.251427] acpiphp: Slot [5] registered\n[ 0.252221] acpiphp: Slot [6] registered\n[ 0.253012] acpiphp: Slot [7] registered\n[ 0.253796] acpiphp: Slot [8] registered\n[ 0.254586] acpiphp: Slot [9] registered\n[ 0.255377] acpiphp: Slot [10] registered\n[ 0.256178] acpiphp: Slot [11] registered\n[ 0.256992] acpiphp: Slot [12] registered\n[ 0.257791] acpiphp: Slot [13] registered\n[ 0.258594] acpiphp: Slot [14] registered\n[ 0.259396] acpiphp: Slot [15] registered\n[ 0.270528] acpiphp: Slot [16] registered\n[ 0.271336] acpiphp: Slot [17] registered\n[ 0.272138] acpiphp: Slot [18] registered\n[ 0.272933] acpiphp: Slot [19] registered\n[ 0.273736] acpiphp: Slot [20] registered\n[ 0.274544] acpiphp: Slot [21] registered\n[ 0.275348] acpiphp: Slot [22] registered\n[ 0.276148] acpiphp: Slot [23] registered\n[ 0.276946] acpiphp: Slot [24] registered\n[ 0.277746] acpiphp: Slot [25] registered\n[ 0.278550] acpiphp: Slot [26] registered\n[ 0.279351] acpiphp: Slot [27] registered\n[ 0.280154] acpiphp: Slot [28] registered\n[ 0.280955] acpiphp: Slot [29] registered\n[ 0.281751] acpiphp: Slot [30] registered\n[ 0.282556] acpiphp: Slot [31] registered\n[ 0.283358] PCI host bridge to bus 0000:00\n[ 0.284157] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287977] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295572] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296835] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305755] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357398] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360003] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361139] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363686] vgaarb: loaded\n[ 0.364282] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365402] SCSI subsystem initialized\n[ 0.366209] ACPI: bus type USB registered\n[ 0.367012] usbcore: registered new interface driver usbfs\n[ 0.368021] usbcore: registered new interface driver hub\n[ 0.369006] usbcore: registered new device driver usb\n[ 0.370043] PCI: Using ACPI for IRQ routing\n[ 0.371045] NetLabel: Initializing\n[ 0.371743] NetLabel: domain hash size = 128\n[ 0.372583] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373517] NetLabel: unlabeled traffic allowed by default\n[ 0.374595] clocksource: Switched to clocksource kvm-clock\n[ 0.379986] AppArmor: AppArmor Filesystem Enabled\n[ 0.380928] pnp: PnP ACPI init\n[ 0.381835] pnp: PnP ACPI: found 5 devices\n[ 0.388189] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389862] NET: Registered protocol family 2\n[ 0.390809] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393215] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394357] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396572] NET: Registered protocol family 1\n[ 0.397427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398503] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399562] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427770] Trying to unpack rootfs image as initramfs...\n[ 0.477014] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490862] Scanning for low memory corruption every 60 seconds\n[ 0.492179] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493312] audit: initializing netlink subsys (disabled)\n[ 0.494322] audit: type=2000 audit(1536352501.890:1): initialized\n[ 0.495630] Initialise system trusted keyring\n[ 0.496538] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497681] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499627] zbud: loaded\n[ 0.500320] VFS: Disk quotas dquot_6.6.0\n[ 0.501125] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502609] fuse init (API version 7.23)\n[ 0.503493] Key type big_key registered\n[ 0.504283] Allocating IMA MOK and blacklist keyrings.\n[ 0.505736] Key type asymmetric registered\n[ 0.506552] Asymmetric key parser 'x509' registered\n[ 0.507504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508946] io scheduler noop registered\n[ 0.509730] io scheduler deadline registered (default)\n[ 0.510711] io scheduler cfq registered\n[ 0.511536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515249] ACPI: Power Button [PWRF]\n[ 0.516076] GHES: HEST is not enabled!\n[ 0.529769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557835] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585722] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588023] Linux agpgart interface v0.103\n[ 0.590077] brd: module loaded\n[ 0.591296] loop: module loaded\n[ 0.596655] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598114] GPT:90111 != 2097151\n[ 0.598797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599890] GPT:90111 != 2097151\n[ 0.600565] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601529] vda: vda1 vda15\n[ 0.603058] scsi host0: ata_piix\n[ 0.603793] scsi host1: ata_piix\n[ 0.604499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607168] libphy: Fixed MDIO Bus: probed\n[ 0.607990] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611107] PPP generic driver version 2.4.2\n[ 0.611994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613286] ehci-pci: EHCI PCI platform driver\n[ 0.614153] ehci-platform: EHCI generic platform driver\n[ 0.615145] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616270] ohci-pci: OHCI PCI platform driver\n[ 0.617137] ohci-platform: OHCI generic platform driver\n[ 0.618123] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632486] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633490] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634945] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635979] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639761] usb usb1: Product: UHCI Host Controller\n[ 0.640705] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642864] hub 1-0:1.0: USB hub found\n[ 0.643649] hub 1-0:1.0: 2 ports detected\n[ 0.644557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646701] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647660] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648693] mousedev: PS/2 mouse device common for all mice\n[ 0.649946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651785] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654078] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655283] i2c /dev entries driver\n[ 0.656043] device-mapper: uevent: version 1.0.3\n[ 0.656981] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659914] NET: Registered protocol family 10\n[ 0.660906] NET: Registered protocol family 17\n[ 0.661801] Key type dns_resolver registered\n[ 0.662744] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663850] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665604] registered taskstats version 1\n[ 0.666440] Loading compiled-in X.509 certificates\n[ 0.667889] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669748] zswap: loaded using pool lzo/zbud\n[ 0.671123] Key type trusted registered\n[ 0.672668] Key type encrypted registered\n[ 0.673503] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674530] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675579] evm: HMAC attrs: 0x1\n[ 0.676880] Magic number: 2:695:598\n[ 0.677734] rtc_cmos 00:00: setting system clock to 2018-09-07 20:35:02 UTC (1536352502)\n[ 0.679351] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680465] EDD information not available.\n[ 0.763254] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764676] ata1.00: configured for MWDMA2\n[ 0.765870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778732] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781232] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783102] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784666] Write protecting the kernel read-only data: 14336k\n[ 0.786222] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788034] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.346303] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 2.08s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-07 20:35:27,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action used request id req-736f93af-9787-4485-957d-1f249c733f3a 2018-09-07 20:35:29,176 - sdnvpn_test_utils - INFO - Waiting for instance 014d26d3-593e-4358-8712-68f02c667f13 to boot up 2018-09-07 20:35:29,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:35:30,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6b798c37-3262-40e1-9421-c6ba2afd2191 x-compute-request-id: req-6b798c37-3262-40e1-9421-c6ba2afd2191 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 648858919 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140101] pid_max: default: 32768 minimum: 301\n[ 0.141056] ACPI: Core revision 20150930\n[ 0.142511] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143900] Security Framework initialized\n[ 0.144784] Yama: becoming mindful.\n[ 0.145566] AppArmor: AppArmor initialized\n[ 0.146476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147901] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149266] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150567] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152063] Initializing cgroup subsys io\n[ 0.152964] Initializing cgroup subsys memory\n[ 0.153921] Initializing cgroup subsys devices\n[ 0.154885] Initializing cgroup subsys freezer\n[ 0.155826] Initializing cgroup subsys net_cls\n[ 0.156774] Initializing cgroup subsys perf_event\n[ 0.157775] Initializing cgroup subsys net_prio\n[ 0.158754] Initializing cgroup subsys hugetlb\n[ 0.159710] Initializing cgroup subsys pids\n[ 0.160651] CPU: Physical Processor ID: 0\n[ 0.162270] mce: CPU supports 10 MCE banks\n[ 0.163200] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164266] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175550] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182029] ftrace: allocating 31920 entries in 125 pages\n[ 0.208864] smpboot: Max logical packages: 1\n[ 0.209803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211256] x2apic enabled\n[ 0.212101] Switched APIC routing to physical x2apic.\n[ 0.213943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217271] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219169] KVM setup paravirtual spinlock\n[ 0.220510] x86: Booted up 1 node, 1 CPUs\n[ 0.221378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222858] devtmpfs: initialized\n[ 0.224642] evm: security.selinux\n[ 0.225402] evm: security.SMACK64\n[ 0.226169] evm: security.SMACK64EXEC\n[ 0.226960] evm: security.SMACK64TRANSMUTE\n[ 0.227832] evm: security.SMACK64MMAP\n[ 0.228635] evm: security.ima\n[ 0.229308] evm: security.capability\n[ 0.230151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232106] pinctrl core: initialized pinctrl subsystem\n[ 0.233283] RTC time: 20:34:49, date: 09/07/18\n[ 0.234290] NET: Registered protocol family 16\n[ 0.235320] cpuidle: using governor ladder\n[ 0.236202] cpuidle: using governor menu\n[ 0.237049] PCCT header not found.\n[ 0.237838] ACPI: bus type PCI registered\n[ 0.238719] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240034] PCI: Using configuration type 1 for base access\n[ 0.241880] ACPI: Added _OSI(Module Device)\n[ 0.242791] ACPI: Added _OSI(Processor Device)\n[ 0.243731] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246963] ACPI: Interpreter enabled\n[ 0.247798] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255886] ACPI: (supports S0 S5)\n[ 0.256646] ACPI: Using IOAPIC for interrupt routing\n[ 0.257667] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262103] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267113] acpiphp: Slot [3] registered\n[ 0.267966] acpiphp: Slot [4] registered\n[ 0.268832] acpiphp: Slot [5] registered\n[ 0.269699] acpiphp: Slot [6] registered\n[ 0.270577] acpiphp: Slot [7] registered\n[ 0.271440] acpiphp: Slot [8] registered\n[ 0.272301] acpiphp: Slot [9] registered\n[ 0.273170] acpiphp: Slot [10] registered\n[ 0.274017] acpiphp: Slot [11] registered\n[ 0.274886] acpiphp: Slot [12] registered\n[ 0.275768] acpiphp: Slot [13] registered\n[ 0.276630] acpiphp: Slot [14] registered\n[ 0.277492] acpiphp: Slot [15] registered\n[ 0.288730] acpiphp: Slot [16] registered\n[ 0.289636] acpiphp: Slot [17] registered\n[ 0.290531] acpiphp: Slot [18] registered\n[ 0.291438] acpiphp: Slot [19] registered\n[ 0.292311] acpiphp: Slot [20] registered\n[ 0.293233] acpiphp: Slot [21] registered\n[ 0.294124] acpiphp: Slot [22] registered\n[ 0.295019] acpiphp: Slot [23] registered\n[ 0.295898] acpiphp: Slot [24] registered\n[ 0.296783] acpiphp: Slot [25] registered\n[ 0.297672] acpiphp: Slot [26] registered\n[ 0.298571] acpiphp: Slot [27] registered\n[ 0.299474] acpiphp: Slot [28] registered\n[ 0.300338] acpiphp: Slot [29] registered\n[ 0.301197] acpiphp: Slot [30] registered\n[ 0.302058] acpiphp: Slot [31] registered\n[ 0.302910] PCI host bridge to bus 0000:00\n[ 0.303776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306371] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307896] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309429] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315724] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317081] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319700] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373090] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374651] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377658] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381101] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383528] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385261] vgaarb: loaded\n[ 0.385916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387195] SCSI subsystem initialized\n[ 0.388086] ACPI: bus type USB registered\n[ 0.388981] usbcore: registered new interface driver usbfs\n[ 0.390120] usbcore: registered new interface driver hub\n[ 0.391216] usbcore: registered new device driver usb\n[ 0.392350] PCI: Using ACPI for IRQ routing\n[ 0.393457] NetLabel: Initializing\n[ 0.394226] NetLabel: domain hash size = 128\n[ 0.395146] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396175] NetLabel: unlabeled traffic allowed by default\n[ 0.397349] clocksource: Switched to clocksource kvm-clock\n[ 0.402997] AppArmor: AppArmor Filesystem Enabled\n[ 0.404019] pnp: PnP ACPI init\n[ 0.404981] pnp: PnP ACPI: found 5 devices\n[ 0.411416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413254] NET: Registered protocol family 2\n[ 0.414269] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418175] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419341] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420602] NET: Registered protocol family 1\n[ 0.421555] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423927] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452595] Trying to unpack rootfs image as initramfs...\n[ 0.502821] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516833] Scanning for low memory corruption every 60 seconds\n[ 0.518263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519486] audit: initializing netlink subsys (disabled)\n[ 0.520579] audit: type=2000 audit(1536352489.866:1): initialized\n[ 0.521969] Initialise system trusted keyring\n[ 0.522969] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524248] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526329] zbud: loaded\n[ 0.527080] VFS: Disk quotas dquot_6.6.0\n[ 0.527972] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529601] fuse init (API version 7.23)\n[ 0.530563] Key type big_key registered\n[ 0.531441] Allocating IMA MOK and blacklist keyrings.\n[ 0.532634] Key type asymmetric registered\n[ 0.533545] Asymmetric key parser 'x509' registered\n[ 0.534565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536119] io scheduler noop registered\n[ 0.536981] io scheduler deadline registered (default)\n[ 0.538072] io scheduler cfq registered\n[ 0.539365] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543194] ACPI: Power Button [PWRF]\n[ 0.544029] GHES: HEST is not enabled!\n[ 0.557916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588117] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614711] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616826] Linux agpgart interface v0.103\n[ 0.618860] brd: module loaded\n[ 0.620049] loop: module loaded\n[ 0.624624] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626113] GPT:90111 != 2097151\n[ 0.626799] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627895] GPT:90111 != 2097151\n[ 0.628577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629560] vda: vda1 vda15\n[ 0.630979] scsi host0: ata_piix\n[ 0.631725] scsi host1: ata_piix\n[ 0.632438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635127] libphy: Fixed MDIO Bus: probed\n[ 0.635959] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636913] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639077] PPP generic driver version 2.4.2\n[ 0.639972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641223] ehci-pci: EHCI PCI platform driver\n[ 0.642102] ehci-platform: EHCI generic platform driver\n[ 0.643094] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644228] ohci-pci: OHCI PCI platform driver\n[ 0.645091] ohci-platform: OHCI generic platform driver\n[ 0.646099] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660442] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666317] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667748] usb usb1: Product: UHCI Host Controller\n[ 0.668688] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669844] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670869] hub 1-0:1.0: USB hub found\n[ 0.671656] hub 1-0:1.0: 2 ports detected\n[ 0.672563] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674706] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675671] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676701] mousedev: PS/2 mouse device common for all mice\n[ 0.677969] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680899] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683303] i2c /dev entries driver\n[ 0.684053] device-mapper: uevent: version 1.0.3\n[ 0.684989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687919] NET: Registered protocol family 10\n[ 0.688933] NET: Registered protocol family 17\n[ 0.689836] Key type dns_resolver registered\n[ 0.690774] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693630] registered taskstats version 1\n[ 0.694464] Loading compiled-in X.509 certificates\n[ 0.695896] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697775] zswap: loaded using pool lzo/zbud\n[ 0.699151] Key type trusted registered\n[ 0.700688] Key type encrypted registered\n[ 0.701532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702562] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703604] evm: HMAC attrs: 0x1\n[ 0.704521] Magic number: 2:695:598\n[ 0.705367] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:50 UTC (1536352490)\n[ 0.706963] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708082] EDD information not available.\n[ 0.789890] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791350] ata1.00: configured for MWDMA2\n[ 0.792547] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805160] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807672] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811082] Write protecting the kernel read-only data: 14336k\n[ 0.812641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814450] 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.54\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.765536] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.73s]\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-07 20:35:30,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action used request id req-6b798c37-3262-40e1-9421-c6ba2afd2191 2018-09-07 20:35:32,256 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:36:02,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:36:03,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36: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-6178c403-c8a0-4451-b581-ebf59616e097 x-compute-request-id: req-6178c403-c8a0-4451-b581-ebf59616e097 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 525966318 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130799] pid_max: default: 32768 minimum: 301\n[ 0.131676] ACPI: Core revision 20150930\n[ 0.133047] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134326] Security Framework initialized\n[ 0.135126] Yama: becoming mindful.\n[ 0.135837] AppArmor: AppArmor initialized\n[ 0.136691] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139236] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140422] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141780] Initializing cgroup subsys io\n[ 0.142577] Initializing cgroup subsys memory\n[ 0.143418] Initializing cgroup subsys devices\n[ 0.144286] Initializing cgroup subsys freezer\n[ 0.145132] Initializing cgroup subsys net_cls\n[ 0.145978] Initializing cgroup subsys perf_event\n[ 0.146862] Initializing cgroup subsys net_prio\n[ 0.147723] Initializing cgroup subsys hugetlb\n[ 0.148584] Initializing cgroup subsys pids\n[ 0.149446] CPU: Physical Processor ID: 0\n[ 0.150921] mce: CPU supports 10 MCE banks\n[ 0.151750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169798] ftrace: allocating 31920 entries in 125 pages\n[ 0.196254] smpboot: Max logical packages: 1\n[ 0.197085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198402] x2apic enabled\n[ 0.199202] Switched APIC routing to physical x2apic.\n[ 0.200937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202038] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205737] KVM setup paravirtual spinlock\n[ 0.207016] x86: Booted up 1 node, 1 CPUs\n[ 0.207804] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209170] devtmpfs: initialized\n[ 0.210864] evm: security.selinux\n[ 0.211553] evm: security.SMACK64\n[ 0.212231] evm: security.SMACK64EXEC\n[ 0.212960] evm: security.SMACK64TRANSMUTE\n[ 0.213748] evm: security.SMACK64MMAP\n[ 0.214477] evm: security.ima\n[ 0.215110] evm: security.capability\n[ 0.215895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217702] pinctrl core: initialized pinctrl subsystem\n[ 0.218771] RTC time: 20:35:01, date: 09/07/18\n[ 0.219717] NET: Registered protocol family 16\n[ 0.220671] cpuidle: using governor ladder\n[ 0.221474] cpuidle: using governor menu\n[ 0.222244] PCCT header not found.\n[ 0.222977] ACPI: bus type PCI registered\n[ 0.223762] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226706] ACPI: Added _OSI(Module Device)\n[ 0.227532] ACPI: Added _OSI(Processor Device)\n[ 0.228381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229264] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231386] ACPI: Interpreter enabled\n[ 0.232141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239398] ACPI: (supports S0 S5)\n[ 0.240092] ACPI: Using IOAPIC for interrupt routing\n[ 0.241070] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245266] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247657] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249841] acpiphp: Slot [3] registered\n[ 0.250635] acpiphp: Slot [4] registered\n[ 0.251427] acpiphp: Slot [5] registered\n[ 0.252221] acpiphp: Slot [6] registered\n[ 0.253012] acpiphp: Slot [7] registered\n[ 0.253796] acpiphp: Slot [8] registered\n[ 0.254586] acpiphp: Slot [9] registered\n[ 0.255377] acpiphp: Slot [10] registered\n[ 0.256178] acpiphp: Slot [11] registered\n[ 0.256992] acpiphp: Slot [12] registered\n[ 0.257791] acpiphp: Slot [13] registered\n[ 0.258594] acpiphp: Slot [14] registered\n[ 0.259396] acpiphp: Slot [15] registered\n[ 0.270528] acpiphp: Slot [16] registered\n[ 0.271336] acpiphp: Slot [17] registered\n[ 0.272138] acpiphp: Slot [18] registered\n[ 0.272933] acpiphp: Slot [19] registered\n[ 0.273736] acpiphp: Slot [20] registered\n[ 0.274544] acpiphp: Slot [21] registered\n[ 0.275348] acpiphp: Slot [22] registered\n[ 0.276148] acpiphp: Slot [23] registered\n[ 0.276946] acpiphp: Slot [24] registered\n[ 0.277746] acpiphp: Slot [25] registered\n[ 0.278550] acpiphp: Slot [26] registered\n[ 0.279351] acpiphp: Slot [27] registered\n[ 0.280154] acpiphp: Slot [28] registered\n[ 0.280955] acpiphp: Slot [29] registered\n[ 0.281751] acpiphp: Slot [30] registered\n[ 0.282556] acpiphp: Slot [31] registered\n[ 0.283358] PCI host bridge to bus 0000:00\n[ 0.284157] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287977] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295572] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296835] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305755] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357398] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360003] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361139] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363686] vgaarb: loaded\n[ 0.364282] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365402] SCSI subsystem initialized\n[ 0.366209] ACPI: bus type USB registered\n[ 0.367012] usbcore: registered new interface driver usbfs\n[ 0.368021] usbcore: registered new interface driver hub\n[ 0.369006] usbcore: registered new device driver usb\n[ 0.370043] PCI: Using ACPI for IRQ routing\n[ 0.371045] NetLabel: Initializing\n[ 0.371743] NetLabel: domain hash size = 128\n[ 0.372583] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373517] NetLabel: unlabeled traffic allowed by default\n[ 0.374595] clocksource: Switched to clocksource kvm-clock\n[ 0.379986] AppArmor: AppArmor Filesystem Enabled\n[ 0.380928] pnp: PnP ACPI init\n[ 0.381835] pnp: PnP ACPI: found 5 devices\n[ 0.388189] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389862] NET: Registered protocol family 2\n[ 0.390809] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393215] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394357] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396572] NET: Registered protocol family 1\n[ 0.397427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398503] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399562] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427770] Trying to unpack rootfs image as initramfs...\n[ 0.477014] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490862] Scanning for low memory corruption every 60 seconds\n[ 0.492179] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493312] audit: initializing netlink subsys (disabled)\n[ 0.494322] audit: type=2000 audit(1536352501.890:1): initialized\n[ 0.495630] Initialise system trusted keyring\n[ 0.496538] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497681] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499627] zbud: loaded\n[ 0.500320] VFS: Disk quotas dquot_6.6.0\n[ 0.501125] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502609] fuse init (API version 7.23)\n[ 0.503493] Key type big_key registered\n[ 0.504283] Allocating IMA MOK and blacklist keyrings.\n[ 0.505736] Key type asymmetric registered\n[ 0.506552] Asymmetric key parser 'x509' registered\n[ 0.507504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508946] io scheduler noop registered\n[ 0.509730] io scheduler deadline registered (default)\n[ 0.510711] io scheduler cfq registered\n[ 0.511536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515249] ACPI: Power Button [PWRF]\n[ 0.516076] GHES: HEST is not enabled!\n[ 0.529769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557835] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585722] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588023] Linux agpgart interface v0.103\n[ 0.590077] brd: module loaded\n[ 0.591296] loop: module loaded\n[ 0.596655] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598114] GPT:90111 != 2097151\n[ 0.598797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599890] GPT:90111 != 2097151\n[ 0.600565] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601529] vda: vda1 vda15\n[ 0.603058] scsi host0: ata_piix\n[ 0.603793] scsi host1: ata_piix\n[ 0.604499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607168] libphy: Fixed MDIO Bus: probed\n[ 0.607990] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611107] PPP generic driver version 2.4.2\n[ 0.611994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613286] ehci-pci: EHCI PCI platform driver\n[ 0.614153] ehci-platform: EHCI generic platform driver\n[ 0.615145] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616270] ohci-pci: OHCI PCI platform driver\n[ 0.617137] ohci-platform: OHCI generic platform driver\n[ 0.618123] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632486] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633490] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634945] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635979] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639761] usb usb1: Product: UHCI Host Controller\n[ 0.640705] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642864] hub 1-0:1.0: USB hub found\n[ 0.643649] hub 1-0:1.0: 2 ports detected\n[ 0.644557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646701] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647660] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648693] mousedev: PS/2 mouse device common for all mice\n[ 0.649946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651785] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654078] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655283] i2c /dev entries driver\n[ 0.656043] device-mapper: uevent: version 1.0.3\n[ 0.656981] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659914] NET: Registered protocol family 10\n[ 0.660906] NET: Registered protocol family 17\n[ 0.661801] Key type dns_resolver registered\n[ 0.662744] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663850] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665604] registered taskstats version 1\n[ 0.666440] Loading compiled-in X.509 certificates\n[ 0.667889] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669748] zswap: loaded using pool lzo/zbud\n[ 0.671123] Key type trusted registered\n[ 0.672668] Key type encrypted registered\n[ 0.673503] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674530] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675579] evm: HMAC attrs: 0x1\n[ 0.676880] Magic number: 2:695:598\n[ 0.677734] rtc_cmos 00:00: setting system clock to 2018-09-07 20:35:02 UTC (1536352502)\n[ 0.679351] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680465] EDD information not available.\n[ 0.763254] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764676] ata1.00: configured for MWDMA2\n[ 0.765870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778732] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781232] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783102] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784666] Write protecting the kernel read-only data: 14336k\n[ 0.786222] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788034] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.346303] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 2.08s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-07 20:36:03,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action used request id req-6178c403-c8a0-4451-b581-ebf59616e097 2018-09-07 20:36:03,349 - 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-07 20:36:03,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275e9f013aa22792ab3bbf9314fa944c61719ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:36:04,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37ea5092-6984-4804-9695-cfe98b1c6664 x-compute-request-id: req-37ea5092-6984-4804-9695-cfe98b1c6664 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 525966318 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130799] pid_max: default: 32768 minimum: 301\n[ 0.131676] ACPI: Core revision 20150930\n[ 0.133047] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134326] Security Framework initialized\n[ 0.135126] Yama: becoming mindful.\n[ 0.135837] AppArmor: AppArmor initialized\n[ 0.136691] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139236] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140422] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141780] Initializing cgroup subsys io\n[ 0.142577] Initializing cgroup subsys memory\n[ 0.143418] Initializing cgroup subsys devices\n[ 0.144286] Initializing cgroup subsys freezer\n[ 0.145132] Initializing cgroup subsys net_cls\n[ 0.145978] Initializing cgroup subsys perf_event\n[ 0.146862] Initializing cgroup subsys net_prio\n[ 0.147723] Initializing cgroup subsys hugetlb\n[ 0.148584] Initializing cgroup subsys pids\n[ 0.149446] CPU: Physical Processor ID: 0\n[ 0.150921] mce: CPU supports 10 MCE banks\n[ 0.151750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163411] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169798] ftrace: allocating 31920 entries in 125 pages\n[ 0.196254] smpboot: Max logical packages: 1\n[ 0.197085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198402] x2apic enabled\n[ 0.199202] Switched APIC routing to physical x2apic.\n[ 0.200937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202038] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205737] KVM setup paravirtual spinlock\n[ 0.207016] x86: Booted up 1 node, 1 CPUs\n[ 0.207804] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209170] devtmpfs: initialized\n[ 0.210864] evm: security.selinux\n[ 0.211553] evm: security.SMACK64\n[ 0.212231] evm: security.SMACK64EXEC\n[ 0.212960] evm: security.SMACK64TRANSMUTE\n[ 0.213748] evm: security.SMACK64MMAP\n[ 0.214477] evm: security.ima\n[ 0.215110] evm: security.capability\n[ 0.215895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217702] pinctrl core: initialized pinctrl subsystem\n[ 0.218771] RTC time: 20:35:01, date: 09/07/18\n[ 0.219717] NET: Registered protocol family 16\n[ 0.220671] cpuidle: using governor ladder\n[ 0.221474] cpuidle: using governor menu\n[ 0.222244] PCCT header not found.\n[ 0.222977] ACPI: bus type PCI registered\n[ 0.223762] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224983] PCI: Using configuration type 1 for base access\n[ 0.226706] ACPI: Added _OSI(Module Device)\n[ 0.227532] ACPI: Added _OSI(Processor Device)\n[ 0.228381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229264] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231386] ACPI: Interpreter enabled\n[ 0.232141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239398] ACPI: (supports S0 S5)\n[ 0.240092] ACPI: Using IOAPIC for interrupt routing\n[ 0.241070] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245266] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247657] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249841] acpiphp: Slot [3] registered\n[ 0.250635] acpiphp: Slot [4] registered\n[ 0.251427] acpiphp: Slot [5] registered\n[ 0.252221] acpiphp: Slot [6] registered\n[ 0.253012] acpiphp: Slot [7] registered\n[ 0.253796] acpiphp: Slot [8] registered\n[ 0.254586] acpiphp: Slot [9] registered\n[ 0.255377] acpiphp: Slot [10] registered\n[ 0.256178] acpiphp: Slot [11] registered\n[ 0.256992] acpiphp: Slot [12] registered\n[ 0.257791] acpiphp: Slot [13] registered\n[ 0.258594] acpiphp: Slot [14] registered\n[ 0.259396] acpiphp: Slot [15] registered\n[ 0.270528] acpiphp: Slot [16] registered\n[ 0.271336] acpiphp: Slot [17] registered\n[ 0.272138] acpiphp: Slot [18] registered\n[ 0.272933] acpiphp: Slot [19] registered\n[ 0.273736] acpiphp: Slot [20] registered\n[ 0.274544] acpiphp: Slot [21] registered\n[ 0.275348] acpiphp: Slot [22] registered\n[ 0.276148] acpiphp: Slot [23] registered\n[ 0.276946] acpiphp: Slot [24] registered\n[ 0.277746] acpiphp: Slot [25] registered\n[ 0.278550] acpiphp: Slot [26] registered\n[ 0.279351] acpiphp: Slot [27] registered\n[ 0.280154] acpiphp: Slot [28] registered\n[ 0.280955] acpiphp: Slot [29] registered\n[ 0.281751] acpiphp: Slot [30] registered\n[ 0.282556] acpiphp: Slot [31] registered\n[ 0.283358] PCI host bridge to bus 0000:00\n[ 0.284157] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287977] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295572] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296835] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305755] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307165] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357398] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358771] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360003] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361139] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363686] vgaarb: loaded\n[ 0.364282] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365402] SCSI subsystem initialized\n[ 0.366209] ACPI: bus type USB registered\n[ 0.367012] usbcore: registered new interface driver usbfs\n[ 0.368021] usbcore: registered new interface driver hub\n[ 0.369006] usbcore: registered new device driver usb\n[ 0.370043] PCI: Using ACPI for IRQ routing\n[ 0.371045] NetLabel: Initializing\n[ 0.371743] NetLabel: domain hash size = 128\n[ 0.372583] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373517] NetLabel: unlabeled traffic allowed by default\n[ 0.374595] clocksource: Switched to clocksource kvm-clock\n[ 0.379986] AppArmor: AppArmor Filesystem Enabled\n[ 0.380928] pnp: PnP ACPI init\n[ 0.381835] pnp: PnP ACPI: found 5 devices\n[ 0.388189] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389862] NET: Registered protocol family 2\n[ 0.390809] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392068] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393215] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394357] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396572] NET: Registered protocol family 1\n[ 0.397427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398503] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399562] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427770] Trying to unpack rootfs image as initramfs...\n[ 0.477014] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490862] Scanning for low memory corruption every 60 seconds\n[ 0.492179] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493312] audit: initializing netlink subsys (disabled)\n[ 0.494322] audit: type=2000 audit(1536352501.890:1): initialized\n[ 0.495630] Initialise system trusted keyring\n[ 0.496538] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497681] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499627] zbud: loaded\n[ 0.500320] VFS: Disk quotas dquot_6.6.0\n[ 0.501125] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502609] fuse init (API version 7.23)\n[ 0.503493] Key type big_key registered\n[ 0.504283] Allocating IMA MOK and blacklist keyrings.\n[ 0.505736] Key type asymmetric registered\n[ 0.506552] Asymmetric key parser 'x509' registered\n[ 0.507504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508946] io scheduler noop registered\n[ 0.509730] io scheduler deadline registered (default)\n[ 0.510711] io scheduler cfq registered\n[ 0.511536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515249] ACPI: Power Button [PWRF]\n[ 0.516076] GHES: HEST is not enabled!\n[ 0.529769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557835] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560079] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585722] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588023] Linux agpgart interface v0.103\n[ 0.590077] brd: module loaded\n[ 0.591296] loop: module loaded\n[ 0.596655] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598114] GPT:90111 != 2097151\n[ 0.598797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599890] GPT:90111 != 2097151\n[ 0.600565] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601529] vda: vda1 vda15\n[ 0.603058] scsi host0: ata_piix\n[ 0.603793] scsi host1: ata_piix\n[ 0.604499] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605715] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607168] libphy: Fixed MDIO Bus: probed\n[ 0.607990] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611107] PPP generic driver version 2.4.2\n[ 0.611994] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613286] ehci-pci: EHCI PCI platform driver\n[ 0.614153] ehci-platform: EHCI generic platform driver\n[ 0.615145] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616270] ohci-pci: OHCI PCI platform driver\n[ 0.617137] ohci-platform: OHCI generic platform driver\n[ 0.618123] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632486] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633490] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634945] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635979] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639761] usb usb1: Product: UHCI Host Controller\n[ 0.640705] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642864] hub 1-0:1.0: USB hub found\n[ 0.643649] hub 1-0:1.0: 2 ports detected\n[ 0.644557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646701] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647660] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648693] mousedev: PS/2 mouse device common for all mice\n[ 0.649946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651785] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654078] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655283] i2c /dev entries driver\n[ 0.656043] device-mapper: uevent: version 1.0.3\n[ 0.656981] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659914] NET: Registered protocol family 10\n[ 0.660906] NET: Registered protocol family 17\n[ 0.661801] Key type dns_resolver registered\n[ 0.662744] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663850] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665604] registered taskstats version 1\n[ 0.666440] Loading compiled-in X.509 certificates\n[ 0.667889] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669748] zswap: loaded using pool lzo/zbud\n[ 0.671123] Key type trusted registered\n[ 0.672668] Key type encrypted registered\n[ 0.673503] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674530] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675579] evm: HMAC attrs: 0x1\n[ 0.676880] Magic number: 2:695:598\n[ 0.677734] rtc_cmos 00:00: setting system clock to 2018-09-07 20:35:02 UTC (1536352502)\n[ 0.679351] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680465] EDD information not available.\n[ 0.763254] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.764676] ata1.00: configured for MWDMA2\n[ 0.765870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778732] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781232] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.783102] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784666] Write protecting the kernel read-only data: 14336k\n[ 0.786222] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788034] 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.15\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.346303] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 2.08s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-07 20:36:04,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action used request id req-37ea5092-6984-4804-9695-cfe98b1c6664 2018-09-07 20:36:04,424 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-09-07 20:36:04,425 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-09-07 20:36:04,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-490644", "route_distinguishers": "222:222"}}' 2018-09-07 20:36:05,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-8420f76f-338b-4390-80e3-93a548995258 Date: Fri, 07 Sep 2018 20:36:05 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "c26399c4-7f1f-4d99-90d2-8d82ea0635ea", "name": "sdnvpn-2-490644", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:36:05,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-8420f76f-338b-4390-80e3-93a548995258 2018-09-07 20:36:05,033 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-490644', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [u'88:88'], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'c26399c4-7f1f-4d99-90d2-8d82ea0635ea'}} 2018-09-07 20:36:05,033 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-09-07 20:36:05,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" -d '{"network_association": {"network_id": "fc2c90ee-4573-48bb-8b66-a43622e974d4"}}' 2018-09-07 20:36:05,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7c43a218-b098-4a5e-b7d9-ddbdf11c83fb Date: Fri, 07 Sep 2018 20:36:05 GMT RESP BODY: {"network_association": {"network_id": "fc2c90ee-4573-48bb-8b66-a43622e974d4", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "9b14a9f2-ce36-4bd5-9d0a-b15e0ed3e58f"}} 2018-09-07 20:36:05,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea/network_associations used request id req-7c43a218-b098-4a5e-b7d9-ddbdf11c83fb 2018-09-07 20:36:05,792 - sdnvpn_test_utils - DEBUG - Waiting for network 0d5a033d-55ee-4888-8ed9-74d1d5389037 to associate with BGPVPN 5f5a7c85-7293-4c71-830d-45bf0c68228e 2018-09-07 20:36:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:06,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-ab2aa1a8-f066-4bff-a563-96181a126868 Date: Fri, 07 Sep 2018 20:36:06 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "0d5a033d-55ee-4888-8ed9-74d1d5389037", "name": "sdnvpn-1-159986", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["55:55"], "networks": ["5f5a7c85-7293-4c71-830d-45bf0c68228e"], "route_targets": ["55:55"], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:36:06,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037 used request id req-ab2aa1a8-f066-4bff-a563-96181a126868 2018-09-07 20:36:07,101 - sdnvpn_test_utils - DEBUG - Waiting for network c26399c4-7f1f-4d99-90d2-8d82ea0635ea to associate with BGPVPN fc2c90ee-4573-48bb-8b66-a43622e974d4 2018-09-07 20:36:07,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:07,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-5c4322d8-f8ec-4c94-95f4-d4d90f5088dd Date: Fri, 07 Sep 2018 20:36:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "c26399c4-7f1f-4d99-90d2-8d82ea0635ea", "name": "sdnvpn-2-490644", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["fc2c90ee-4573-48bb-8b66-a43622e974d4"], "route_targets": ["88:88"], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:36:07,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea used request id req-5c4322d8-f8ec-4c94-95f4-d4d90f5088dd 2018-09-07 20:36:08,404 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:36:38,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:36:39,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64f39956-935c-4843-8f98-b3884d033fec x-compute-request-id: req-64f39956-935c-4843-8f98-b3884d033fec Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 648858919 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140101] pid_max: default: 32768 minimum: 301\n[ 0.141056] ACPI: Core revision 20150930\n[ 0.142511] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143900] Security Framework initialized\n[ 0.144784] Yama: becoming mindful.\n[ 0.145566] AppArmor: AppArmor initialized\n[ 0.146476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147901] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149266] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150567] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152063] Initializing cgroup subsys io\n[ 0.152964] Initializing cgroup subsys memory\n[ 0.153921] Initializing cgroup subsys devices\n[ 0.154885] Initializing cgroup subsys freezer\n[ 0.155826] Initializing cgroup subsys net_cls\n[ 0.156774] Initializing cgroup subsys perf_event\n[ 0.157775] Initializing cgroup subsys net_prio\n[ 0.158754] Initializing cgroup subsys hugetlb\n[ 0.159710] Initializing cgroup subsys pids\n[ 0.160651] CPU: Physical Processor ID: 0\n[ 0.162270] mce: CPU supports 10 MCE banks\n[ 0.163200] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164266] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175550] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182029] ftrace: allocating 31920 entries in 125 pages\n[ 0.208864] smpboot: Max logical packages: 1\n[ 0.209803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211256] x2apic enabled\n[ 0.212101] Switched APIC routing to physical x2apic.\n[ 0.213943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217271] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219169] KVM setup paravirtual spinlock\n[ 0.220510] x86: Booted up 1 node, 1 CPUs\n[ 0.221378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222858] devtmpfs: initialized\n[ 0.224642] evm: security.selinux\n[ 0.225402] evm: security.SMACK64\n[ 0.226169] evm: security.SMACK64EXEC\n[ 0.226960] evm: security.SMACK64TRANSMUTE\n[ 0.227832] evm: security.SMACK64MMAP\n[ 0.228635] evm: security.ima\n[ 0.229308] evm: security.capability\n[ 0.230151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232106] pinctrl core: initialized pinctrl subsystem\n[ 0.233283] RTC time: 20:34:49, date: 09/07/18\n[ 0.234290] NET: Registered protocol family 16\n[ 0.235320] cpuidle: using governor ladder\n[ 0.236202] cpuidle: using governor menu\n[ 0.237049] PCCT header not found.\n[ 0.237838] ACPI: bus type PCI registered\n[ 0.238719] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240034] PCI: Using configuration type 1 for base access\n[ 0.241880] ACPI: Added _OSI(Module Device)\n[ 0.242791] ACPI: Added _OSI(Processor Device)\n[ 0.243731] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246963] ACPI: Interpreter enabled\n[ 0.247798] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255886] ACPI: (supports S0 S5)\n[ 0.256646] ACPI: Using IOAPIC for interrupt routing\n[ 0.257667] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262103] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267113] acpiphp: Slot [3] registered\n[ 0.267966] acpiphp: Slot [4] registered\n[ 0.268832] acpiphp: Slot [5] registered\n[ 0.269699] acpiphp: Slot [6] registered\n[ 0.270577] acpiphp: Slot [7] registered\n[ 0.271440] acpiphp: Slot [8] registered\n[ 0.272301] acpiphp: Slot [9] registered\n[ 0.273170] acpiphp: Slot [10] registered\n[ 0.274017] acpiphp: Slot [11] registered\n[ 0.274886] acpiphp: Slot [12] registered\n[ 0.275768] acpiphp: Slot [13] registered\n[ 0.276630] acpiphp: Slot [14] registered\n[ 0.277492] acpiphp: Slot [15] registered\n[ 0.288730] acpiphp: Slot [16] registered\n[ 0.289636] acpiphp: Slot [17] registered\n[ 0.290531] acpiphp: Slot [18] registered\n[ 0.291438] acpiphp: Slot [19] registered\n[ 0.292311] acpiphp: Slot [20] registered\n[ 0.293233] acpiphp: Slot [21] registered\n[ 0.294124] acpiphp: Slot [22] registered\n[ 0.295019] acpiphp: Slot [23] registered\n[ 0.295898] acpiphp: Slot [24] registered\n[ 0.296783] acpiphp: Slot [25] registered\n[ 0.297672] acpiphp: Slot [26] registered\n[ 0.298571] acpiphp: Slot [27] registered\n[ 0.299474] acpiphp: Slot [28] registered\n[ 0.300338] acpiphp: Slot [29] registered\n[ 0.301197] acpiphp: Slot [30] registered\n[ 0.302058] acpiphp: Slot [31] registered\n[ 0.302910] PCI host bridge to bus 0000:00\n[ 0.303776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306371] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307896] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309429] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315724] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317081] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319700] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373090] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374651] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377658] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381101] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383528] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385261] vgaarb: loaded\n[ 0.385916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387195] SCSI subsystem initialized\n[ 0.388086] ACPI: bus type USB registered\n[ 0.388981] usbcore: registered new interface driver usbfs\n[ 0.390120] usbcore: registered new interface driver hub\n[ 0.391216] usbcore: registered new device driver usb\n[ 0.392350] PCI: Using ACPI for IRQ routing\n[ 0.393457] NetLabel: Initializing\n[ 0.394226] NetLabel: domain hash size = 128\n[ 0.395146] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396175] NetLabel: unlabeled traffic allowed by default\n[ 0.397349] clocksource: Switched to clocksource kvm-clock\n[ 0.402997] AppArmor: AppArmor Filesystem Enabled\n[ 0.404019] pnp: PnP ACPI init\n[ 0.404981] pnp: PnP ACPI: found 5 devices\n[ 0.411416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413254] NET: Registered protocol family 2\n[ 0.414269] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418175] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419341] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420602] NET: Registered protocol family 1\n[ 0.421555] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423927] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452595] Trying to unpack rootfs image as initramfs...\n[ 0.502821] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516833] Scanning for low memory corruption every 60 seconds\n[ 0.518263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519486] audit: initializing netlink subsys (disabled)\n[ 0.520579] audit: type=2000 audit(1536352489.866:1): initialized\n[ 0.521969] Initialise system trusted keyring\n[ 0.522969] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524248] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526329] zbud: loaded\n[ 0.527080] VFS: Disk quotas dquot_6.6.0\n[ 0.527972] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529601] fuse init (API version 7.23)\n[ 0.530563] Key type big_key registered\n[ 0.531441] Allocating IMA MOK and blacklist keyrings.\n[ 0.532634] Key type asymmetric registered\n[ 0.533545] Asymmetric key parser 'x509' registered\n[ 0.534565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536119] io scheduler noop registered\n[ 0.536981] io scheduler deadline registered (default)\n[ 0.538072] io scheduler cfq registered\n[ 0.539365] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543194] ACPI: Power Button [PWRF]\n[ 0.544029] GHES: HEST is not enabled!\n[ 0.557916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588117] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614711] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616826] Linux agpgart interface v0.103\n[ 0.618860] brd: module loaded\n[ 0.620049] loop: module loaded\n[ 0.624624] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626113] GPT:90111 != 2097151\n[ 0.626799] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627895] GPT:90111 != 2097151\n[ 0.628577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629560] vda: vda1 vda15\n[ 0.630979] scsi host0: ata_piix\n[ 0.631725] scsi host1: ata_piix\n[ 0.632438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635127] libphy: Fixed MDIO Bus: probed\n[ 0.635959] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636913] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639077] PPP generic driver version 2.4.2\n[ 0.639972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641223] ehci-pci: EHCI PCI platform driver\n[ 0.642102] ehci-platform: EHCI generic platform driver\n[ 0.643094] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644228] ohci-pci: OHCI PCI platform driver\n[ 0.645091] ohci-platform: OHCI generic platform driver\n[ 0.646099] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660442] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666317] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667748] usb usb1: Product: UHCI Host Controller\n[ 0.668688] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669844] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670869] hub 1-0:1.0: USB hub found\n[ 0.671656] hub 1-0:1.0: 2 ports detected\n[ 0.672563] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674706] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675671] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676701] mousedev: PS/2 mouse device common for all mice\n[ 0.677969] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680899] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683303] i2c /dev entries driver\n[ 0.684053] device-mapper: uevent: version 1.0.3\n[ 0.684989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687919] NET: Registered protocol family 10\n[ 0.688933] NET: Registered protocol family 17\n[ 0.689836] Key type dns_resolver registered\n[ 0.690774] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693630] registered taskstats version 1\n[ 0.694464] Loading compiled-in X.509 certificates\n[ 0.695896] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697775] zswap: loaded using pool lzo/zbud\n[ 0.699151] Key type trusted registered\n[ 0.700688] Key type encrypted registered\n[ 0.701532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702562] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703604] evm: HMAC attrs: 0x1\n[ 0.704521] Magic number: 2:695:598\n[ 0.705367] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:50 UTC (1536352490)\n[ 0.706963] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708082] EDD information not available.\n[ 0.789890] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791350] ata1.00: configured for MWDMA2\n[ 0.792547] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805160] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807672] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811082] Write protecting the kernel read-only data: 14336k\n[ 0.812641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814450] 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.54\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.765536] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.73s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-09-07 20:36:39,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action used request id req-64f39956-935c-4843-8f98-b3884d033fec 2018-09-07 20:36:39,511 - 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-07 20:36:39,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8170cf4b225a16aa7c9cd38f475bf74c0c8b610f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:36:40,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36: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-e7f7e870-7ee5-4733-81c0-77431da13885 x-compute-request-id: req-e7f7e870-7ee5-4733-81c0-77431da13885 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 648858919 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140101] pid_max: default: 32768 minimum: 301\n[ 0.141056] ACPI: Core revision 20150930\n[ 0.142511] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143900] Security Framework initialized\n[ 0.144784] Yama: becoming mindful.\n[ 0.145566] AppArmor: AppArmor initialized\n[ 0.146476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147901] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149266] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150567] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152063] Initializing cgroup subsys io\n[ 0.152964] Initializing cgroup subsys memory\n[ 0.153921] Initializing cgroup subsys devices\n[ 0.154885] Initializing cgroup subsys freezer\n[ 0.155826] Initializing cgroup subsys net_cls\n[ 0.156774] Initializing cgroup subsys perf_event\n[ 0.157775] Initializing cgroup subsys net_prio\n[ 0.158754] Initializing cgroup subsys hugetlb\n[ 0.159710] Initializing cgroup subsys pids\n[ 0.160651] CPU: Physical Processor ID: 0\n[ 0.162270] mce: CPU supports 10 MCE banks\n[ 0.163200] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164266] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175550] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182029] ftrace: allocating 31920 entries in 125 pages\n[ 0.208864] smpboot: Max logical packages: 1\n[ 0.209803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211256] x2apic enabled\n[ 0.212101] Switched APIC routing to physical x2apic.\n[ 0.213943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217271] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219169] KVM setup paravirtual spinlock\n[ 0.220510] x86: Booted up 1 node, 1 CPUs\n[ 0.221378] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222858] devtmpfs: initialized\n[ 0.224642] evm: security.selinux\n[ 0.225402] evm: security.SMACK64\n[ 0.226169] evm: security.SMACK64EXEC\n[ 0.226960] evm: security.SMACK64TRANSMUTE\n[ 0.227832] evm: security.SMACK64MMAP\n[ 0.228635] evm: security.ima\n[ 0.229308] evm: security.capability\n[ 0.230151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232106] pinctrl core: initialized pinctrl subsystem\n[ 0.233283] RTC time: 20:34:49, date: 09/07/18\n[ 0.234290] NET: Registered protocol family 16\n[ 0.235320] cpuidle: using governor ladder\n[ 0.236202] cpuidle: using governor menu\n[ 0.237049] PCCT header not found.\n[ 0.237838] ACPI: bus type PCI registered\n[ 0.238719] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240034] PCI: Using configuration type 1 for base access\n[ 0.241880] ACPI: Added _OSI(Module Device)\n[ 0.242791] ACPI: Added _OSI(Processor Device)\n[ 0.243731] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246963] ACPI: Interpreter enabled\n[ 0.247798] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249815] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255886] ACPI: (supports S0 S5)\n[ 0.256646] ACPI: Using IOAPIC for interrupt routing\n[ 0.257667] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262103] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263453] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267113] acpiphp: Slot [3] registered\n[ 0.267966] acpiphp: Slot [4] registered\n[ 0.268832] acpiphp: Slot [5] registered\n[ 0.269699] acpiphp: Slot [6] registered\n[ 0.270577] acpiphp: Slot [7] registered\n[ 0.271440] acpiphp: Slot [8] registered\n[ 0.272301] acpiphp: Slot [9] registered\n[ 0.273170] acpiphp: Slot [10] registered\n[ 0.274017] acpiphp: Slot [11] registered\n[ 0.274886] acpiphp: Slot [12] registered\n[ 0.275768] acpiphp: Slot [13] registered\n[ 0.276630] acpiphp: Slot [14] registered\n[ 0.277492] acpiphp: Slot [15] registered\n[ 0.288730] acpiphp: Slot [16] registered\n[ 0.289636] acpiphp: Slot [17] registered\n[ 0.290531] acpiphp: Slot [18] registered\n[ 0.291438] acpiphp: Slot [19] registered\n[ 0.292311] acpiphp: Slot [20] registered\n[ 0.293233] acpiphp: Slot [21] registered\n[ 0.294124] acpiphp: Slot [22] registered\n[ 0.295019] acpiphp: Slot [23] registered\n[ 0.295898] acpiphp: Slot [24] registered\n[ 0.296783] acpiphp: Slot [25] registered\n[ 0.297672] acpiphp: Slot [26] registered\n[ 0.298571] acpiphp: Slot [27] registered\n[ 0.299474] acpiphp: Slot [28] registered\n[ 0.300338] acpiphp: Slot [29] registered\n[ 0.301197] acpiphp: Slot [30] registered\n[ 0.302058] acpiphp: Slot [31] registered\n[ 0.302910] PCI host bridge to bus 0000:00\n[ 0.303776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305078] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306371] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307896] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309429] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315724] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317081] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318344] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319700] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373090] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374651] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376172] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377658] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379172] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381101] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383528] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385261] vgaarb: loaded\n[ 0.385916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387195] SCSI subsystem initialized\n[ 0.388086] ACPI: bus type USB registered\n[ 0.388981] usbcore: registered new interface driver usbfs\n[ 0.390120] usbcore: registered new interface driver hub\n[ 0.391216] usbcore: registered new device driver usb\n[ 0.392350] PCI: Using ACPI for IRQ routing\n[ 0.393457] NetLabel: Initializing\n[ 0.394226] NetLabel: domain hash size = 128\n[ 0.395146] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396175] NetLabel: unlabeled traffic allowed by default\n[ 0.397349] clocksource: Switched to clocksource kvm-clock\n[ 0.402997] AppArmor: AppArmor Filesystem Enabled\n[ 0.404019] pnp: PnP ACPI init\n[ 0.404981] pnp: PnP ACPI: found 5 devices\n[ 0.411416] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413254] NET: Registered protocol family 2\n[ 0.414269] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416901] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418175] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419341] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420602] NET: Registered protocol family 1\n[ 0.421555] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423927] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452595] Trying to unpack rootfs image as initramfs...\n[ 0.502821] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516833] Scanning for low memory corruption every 60 seconds\n[ 0.518263] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519486] audit: initializing netlink subsys (disabled)\n[ 0.520579] audit: type=2000 audit(1536352489.866:1): initialized\n[ 0.521969] Initialise system trusted keyring\n[ 0.522969] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524248] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526329] zbud: loaded\n[ 0.527080] VFS: Disk quotas dquot_6.6.0\n[ 0.527972] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529601] fuse init (API version 7.23)\n[ 0.530563] Key type big_key registered\n[ 0.531441] Allocating IMA MOK and blacklist keyrings.\n[ 0.532634] Key type asymmetric registered\n[ 0.533545] Asymmetric key parser 'x509' registered\n[ 0.534565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536119] io scheduler noop registered\n[ 0.536981] io scheduler deadline registered (default)\n[ 0.538072] io scheduler cfq registered\n[ 0.539365] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543194] ACPI: Power Button [PWRF]\n[ 0.544029] GHES: HEST is not enabled!\n[ 0.557916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588117] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590613] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614711] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616826] Linux agpgart interface v0.103\n[ 0.618860] brd: module loaded\n[ 0.620049] loop: module loaded\n[ 0.624624] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626113] GPT:90111 != 2097151\n[ 0.626799] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627895] GPT:90111 != 2097151\n[ 0.628577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629560] vda: vda1 vda15\n[ 0.630979] scsi host0: ata_piix\n[ 0.631725] scsi host1: ata_piix\n[ 0.632438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635127] libphy: Fixed MDIO Bus: probed\n[ 0.635959] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636913] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639077] PPP generic driver version 2.4.2\n[ 0.639972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641223] ehci-pci: EHCI PCI platform driver\n[ 0.642102] ehci-platform: EHCI generic platform driver\n[ 0.643094] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644228] ohci-pci: OHCI PCI platform driver\n[ 0.645091] ohci-platform: OHCI generic platform driver\n[ 0.646099] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660442] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661456] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662916] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666317] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667748] usb usb1: Product: UHCI Host Controller\n[ 0.668688] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669844] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670869] hub 1-0:1.0: USB hub found\n[ 0.671656] hub 1-0:1.0: 2 ports detected\n[ 0.672563] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674706] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675671] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676701] mousedev: PS/2 mouse device common for all mice\n[ 0.677969] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679813] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680899] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683303] i2c /dev entries driver\n[ 0.684053] device-mapper: uevent: version 1.0.3\n[ 0.684989] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686625] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687919] NET: Registered protocol family 10\n[ 0.688933] NET: Registered protocol family 17\n[ 0.689836] Key type dns_resolver registered\n[ 0.690774] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691872] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693630] registered taskstats version 1\n[ 0.694464] Loading compiled-in X.509 certificates\n[ 0.695896] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697775] zswap: loaded using pool lzo/zbud\n[ 0.699151] Key type trusted registered\n[ 0.700688] Key type encrypted registered\n[ 0.701532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702562] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703604] evm: HMAC attrs: 0x1\n[ 0.704521] Magic number: 2:695:598\n[ 0.705367] rtc_cmos 00:00: setting system clock to 2018-09-07 20:34:50 UTC (1536352490)\n[ 0.706963] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708082] EDD information not available.\n[ 0.789890] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791350] ata1.00: configured for MWDMA2\n[ 0.792547] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805160] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807672] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809545] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811082] Write protecting the kernel read-only data: 14336k\n[ 0.812641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814450] 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.54\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.765536] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.73s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-09-07 20:36:40,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action used request id req-e7f7e870-7ee5-4733-81c0-77431da13885 2018-09-07 20:36:40,784 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-09-07 20:36:40,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"forceDelete": null}' 2018-09-07 20:36:40,949 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbb4a77e-44c4-470c-8cdb-9ed2f6b7015f x-compute-request-id: req-fbb4a77e-44c4-470c-8cdb-9ed2f6b7015f Content-Length: 0 Content-Type: application/json 2018-09-07 20:36:40,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1a1777da-7ad7-41a6-b0e5-c471ba4b3611/action used request id req-fbb4a77e-44c4-470c-8cdb-9ed2f6b7015f 2018-09-07 20:36:40,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"forceDelete": null}' 2018-09-07 20:36:41,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e9a6de3-f4d8-49ad-a7c5-f1616925909a x-compute-request-id: req-6e9a6de3-f4d8-49ad-a7c5-f1616925909a Content-Length: 0 Content-Type: application/json 2018-09-07 20:36:41,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4eefe9ca-11df-460d-a687-a730dba60627/action used request id req-6e9a6de3-f4d8-49ad-a7c5-f1616925909a 2018-09-07 20:36:41,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b476473dac13e705a53344a87dd3bceea7776bd2" -d '{"forceDelete": null}' 2018-09-07 20:36:41,380 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:36: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-81818ec7-6749-4308-9119-dfe5c78a948f x-compute-request-id: req-81818ec7-6749-4308-9119-dfe5c78a948f Content-Length: 0 Content-Type: application/json 2018-09-07 20:36:41,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/014d26d3-593e-4358-8712-68f02c667f13/action used request id req-81818ec7-6749-4308-9119-dfe5c78a948f 2018-09-07 20:36:41,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172beb228206488506a0ca2870e2fa0f22ab68f8" 2018-09-07 20:36:43,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6bd2a98d-6fff-4f88-8add-44d8cf885d72 Date: Fri, 07 Sep 2018 20:36:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:36:43,212 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0e5bc9bb-871c-4299-91f6-891a7c5d0e94 used request id req-6bd2a98d-6fff-4f88-8add-44d8cf885d72 2018-09-07 20:36:43,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:43,927 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6889b498-1a55-4140-99a4-dde9309f7ead Content-Length: 0 Date: Fri, 07 Sep 2018 20:36:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:43,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/0d5a033d-55ee-4888-8ed9-74d1d5389037 used request id req-6889b498-1a55-4140-99a4-dde9309f7ead 2018-09-07 20:36:43,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:44,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6b06e02-d86c-4918-b9cc-b3d81de8cb5e Content-Length: 0 Date: Fri, 07 Sep 2018 20:36:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:44,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/c26399c4-7f1f-4d99-90d2-8d82ea0635ea used request id req-d6b06e02-d86c-4918-b9cc-b3d81de8cb5e 2018-09-07 20:36:44,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9c028b56-8dd5-47fa-a904-3e8d90d36017 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:46,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0b786a7-c063-44d2-ba05-8388f3128004 Date: Fri, 07 Sep 2018 20:36:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:46,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9c028b56-8dd5-47fa-a904-3e8d90d36017 used request id req-d0b786a7-c063-44d2-ba05-8388f3128004 2018-09-07 20:36:46,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/60d879f5-0a64-4537-af9d-e33aa5ffe9ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:49,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2aacafd6-5733-4dd4-a4f5-07b1bb1445dd Date: Fri, 07 Sep 2018 20:36:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:49,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/60d879f5-0a64-4537-af9d-e33aa5ffe9ec used request id req-2aacafd6-5733-4dd4-a4f5-07b1bb1445dd 2018-09-07 20:36:49,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/5f5a7c85-7293-4c71-830d-45bf0c68228e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:49,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7595c69d-ed42-4f7d-b28f-09ff3645fa30 Date: Fri, 07 Sep 2018 20:36:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:49,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/5f5a7c85-7293-4c71-830d-45bf0c68228e used request id req-7595c69d-ed42-4f7d-b28f-09ff3645fa30 2018-09-07 20:36:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/fc2c90ee-4573-48bb-8b66-a43622e974d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d1fe3511811a057f38b14834564c8bf4204195" 2018-09-07 20:36:50,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-277c8e5c-2e25-407f-81f3-05fd944e6322 Date: Fri, 07 Sep 2018 20:36:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:36:50,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/fc2c90ee-4573-48bb-8b66-a43622e974d4 used request id req-277c8e5c-2e25-407f-81f3-05fd944e6322 2018-09-07 20:36:50,688 - 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-07 20:36:50,688 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-09-07 20:36:50,689 - 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-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-09-07 20:36:50,689 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-09-07 20:36:50,777 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-09-07 20:36:50,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:36:50,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:36:50,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:36:50,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:36:50,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:36:50,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:36:50,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:36:50,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:36:50,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:36:50,786 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:36:50,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:36:50,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695f8638-cef2-4df9-8963-69f849c1ce6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:36:50,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-695f8638-cef2-4df9-8963-69f849c1ce6c 2018-09-07 20:36:50,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:36:51,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:36:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["c9v3ST2BT7SsgA5go_r42A"], "issued_at": "2018-09-07T20:36:51.000000Z"}} 2018-09-07 20:36:51,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aaef5133fd17649c9335848385887f81c6815b59" 2018-09-07 20:36:51,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-14bf09d2-a0d9-4336-8847-b12968d703aa Date: Fri, 07 Sep 2018 20:36:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:36:51,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-14bf09d2-a0d9-4336-8847-b12968d703aa 2018-09-07 20:36:51,700 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:36:51,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aaef5133fd17649c9335848385887f81c6815b59" 2018-09-07 20:36:51,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b81c869d-77a9-4f92-9106-e8e01689e182 Date: Fri, 07 Sep 2018 20:36:51 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-07 20:36:51,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-b81c869d-77a9-4f92-9106-e8e01689e182 2018-09-07 20:36:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aaef5133fd17649c9335848385887f81c6815b59" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:36:52,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c X-Openstack-Request-Id: req-d1c952ea-ca64-4d14-898e-4b3a5a9a8bd1 Date: Fri, 07 Sep 2018 20:36:52 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:36:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:36:52Z", "visibility": "public", "locations": [], "self": "/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "min_disk": 0, "protected": false, "id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "file": "/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:36:52,464 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-d1c952ea-ca64-4d14-898e-4b3a5a9a8bd1 2018-09-07 20:36:52,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aaef5133fd17649c9335848385887f81c6815b59" -d '' 2018-09-07 20:36:54,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f28c4a1-d261-4de8-8e8e-b41d47a19321 Date: Fri, 07 Sep 2018 20:36: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-07 20:36:54,572 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c/file used request id req-8f28c4a1-d261-4de8-8e8e-b41d47a19321 2018-09-07 20:36:54,573 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-09-07 20:36:54,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:36:54,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba575b7-79e1-475b-b674-89d9be88c9d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:36:54,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5ba575b7-79e1-475b-b674-89d9be88c9d1 2018-09-07 20:36:54,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:36:54,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["BOHm-wv6QJe9gY5CX3oe4A"], "issued_at": "2018-09-07T20:36:54.000000Z"}} 2018-09-07 20:36:54,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-09-07 20:36:55,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c248f43e-7219-4973-84f5-31489fe2717d Date: Fri, 07 Sep 2018 20:36:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b562de35-5696-4bf2-bdbb-180cbc2aea0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:36:55Z","is_default":false,"provider:segmentation_id":41,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:36:55Z","mtu":1450}} 2018-09-07 20:36:55,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-c248f43e-7219-4973-84f5-31489fe2717d 2018-09-07 20:36:55,365 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network b562de35-5696-4bf2-bdbb-180cbc2aea0c with cidr 10.10.10.0/24 2018-09-07 20:36:55,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"subnets": [{"ip_version": 4, "network_id": "b562de35-5696-4bf2-bdbb-180cbc2aea0c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-09-07 20:36:55,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-66816220-307b-45c4-86c4-1925ebd4c9be Date: Fri, 07 Sep 2018 20:36:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b562de35-5696-4bf2-bdbb-180cbc2aea0c","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:36:55Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:36:55Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"9f519054-33a0-448b-a126-058a5c0968fb","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-09-07 20:36:55,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-66816220-307b-45c4-86c4-1925ebd4c9be 2018-09-07 20:36:55,898 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-09-07 20:36:55,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-09-07 20:36:56,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4bb3b509-b466-4ab5-8412-cf9d2f3889fc Date: Fri, 07 Sep 2018 20:36: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":"a46c1bb4-ec4d-422c-a394-2a75eb03f674","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:36:56Z","is_default":false,"provider:segmentation_id":2,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:36:56Z","mtu":1450}} 2018-09-07 20:36:56,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-4bb3b509-b466-4ab5-8412-cf9d2f3889fc 2018-09-07 20:36:56,347 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network a46c1bb4-ec4d-422c-a394-2a75eb03f674 with cidr 10.10.11.0/24 2018-09-07 20:36:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"subnets": [{"ip_version": 4, "network_id": "a46c1bb4-ec4d-422c-a394-2a75eb03f674", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-09-07 20:36:56,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-be770e07-88c0-4321-9228-0cc6678a3935 Date: Fri, 07 Sep 2018 20:36:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a46c1bb4-ec4d-422c-a394-2a75eb03f674","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:36:56Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:36:56Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"0cec7bfd-2c19-4b51-bc22-e3ca41c7dcc3","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-09-07 20:36:56,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-be770e07-88c0-4321-9228-0cc6678a3935 2018-09-07 20:36:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:36:57,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-b1d0d4ea-8188-4699-8c97-e105207390d9 Date: Fri, 07 Sep 2018 20:36:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:36:57,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-b1d0d4ea-8188-4699-8c97-e105207390d9 2018-09-07 20:36:57,204 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:36:57,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:36:57,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5180dc1-4570-43aa-8b61-478c9253ef14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:36:57,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e5180dc1-4570-43aa-8b61-478c9253ef14 2018-09-07 20:36:57,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:36:57,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:36:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["d475Bt3jR72KazvdGLcUNw"], "issued_at": "2018-09-07T20:36:57.000000Z"}} 2018-09-07 20:36:57,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" 2018-09-07 20:36:57,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafd8032-2874-42db-941e-58652aceadc3 x-compute-request-id: req-aafd8032-2874-42db-941e-58652aceadc3 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:36:57,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-aafd8032-2874-42db-941e-58652aceadc3 2018-09-07 20:36:57,777 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 20:36:57,777 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-09-07 20:36:57,778 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=98756f21-1f68-4a00-83d0-a2276fb24c8c network=b562de35-5696-4bf2-bdbb-180cbc2aea0c secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:36:57,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:36:57,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:36:57,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:36:57,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:36:57,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:36:57,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:36:57,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:36:57,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:36:57,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc89aba-6cab-4f73-a538-5dea58a4287d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:36:57,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ffc89aba-6cab-4f73-a538-5dea58a4287d 2018-09-07 20:36:57,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:36:58,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:36:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["pYS1XJ7nRT6Fatetv-B1Ww"], "issued_at": "2018-09-07T20:36:58.000000Z"}} 2018-09-07 20:36:58,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" 2018-09-07 20:36:58,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-625f35a4-5ed8-4bed-b1cb-7fa09dc40420 x-compute-request-id: req-625f35a4-5ed8-4bed-b1cb-7fa09dc40420 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:36:58,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-625f35a4-5ed8-4bed-b1cb-7fa09dc40420 2018-09-07 20:36:58,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" 2018-09-07 20:36:58,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e749e727-dcec-4668-9990-46e806939cd1 x-compute-request-id: req-e749e727-dcec-4668-9990-46e806939cd1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:36:58,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-e749e727-dcec-4668-9990-46e806939cd1 2018-09-07 20:36:58,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b562de35-5696-4bf2-bdbb-180cbc2aea0c"}]}}' 2018-09-07 20:37:01,082 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02521f6f-f6e4-4e11-b2ff-aa497b3b6619 x-compute-request-id: req-02521f6f-f6e4-4e11-b2ff-aa497b3b6619 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8701e7fa-8171-4fc0-bbaf-9bf2602143da", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "bookmark"}], "adminPass": "buXxyeGkp48N"}} 2018-09-07 20:37:01,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-02521f6f-f6e4-4e11-b2ff-aa497b3b6619 2018-09-07 20:37:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:01,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e85942-824a-4564-93e2-8b7a58a3015c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:01,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-33e85942-824a-4564-93e2-8b7a58a3015c 2018-09-07 20:37:01,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:01,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["n-GUvOrgTZSFsOMrt4NLKg"], "issued_at": "2018-09-07T20:37:01.000000Z"}} 2018-09-07 20:37:01,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c30372fc430a4f6ccf1eb8cd19b254c73082c4" 2018-09-07 20:37:02,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63f2a5f8-294b-4c3b-a277-ae1e66261b8c x-compute-request-id: req-63f2a5f8-294b-4c3b-a277-ae1e66261b8c Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "8701e7fa-8171-4fc0-bbaf-9bf2602143da", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:01Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:01Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:02,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da used request id req-63f2a5f8-294b-4c3b-a277-ae1e66261b8c 2018-09-07 20:37:05,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c30372fc430a4f6ccf1eb8cd19b254c73082c4" 2018-09-07 20:37:05,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-62e9df62-96ed-4729-aa6d-61f3c5e51f3d x-compute-request-id: req-62e9df62-96ed-4729-aa6d-61f3c5e51f3d Content-Encoding: gzip Content-Length: 771 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:cd:54:59", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "8701e7fa-8171-4fc0-bbaf-9bf2602143da", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:01Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:01Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:05,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da used request id req-62e9df62-96ed-4729-aa6d-61f3c5e51f3d 2018-09-07 20:37:08,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62c30372fc430a4f6ccf1eb8cd19b254c73082c4" 2018-09-07 20:37:09,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff5f8a75-f390-46d6-a5a3-eadf585235b9 x-compute-request-id: req-ff5f8a75-f390-46d6-a5a3-eadf585235b9 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:54:59", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-09-07T20:37:05.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "8701e7fa-8171-4fc0-bbaf-9bf2602143da", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:05Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:01Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:09,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da used request id req-ff5f8a75-f390-46d6-a5a3-eadf585235b9 2018-09-07 20:37:09,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" 2018-09-07 20:37:09,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-5a6f03f2-2441-4825-8060-5c9e57aae6da x-compute-request-id: req-5a6f03f2-2441-4825-8060-5c9e57aae6da Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:54:59", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-09-07T20:37:05.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "8701e7fa-8171-4fc0-bbaf-9bf2602143da", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:05Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:01Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:09,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da used request id req-5a6f03f2-2441-4825-8060-5c9e57aae6da 2018-09-07 20:37:09,629 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.10'. 2018-09-07 20:37:09,629 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-09-07 20:37:09,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:37:10,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-b3097d88-e028-4b41-a64c-d8eea825220f x-compute-request-id: req-b3097d88-e028-4b41-a64c-d8eea825220f Content-Length: 0 Content-Type: application/json 2018-09-07 20:37:10,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-b3097d88-e028-4b41-a64c-d8eea825220f 2018-09-07 20:37:10,936 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-09-07 20:37:10,936 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=98756f21-1f68-4a00-83d0-a2276fb24c8c network=b562de35-5696-4bf2-bdbb-180cbc2aea0c secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:37:10,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:10,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:10,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:10,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:10,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:10,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:10,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:10,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:10,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:10,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:10,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:10,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:10,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:10,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:10,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:10,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:10,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:10,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:10,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:10,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8574da7b-06d5-421d-a157-f42f12b4776f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:10,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8574da7b-06d5-421d-a157-f42f12b4776f 2018-09-07 20:37:10,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:11,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["NjyYo2hGRjWWsAaUYyMqhw"], "issued_at": "2018-09-07T20:37:11.000000Z"}} 2018-09-07 20:37:11,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" 2018-09-07 20:37:11,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a6c70f8-9243-4ff1-a61f-4501794f23aa x-compute-request-id: req-4a6c70f8-9243-4ff1-a61f-4501794f23aa Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:37:11,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4a6c70f8-9243-4ff1-a61f-4501794f23aa 2018-09-07 20:37:11,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" 2018-09-07 20:37:11,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5558178-698b-4a87-a724-f29fa74b84af x-compute-request-id: req-c5558178-698b-4a87-a724-f29fa74b84af Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:37:11,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-c5558178-698b-4a87-a724-f29fa74b84af 2018-09-07 20:37:11,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b562de35-5696-4bf2-bdbb-180cbc2aea0c"}]}}' 2018-09-07 20:37:13,386 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08d4fe9b-8243-4a71-8dbc-9c0e73347b5f x-compute-request-id: req-08d4fe9b-8243-4a71-8dbc-9c0e73347b5f Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "368fe365-6f9a-4ee5-a334-2a11b64c05f4", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "bookmark"}], "adminPass": "AVBQ5F5ccm3Z"}} 2018-09-07 20:37:13,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-08d4fe9b-8243-4a71-8dbc-9c0e73347b5f 2018-09-07 20:37:13,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:13,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28859acb-f053-41aa-83ba-250107db31d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:13,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-28859acb-f053-41aa-83ba-250107db31d5 2018-09-07 20:37:13,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:13,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["zUSdlRTWRA63hHMR7tIE3w"], "issued_at": "2018-09-07T20:37:13.000000Z"}} 2018-09-07 20:37:13,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f1cdacf584cadfcdb319fe864da906705d349d" 2018-09-07 20:37:14,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30154fd1-a37a-4d62-9608-46722d5ec6ce x-compute-request-id: req-30154fd1-a37a-4d62-9608-46722d5ec6ce Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "368fe365-6f9a-4ee5-a334-2a11b64c05f4", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:13Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:14,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 used request id req-30154fd1-a37a-4d62-9608-46722d5ec6ce 2018-09-07 20:37:17,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f1cdacf584cadfcdb319fe864da906705d349d" 2018-09-07 20:37:17,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c822b8ec-57b6-4db5-925f-a8219b954df4 x-compute-request-id: req-c822b8ec-57b6-4db5-925f-a8219b954df4 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:b1:78:e0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "368fe365-6f9a-4ee5-a334-2a11b64c05f4", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:14Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:17,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 used request id req-c822b8ec-57b6-4db5-925f-a8219b954df4 2018-09-07 20:37:20,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8f1cdacf584cadfcdb319fe864da906705d349d" 2018-09-07 20:37:21,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c936f82d-7048-4707-9953-448e01683827 x-compute-request-id: req-c936f82d-7048-4707-9953-448e01683827 Content-Encoding: gzip Content-Length: 780 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:b1:78:e0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-09-07T20:37:17.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "368fe365-6f9a-4ee5-a334-2a11b64c05f4", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:18Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:21,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 used request id req-c936f82d-7048-4707-9953-448e01683827 2018-09-07 20:37:21,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" 2018-09-07 20:37:22,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29fc3a5b-543c-40a5-a069-7eb66fb94c74 x-compute-request-id: req-29fc3a5b-543c-40a5-a069-7eb66fb94c74 Content-Encoding: gzip Content-Length: 780 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:b1:78:e0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-09-07T20:37:17.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "368fe365-6f9a-4ee5-a334-2a11b64c05f4", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:18Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:22,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4 used request id req-29fc3a5b-543c-40a5-a069-7eb66fb94c74 2018-09-07 20:37:22,428 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.12'. 2018-09-07 20:37:22,428 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-09-07 20:37:22,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:37:23,982 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37: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-04db3d0a-c957-4111-9c78-7426d4435f91 x-compute-request-id: req-04db3d0a-c957-4111-9c78-7426d4435f91 Content-Length: 0 Content-Type: application/json 2018-09-07 20:37:23,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-04db3d0a-c957-4111-9c78-7426d4435f91 2018-09-07 20:37:23,982 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-09-07 20:37:23,982 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=98756f21-1f68-4a00-83d0-a2276fb24c8c network=a46c1bb4-ec4d-422c-a394-2a75eb03f674 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:37:23,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:23,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:23,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:23,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:23,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:23,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:23,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:23,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:23,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:23,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:23,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:23,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:23,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:23,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:23,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:23,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:23,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d10800b-6435-4267-bd5d-7f046f237ad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:23,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0d10800b-6435-4267-bd5d-7f046f237ad0 2018-09-07 20:37:24,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:24,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["5or8xYHTRiKRwMplEeoPpQ"], "issued_at": "2018-09-07T20:37:24.000000Z"}} 2018-09-07 20:37:24,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" 2018-09-07 20:37:24,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-dd0d1dd4-5acf-4293-9181-14e0b18ee58e x-compute-request-id: req-dd0d1dd4-5acf-4293-9181-14e0b18ee58e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:37:24,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-dd0d1dd4-5acf-4293-9181-14e0b18ee58e 2018-09-07 20:37:24,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" 2018-09-07 20:37:24,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-37058187-5a3c-4cfd-affd-324ef75ddc83 x-compute-request-id: req-37058187-5a3c-4cfd-affd-324ef75ddc83 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:37:24,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-37058187-5a3c-4cfd-affd-324ef75ddc83 2018-09-07 20:37:24,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a46c1bb4-ec4d-422c-a394-2a75eb03f674"}]}}' 2018-09-07 20:37:25,896 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37: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-72cd64b8-845f-49b9-952f-be1600e33645 x-compute-request-id: req-72cd64b8-845f-49b9-952f-be1600e33645 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffbb7aca-9e44-458d-9ab5-a952a30eb632", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "bookmark"}], "adminPass": "39bUuaq3MTnk"}} 2018-09-07 20:37:25,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-72cd64b8-845f-49b9-952f-be1600e33645 2018-09-07 20:37:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:25,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12bc1e5-4add-4a31-8747-cf04df0cdd0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:25,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a12bc1e5-4add-4a31-8747-cf04df0cdd0d 2018-09-07 20:37:25,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:26,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["fpwHjypnTIOr1ZYSfIF9PA"], "issued_at": "2018-09-07T20:37:26.000000Z"}} 2018-09-07 20:37:26,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5972c41805d3c3a3176d756b32cb7de7e1677532" 2018-09-07 20:37:26,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-d76b4b37-bac4-443a-bf90-12a3a0597473 x-compute-request-id: req-d76b4b37-bac4-443a-bf90-12a3a0597473 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.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ffbb7aca-9e44-458d-9ab5-a952a30eb632", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:26Z", "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-07T20:37:25Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:26,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 used request id req-d76b4b37-bac4-443a-bf90-12a3a0597473 2018-09-07 20:37:29,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5972c41805d3c3a3176d756b32cb7de7e1677532" 2018-09-07 20:37:30,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d52a54d-bfdc-47bc-a866-ea6eabc46b15 x-compute-request-id: req-6d52a54d-bfdc-47bc-a866-ea6eabc46b15 Content-Encoding: gzip Content-Length: 779 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:b1:22:da", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ffbb7aca-9e44-458d-9ab5-a952a30eb632", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:27Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:25Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:30,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 used request id req-6d52a54d-bfdc-47bc-a866-ea6eabc46b15 2018-09-07 20:37:33,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5972c41805d3c3a3176d756b32cb7de7e1677532" 2018-09-07 20:37:34,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-9a7845cf-36b1-4908-ac14-24e082a01d54 x-compute-request-id: req-9a7845cf-36b1-4908-ac14-24e082a01d54 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:b1:22:da", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-09-07T20:37:29.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ffbb7aca-9e44-458d-9ab5-a952a30eb632", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:30Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:25Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:34,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 used request id req-9a7845cf-36b1-4908-ac14-24e082a01d54 2018-09-07 20:37:34,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" 2018-09-07 20:37:34,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-3eddb0c2-4d69-46a8-9b7e-7c269815e635 x-compute-request-id: req-3eddb0c2-4d69-46a8-9b7e-7c269815e635 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:b1:22:da", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-09-07T20:37:29.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ffbb7aca-9e44-458d-9ab5-a952a30eb632", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:37:30Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:37:25Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:34,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632 used request id req-3eddb0c2-4d69-46a8-9b7e-7c269815e635 2018-09-07 20:37:34,885 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.11'. 2018-09-07 20:37:34,885 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-09-07 20:37:34,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:37:36,154 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4189faa4-240c-40ad-86de-160e4548b4a5 x-compute-request-id: req-4189faa4-240c-40ad-86de-160e4548b4a5 Content-Length: 0 Content-Type: application/json 2018-09-07 20:37:36,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-4189faa4-240c-40ad-86de-160e4548b4a5 2018-09-07 20:37:36,155 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-09-07 20:37:36,155 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=98756f21-1f68-4a00-83d0-a2276fb24c8c network=a46c1bb4-ec4d-422c-a394-2a75eb03f674 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.11 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-07 20:37:36,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:36,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:36,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:36,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:36,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:36,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:36,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:36,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:36,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:36,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:36,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:36,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:36,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:36,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:36,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:36,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:36,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:36,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:36,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:36,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:36,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0181b0f-4f8a-46c0-93a3-43ab1425293d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:36,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e0181b0f-4f8a-46c0-93a3-43ab1425293d 2018-09-07 20:37:36,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:36,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["yuBaKcayTYG5i5_w_CqB7g"], "issued_at": "2018-09-07T20:37:36.000000Z"}} 2018-09-07 20:37:36,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" 2018-09-07 20:37:36,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6c19cd70-04fd-4f92-ab19-b2190ebcb64a x-compute-request-id: req-6c19cd70-04fd-4f92-ab19-b2190ebcb64a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:37:36,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-6c19cd70-04fd-4f92-ab19-b2190ebcb64a 2018-09-07 20:37:36,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" 2018-09-07 20:37:36,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-be93c555-c471-47a4-8601-714cba5aad75 x-compute-request-id: req-be93c555-c471-47a4-8601-714cba5aad75 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:37:36,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-be93c555-c471-47a4-8601-714cba5aad75 2018-09-07 20:37:36,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a46c1bb4-ec4d-422c-a394-2a75eb03f674"}], "config_drive": true}}' 2018-09-07 20:37:38,452 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-28bf0be8-1c7b-4183-9cb0-90929add9211 x-compute-request-id: req-28bf0be8-1c7b-4183-9cb0-90929add9211 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4b09864f-c7bd-4946-a524-5d041ac22ca0", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "bookmark"}], "adminPass": "53W3fnUiQUaz"}} 2018-09-07 20:37:38,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-28bf0be8-1c7b-4183-9cb0-90929add9211 2018-09-07 20:37:38,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:38,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d779da8d-66a9-4620-bb8b-600ef4741386 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:38,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d779da8d-66a9-4620-bb8b-600ef4741386 2018-09-07 20:37:38,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:38,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["eKf62oxET0K238viH7y6-w"], "issued_at": "2018-09-07T20:37:38.000000Z"}} 2018-09-07 20:37:38,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62773626f6cafe9ff51f0fb1e8dca1747e2db9db" 2018-09-07 20:37:39,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-15b9cb73-7897-4b7b-991c-3f5c1826262e x-compute-request-id: req-15b9cb73-7897-4b7b-991c-3f5c1826262e 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.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b09864f-c7bd-4946-a524-5d041ac22ca0", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37: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-1-4", "created": "2018-09-07T20:37:38Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:39,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 used request id req-15b9cb73-7897-4b7b-991c-3f5c1826262e 2018-09-07 20:37:42,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62773626f6cafe9ff51f0fb1e8dca1747e2db9db" 2018-09-07 20:37:43,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-4b0e836a-23b5-405b-a0b1-3d8679cc03b5 x-compute-request-id: req-4b0e836a-23b5-405b-a0b1-3d8679cc03b5 Content-Encoding: gzip Content-Length: 783 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:f0:d8:04", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b09864f-c7bd-4946-a524-5d041ac22ca0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:39Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:38Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:43,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 used request id req-4b0e836a-23b5-405b-a0b1-3d8679cc03b5 2018-09-07 20:37:46,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62773626f6cafe9ff51f0fb1e8dca1747e2db9db" 2018-09-07 20:37:46,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-c62eb319-0112-41ab-9473-b7523634c1d6 x-compute-request-id: req-c62eb319-0112-41ab-9473-b7523634c1d6 Content-Encoding: gzip Content-Length: 785 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:f0:d8:04", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-09-07T20:37:42.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b09864f-c7bd-4946-a524-5d041ac22ca0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:42Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:38Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:46,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 used request id req-c62eb319-0112-41ab-9473-b7523634c1d6 2018-09-07 20:37:46,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" 2018-09-07 20:37:47,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-c5b81924-3e19-4c16-a791-49034d3d616c x-compute-request-id: req-c5b81924-3e19-4c16-a791-49034d3d616c Content-Encoding: gzip Content-Length: 785 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:f0:d8:04", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-09-07T20:37:42.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b09864f-c7bd-4946-a524-5d041ac22ca0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:42Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:38Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:47,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0 used request id req-c5b81924-3e19-4c16-a791-49034d3d616c 2018-09-07 20:37:47,440 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.6'. 2018-09-07 20:37:47,440 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-09-07 20:37:47,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:37:49,359 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37: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-3b4d6d83-efc4-4348-b1b9-0802c905874f x-compute-request-id: req-3b4d6d83-efc4-4348-b1b9-0802c905874f Content-Length: 0 Content-Type: application/json 2018-09-07 20:37:49,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action used request id req-3b4d6d83-efc4-4348-b1b9-0802c905874f 2018-09-07 20:37:49,359 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-09-07 20:37:49,360 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=98756f21-1f68-4a00-83d0-a2276fb24c8c network=b562de35-5696-4bf2-bdbb-180cbc2aea0c secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.10 10.10.10.12 10.10.11.6 10.10.11.11 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-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:49,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:49,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:49,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:49,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:37:49,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:37:49,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:37:49,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:37:49,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:37:49,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:37:49,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:37:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:49,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0d949d-7aa3-4b8e-98f0-e99162021746 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:49,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8f0d949d-7aa3-4b8e-98f0-e99162021746 2018-09-07 20:37:49,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:49,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["qAQvrg_2RrCPOosTWDITwg"], "issued_at": "2018-09-07T20:37:49.000000Z"}} 2018-09-07 20:37:49,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" 2018-09-07 20:37:49,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-a478f3f3-a693-4b55-bcdc-80c6e80887f1 x-compute-request-id: req-a478f3f3-a693-4b55-bcdc-80c6e80887f1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:37:49,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a478f3f3-a693-4b55-bcdc-80c6e80887f1 2018-09-07 20:37:49,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" 2018-09-07 20:37:49,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-3eef6e35-1774-404e-9069-8a16785a8f37 x-compute-request-id: req-3eef6e35-1774-404e-9069-8a16785a8f37 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:37:49,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-3eef6e35-1774-404e-9069-8a16785a8f37 2018-09-07 20:37:49,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMCAxMC4xMC4xMC4xMiAxMC4xMC4xMS42IDEwLjEwLjExLjExCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b562de35-5696-4bf2-bdbb-180cbc2aea0c"}], "config_drive": true}}' 2018-09-07 20:37:51,440 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:37: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-7017bc0b-3be5-432c-9e7a-d05aacd6e471 x-compute-request-id: req-7017bc0b-3be5-432c-9e7a-d05aacd6e471 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1654caf3-a720-4fb5-9872-2b6099b34535", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "bookmark"}], "adminPass": "UaFvZU4ErE9E"}} 2018-09-07 20:37:51,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-7017bc0b-3be5-432c-9e7a-d05aacd6e471 2018-09-07 20:37:51,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:37:51,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f51229f-2d8b-439b-8c99-b8495b2b4e1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:37:51,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8f51229f-2d8b-439b-8c99-b8495b2b4e1b 2018-09-07 20:37:51,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:37:51,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["qEFVBksKQ2qwPJnoH1txwg"], "issued_at": "2018-09-07T20:37:51.000000Z"}} 2018-09-07 20:37:51,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f38bdad9a0c8b53c913b5c0bfc9c0243b49505f8" 2018-09-07 20:37:52,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a45b7c4c-ac71-49ed-9a9c-95aa7e14ffa6 x-compute-request-id: req-a45b7c4c-ac71-49ed-9a9c-95aa7e14ffa6 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.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1654caf3-a720-4fb5-9872-2b6099b34535", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:51Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-09-07T20:37:51Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:52,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 used request id req-a45b7c4c-ac71-49ed-9a9c-95aa7e14ffa6 2018-09-07 20:37:55,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f38bdad9a0c8b53c913b5c0bfc9c0243b49505f8" 2018-09-07 20:37:56,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4e38c8c-9311-4152-b669-d5aaed6de4d5 x-compute-request-id: req-a4e38c8c-9311-4152-b669-d5aaed6de4d5 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:25:75:84", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1654caf3-a720-4fb5-9872-2b6099b34535", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:52Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:51Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:37:56,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 used request id req-a4e38c8c-9311-4152-b669-d5aaed6de4d5 2018-09-07 20:37:59,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f38bdad9a0c8b53c913b5c0bfc9c0243b49505f8" 2018-09-07 20:38:00,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:37: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-22703b1b-db24-478d-9e75-8671256af98a x-compute-request-id: req-22703b1b-db24-478d-9e75-8671256af98a 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:25:75:84", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-09-07T20:37:56.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1654caf3-a720-4fb5-9872-2b6099b34535", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:56Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:51Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:38:00,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 used request id req-22703b1b-db24-478d-9e75-8671256af98a 2018-09-07 20:38:00,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" 2018-09-07 20:38:00,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-9270a6c7-2835-4d77-9e55-d196652b4785 x-compute-request-id: req-9270a6c7-2835-4d77-9e55-d196652b4785 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:25:75:84", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/1654caf3-a720-4fb5-9872-2b6099b34535", "rel": "bookmark"}], "image": {"id": "98756f21-1f68-4a00-83d0-a2276fb24c8c", "links": [{"href": "http://172.30.9.25:8774/images/98756f21-1f68-4a00-83d0-a2276fb24c8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-09-07T20:37:56.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "1654caf3-a720-4fb5-9872-2b6099b34535", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:37:56Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:37:51Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:38:00,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535 used request id req-9270a6c7-2835-4d77-9e55-d196652b4785 2018-09-07 20:38:00,660 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.14'. 2018-09-07 20:38:00,661 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-09-07 20:38:00,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:38:02,458 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:38: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-a61374df-b764-4e23-975b-9cc4901044af x-compute-request-id: req-a61374df-b764-4e23-975b-9cc4901044af Content-Length: 0 Content-Type: application/json 2018-09-07 20:38:02,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-a61374df-b764-4e23-975b-9cc4901044af 2018-09-07 20:38:02,459 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-09-07 20:38:02,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-887114", "route_distinguishers": "11:11"}}' 2018-09-07 20:38:02,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-7828e4e6-c65d-410f-b050-329efaef2971 Date: Fri, 07 Sep 2018 20:38:02 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "f52f87d9-0227-4336-a21a-0e89678012e4", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:38:02,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-7828e4e6-c65d-410f-b050-329efaef2971 2018-09-07 20:38:02,973 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-887114', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'f52f87d9-0227-4336-a21a-0e89678012e4'}} 2018-09-07 20:38:02,973 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-09-07 20:38:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network_association": {"network_id": "b562de35-5696-4bf2-bdbb-180cbc2aea0c"}}' 2018-09-07 20:38:03,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-a3800790-1af3-43a7-9d55-bcee6ecd8cf9 Date: Fri, 07 Sep 2018 20:38:03 GMT RESP BODY: {"network_association": {"network_id": "b562de35-5696-4bf2-bdbb-180cbc2aea0c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "617f3de2-9ce5-4393-80c2-1413818bec34"}} 2018-09-07 20:38:03,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4/network_associations used request id req-a3800790-1af3-43a7-9d55-bcee6ecd8cf9 2018-09-07 20:38:03,459 - sdnvpn_test_utils - INFO - Waiting for instance 8701e7fa-8171-4fc0-bbaf-9bf2602143da to boot up 2018-09-07 20:38:03,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:04,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-7dc97473-2bfa-4b38-a37e-f4186ccc485d x-compute-request-id: req-7dc97473-2bfa-4b38-a37e-f4186ccc485d Content-Encoding: gzip Content-Length: 7677 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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-07 20:38:04,531 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-7dc97473-2bfa-4b38-a37e-f4186ccc485d 2018-09-07 20:38:06,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:07,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-5ec0f791-4a71-441c-b5e4-2fd6280b76d6 x-compute-request-id: req-5ec0f791-4a71-441c-b5e4-2fd6280b76d6 Content-Encoding: gzip Content-Length: 7810 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-09-07 20:38:07,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-5ec0f791-4a71-441c-b5e4-2fd6280b76d6 2018-09-07 20:38:09,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:10,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-588b886e-a0d8-48ad-a573-02c2b5066c0a x-compute-request-id: req-588b886e-a0d8-48ad-a573-02c2b5066c0a Content-Encoding: gzip Content-Length: 9366 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n"} 2018-09-07 20:38:10,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-588b886e-a0d8-48ad-a573-02c2b5066c0a 2018-09-07 20:38:12,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:13,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-379f1197-b36e-4c27-afca-04417955e215 x-compute-request-id: req-379f1197-b36e-4c27-afca-04417955e215 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:13,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-379f1197-b36e-4c27-afca-04417955e215 2018-09-07 20:38:15,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:16,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-7f4c076b-1aa5-4be4-9405-0e63037be986 x-compute-request-id: req-7f4c076b-1aa5-4be4-9405-0e63037be986 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:16,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-7f4c076b-1aa5-4be4-9405-0e63037be986 2018-09-07 20:38:18,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:20,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-d3d59a7d-c638-476a-88b2-a77d976ac4f9 x-compute-request-id: req-d3d59a7d-c638-476a-88b2-a77d976ac4f9 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:20,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-d3d59a7d-c638-476a-88b2-a77d976ac4f9 2018-09-07 20:38:22,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:23,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-17e70ac0-d645-44c1-80d1-8c5e7cfc5bd1 x-compute-request-id: req-17e70ac0-d645-44c1-80d1-8c5e7cfc5bd1 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:23,218 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-17e70ac0-d645-44c1-80d1-8c5e7cfc5bd1 2018-09-07 20:38:25,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:26,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-89750080-127f-40d8-8e79-4976c8019304 x-compute-request-id: req-89750080-127f-40d8-8e79-4976c8019304 Content-Encoding: gzip Content-Length: 9968 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:26,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-89750080-127f-40d8-8e79-4976c8019304 2018-09-07 20:38:28,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:29,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6a6e0343-0b02-45d5-bad6-73786260ac92 x-compute-request-id: req-6a6e0343-0b02-45d5-bad6-73786260ac92 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:29,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-6a6e0343-0b02-45d5-bad6-73786260ac92 2018-09-07 20:38:31,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:32,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7a0549c1-cb38-46e4-b8b2-a9d090b8a3e2 x-compute-request-id: req-7a0549c1-cb38-46e4-b8b2-a9d090b8a3e2 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:32,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-7a0549c1-cb38-46e4-b8b2-a9d090b8a3e2 2018-09-07 20:38:34,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:35,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-029f6d0c-2415-4045-a255-d5af1f5079e7 x-compute-request-id: req-029f6d0c-2415-4045-a255-d5af1f5079e7 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:35,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-029f6d0c-2415-4045-a255-d5af1f5079e7 2018-09-07 20:38:37,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:38,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a60e2f74-b252-4372-8cc1-6b1917beff4b x-compute-request-id: req-a60e2f74-b252-4372-8cc1-6b1917beff4b Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:38,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-a60e2f74-b252-4372-8cc1-6b1917beff4b 2018-09-07 20:38:40,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:41,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de40c814-6c35-4004-9d24-f51e628db810 x-compute-request-id: req-de40c814-6c35-4004-9d24-f51e628db810 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:41,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-de40c814-6c35-4004-9d24-f51e628db810 2018-09-07 20:38:43,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:44,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-f8799a57-1ccc-49af-a17d-5f61c10e4dc8 x-compute-request-id: req-f8799a57-1ccc-49af-a17d-5f61c10e4dc8 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:44,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-f8799a57-1ccc-49af-a17d-5f61c10e4dc8 2018-09-07 20:38:46,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:48,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:38: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-66292c10-1049-4fc0-9541-e358ef31f4d7 x-compute-request-id: req-66292c10-1049-4fc0-9541-e358ef31f4d7 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:48,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-66292c10-1049-4fc0-9541-e358ef31f4d7 2018-09-07 20:38:50,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:51,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-682ac3ab-db86-4406-8726-06c238fa1b1a x-compute-request-id: req-682ac3ab-db86-4406-8726-06c238fa1b1a Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:51,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-682ac3ab-db86-4406-8726-06c238fa1b1a 2018-09-07 20:38:53,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:54,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-980c72b1-5e80-435a-92b9-2dc629c89bc8 x-compute-request-id: req-980c72b1-5e80-435a-92b9-2dc629c89bc8 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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-07 20:38:54,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-980c72b1-5e80-435a-92b9-2dc629c89bc8 2018-09-07 20:38:56,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67eded7015308a609c6e1f7124d44a17d049c6fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:38:57,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e2518412-1e14-4739-a2f7-8915fdcfe57f x-compute-request-id: req-e2518412-1e14-4739-a2f7-8915fdcfe57f Content-Encoding: gzip Content-Length: 11100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485729197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132843] pid_max: default: 32768 minimum: 301\n[ 0.133729] ACPI: Core revision 20150930\n[ 0.135105] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136408] Security Framework initialized\n[ 0.137236] Yama: becoming mindful.\n[ 0.137981] AppArmor: AppArmor initialized\n[ 0.138846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141454] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142674] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144058] Initializing cgroup subsys io\n[ 0.144875] Initializing cgroup subsys memory\n[ 0.145737] Initializing cgroup subsys devices\n[ 0.146627] Initializing cgroup subsys freezer\n[ 0.147495] Initializing cgroup subsys net_cls\n[ 0.148366] Initializing cgroup subsys perf_event\n[ 0.149275] Initializing cgroup subsys net_prio\n[ 0.150160] Initializing cgroup subsys hugetlb\n[ 0.151037] Initializing cgroup subsys pids\n[ 0.151932] CPU: Physical Processor ID: 0\n[ 0.153442] mce: CPU supports 10 MCE banks\n[ 0.154297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155307] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173590] ftrace: allocating 31920 entries in 125 pages\n[ 0.200141] smpboot: Max logical packages: 1\n[ 0.200990] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202344] x2apic enabled\n[ 0.203153] Switched APIC routing to physical x2apic.\n[ 0.204907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209802] KVM setup paravirtual spinlock\n[ 0.211157] x86: Booted up 1 node, 1 CPUs\n[ 0.211972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213360] devtmpfs: initialized\n[ 0.215085] evm: security.selinux\n[ 0.215790] evm: security.SMACK64\n[ 0.216481] evm: security.SMACK64EXEC\n[ 0.217227] evm: security.SMACK64TRANSMUTE\n[ 0.218046] evm: security.SMACK64MMAP\n[ 0.218793] evm: security.ima\n[ 0.219434] evm: security.capability\n[ 0.220245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222106] pinctrl core: initialized pinctrl subsystem\n[ 0.223212] RTC time: 20:37:05, date: 09/07/18\n[ 0.224169] NET: Registered protocol family 16\n[ 0.225144] cpuidle: using governor ladder\n[ 0.225961] cpuidle: using governor menu\n[ 0.226744] PCCT header not found.\n[ 0.227497] ACPI: bus type PCI registered\n[ 0.228298] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229537] PCI: Using configuration type 1 for base access\n[ 0.231286] ACPI: Added _OSI(Module Device)\n[ 0.232135] ACPI: Added _OSI(Processor Device)\n[ 0.232998] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233899] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236055] ACPI: Interpreter enabled\n[ 0.236834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238679] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244924] ACPI: Using IOAPIC for interrupt routing\n[ 0.245977] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249059] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250204] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254842] acpiphp: Slot [3] registered\n[ 0.255645] acpiphp: Slot [4] registered\n[ 0.256439] acpiphp: Slot [5] registered\n[ 0.257238] acpiphp: Slot [6] registered\n[ 0.258032] acpiphp: Slot [7] registered\n[ 0.258832] acpiphp: Slot [8] registered\n[ 0.259630] acpiphp: Slot [9] registered\n[ 0.260421] acpiphp: Slot [10] registered\n[ 0.261236] acpiphp: Slot [11] registered\n[ 0.262057] acpiphp: Slot [12] registered\n[ 0.262874] acpiphp: Slot [13] registered\n[ 0.263687] acpiphp: Slot [14] registered\n[ 0.264496] acpiphp: Slot [15] registered\n[ 0.275600] acpiphp: Slot [16] registered\n[ 0.276411] acpiphp: Slot [17] registered\n[ 0.277225] acpiphp: Slot [18] registered\n[ 0.278038] acpiphp: Slot [19] registered\n[ 0.278847] acpiphp: Slot [20] registered\n[ 0.279662] acpiphp: Slot [21] registered\n[ 0.280469] acpiphp: Slot [22] registered\n[ 0.281281] acpiphp: Slot [23] registered\n[ 0.282094] acpiphp: Slot [24] registered\n[ 0.282904] acpiphp: Slot [25] registered\n[ 0.283714] acpiphp: Slot [26] registered\n[ 0.284523] acpiphp: Slot [27] registered\n[ 0.285337] acpiphp: Slot [28] registered\n[ 0.286150] acpiphp: Slot [29] registered\n[ 0.286958] acpiphp: Slot [30] registered\n[ 0.287774] acpiphp: Slot [31] registered\n[ 0.288582] PCI host bridge to bus 0000:00\n[ 0.289386] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290599] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293261] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304686] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311017] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312440] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359430] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361019] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362458] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363871] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365247] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366604] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369455] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371306] vgaarb: loaded\n[ 0.372023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373309] SCSI subsystem initialized\n[ 0.374124] ACPI: bus type USB registered\n[ 0.374929] usbcore: registered new interface driver usbfs\n[ 0.375941] usbcore: registered new interface driver hub\n[ 0.376923] usbcore: registered new device driver usb\n[ 0.377953] PCI: Using ACPI for IRQ routing\n[ 0.378968] NetLabel: Initializing\n[ 0.379667] NetLabel: domain hash size = 128\n[ 0.380500] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381431] NetLabel: unlabeled traffic allowed by default\n[ 0.382498] clocksource: Switched to clocksource kvm-clock\n[ 0.387893] AppArmor: AppArmor Filesystem Enabled\n[ 0.388848] pnp: PnP ACPI init\n[ 0.389750] pnp: PnP ACPI: found 5 devices\n[ 0.396115] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397908] NET: Registered protocol family 2\n[ 0.398846] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400092] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403445] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404599] NET: Registered protocol family 1\n[ 0.405447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406539] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436023] Trying to unpack rootfs image as initramfs...\n[ 0.485674] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499481] Scanning for low memory corruption every 60 seconds\n[ 0.500825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502058] audit: initializing netlink subsys (disabled)\n[ 0.503080] audit: type=2000 audit(1536352626.427:1): initialized\n[ 0.504377] Initialise system trusted keyring\n[ 0.505305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506464] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508418] zbud: loaded\n[ 0.509114] VFS: Disk quotas dquot_6.6.0\n[ 0.509923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511424] fuse init (API version 7.23)\n[ 0.512313] Key type big_key registered\n[ 0.513110] Allocating IMA MOK and blacklist keyrings.\n[ 0.514586] Key type asymmetric registered\n[ 0.515398] Asymmetric key parser 'x509' registered\n[ 0.516343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517791] io scheduler noop registered\n[ 0.518589] io scheduler deadline registered (default)\n[ 0.519587] io scheduler cfq registered\n[ 0.520414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521451] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522709] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524142] ACPI: Power Button [PWRF]\n[ 0.524966] GHES: HEST is not enabled!\n[ 0.538634] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597219] Linux agpgart interface v0.103\n[ 0.599323] brd: module loaded\n[ 0.600560] loop: module loaded\n[ 0.605593] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607044] GPT:90111 != 2097151\n[ 0.607712] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608787] GPT:90111 != 2097151\n[ 0.609445] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610389] vda: vda1 vda15\n[ 0.612142] scsi host0: ata_piix\n[ 0.612867] scsi host1: ata_piix\n[ 0.613558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616184] libphy: Fixed MDIO Bus: probed\n[ 0.616993] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622398] ehci-pci: EHCI PCI platform driver\n[ 0.623271] ehci-platform: EHCI generic platform driver\n[ 0.624245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625346] ohci-pci: OHCI PCI platform driver\n[ 0.626197] ohci-platform: OHCI generic platform driver\n[ 0.627173] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642623] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644051] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645057] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648743] usb usb1: Product: UHCI Host Controller\n[ 0.649656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651786] hub 1-0:1.0: USB hub found\n[ 0.652549] hub 1-0:1.0: 2 ports detected\n[ 0.653433] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656481] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657493] mousedev: PS/2 mouse device common for all mice\n[ 0.658738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663966] i2c /dev entries driver\n[ 0.664713] device-mapper: uevent: version 1.0.3\n[ 0.665641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667249] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668506] NET: Registered protocol family 10\n[ 0.669471] NET: Registered protocol family 17\n[ 0.670337] Key type dns_resolver registered\n[ 0.671248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674029] registered taskstats version 1\n[ 0.674858] Loading compiled-in X.509 certificates\n[ 0.676283] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678109] zswap: loaded using pool lzo/zbud\n[ 0.679447] Key type trusted registered\n[ 0.680979] Key type encrypted registered\n[ 0.681797] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683844] evm: HMAC attrs: 0x1\n[ 0.684766] Magic number: 2:248:649\n[ 0.685588] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:06 UTC (1536352626)\n[ 0.687160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688258] EDD information not available.\n[ 0.775509] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777066] Write protecting the kernel read-only data: 14336k\n[ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791089] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148239] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.10. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCegO6t+Z0kNYftdNTokrg7k9mlH2SJr5sr6KQM28Ow+RBuKkOzJUP/3KIyUgzAYxd2rPKbE2/wtrlM7n9zFnbkzcBi4dFU2p4ku8fLB2rkaUuWXoqC6jCI0SknabpAlxSskxZqiQtKs4KkmbECeVKUaCIoJuT2NgNhSZBPWcgeBdoGzLWl7PyTaEGTCJp60p2DyLOLqb5mN+qgdL4mlPnsBFiCUDtWbwBArHh/l14B9r44teM84vs5UEKOs0A2KYCdPUir5gfJhC+4G6jeKOyk/AcFDSFwbGqt4rxQWGR5Wq7bsltsLtQz14xoCCQ5K8hHZhY01DIKar3aOI7FcSFR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMyBFOPc7CaNlFyZVvZgtgyaNZbn2vfpUo5XJuFu/7dIM1M0UhfvrgzEtMfgzZ7RJlTsRREwyodo/nL3WFSlQIfS9qjqF5/qSCFnbB54dldiSbZpzNrgMBQURQC8rN5FIjO7BJwMgRKjqngmV8D4QdXZ33dOiHK0B2FwiA01jBTlAAAAFQCO5QFyZLRLg85osGTTIz2Hxe6EpQAAAIALg/R1cK/Rpy9/ljojTLHI3H+e4nVN9MzjO0Em2QHqHmu7lN0Df6QghjeYaYxeo2eVeImgmSGiaAsTLAgNAP2h3TRwXwu3CcsC9iRzRS+Vrt/bPlq9vvjLwuTaB+oYMC4piY3IQ3KdmuyTls1nz+sTthqm2Vrm7cXK+wNC7mn/7QAAAIEAg7pBDbY7O9RgxvP0UH9PzSKZmiAOZj/3ndVyuRsGchEXx7qajmpSK20drd6xsOWEMNRk3osSKLwZ+FmiIR1Yt1kLi/1G98QiB8tXMMI7G0hF0XmHK2LsFVVJgwxySM3GiZHzIsmgQXx+ac5iXPyinpxYT9AkYqOBzwiQuUjsH5g= 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.10,24,fe80::f816:3eff:fecd:5459/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.39 ===\n/dev/root resized successfully [took 1.43s]\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:CD:54:59 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:5459/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:80 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:9635 (9.4 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.127280] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.127282] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127283] usb 1-1: Product: QEMU USB Tablet\n[ 1.127284] usb 1-1: Manufacturer: QEMU\n[ 1.127285] usb 1-1: SerialNumber: 42\n[ 1.130265] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.148239] random: dd urandom read with 5 bits of entropy available\n[ 1.498787] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.511372] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.902534] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:37:06 cirros kern.info kernel: [ 0.789268] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nSep 7 21:37:06 cirros kern.info kernel: [ 0.791089] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 7 21:37:06 cirros kern.info kernel: [ 0.802279] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 7 21:37:06 cirros kern.info kernel: [ 0.802280] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 7 21:37:06 cirros kern.info kernel: [ 0.803969] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 7 21:37:06 cirros kern.info kernel: [ 0.806923] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 7 21:37:06 cirros kern.info kernel: [ 0.808928] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 7 21:37:06 cirros kern.info kernel: [ 0.832236] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:37:06 cirros kern.info kernel: [ 0.832963] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:37:06 cirros kern.info kernel: [ 0.834060] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:37:06 cirros kern.info kernel: [ 0.877782] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:37:06 cirros kern.info kernel: [ 0.966555] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 7 21:37:06 cirros kern.info kernel: [ 1.114805] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:37:06 cirros kern.info kernel: [ 1.127280] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:37:06 cirros kern.info kernel: [ 1.127282] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:37:06 cirros kern.info kernel: [ 1.127283] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:37:06 cirros kern.info kernel: [ 1.127284] usb 1-1: Manufacturer: QEMU\nSep 7 21:37:06 cirros kern.info kernel: [ 1.127285] usb 1-1: SerialNumber: 42\nSep 7 21:37:06 cirros kern.info kernel: [ 1.130265] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:37:06 cirros kern.notice kernel: [ 1.148239] random: dd urandom read with 5 bits of entropy available\nSep 7 21:37:07 cirros kern.info kernel: [ 1.498787] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:38:08 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:38:09 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:38:09 cirros kern.info kernel: [ 63.511372] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:38:09 cirros kern.info kernel: [ 63.902534] 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-07 20:38:57,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-e2518412-1e14-4739-a2f7-8915fdcfe57f 2018-09-07 20:38:59,378 - sdnvpn_test_utils - INFO - Waiting for instance 368fe365-6f9a-4ee5-a334-2a11b64c05f4 to boot up 2018-09-07 20:38:59,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:00,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-b248a80f-707d-4928-8000-3bc1dd288f56 x-compute-request-id: req-b248a80f-707d-4928-8000-3bc1dd288f56 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 525346282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.168312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170684] pid_max: default: 32768 minimum: 301\n[ 0.171975] ACPI: Core revision 20150930\n[ 0.173689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.175523] Security Framework initialized\n[ 0.176689] Yama: becoming mindful.\n[ 0.177716] AppArmor: AppArmor initialized\n[ 0.178923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.182714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186437] Initializing cgroup subsys io\n[ 0.187588] Initializing cgroup subsys memory\n[ 0.188816] Initializing cgroup subsys devices\n[ 0.190053] Initializing cgroup subsys freezer\n[ 0.191288] Initializing cgroup subsys net_cls\n[ 0.192524] Initializing cgroup subsys perf_event\n[ 0.193820] Initializing cgroup subsys net_prio\n[ 0.195073] Initializing cgroup subsys hugetlb\n[ 0.196319] Initializing cgroup subsys pids\n[ 0.197552] CPU: Physical Processor ID: 0\n[ 0.199386] mce: CPU supports 10 MCE banks\n[ 0.200573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.202019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213241] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.220316] ftrace: allocating 31920 entries in 125 pages\n[ 0.247243] smpboot: Max logical packages: 1\n[ 0.248451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.250364] x2apic enabled\n[ 0.251421] Switched APIC routing to physical x2apic.\n[ 0.253602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.255230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.258054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.260605] KVM setup paravirtual spinlock\n[ 0.262227] x86: Booted up 1 node, 1 CPUs\n[ 0.263235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.264720] devtmpfs: initialized\n[ 0.266458] evm: security.selinux\n[ 0.267172] evm: security.SMACK64\n[ 0.267906] evm: security.SMACK64EXEC\n[ 0.268670] evm: security.SMACK64TRANSMUTE\n[ 0.269482] evm: security.SMACK64MMAP\n[ 0.270228] evm: security.ima\n[ 0.270873] evm: security.capability\n[ 0.271700] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273576] pinctrl core: initialized pinctrl subsystem\n[ 0.274688] RTC time: 20:37:17, date: 09/07/18\n[ 0.275654] NET: Registered protocol family 16\n[ 0.276639] cpuidle: using governor ladder\n[ 0.277457] cpuidle: using governor menu\n[ 0.278260] PCCT header not found.\n[ 0.279024] ACPI: bus type PCI registered\n[ 0.279829] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281075] PCI: Using configuration type 1 for base access\n[ 0.282871] ACPI: Added _OSI(Module Device)\n[ 0.283716] ACPI: Added _OSI(Processor Device)\n[ 0.284582] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285484] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287611] ACPI: Interpreter enabled\n[ 0.288376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295779] ACPI: (supports S0 S5)\n[ 0.296488] ACPI: Using IOAPIC for interrupt routing\n[ 0.297549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301807] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304251] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306485] acpiphp: Slot [3] registered\n[ 0.307293] acpiphp: Slot [4] registered\n[ 0.308096] acpiphp: Slot [5] registered\n[ 0.308904] acpiphp: Slot [6] registered\n[ 0.309705] acpiphp: Slot [7] registered\n[ 0.310514] acpiphp: Slot [8] registered\n[ 0.311318] acpiphp: Slot [9] registered\n[ 0.312116] acpiphp: Slot [10] registered\n[ 0.312934] acpiphp: Slot [11] registered\n[ 0.313749] acpiphp: Slot [12] registered\n[ 0.314562] acpiphp: Slot [13] registered\n[ 0.315368] acpiphp: Slot [14] registered\n[ 0.316182] acpiphp: Slot [15] registered\n[ 0.327128] acpiphp: Slot [16] registered\n[ 0.327959] acpiphp: Slot [17] registered\n[ 0.328773] acpiphp: Slot [18] registered\n[ 0.329584] acpiphp: Slot [19] registered\n[ 0.330392] acpiphp: Slot [20] registered\n[ 0.331216] acpiphp: Slot [21] registered\n[ 0.332030] acpiphp: Slot [22] registered\n[ 0.332842] acpiphp: Slot [23] registered\n[ 0.333653] acpiphp: Slot [24] registered\n[ 0.334463] acpiphp: Slot [25] registered\n[ 0.335280] acpiphp: Slot [26] registered\n[ 0.336093] acpiphp: Slot [27] registered\n[ 0.336909] acpiphp: Slot [28] registered\n[ 0.337723] acpiphp: Slot [29] registered\n[ 0.338531] acpiphp: Slot [30] registered\n[ 0.339350] acpiphp: Slot [31] registered\n[ 0.340162] PCI host bridge to bus 0000:00\n[ 0.340976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344873] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.346329] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416815] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420498] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422065] vgaarb: loaded\n[ 0.422676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423839] SCSI subsystem initialized\n[ 0.424672] ACPI: bus type USB registered\n[ 0.425492] usbcore: registered new interface driver usbfs\n[ 0.426546] usbcore: registered new interface driver hub\n[ 0.427563] usbcore: registered new device driver usb\n[ 0.428624] PCI: Using ACPI for IRQ routing\n[ 0.429659] NetLabel: Initializing\n[ 0.430373] NetLabel: domain hash size = 128\n[ 0.431234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432193] NetLabel: unlabeled traffic allowed by default\n[ 0.433302] clocksource: Switched to clocksource kvm-clock\n[ 0.438989] AppArmor: AppArmor Filesystem Enabled\n[ 0.439949] pnp: PnP ACPI init\n[ 0.440867] pnp: PnP ACPI: found 5 devices\n[ 0.447251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448967] NET: Registered protocol family 2\n[ 0.449943] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.451224] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.452394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453576] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455830] NET: Registered protocol family 1\n[ 0.456699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457805] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458883] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472618] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486834] Trying to unpack rootfs image as initramfs...\n[ 0.536484] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550423] Scanning for low memory corruption every 60 seconds\n[ 0.551772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552985] audit: initializing netlink subsys (disabled)\n[ 0.554024] audit: type=2000 audit(1536352638.338:1): initialized\n[ 0.555342] Initialise system trusted keyring\n[ 0.556277] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.557453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.559407] zbud: loaded\n[ 0.560118] VFS: Disk quotas dquot_6.6.0\n[ 0.560944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.562481] fuse init (API version 7.23)\n[ 0.563377] Key type big_key registered\n[ 0.564197] Allocating IMA MOK and blacklist keyrings.\n[ 0.565329] Key type asymmetric registered\n[ 0.566166] Asymmetric key parser 'x509' registered\n[ 0.567133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.568979] io scheduler noop registered\n[ 0.569792] io scheduler deadline registered (default)\n[ 0.570797] io scheduler cfq registered\n[ 0.571639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.572694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.573985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.575446] ACPI: Power Button [PWRF]\n[ 0.576287] GHES: HEST is not enabled!\n[ 0.595820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.652896] Linux agpgart interface v0.103\n[ 0.655024] brd: module loaded\n[ 0.656279] loop: module loaded\n[ 0.661377] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662842] GPT:90111 != 2097151\n[ 0.663516] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664611] GPT:90111 != 2097151\n[ 0.665285] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666267] vda: vda1 vda15\n[ 0.667680] scsi host0: ata_piix\n[ 0.668417] scsi host1: ata_piix\n[ 0.669138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.671815] libphy: Fixed MDIO Bus: probed\n[ 0.672635] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673593] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.675676] PPP generic driver version 2.4.2\n[ 0.676564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.677813] ehci-pci: EHCI PCI platform driver\n[ 0.678690] ehci-platform: EHCI generic platform driver\n[ 0.679675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680796] ohci-pci: OHCI PCI platform driver\n[ 0.681674] ohci-platform: OHCI generic platform driver\n[ 0.682673] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.696968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.697970] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.699423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.700452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.701584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704234] usb usb1: Product: UHCI Host Controller\n[ 0.705174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707367] hub 1-0:1.0: USB hub found\n[ 0.708149] hub 1-0:1.0: 2 ports detected\n[ 0.709056] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.711183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.712139] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.713168] mousedev: PS/2 mouse device common for all mice\n[ 0.714430] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716285] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717405] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.718608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719798] i2c /dev entries driver\n[ 0.720558] device-mapper: uevent: version 1.0.3\n[ 0.721509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.723144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724420] NET: Registered protocol family 10\n[ 0.725417] NET: Registered protocol family 17\n[ 0.726315] Key type dns_resolver registered\n[ 0.727246] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728349] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730126] registered taskstats version 1\n[ 0.731022] Loading compiled-in X.509 certificates\n[ 0.732585] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734828] zswap: loaded using pool lzo/zbud\n[ 0.737178] Key type trusted registered\n[ 0.739615] Key type encrypted registered\n[ 0.740845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742400] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743997] evm: HMAC attrs: 0x1\n[ 0.745284] Magic number: 2:248:649\n[ 0.746560] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:18 UTC (1536352638)\n[ 0.748907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750691] EDD information not available.\n[ 0.830276] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832275] Write protecting the kernel read-only data: 14336k\n[ 0.844118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845956] 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.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262801] 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.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 61.18. iid=i-00000129\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYqIR59XUhbgoV5Y1MRa+cyryd77SdE7rgctVaBXdCCTxUrnWARiD13uvTh0JHhCEou9Kb4TZgp/rULzk5fjUpYSmIaKV6CVvymUtvJJuzCv+T+PqvrSluMStLdlUIE6hlsU+8rFcoXvCEibeJYGu3DA60urWR7ZXpbmPrMY+zAoXQFBSdto2VuVzHoaUG9/TZJ6hrm9POsNHxT6zooCdyBDnnzlQKDY7B3yfsIZNTi6uoquYq6jHKDmO/flRPerb1fg3SogP4BI11h3hAP1/tU8oNgvRykiKNtT0v6+DgxWnOM/QGbgE1LRMTIUmtaAurX5WzwyndCBvFavSEcy7d root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAI1L0/eYAq/LPFp7m71YP+n88HkXT464E8anUTXz31b1VOr+wvPikPl5Vpa7G4RsdWM9ALPKTjWAoSjCgjVTxmdTrO4HnsIz12OEccutHpXFMIOomrqHOqTfQkLjMAhGi90lYUNBLENyRREDzwarnSr87OMBl+Y5vuFPtyli0fLZAAAAFQCK1cxlllh5QqI2073D6OAzMJebcQAAAIBdvmTLPHJjYbLcy8PdBIOqFHhrbfrt2CPKt1uhlN3HaozVhJO8FDYq71MqaWWasK7oFWJTJcRlNyLRaJ/talN+xS6h5i7jfKmPFToWHYybPGJLAyW72kNvzoj5TJdBJ8j5yNWeyoPH7U6XWTEbckVe+dEikVxxacTf8jJjZKQLkQAAAIBquB7a/DqV5GkH8Xw+EB/SWj8WKUwGUR1JQoOS0rMJzYf/3e1NDmqcDOlU/44OoYSHcgTkCYuL9WsUNJ4HPrELvz2njIiUU4/4OHd1erB3VvQ/FO6UD5WsgMnR/lb6BLAQoY3Il7wgnvSDbRLCVLvSGjvrA7Td49Ihdd+EOOVbqg== 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.12,24,fe80::f816:3eff:feb1:78e0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.04 ===\n/dev/root resized successfully [took 2.26s]\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:B1:78:E0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb1:78e0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87 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:9858 (9.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-07 20:39:00,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-b248a80f-707d-4928-8000-3bc1dd288f56 2018-09-07 20:39:02,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:03,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-3a01e2ba-6494-4d76-b320-e2b4c0b406d7 x-compute-request-id: req-3a01e2ba-6494-4d76-b320-e2b4c0b406d7 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 525346282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.168312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170684] pid_max: default: 32768 minimum: 301\n[ 0.171975] ACPI: Core revision 20150930\n[ 0.173689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.175523] Security Framework initialized\n[ 0.176689] Yama: becoming mindful.\n[ 0.177716] AppArmor: AppArmor initialized\n[ 0.178923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.182714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186437] Initializing cgroup subsys io\n[ 0.187588] Initializing cgroup subsys memory\n[ 0.188816] Initializing cgroup subsys devices\n[ 0.190053] Initializing cgroup subsys freezer\n[ 0.191288] Initializing cgroup subsys net_cls\n[ 0.192524] Initializing cgroup subsys perf_event\n[ 0.193820] Initializing cgroup subsys net_prio\n[ 0.195073] Initializing cgroup subsys hugetlb\n[ 0.196319] Initializing cgroup subsys pids\n[ 0.197552] CPU: Physical Processor ID: 0\n[ 0.199386] mce: CPU supports 10 MCE banks\n[ 0.200573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.202019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213241] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.220316] ftrace: allocating 31920 entries in 125 pages\n[ 0.247243] smpboot: Max logical packages: 1\n[ 0.248451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.250364] x2apic enabled\n[ 0.251421] Switched APIC routing to physical x2apic.\n[ 0.253602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.255230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.258054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.260605] KVM setup paravirtual spinlock\n[ 0.262227] x86: Booted up 1 node, 1 CPUs\n[ 0.263235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.264720] devtmpfs: initialized\n[ 0.266458] evm: security.selinux\n[ 0.267172] evm: security.SMACK64\n[ 0.267906] evm: security.SMACK64EXEC\n[ 0.268670] evm: security.SMACK64TRANSMUTE\n[ 0.269482] evm: security.SMACK64MMAP\n[ 0.270228] evm: security.ima\n[ 0.270873] evm: security.capability\n[ 0.271700] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273576] pinctrl core: initialized pinctrl subsystem\n[ 0.274688] RTC time: 20:37:17, date: 09/07/18\n[ 0.275654] NET: Registered protocol family 16\n[ 0.276639] cpuidle: using governor ladder\n[ 0.277457] cpuidle: using governor menu\n[ 0.278260] PCCT header not found.\n[ 0.279024] ACPI: bus type PCI registered\n[ 0.279829] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281075] PCI: Using configuration type 1 for base access\n[ 0.282871] ACPI: Added _OSI(Module Device)\n[ 0.283716] ACPI: Added _OSI(Processor Device)\n[ 0.284582] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285484] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287611] ACPI: Interpreter enabled\n[ 0.288376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295779] ACPI: (supports S0 S5)\n[ 0.296488] ACPI: Using IOAPIC for interrupt routing\n[ 0.297549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301807] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304251] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306485] acpiphp: Slot [3] registered\n[ 0.307293] acpiphp: Slot [4] registered\n[ 0.308096] acpiphp: Slot [5] registered\n[ 0.308904] acpiphp: Slot [6] registered\n[ 0.309705] acpiphp: Slot [7] registered\n[ 0.310514] acpiphp: Slot [8] registered\n[ 0.311318] acpiphp: Slot [9] registered\n[ 0.312116] acpiphp: Slot [10] registered\n[ 0.312934] acpiphp: Slot [11] registered\n[ 0.313749] acpiphp: Slot [12] registered\n[ 0.314562] acpiphp: Slot [13] registered\n[ 0.315368] acpiphp: Slot [14] registered\n[ 0.316182] acpiphp: Slot [15] registered\n[ 0.327128] acpiphp: Slot [16] registered\n[ 0.327959] acpiphp: Slot [17] registered\n[ 0.328773] acpiphp: Slot [18] registered\n[ 0.329584] acpiphp: Slot [19] registered\n[ 0.330392] acpiphp: Slot [20] registered\n[ 0.331216] acpiphp: Slot [21] registered\n[ 0.332030] acpiphp: Slot [22] registered\n[ 0.332842] acpiphp: Slot [23] registered\n[ 0.333653] acpiphp: Slot [24] registered\n[ 0.334463] acpiphp: Slot [25] registered\n[ 0.335280] acpiphp: Slot [26] registered\n[ 0.336093] acpiphp: Slot [27] registered\n[ 0.336909] acpiphp: Slot [28] registered\n[ 0.337723] acpiphp: Slot [29] registered\n[ 0.338531] acpiphp: Slot [30] registered\n[ 0.339350] acpiphp: Slot [31] registered\n[ 0.340162] PCI host bridge to bus 0000:00\n[ 0.340976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344873] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.346329] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416815] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420498] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422065] vgaarb: loaded\n[ 0.422676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423839] SCSI subsystem initialized\n[ 0.424672] ACPI: bus type USB registered\n[ 0.425492] usbcore: registered new interface driver usbfs\n[ 0.426546] usbcore: registered new interface driver hub\n[ 0.427563] usbcore: registered new device driver usb\n[ 0.428624] PCI: Using ACPI for IRQ routing\n[ 0.429659] NetLabel: Initializing\n[ 0.430373] NetLabel: domain hash size = 128\n[ 0.431234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432193] NetLabel: unlabeled traffic allowed by default\n[ 0.433302] clocksource: Switched to clocksource kvm-clock\n[ 0.438989] AppArmor: AppArmor Filesystem Enabled\n[ 0.439949] pnp: PnP ACPI init\n[ 0.440867] pnp: PnP ACPI: found 5 devices\n[ 0.447251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448967] NET: Registered protocol family 2\n[ 0.449943] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.451224] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.452394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453576] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455830] NET: Registered protocol family 1\n[ 0.456699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457805] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458883] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472618] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486834] Trying to unpack rootfs image as initramfs...\n[ 0.536484] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550423] Scanning for low memory corruption every 60 seconds\n[ 0.551772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552985] audit: initializing netlink subsys (disabled)\n[ 0.554024] audit: type=2000 audit(1536352638.338:1): initialized\n[ 0.555342] Initialise system trusted keyring\n[ 0.556277] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.557453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.559407] zbud: loaded\n[ 0.560118] VFS: Disk quotas dquot_6.6.0\n[ 0.560944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.562481] fuse init (API version 7.23)\n[ 0.563377] Key type big_key registered\n[ 0.564197] Allocating IMA MOK and blacklist keyrings.\n[ 0.565329] Key type asymmetric registered\n[ 0.566166] Asymmetric key parser 'x509' registered\n[ 0.567133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.568979] io scheduler noop registered\n[ 0.569792] io scheduler deadline registered (default)\n[ 0.570797] io scheduler cfq registered\n[ 0.571639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.572694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.573985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.575446] ACPI: Power Button [PWRF]\n[ 0.576287] GHES: HEST is not enabled!\n[ 0.595820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.652896] Linux agpgart interface v0.103\n[ 0.655024] brd: module loaded\n[ 0.656279] loop: module loaded\n[ 0.661377] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662842] GPT:90111 != 2097151\n[ 0.663516] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664611] GPT:90111 != 2097151\n[ 0.665285] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666267] vda: vda1 vda15\n[ 0.667680] scsi host0: ata_piix\n[ 0.668417] scsi host1: ata_piix\n[ 0.669138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.671815] libphy: Fixed MDIO Bus: probed\n[ 0.672635] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673593] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.675676] PPP generic driver version 2.4.2\n[ 0.676564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.677813] ehci-pci: EHCI PCI platform driver\n[ 0.678690] ehci-platform: EHCI generic platform driver\n[ 0.679675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680796] ohci-pci: OHCI PCI platform driver\n[ 0.681674] ohci-platform: OHCI generic platform driver\n[ 0.682673] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.696968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.697970] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.699423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.700452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.701584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704234] usb usb1: Product: UHCI Host Controller\n[ 0.705174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707367] hub 1-0:1.0: USB hub found\n[ 0.708149] hub 1-0:1.0: 2 ports detected\n[ 0.709056] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.711183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.712139] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.713168] mousedev: PS/2 mouse device common for all mice\n[ 0.714430] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716285] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717405] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.718608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719798] i2c /dev entries driver\n[ 0.720558] device-mapper: uevent: version 1.0.3\n[ 0.721509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.723144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724420] NET: Registered protocol family 10\n[ 0.725417] NET: Registered protocol family 17\n[ 0.726315] Key type dns_resolver registered\n[ 0.727246] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728349] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730126] registered taskstats version 1\n[ 0.731022] Loading compiled-in X.509 certificates\n[ 0.732585] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734828] zswap: loaded using pool lzo/zbud\n[ 0.737178] Key type trusted registered\n[ 0.739615] Key type encrypted registered\n[ 0.740845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742400] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743997] evm: HMAC attrs: 0x1\n[ 0.745284] Magic number: 2:248:649\n[ 0.746560] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:18 UTC (1536352638)\n[ 0.748907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750691] EDD information not available.\n[ 0.830276] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832275] Write protecting the kernel read-only data: 14336k\n[ 0.844118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845956] 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.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262801] 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.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 61.18. iid=i-00000129\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYqIR59XUhbgoV5Y1MRa+cyryd77SdE7rgctVaBXdCCTxUrnWARiD13uvTh0JHhCEou9Kb4TZgp/rULzk5fjUpYSmIaKV6CVvymUtvJJuzCv+T+PqvrSluMStLdlUIE6hlsU+8rFcoXvCEibeJYGu3DA60urWR7ZXpbmPrMY+zAoXQFBSdto2VuVzHoaUG9/TZJ6hrm9POsNHxT6zooCdyBDnnzlQKDY7B3yfsIZNTi6uoquYq6jHKDmO/flRPerb1fg3SogP4BI11h3hAP1/tU8oNgvRykiKNtT0v6+DgxWnOM/QGbgE1LRMTIUmtaAurX5WzwyndCBvFavSEcy7d root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAI1L0/eYAq/LPFp7m71YP+n88HkXT464E8anUTXz31b1VOr+wvPikPl5Vpa7G4RsdWM9ALPKTjWAoSjCgjVTxmdTrO4HnsIz12OEccutHpXFMIOomrqHOqTfQkLjMAhGi90lYUNBLENyRREDzwarnSr87OMBl+Y5vuFPtyli0fLZAAAAFQCK1cxlllh5QqI2073D6OAzMJebcQAAAIBdvmTLPHJjYbLcy8PdBIOqFHhrbfrt2CPKt1uhlN3HaozVhJO8FDYq71MqaWWasK7oFWJTJcRlNyLRaJ/talN+xS6h5i7jfKmPFToWHYybPGJLAyW72kNvzoj5TJdBJ8j5yNWeyoPH7U6XWTEbckVe+dEikVxxacTf8jJjZKQLkQAAAIBquB7a/DqV5GkH8Xw+EB/SWj8WKUwGUR1JQoOS0rMJzYf/3e1NDmqcDOlU/44OoYSHcgTkCYuL9WsUNJ4HPrELvz2njIiUU4/4OHd1erB3VvQ/FO6UD5WsgMnR/lb6BLAQoY3Il7wgnvSDbRLCVLvSGjvrA7Td49Ihdd+EOOVbqg== 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.12,24,fe80::f816:3eff:feb1:78e0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.04 ===\n/dev/root resized successfully [took 2.26s]\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:B1:78:E0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb1:78e0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87 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:9858 (9.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-07 20:39:03,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-3a01e2ba-6494-4d76-b320-e2b4c0b406d7 2018-09-07 20:39:05,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:06,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c99cfa18-8bec-42f6-8b59-54296d6122eb x-compute-request-id: req-c99cfa18-8bec-42f6-8b59-54296d6122eb 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 525346282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.168312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170684] pid_max: default: 32768 minimum: 301\n[ 0.171975] ACPI: Core revision 20150930\n[ 0.173689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.175523] Security Framework initialized\n[ 0.176689] Yama: becoming mindful.\n[ 0.177716] AppArmor: AppArmor initialized\n[ 0.178923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.182714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186437] Initializing cgroup subsys io\n[ 0.187588] Initializing cgroup subsys memory\n[ 0.188816] Initializing cgroup subsys devices\n[ 0.190053] Initializing cgroup subsys freezer\n[ 0.191288] Initializing cgroup subsys net_cls\n[ 0.192524] Initializing cgroup subsys perf_event\n[ 0.193820] Initializing cgroup subsys net_prio\n[ 0.195073] Initializing cgroup subsys hugetlb\n[ 0.196319] Initializing cgroup subsys pids\n[ 0.197552] CPU: Physical Processor ID: 0\n[ 0.199386] mce: CPU supports 10 MCE banks\n[ 0.200573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.202019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213241] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.220316] ftrace: allocating 31920 entries in 125 pages\n[ 0.247243] smpboot: Max logical packages: 1\n[ 0.248451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.250364] x2apic enabled\n[ 0.251421] Switched APIC routing to physical x2apic.\n[ 0.253602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.255230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.258054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.260605] KVM setup paravirtual spinlock\n[ 0.262227] x86: Booted up 1 node, 1 CPUs\n[ 0.263235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.264720] devtmpfs: initialized\n[ 0.266458] evm: security.selinux\n[ 0.267172] evm: security.SMACK64\n[ 0.267906] evm: security.SMACK64EXEC\n[ 0.268670] evm: security.SMACK64TRANSMUTE\n[ 0.269482] evm: security.SMACK64MMAP\n[ 0.270228] evm: security.ima\n[ 0.270873] evm: security.capability\n[ 0.271700] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273576] pinctrl core: initialized pinctrl subsystem\n[ 0.274688] RTC time: 20:37:17, date: 09/07/18\n[ 0.275654] NET: Registered protocol family 16\n[ 0.276639] cpuidle: using governor ladder\n[ 0.277457] cpuidle: using governor menu\n[ 0.278260] PCCT header not found.\n[ 0.279024] ACPI: bus type PCI registered\n[ 0.279829] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281075] PCI: Using configuration type 1 for base access\n[ 0.282871] ACPI: Added _OSI(Module Device)\n[ 0.283716] ACPI: Added _OSI(Processor Device)\n[ 0.284582] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285484] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287611] ACPI: Interpreter enabled\n[ 0.288376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295779] ACPI: (supports S0 S5)\n[ 0.296488] ACPI: Using IOAPIC for interrupt routing\n[ 0.297549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301807] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304251] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306485] acpiphp: Slot [3] registered\n[ 0.307293] acpiphp: Slot [4] registered\n[ 0.308096] acpiphp: Slot [5] registered\n[ 0.308904] acpiphp: Slot [6] registered\n[ 0.309705] acpiphp: Slot [7] registered\n[ 0.310514] acpiphp: Slot [8] registered\n[ 0.311318] acpiphp: Slot [9] registered\n[ 0.312116] acpiphp: Slot [10] registered\n[ 0.312934] acpiphp: Slot [11] registered\n[ 0.313749] acpiphp: Slot [12] registered\n[ 0.314562] acpiphp: Slot [13] registered\n[ 0.315368] acpiphp: Slot [14] registered\n[ 0.316182] acpiphp: Slot [15] registered\n[ 0.327128] acpiphp: Slot [16] registered\n[ 0.327959] acpiphp: Slot [17] registered\n[ 0.328773] acpiphp: Slot [18] registered\n[ 0.329584] acpiphp: Slot [19] registered\n[ 0.330392] acpiphp: Slot [20] registered\n[ 0.331216] acpiphp: Slot [21] registered\n[ 0.332030] acpiphp: Slot [22] registered\n[ 0.332842] acpiphp: Slot [23] registered\n[ 0.333653] acpiphp: Slot [24] registered\n[ 0.334463] acpiphp: Slot [25] registered\n[ 0.335280] acpiphp: Slot [26] registered\n[ 0.336093] acpiphp: Slot [27] registered\n[ 0.336909] acpiphp: Slot [28] registered\n[ 0.337723] acpiphp: Slot [29] registered\n[ 0.338531] acpiphp: Slot [30] registered\n[ 0.339350] acpiphp: Slot [31] registered\n[ 0.340162] PCI host bridge to bus 0000:00\n[ 0.340976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344873] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.346329] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416815] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420498] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422065] vgaarb: loaded\n[ 0.422676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423839] SCSI subsystem initialized\n[ 0.424672] ACPI: bus type USB registered\n[ 0.425492] usbcore: registered new interface driver usbfs\n[ 0.426546] usbcore: registered new interface driver hub\n[ 0.427563] usbcore: registered new device driver usb\n[ 0.428624] PCI: Using ACPI for IRQ routing\n[ 0.429659] NetLabel: Initializing\n[ 0.430373] NetLabel: domain hash size = 128\n[ 0.431234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432193] NetLabel: unlabeled traffic allowed by default\n[ 0.433302] clocksource: Switched to clocksource kvm-clock\n[ 0.438989] AppArmor: AppArmor Filesystem Enabled\n[ 0.439949] pnp: PnP ACPI init\n[ 0.440867] pnp: PnP ACPI: found 5 devices\n[ 0.447251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448967] NET: Registered protocol family 2\n[ 0.449943] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.451224] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.452394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453576] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455830] NET: Registered protocol family 1\n[ 0.456699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457805] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458883] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472618] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486834] Trying to unpack rootfs image as initramfs...\n[ 0.536484] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550423] Scanning for low memory corruption every 60 seconds\n[ 0.551772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552985] audit: initializing netlink subsys (disabled)\n[ 0.554024] audit: type=2000 audit(1536352638.338:1): initialized\n[ 0.555342] Initialise system trusted keyring\n[ 0.556277] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.557453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.559407] zbud: loaded\n[ 0.560118] VFS: Disk quotas dquot_6.6.0\n[ 0.560944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.562481] fuse init (API version 7.23)\n[ 0.563377] Key type big_key registered\n[ 0.564197] Allocating IMA MOK and blacklist keyrings.\n[ 0.565329] Key type asymmetric registered\n[ 0.566166] Asymmetric key parser 'x509' registered\n[ 0.567133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.568979] io scheduler noop registered\n[ 0.569792] io scheduler deadline registered (default)\n[ 0.570797] io scheduler cfq registered\n[ 0.571639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.572694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.573985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.575446] ACPI: Power Button [PWRF]\n[ 0.576287] GHES: HEST is not enabled!\n[ 0.595820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.652896] Linux agpgart interface v0.103\n[ 0.655024] brd: module loaded\n[ 0.656279] loop: module loaded\n[ 0.661377] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662842] GPT:90111 != 2097151\n[ 0.663516] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664611] GPT:90111 != 2097151\n[ 0.665285] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666267] vda: vda1 vda15\n[ 0.667680] scsi host0: ata_piix\n[ 0.668417] scsi host1: ata_piix\n[ 0.669138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.671815] libphy: Fixed MDIO Bus: probed\n[ 0.672635] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673593] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.675676] PPP generic driver version 2.4.2\n[ 0.676564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.677813] ehci-pci: EHCI PCI platform driver\n[ 0.678690] ehci-platform: EHCI generic platform driver\n[ 0.679675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680796] ohci-pci: OHCI PCI platform driver\n[ 0.681674] ohci-platform: OHCI generic platform driver\n[ 0.682673] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.696968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.697970] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.699423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.700452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.701584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704234] usb usb1: Product: UHCI Host Controller\n[ 0.705174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707367] hub 1-0:1.0: USB hub found\n[ 0.708149] hub 1-0:1.0: 2 ports detected\n[ 0.709056] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.711183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.712139] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.713168] mousedev: PS/2 mouse device common for all mice\n[ 0.714430] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716285] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717405] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.718608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719798] i2c /dev entries driver\n[ 0.720558] device-mapper: uevent: version 1.0.3\n[ 0.721509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.723144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724420] NET: Registered protocol family 10\n[ 0.725417] NET: Registered protocol family 17\n[ 0.726315] Key type dns_resolver registered\n[ 0.727246] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728349] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730126] registered taskstats version 1\n[ 0.731022] Loading compiled-in X.509 certificates\n[ 0.732585] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734828] zswap: loaded using pool lzo/zbud\n[ 0.737178] Key type trusted registered\n[ 0.739615] Key type encrypted registered\n[ 0.740845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742400] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743997] evm: HMAC attrs: 0x1\n[ 0.745284] Magic number: 2:248:649\n[ 0.746560] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:18 UTC (1536352638)\n[ 0.748907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750691] EDD information not available.\n[ 0.830276] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832275] Write protecting the kernel read-only data: 14336k\n[ 0.844118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845956] 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.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262801] 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.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 61.18. iid=i-00000129\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYqIR59XUhbgoV5Y1MRa+cyryd77SdE7rgctVaBXdCCTxUrnWARiD13uvTh0JHhCEou9Kb4TZgp/rULzk5fjUpYSmIaKV6CVvymUtvJJuzCv+T+PqvrSluMStLdlUIE6hlsU+8rFcoXvCEibeJYGu3DA60urWR7ZXpbmPrMY+zAoXQFBSdto2VuVzHoaUG9/TZJ6hrm9POsNHxT6zooCdyBDnnzlQKDY7B3yfsIZNTi6uoquYq6jHKDmO/flRPerb1fg3SogP4BI11h3hAP1/tU8oNgvRykiKNtT0v6+DgxWnOM/QGbgE1LRMTIUmtaAurX5WzwyndCBvFavSEcy7d root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAI1L0/eYAq/LPFp7m71YP+n88HkXT464E8anUTXz31b1VOr+wvPikPl5Vpa7G4RsdWM9ALPKTjWAoSjCgjVTxmdTrO4HnsIz12OEccutHpXFMIOomrqHOqTfQkLjMAhGi90lYUNBLENyRREDzwarnSr87OMBl+Y5vuFPtyli0fLZAAAAFQCK1cxlllh5QqI2073D6OAzMJebcQAAAIBdvmTLPHJjYbLcy8PdBIOqFHhrbfrt2CPKt1uhlN3HaozVhJO8FDYq71MqaWWasK7oFWJTJcRlNyLRaJ/talN+xS6h5i7jfKmPFToWHYybPGJLAyW72kNvzoj5TJdBJ8j5yNWeyoPH7U6XWTEbckVe+dEikVxxacTf8jJjZKQLkQAAAIBquB7a/DqV5GkH8Xw+EB/SWj8WKUwGUR1JQoOS0rMJzYf/3e1NDmqcDOlU/44OoYSHcgTkCYuL9WsUNJ4HPrELvz2njIiUU4/4OHd1erB3VvQ/FO6UD5WsgMnR/lb6BLAQoY3Il7wgnvSDbRLCVLvSGjvrA7Td49Ihdd+EOOVbqg== 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.12,24,fe80::f816:3eff:feb1:78e0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.04 ===\n/dev/root resized successfully [took 2.26s]\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:B1:78:E0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb1:78e0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87 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:9858 (9.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-07 20:39:06,637 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-c99cfa18-8bec-42f6-8b59-54296d6122eb 2018-09-07 20:39:08,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202daf256a3c83c11e2a94d6801b765ef2ae1783" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:09,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-91c7c00f-d7c6-4e61-9179-cbff9ec61f68 x-compute-request-id: req-91c7c00f-d7c6-4e61-9179-cbff9ec61f68 Content-Encoding: gzip Content-Length: 10901 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525346282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.168312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170684] pid_max: default: 32768 minimum: 301\n[ 0.171975] ACPI: Core revision 20150930\n[ 0.173689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.175523] Security Framework initialized\n[ 0.176689] Yama: becoming mindful.\n[ 0.177716] AppArmor: AppArmor initialized\n[ 0.178923] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.180847] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.182714] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.184458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186437] Initializing cgroup subsys io\n[ 0.187588] Initializing cgroup subsys memory\n[ 0.188816] Initializing cgroup subsys devices\n[ 0.190053] Initializing cgroup subsys freezer\n[ 0.191288] Initializing cgroup subsys net_cls\n[ 0.192524] Initializing cgroup subsys perf_event\n[ 0.193820] Initializing cgroup subsys net_prio\n[ 0.195073] Initializing cgroup subsys hugetlb\n[ 0.196319] Initializing cgroup subsys pids\n[ 0.197552] CPU: Physical Processor ID: 0\n[ 0.199386] mce: CPU supports 10 MCE banks\n[ 0.200573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.202019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.213241] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.220316] ftrace: allocating 31920 entries in 125 pages\n[ 0.247243] smpboot: Max logical packages: 1\n[ 0.248451] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.250364] x2apic enabled\n[ 0.251421] Switched APIC routing to physical x2apic.\n[ 0.253602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.255230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.258054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.260605] KVM setup paravirtual spinlock\n[ 0.262227] x86: Booted up 1 node, 1 CPUs\n[ 0.263235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.264720] devtmpfs: initialized\n[ 0.266458] evm: security.selinux\n[ 0.267172] evm: security.SMACK64\n[ 0.267906] evm: security.SMACK64EXEC\n[ 0.268670] evm: security.SMACK64TRANSMUTE\n[ 0.269482] evm: security.SMACK64MMAP\n[ 0.270228] evm: security.ima\n[ 0.270873] evm: security.capability\n[ 0.271700] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.273576] pinctrl core: initialized pinctrl subsystem\n[ 0.274688] RTC time: 20:37:17, date: 09/07/18\n[ 0.275654] NET: Registered protocol family 16\n[ 0.276639] cpuidle: using governor ladder\n[ 0.277457] cpuidle: using governor menu\n[ 0.278260] PCCT header not found.\n[ 0.279024] ACPI: bus type PCI registered\n[ 0.279829] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281075] PCI: Using configuration type 1 for base access\n[ 0.282871] ACPI: Added _OSI(Module Device)\n[ 0.283716] ACPI: Added _OSI(Processor Device)\n[ 0.284582] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285484] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287611] ACPI: Interpreter enabled\n[ 0.288376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295779] ACPI: (supports S0 S5)\n[ 0.296488] ACPI: Using IOAPIC for interrupt routing\n[ 0.297549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301807] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304251] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306485] acpiphp: Slot [3] registered\n[ 0.307293] acpiphp: Slot [4] registered\n[ 0.308096] acpiphp: Slot [5] registered\n[ 0.308904] acpiphp: Slot [6] registered\n[ 0.309705] acpiphp: Slot [7] registered\n[ 0.310514] acpiphp: Slot [8] registered\n[ 0.311318] acpiphp: Slot [9] registered\n[ 0.312116] acpiphp: Slot [10] registered\n[ 0.312934] acpiphp: Slot [11] registered\n[ 0.313749] acpiphp: Slot [12] registered\n[ 0.314562] acpiphp: Slot [13] registered\n[ 0.315368] acpiphp: Slot [14] registered\n[ 0.316182] acpiphp: Slot [15] registered\n[ 0.327128] acpiphp: Slot [16] registered\n[ 0.327959] acpiphp: Slot [17] registered\n[ 0.328773] acpiphp: Slot [18] registered\n[ 0.329584] acpiphp: Slot [19] registered\n[ 0.330392] acpiphp: Slot [20] registered\n[ 0.331216] acpiphp: Slot [21] registered\n[ 0.332030] acpiphp: Slot [22] registered\n[ 0.332842] acpiphp: Slot [23] registered\n[ 0.333653] acpiphp: Slot [24] registered\n[ 0.334463] acpiphp: Slot [25] registered\n[ 0.335280] acpiphp: Slot [26] registered\n[ 0.336093] acpiphp: Slot [27] registered\n[ 0.336909] acpiphp: Slot [28] registered\n[ 0.337723] acpiphp: Slot [29] registered\n[ 0.338531] acpiphp: Slot [30] registered\n[ 0.339350] acpiphp: Slot [31] registered\n[ 0.340162] PCI host bridge to bus 0000:00\n[ 0.340976] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344873] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.346329] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.353841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356320] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411058] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412560] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416815] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420498] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422065] vgaarb: loaded\n[ 0.422676] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423839] SCSI subsystem initialized\n[ 0.424672] ACPI: bus type USB registered\n[ 0.425492] usbcore: registered new interface driver usbfs\n[ 0.426546] usbcore: registered new interface driver hub\n[ 0.427563] usbcore: registered new device driver usb\n[ 0.428624] PCI: Using ACPI for IRQ routing\n[ 0.429659] NetLabel: Initializing\n[ 0.430373] NetLabel: domain hash size = 128\n[ 0.431234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432193] NetLabel: unlabeled traffic allowed by default\n[ 0.433302] clocksource: Switched to clocksource kvm-clock\n[ 0.438989] AppArmor: AppArmor Filesystem Enabled\n[ 0.439949] pnp: PnP ACPI init\n[ 0.440867] pnp: PnP ACPI: found 5 devices\n[ 0.447251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448967] NET: Registered protocol family 2\n[ 0.449943] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.451224] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.452394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.453576] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455830] NET: Registered protocol family 1\n[ 0.456699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457805] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458883] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472618] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.486834] Trying to unpack rootfs image as initramfs...\n[ 0.536484] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550423] Scanning for low memory corruption every 60 seconds\n[ 0.551772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552985] audit: initializing netlink subsys (disabled)\n[ 0.554024] audit: type=2000 audit(1536352638.338:1): initialized\n[ 0.555342] Initialise system trusted keyring\n[ 0.556277] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.557453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.559407] zbud: loaded\n[ 0.560118] VFS: Disk quotas dquot_6.6.0\n[ 0.560944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.562481] fuse init (API version 7.23)\n[ 0.563377] Key type big_key registered\n[ 0.564197] Allocating IMA MOK and blacklist keyrings.\n[ 0.565329] Key type asymmetric registered\n[ 0.566166] Asymmetric key parser 'x509' registered\n[ 0.567133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.568979] io scheduler noop registered\n[ 0.569792] io scheduler deadline registered (default)\n[ 0.570797] io scheduler cfq registered\n[ 0.571639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.572694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.573985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.575446] ACPI: Power Button [PWRF]\n[ 0.576287] GHES: HEST is not enabled!\n[ 0.595820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624637] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650705] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.652896] Linux agpgart interface v0.103\n[ 0.655024] brd: module loaded\n[ 0.656279] loop: module loaded\n[ 0.661377] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662842] GPT:90111 != 2097151\n[ 0.663516] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664611] GPT:90111 != 2097151\n[ 0.665285] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666267] vda: vda1 vda15\n[ 0.667680] scsi host0: ata_piix\n[ 0.668417] scsi host1: ata_piix\n[ 0.669138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.670364] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.671815] libphy: Fixed MDIO Bus: probed\n[ 0.672635] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673593] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.675676] PPP generic driver version 2.4.2\n[ 0.676564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.677813] ehci-pci: EHCI PCI platform driver\n[ 0.678690] ehci-platform: EHCI generic platform driver\n[ 0.679675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680796] ohci-pci: OHCI PCI platform driver\n[ 0.681674] ohci-platform: OHCI generic platform driver\n[ 0.682673] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.696968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.697970] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.699423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.700452] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.701584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.702807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.704234] usb usb1: Product: UHCI Host Controller\n[ 0.705174] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.706325] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.707367] hub 1-0:1.0: USB hub found\n[ 0.708149] hub 1-0:1.0: 2 ports detected\n[ 0.709056] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.711183] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.712139] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.713168] mousedev: PS/2 mouse device common for all mice\n[ 0.714430] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.716285] rtc_cmos 00:00: RTC can wake from S4\n[ 0.717405] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.718608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719798] i2c /dev entries driver\n[ 0.720558] device-mapper: uevent: version 1.0.3\n[ 0.721509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.723144] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724420] NET: Registered protocol family 10\n[ 0.725417] NET: Registered protocol family 17\n[ 0.726315] Key type dns_resolver registered\n[ 0.727246] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.728349] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.730126] registered taskstats version 1\n[ 0.731022] Loading compiled-in X.509 certificates\n[ 0.732585] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.734828] zswap: loaded using pool lzo/zbud\n[ 0.737178] Key type trusted registered\n[ 0.739615] Key type encrypted registered\n[ 0.740845] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742400] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743997] evm: HMAC attrs: 0x1\n[ 0.745284] Magic number: 2:248:649\n[ 0.746560] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:18 UTC (1536352638)\n[ 0.748907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750691] EDD information not available.\n[ 0.830276] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832275] Write protecting the kernel read-only data: 14336k\n[ 0.844118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845956] 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.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262801] 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.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 61.18. iid=i-00000129\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCYqIR59XUhbgoV5Y1MRa+cyryd77SdE7rgctVaBXdCCTxUrnWARiD13uvTh0JHhCEou9Kb4TZgp/rULzk5fjUpYSmIaKV6CVvymUtvJJuzCv+T+PqvrSluMStLdlUIE6hlsU+8rFcoXvCEibeJYGu3DA60urWR7ZXpbmPrMY+zAoXQFBSdto2VuVzHoaUG9/TZJ6hrm9POsNHxT6zooCdyBDnnzlQKDY7B3yfsIZNTi6uoquYq6jHKDmO/flRPerb1fg3SogP4BI11h3hAP1/tU8oNgvRykiKNtT0v6+DgxWnOM/QGbgE1LRMTIUmtaAurX5WzwyndCBvFavSEcy7d root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAI1L0/eYAq/LPFp7m71YP+n88HkXT464E8anUTXz31b1VOr+wvPikPl5Vpa7G4RsdWM9ALPKTjWAoSjCgjVTxmdTrO4HnsIz12OEccutHpXFMIOomrqHOqTfQkLjMAhGi90lYUNBLENyRREDzwarnSr87OMBl+Y5vuFPtyli0fLZAAAAFQCK1cxlllh5QqI2073D6OAzMJebcQAAAIBdvmTLPHJjYbLcy8PdBIOqFHhrbfrt2CPKt1uhlN3HaozVhJO8FDYq71MqaWWasK7oFWJTJcRlNyLRaJ/talN+xS6h5i7jfKmPFToWHYybPGJLAyW72kNvzoj5TJdBJ8j5yNWeyoPH7U6XWTEbckVe+dEikVxxacTf8jJjZKQLkQAAAIBquB7a/DqV5GkH8Xw+EB/SWj8WKUwGUR1JQoOS0rMJzYf/3e1NDmqcDOlU/44OoYSHcgTkCYuL9WsUNJ4HPrELvz2njIiUU4/4OHd1erB3VvQ/FO6UD5WsgMnR/lb6BLAQoY3Il7wgnvSDbRLCVLvSGjvrA7Td49Ihdd+EOOVbqg== 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.12,24,fe80::f816:3eff:feb1:78e0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.04 ===\n/dev/root resized successfully [took 2.26s]\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:B1:78:E0 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb1:78e0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:87 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:9858 (9.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-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.179277] usb 1-1: Product: QEMU USB Tablet\n[ 1.179279] usb 1-1: Manufacturer: QEMU\n[ 1.179282] usb 1-1: SerialNumber: 42\n[ 1.225126] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.243265] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.262801] random: dd urandom read with 5 bits of entropy available\n[ 1.549376] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.549379] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.206041] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.539697] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:37:18 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:37:19 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:37:19 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 7 21:37:19 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:37:19 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:37:19 cirros kern.notice kernel: [ 1.262801] random: dd urandom read with 5 bits of entropy available\nSep 7 21:37:19 cirros kern.info kernel: [ 1.549376] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nSep 7 21:37:19 cirros kern.info kernel: [ 1.549379] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nSep 7 21:38:20 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:38:20 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:38:20 cirros kern.info kernel: [ 63.206041] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:38:21 cirros kern.info kernel: [ 63.539697] 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-07 20:39:09,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-91c7c00f-d7c6-4e61-9179-cbff9ec61f68 2018-09-07 20:39:11,764 - sdnvpn_test_utils - INFO - Waiting for instance ffbb7aca-9e44-458d-9ab5-a952a30eb632 to boot up 2018-09-07 20:39:11,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:12,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4e2c51a1-3e52-4c44-92ac-98187bf85c74 x-compute-request-id: req-4e2c51a1-3e52-4c44-92ac-98187bf85c74 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:12,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-4e2c51a1-3e52-4c44-92ac-98187bf85c74 2018-09-07 20:39:14,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:15,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afe589a8-c313-46a6-b102-707dc6bfcd15 x-compute-request-id: req-afe589a8-c313-46a6-b102-707dc6bfcd15 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:15,920 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-afe589a8-c313-46a6-b102-707dc6bfcd15 2018-09-07 20:39:17,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:19,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c454291c-01ba-4269-a8ab-2b134c9bd241 x-compute-request-id: req-c454291c-01ba-4269-a8ab-2b134c9bd241 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:19,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-c454291c-01ba-4269-a8ab-2b134c9bd241 2018-09-07 20:39:21,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:22,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-f3663704-6a93-429c-abb8-ee6373903357 x-compute-request-id: req-f3663704-6a93-429c-abb8-ee6373903357 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:22,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-f3663704-6a93-429c-abb8-ee6373903357 2018-09-07 20:39:24,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:25,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7f06b873-f31a-4c19-b479-ff4d473f3420 x-compute-request-id: req-7f06b873-f31a-4c19-b479-ff4d473f3420 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:25,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-7f06b873-f31a-4c19-b479-ff4d473f3420 2018-09-07 20:39:27,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:28,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-0ebc7f80-1452-434d-9da4-0f3562dbdfb7 x-compute-request-id: req-0ebc7f80-1452-434d-9da4-0f3562dbdfb7 Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:28,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-0ebc7f80-1452-434d-9da4-0f3562dbdfb7 2018-09-07 20:39:30,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:31,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-0c87c889-d2a5-4783-aaf7-48b967309dff x-compute-request-id: req-0c87c889-d2a5-4783-aaf7-48b967309dff Content-Encoding: gzip Content-Length: 7681 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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...\n"} 2018-09-07 20:39:31,378 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-0c87c889-d2a5-4783-aaf7-48b967309dff 2018-09-07 20:39:33,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:34,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-772ca0ee-44db-47da-9ff8-95c6c66e88fc x-compute-request-id: req-772ca0ee-44db-47da-9ff8-95c6c66e88fc 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:34,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-772ca0ee-44db-47da-9ff8-95c6c66e88fc 2018-09-07 20:39:36,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:37,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-3e2ef18f-b5b2-4d73-a33a-86d9a5729eeb x-compute-request-id: req-3e2ef18f-b5b2-4d73-a33a-86d9a5729eeb 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:37,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-3e2ef18f-b5b2-4d73-a33a-86d9a5729eeb 2018-09-07 20:39:39,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:40,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-1b6d9db9-9a41-4133-95dd-d7dae0508cf5 x-compute-request-id: req-1b6d9db9-9a41-4133-95dd-d7dae0508cf5 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:40,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-1b6d9db9-9a41-4133-95dd-d7dae0508cf5 2018-09-07 20:39:42,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:43,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39: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-233a238b-2ecf-44d9-a6f1-34eb60af5068 x-compute-request-id: req-233a238b-2ecf-44d9-a6f1-34eb60af5068 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:43,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-233a238b-2ecf-44d9-a6f1-34eb60af5068 2018-09-07 20:39:45,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:46,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39: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-30d02225-e5b2-47f5-8ca4-d68a34fb64cc x-compute-request-id: req-30d02225-e5b2-47f5-8ca4-d68a34fb64cc 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:46,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-30d02225-e5b2-47f5-8ca4-d68a34fb64cc 2018-09-07 20:39:48,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:49,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79dba1c6-a401-4e64-818e-6c0d06ea9531 x-compute-request-id: req-79dba1c6-a401-4e64-818e-6c0d06ea9531 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:49,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-79dba1c6-a401-4e64-818e-6c0d06ea9531 2018-09-07 20:39:51,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:52,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1c83a17-de11-42c7-a820-77151cb0ebad x-compute-request-id: req-e1c83a17-de11-42c7-a820-77151cb0ebad 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:52,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-e1c83a17-de11-42c7-a820-77151cb0ebad 2018-09-07 20:39:55,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:56,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-59f9c028-2d89-49ad-970c-5b4979ac35b3 x-compute-request-id: req-59f9c028-2d89-49ad-970c-5b4979ac35b3 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:56,089 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-59f9c028-2d89-49ad-970c-5b4979ac35b3 2018-09-07 20:39:58,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:39:59,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-dd11692f-ee7b-4ef1-843f-3d22dddcfd37 x-compute-request-id: req-dd11692f-ee7b-4ef1-843f-3d22dddcfd37 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:39:59,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-dd11692f-ee7b-4ef1-843f-3d22dddcfd37 2018-09-07 20:40:01,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:02,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-ed64b6fb-2e0a-4b40-9311-c5e78e60a4cb x-compute-request-id: req-ed64b6fb-2e0a-4b40-9311-c5e78e60a4cb 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:02,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-ed64b6fb-2e0a-4b40-9311-c5e78e60a4cb 2018-09-07 20:40:04,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:05,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-523c6ebd-d4a2-4e43-b213-3a48ce9b054c x-compute-request-id: req-523c6ebd-d4a2-4e43-b213-3a48ce9b054c 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:05,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-523c6ebd-d4a2-4e43-b213-3a48ce9b054c 2018-09-07 20:40:07,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:08,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-25e88f80-0ea9-4304-8e2e-a7f3b3fde65f x-compute-request-id: req-25e88f80-0ea9-4304-8e2e-a7f3b3fde65f 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:08,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-25e88f80-0ea9-4304-8e2e-a7f3b3fde65f 2018-09-07 20:40:10,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:11,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-3309c6c4-0e29-4bea-a35f-ec0c32329a23 x-compute-request-id: req-3309c6c4-0e29-4bea-a35f-ec0c32329a23 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:11,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-3309c6c4-0e29-4bea-a35f-ec0c32329a23 2018-09-07 20:40:13,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:14,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1af2cad3-471d-402b-9d4f-67340212aefe x-compute-request-id: req-1af2cad3-471d-402b-9d4f-67340212aefe 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:14,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-1af2cad3-471d-402b-9d4f-67340212aefe 2018-09-07 20:40:16,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:17,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7c7b42a-097d-4281-95b9-128ed24cf7a4 x-compute-request-id: req-b7c7b42a-097d-4281-95b9-128ed24cf7a4 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:17,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-b7c7b42a-097d-4281-95b9-128ed24cf7a4 2018-09-07 20:40:19,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:20,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a47fca1b-d848-4c9d-a19b-4ab95d10bbcf x-compute-request-id: req-a47fca1b-d848-4c9d-a19b-4ab95d10bbcf 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:20,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-a47fca1b-d848-4c9d-a19b-4ab95d10bbcf 2018-09-07 20:40:22,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:23,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d99087a3-0653-4ff2-938b-fd7406d8aef3 x-compute-request-id: req-d99087a3-0653-4ff2-938b-fd7406d8aef3 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:23,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-d99087a3-0653-4ff2-938b-fd7406d8aef3 2018-09-07 20:40:25,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:27,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0ca720d-6bb5-4303-b2b6-0cc3d5a798e9 x-compute-request-id: req-d0ca720d-6bb5-4303-b2b6-0cc3d5a798e9 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:27,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-d0ca720d-6bb5-4303-b2b6-0cc3d5a798e9 2018-09-07 20:40:29,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:30,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c52f35b0-d23e-47e9-a448-595b774e7292 x-compute-request-id: req-c52f35b0-d23e-47e9-a448-595b774e7292 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 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\n"} 2018-09-07 20:40:30,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-c52f35b0-d23e-47e9-a448-595b774e7292 2018-09-07 20:40:32,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:33,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7aa9ba0b-1409-4597-861b-4de68f1db33e x-compute-request-id: req-7aa9ba0b-1409-4597-861b-4de68f1db33e Content-Encoding: gzip Content-Length: 7787 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\n"} 2018-09-07 20:40:33,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-7aa9ba0b-1409-4597-861b-4de68f1db33e 2018-09-07 20:40:35,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:36,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-ed5a92e8-3cc6-4a2b-9db7-7958fc2adf1e x-compute-request-id: req-ed5a92e8-3cc6-4a2b-9db7-7958fc2adf1e Content-Encoding: gzip Content-Length: 7802 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\n"} 2018-09-07 20:40:36,268 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-ed5a92e8-3cc6-4a2b-9db7-7958fc2adf1e 2018-09-07 20:40:38,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:39,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69f3f9c6-6b3a-4919-8b36-77a0b03d4191 x-compute-request-id: req-69f3f9c6-6b3a-4919-8b36-77a0b03d4191 Content-Encoding: gzip Content-Length: 7809 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\n"} 2018-09-07 20:40:39,358 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-69f3f9c6-6b3a-4919-8b36-77a0b03d4191 2018-09-07 20:40:41,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:42,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35bebac5-fba7-4588-9741-38a7947da04f x-compute-request-id: req-35bebac5-fba7-4588-9741-38a7947da04f Content-Encoding: gzip Content-Length: 7823 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\n"} 2018-09-07 20:40:42,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-35bebac5-fba7-4588-9741-38a7947da04f 2018-09-07 20:40:44,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:45,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2a3f7d0-889b-4377-b155-6da7c16cf767 x-compute-request-id: req-b2a3f7d0-889b-4377-b155-6da7c16cf767 Content-Encoding: gzip Content-Length: 7829 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\n"} 2018-09-07 20:40:45,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-b2a3f7d0-889b-4377-b155-6da7c16cf767 2018-09-07 20:40:47,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:48,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2855dba8-c984-4e0a-b383-370f5feab01f x-compute-request-id: req-2855dba8-c984-4e0a-b383-370f5feab01f Content-Encoding: gzip Content-Length: 7842 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\n"} 2018-09-07 20:40:48,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-2855dba8-c984-4e0a-b383-370f5feab01f 2018-09-07 20:40:50,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:51,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-854e5cef-7229-4318-b6b9-5c84c5ec254d x-compute-request-id: req-854e5cef-7229-4318-b6b9-5c84c5ec254d Content-Encoding: gzip Content-Length: 7848 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\n"} 2018-09-07 20:40:51,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-854e5cef-7229-4318-b6b9-5c84c5ec254d 2018-09-07 20:40:53,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:55,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad08277-14f3-4853-a9c5-40c94d2280dd x-compute-request-id: req-6ad08277-14f3-4853-a9c5-40c94d2280dd Content-Encoding: gzip Content-Length: 7862 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\n"} 2018-09-07 20:40:55,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-6ad08277-14f3-4853-a9c5-40c94d2280dd 2018-09-07 20:40:57,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:40:58,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f101226-204b-46c2-bc31-aa8851664e15 x-compute-request-id: req-3f101226-204b-46c2-bc31-aa8851664e15 Content-Encoding: gzip Content-Length: 7875 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\n"} 2018-09-07 20:40:58,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-3f101226-204b-46c2-bc31-aa8851664e15 2018-09-07 20:41:00,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:01,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-f5980563-6bb7-42b7-bd1d-7d24c0123461 x-compute-request-id: req-f5980563-6bb7-42b7-bd1d-7d24c0123461 Content-Encoding: gzip Content-Length: 7881 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\nfailed 15/20: up 209.18. request failed\n"} 2018-09-07 20:41:01,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-f5980563-6bb7-42b7-bd1d-7d24c0123461 2018-09-07 20:41:03,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:04,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-9e9e034e-6e4e-4dc8-9486-a45acea8abd9 x-compute-request-id: req-9e9e034e-6e4e-4dc8-9486-a45acea8abd9 Content-Encoding: gzip Content-Length: 7895 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\nfailed 15/20: up 209.18. request failed\nfailed 16/20: up 211.19. request failed\nfailed 17/20: up 213.19. request failed\n"} 2018-09-07 20:41:04,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-9e9e034e-6e4e-4dc8-9486-a45acea8abd9 2018-09-07 20:41:06,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:07,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-3a592a9e-b809-4fc7-a547-bd74b267e15a x-compute-request-id: req-3a592a9e-b809-4fc7-a547-bd74b267e15a Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\nfailed 15/20: up 209.18. request failed\nfailed 16/20: up 211.19. request failed\nfailed 17/20: up 213.19. request failed\nfailed 18/20: up 215.20. request failed\n"} 2018-09-07 20:41:07,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-3a592a9e-b809-4fc7-a547-bd74b267e15a 2018-09-07 20:41:09,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:10,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-ccc7285a-bb9a-443c-80d1-634dc86d31cb x-compute-request-id: req-ccc7285a-bb9a-443c-80d1-634dc86d31cb Content-Encoding: gzip Content-Length: 7914 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\nfailed 15/20: up 209.18. request failed\nfailed 16/20: up 211.19. request failed\nfailed 17/20: up 213.19. request failed\nfailed 18/20: up 215.20. request failed\nfailed 19/20: up 217.20. request failed\nfailed 20/20: up 219.20. request failed\n"} 2018-09-07 20:41:10,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-ccc7285a-bb9a-443c-80d1-634dc86d31cb 2018-09-07 20:41:12,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1075d3ac2ca61148b206cb9cf34672010d75c1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:13,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e57a7f-8cbd-4b62-a0d6-ef98ae90b630 x-compute-request-id: req-84e57a7f-8cbd-4b62-a0d6-ef98ae90b630 Content-Encoding: gzip Content-Length: 10608 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469146743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147035] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148692] pid_max: default: 32768 minimum: 301\n[ 0.149586] ACPI: Core revision 20150930\n[ 0.150973] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152288] Security Framework initialized\n[ 0.153108] Yama: becoming mindful.\n[ 0.153837] AppArmor: AppArmor initialized\n[ 0.154706] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156042] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157323] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158530] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159921] Initializing cgroup subsys io\n[ 0.160732] Initializing cgroup subsys memory\n[ 0.161596] Initializing cgroup subsys devices\n[ 0.162516] Initializing cgroup subsys freezer\n[ 0.163385] Initializing cgroup subsys net_cls\n[ 0.164260] Initializing cgroup subsys perf_event\n[ 0.165176] Initializing cgroup subsys net_prio\n[ 0.166065] Initializing cgroup subsys hugetlb\n[ 0.166946] Initializing cgroup subsys pids\n[ 0.167828] CPU: Physical Processor ID: 0\n[ 0.169328] mce: CPU supports 10 MCE banks\n[ 0.170195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171207] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181944] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188390] ftrace: allocating 31920 entries in 125 pages\n[ 0.215000] smpboot: Max logical packages: 1\n[ 0.215870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217223] x2apic enabled\n[ 0.218037] Switched APIC routing to physical x2apic.\n[ 0.219808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220934] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222942] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224741] KVM setup paravirtual spinlock\n[ 0.226041] x86: Booted up 1 node, 1 CPUs\n[ 0.226854] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228248] devtmpfs: initialized\n[ 0.229976] evm: security.selinux\n[ 0.230680] evm: security.SMACK64\n[ 0.231385] evm: security.SMACK64EXEC\n[ 0.232137] evm: security.SMACK64TRANSMUTE\n[ 0.232951] evm: security.SMACK64MMAP\n[ 0.233708] evm: security.ima\n[ 0.234357] evm: security.capability\n[ 0.235169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237044] pinctrl core: initialized pinctrl subsystem\n[ 0.238157] RTC time: 20:37:29, date: 09/07/18\n[ 0.239220] NET: Registered protocol family 16\n[ 0.240200] cpuidle: using governor ladder\n[ 0.241027] cpuidle: using governor menu\n[ 0.241820] PCCT header not found.\n[ 0.242580] ACPI: bus type PCI registered\n[ 0.243411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244669] PCI: Using configuration type 1 for base access\n[ 0.246426] ACPI: Added _OSI(Module Device)\n[ 0.247282] ACPI: Added _OSI(Processor Device)\n[ 0.248160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249066] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251210] ACPI: Interpreter enabled\n[ 0.251996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259438] ACPI: (supports S0 S5)\n[ 0.260152] ACPI: Using IOAPIC for interrupt routing\n[ 0.261248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265609] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268048] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270276] acpiphp: Slot [3] registered\n[ 0.271084] acpiphp: Slot [4] registered\n[ 0.271888] acpiphp: Slot [5] registered\n[ 0.272694] acpiphp: Slot [6] registered\n[ 0.273496] acpiphp: Slot [7] registered\n[ 0.274304] acpiphp: Slot [8] registered\n[ 0.275112] acpiphp: Slot [9] registered\n[ 0.275924] acpiphp: Slot [10] registered\n[ 0.276744] acpiphp: Slot [11] registered\n[ 0.277556] acpiphp: Slot [12] registered\n[ 0.278379] acpiphp: Slot [13] registered\n[ 0.279198] acpiphp: Slot [14] registered\n[ 0.280015] acpiphp: Slot [15] registered\n[ 0.290922] acpiphp: Slot [16] registered\n[ 0.291759] acpiphp: Slot [17] registered\n[ 0.292574] acpiphp: Slot [18] registered\n[ 0.293392] acpiphp: Slot [19] registered\n[ 0.294208] acpiphp: Slot [20] registered\n[ 0.295031] acpiphp: Slot [21] registered\n[ 0.295845] acpiphp: Slot [22] registered\n[ 0.296658] acpiphp: Slot [23] registered\n[ 0.297476] acpiphp: Slot [24] registered\n[ 0.298294] acpiphp: Slot [25] registered\n[ 0.299113] acpiphp: Slot [26] registered\n[ 0.299930] acpiphp: Slot [27] registered\n[ 0.300746] acpiphp: Slot [28] registered\n[ 0.301561] acpiphp: Slot [29] registered\n[ 0.302380] acpiphp: Slot [30] registered\n[ 0.303204] acpiphp: Slot [31] registered\n[ 0.304020] PCI host bridge to bus 0000:00\n[ 0.304836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308841] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317844] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319040] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327188] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378817] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381695] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383113] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388808] vgaarb: loaded\n[ 0.389424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390577] SCSI subsystem initialized\n[ 0.391410] ACPI: bus type USB registered\n[ 0.392244] usbcore: registered new interface driver usbfs\n[ 0.393296] usbcore: registered new interface driver hub\n[ 0.394336] usbcore: registered new device driver usb\n[ 0.395412] PCI: Using ACPI for IRQ routing\n[ 0.396458] NetLabel: Initializing\n[ 0.397189] NetLabel: domain hash size = 128\n[ 0.398065] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399039] NetLabel: unlabeled traffic allowed by default\n[ 0.400156] clocksource: Switched to clocksource kvm-clock\n[ 0.405660] AppArmor: AppArmor Filesystem Enabled\n[ 0.406659] pnp: PnP ACPI init\n[ 0.407583] pnp: PnP ACPI: found 5 devices\n[ 0.413968] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415705] NET: Registered protocol family 2\n[ 0.416677] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421467] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422652] NET: Registered protocol family 1\n[ 0.423537] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424663] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425766] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439892] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454176] Trying to unpack rootfs image as initramfs...\n[ 0.503917] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517690] Scanning for low memory corruption every 60 seconds\n[ 0.519056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520256] audit: initializing netlink subsys (disabled)\n[ 0.521345] audit: type=2000 audit(1536352650.335:1): initialized\n[ 0.522683] Initialise system trusted keyring\n[ 0.523633] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526843] zbud: loaded\n[ 0.527546] VFS: Disk quotas dquot_6.6.0\n[ 0.528420] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529962] fuse init (API version 7.23)\n[ 0.530914] Key type big_key registered\n[ 0.531722] Allocating IMA MOK and blacklist keyrings.\n[ 0.532845] Key type asymmetric registered\n[ 0.533683] Asymmetric key parser 'x509' registered\n[ 0.534659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536532] io scheduler noop registered\n[ 0.537364] io scheduler deadline registered (default)\n[ 0.538349] io scheduler cfq registered\n[ 0.539197] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543138] ACPI: Power Button [PWRF]\n[ 0.544002] GHES: HEST is not enabled!\n[ 0.557470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587667] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616435] Linux agpgart interface v0.103\n[ 0.618621] brd: module loaded\n[ 0.619911] loop: module loaded\n[ 0.624801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626296] GPT:90111 != 2097151\n[ 0.627006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628111] GPT:90111 != 2097151\n[ 0.628808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629815] vda: vda1 vda15\n[ 0.631629] scsi host0: ata_piix\n[ 0.632408] scsi host1: ata_piix\n[ 0.633145] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634404] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635896] libphy: Fixed MDIO Bus: probed\n[ 0.636845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637847] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640183] PPP generic driver version 2.4.2\n[ 0.641309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642731] ehci-pci: EHCI PCI platform driver\n[ 0.643932] ehci-platform: EHCI generic platform driver\n[ 0.645367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646993] ohci-pci: OHCI PCI platform driver\n[ 0.648249] ohci-platform: OHCI generic platform driver\n[ 0.649668] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664807] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668252] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669667] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675132] usb usb1: Product: UHCI Host Controller\n[ 0.676456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678117] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679460] hub 1-0:1.0: USB hub found\n[ 0.680533] hub 1-0:1.0: 2 ports detected\n[ 0.681773] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685910] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687360] mousedev: PS/2 mouse device common for all mice\n[ 0.689059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693071] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694760] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696485] i2c /dev entries driver\n[ 0.697567] device-mapper: uevent: version 1.0.3\n[ 0.698880] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703011] NET: Registered protocol family 10\n[ 0.704397] NET: Registered protocol family 17\n[ 0.705624] Key type dns_resolver registered\n[ 0.706902] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708508] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710980] registered taskstats version 1\n[ 0.712132] Loading compiled-in X.509 certificates\n[ 0.713975] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716640] zswap: loaded using pool lzo/zbud\n[ 0.718897] Key type trusted registered\n[ 0.720782] Key type encrypted registered\n[ 0.721936] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723403] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724912] evm: HMAC attrs: 0x1\n[ 0.726121] Magic number: 2:248:649\n[ 0.727275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:30 UTC (1536352650)\n[ 0.729518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731113] EDD information not available.\n[ 0.793122] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795317] Write protecting the kernel read-only data: 14336k\n[ 0.807531] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809988] 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107428] 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 discover...\nUsage: /sbin/cirros-dhcpc \nNo lease, failing\nWARN: /etc/rc3.d/S40-network failed\nchecking http://169.254.169.254/2009-04-04/instance-id\nfailed 1/20: up 181.12. request failed\nfailed 2/20: up 183.13. request failed\nfailed 3/20: up 185.13. request failed\nfailed 4/20: up 187.14. request failed\nfailed 5/20: up 189.14. request failed\nfailed 6/20: up 191.15. request failed\nfailed 7/20: up 193.15. request failed\nfailed 8/20: up 195.15. request failed\nfailed 9/20: up 197.16. request failed\nfailed 10/20: up 199.16. request failed\nfailed 11/20: up 201.17. request failed\nfailed 12/20: up 203.17. request failed\nfailed 13/20: up 205.18. request failed\nfailed 14/20: up 207.18. request failed\nfailed 15/20: up 209.18. request failed\nfailed 16/20: up 211.19. request failed\nfailed 17/20: up 213.19. request failed\nfailed 18/20: up 215.20. request failed\nfailed 19/20: up 217.20. request failed\nfailed 20/20: up 219.20. request failed\nfailed to read iid from metadata. tried 20\nfailed to get instance-id of datasource\nTop of dropbear init script\nStarting dropbear sshd: failed to get instance-id of datasource\nOK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\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/o14TDLUimoZiHQw1No+qQ3BFGSAjFiLBFW8JK8HcYQuFRs4O9KXgvpkUfjBGuwsZOX0YiTsSPQydlqa2npg3EYkZz5WJ/4o07PmBla/e26ll5UvdLchd1lWsIkFU7021oovmPk8Lk3fFrs72EJS1L0qzLNCZZJOPuDtRYH98uqs9oXfqsAYl18C4Xm3BAqzRXzmr/G6fqNm5FLOSF9ZfkVpPqLHfaRzdPGLyTA1M8nbhDTmaVYDXEJe1kr1SsznbHUgNYL8F9cwgYRO+CBdKc9zP1RTYvBFejhck2ZoH1YWZ2ljcy2xUKYd93Zx71mlIWRDbUSa00rg0/EjIOsE5 root@cirros\nssh-dss AAAAB3NzaC1kc3MAAACBAONkHKh4Z90UK4px6pLyzWWpjotgjOFv9cncGnhUZLYRihBykShKmtsoxt4RViaI39qcY+2lXPPZ4lv8z00nnHeLTXT7lvyhjNG544ooU/GvsJ6HBhuSGN4GnfHovyMdTG6cFSd0om2s1BfWSiprBDrhtYD/EleC1pmP778x9XuVAAAAFQD76qlRB1SBh4KzDJySPJLJcCQKPQAAAIEAoK39Ggaf3tWf3idsfmiwpF59PrRDTeHUDwqUNyQcGt+qgc5GL/LgmjlSZEZbmgOsPhMnq+5aaAseE9h0SDigCjAkXcl5ktZnsxwkV4A2xtn6A0Fjpid0bnJ0FdR+cZVAbRSyRdz5rOrDGfJY88Odn8ScXPGJQZxil4gPGLmL58MAAACBAJ+Lj7rJmox13bmpUvcL2svyOU8APrmp0rHuaGUIqWbutMlpcn/vSoGssM4S9DtEVz4fh9n1E7nZM2Z2o7muzu/FoXX47wtqRNgL5C9BWh7Md3ZH7OXCWHLmb8l3TilvnA01MtrWpUoqm3nIPHESBDQbE1KGnU0H6+EC66FkTjdS root@cirros\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,,8,fe80::f816:3eff:feb1:22da/64,\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: None None ===\n=== cirros: current=0.4.0 uptime=221.73 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: failed to get instance-id of datasource\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:B1:22:DA \n inet6 addr: fe80::f816:3eff:feb1:22da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1\n RX packets:156 errors:0 dropped:48 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10140 (9.9 KiB) TX bytes:1332 (1.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:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:1020 (1020.0 B) TX bytes:1020 (1020.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n### cat /etc/resolv.conf\ncat: can't open '/etc/resolv.conf': No such file or directory\n### gateway not found\n/sbin/cirros-status: line 1: can't open /etc/resolv.conf: no such file\n### pinging nameservers\n### uname -a\nLinux cirros 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.089460] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.107428] random: dd urandom read with 5 bits of entropy available\n[ 1.152762] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.152764] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.152766] usb 1-1: Product: QEMU USB Tablet\n[ 1.152767] usb 1-1: Manufacturer: QEMU\n[ 1.152767] usb 1-1: SerialNumber: 42\n[ 1.516234] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.516237] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 221.875404] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n### tail -n 25 /var/log/messages\nSep 7 21:37:30 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:37:30 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:37:30 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 7 21:37:30 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:37:30 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:37:30 cirros kern.notice kernel: [ 1.107428] random: dd urandom read with 5 bits of entropy available\nSep 7 21:37:30 cirros kern.info kernel: [ 1.152762] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:37:30 cirros kern.info kernel: [ 1.152764] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:37:30 cirros kern.info kernel: [ 1.152766] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:37:30 cirros kern.info kernel: [ 1.152767] usb 1-1: Manufacturer: QEMU\nSep 7 21:37:30 cirros kern.info kernel: [ 1.152767] usb 1-1: SerialNumber: 42\nSep 7 21:37:31 cirros kern.info kernel: [ 1.516234] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 7 21:37:31 cirros kern.info kernel: [ 1.516237] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 7 21:41:11 cirros authpriv.info dropbear[358]: Running in background\nSep 7 21:41:11 cirros kern.info kernel: [ 221.875404] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\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.\ncirros login: "} 2018-09-07 20:41:13,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-84e57a7f-8cbd-4b62-a0d6-ef98ae90b630 2018-09-07 20:41:15,688 - sdnvpn_test_utils - INFO - Waiting for instance 1654caf3-a720-4fb5-9872-2b6099b34535 to boot up 2018-09-07 20:41:15,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:16,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f224e649-6ece-4236-a6b5-3228143e7c3f x-compute-request-id: req-f224e649-6ece-4236-a6b5-3228143e7c3f Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:16,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-f224e649-6ece-4236-a6b5-3228143e7c3f 2018-09-07 20:41:18,775 - sdnvpn_test_utils - INFO - Waiting for instance 4b09864f-c7bd-4946-a524-5d041ac22ca0 to boot up 2018-09-07 20:41:18,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:19,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c27ce16e-cc57-4860-bd99-2fe6439f6296 x-compute-request-id: req-c27ce16e-cc57-4860-bd99-2fe6439f6296 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481123636 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131643] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133284] pid_max: default: 32768 minimum: 301\n[ 0.134167] ACPI: Core revision 20150930\n[ 0.135549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136849] Security Framework initialized\n[ 0.137664] Yama: becoming mindful.\n[ 0.138389] AppArmor: AppArmor initialized\n[ 0.139255] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141852] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144442] Initializing cgroup subsys io\n[ 0.145252] Initializing cgroup subsys memory\n[ 0.146105] Initializing cgroup subsys devices\n[ 0.146985] Initializing cgroup subsys freezer\n[ 0.147857] Initializing cgroup subsys net_cls\n[ 0.148728] Initializing cgroup subsys perf_event\n[ 0.149633] Initializing cgroup subsys net_prio\n[ 0.150516] Initializing cgroup subsys hugetlb\n[ 0.151392] Initializing cgroup subsys pids\n[ 0.152262] CPU: Physical Processor ID: 0\n[ 0.153750] mce: CPU supports 10 MCE banks\n[ 0.154594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166291] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172778] ftrace: allocating 31920 entries in 125 pages\n[ 0.199806] smpboot: Max logical packages: 1\n[ 0.200654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201988] x2apic enabled\n[ 0.202807] Switched APIC routing to physical x2apic.\n[ 0.204550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205659] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209410] KVM setup paravirtual spinlock\n[ 0.210753] x86: Booted up 1 node, 1 CPUs\n[ 0.211557] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212935] devtmpfs: initialized\n[ 0.214650] evm: security.selinux\n[ 0.215348] evm: security.SMACK64\n[ 0.216030] evm: security.SMACK64EXEC\n[ 0.216772] evm: security.SMACK64TRANSMUTE\n[ 0.217574] evm: security.SMACK64MMAP\n[ 0.218315] evm: security.ima\n[ 0.218958] evm: security.capability\n[ 0.219762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221609] pinctrl core: initialized pinctrl subsystem\n[ 0.222705] RTC time: 20:37:42, date: 09/07/18\n[ 0.223653] NET: Registered protocol family 16\n[ 0.224620] cpuidle: using governor ladder\n[ 0.225432] cpuidle: using governor menu\n[ 0.226207] PCCT header not found.\n[ 0.226962] ACPI: bus type PCI registered\n[ 0.227768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229011] PCI: Using configuration type 1 for base access\n[ 0.230763] ACPI: Added _OSI(Module Device)\n[ 0.231614] ACPI: Added _OSI(Processor Device)\n[ 0.232472] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235482] ACPI: Interpreter enabled\n[ 0.236257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241812] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243638] ACPI: (supports S0 S5)\n[ 0.244339] ACPI: Using IOAPIC for interrupt routing\n[ 0.245439] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249688] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254325] acpiphp: Slot [3] registered\n[ 0.255121] acpiphp: Slot [4] registered\n[ 0.255920] acpiphp: Slot [5] registered\n[ 0.256719] acpiphp: Slot [6] registered\n[ 0.257512] acpiphp: Slot [7] registered\n[ 0.258314] acpiphp: Slot [8] registered\n[ 0.259107] acpiphp: Slot [9] registered\n[ 0.259904] acpiphp: Slot [10] registered\n[ 0.260719] acpiphp: Slot [11] registered\n[ 0.261528] acpiphp: Slot [12] registered\n[ 0.262339] acpiphp: Slot [13] registered\n[ 0.263142] acpiphp: Slot [14] registered\n[ 0.263949] acpiphp: Slot [15] registered\n[ 0.275068] acpiphp: Slot [16] registered\n[ 0.275880] acpiphp: Slot [17] registered\n[ 0.276687] acpiphp: Slot [18] registered\n[ 0.277488] acpiphp: Slot [19] registered\n[ 0.278291] acpiphp: Slot [20] registered\n[ 0.279099] acpiphp: Slot [21] registered\n[ 0.279913] acpiphp: Slot [22] registered\n[ 0.280717] acpiphp: Slot [23] registered\n[ 0.281527] acpiphp: Slot [24] registered\n[ 0.282334] acpiphp: Slot [25] registered\n[ 0.283140] acpiphp: Slot [26] registered\n[ 0.283945] acpiphp: Slot [27] registered\n[ 0.284755] acpiphp: Slot [28] registered\n[ 0.285561] acpiphp: Slot [29] registered\n[ 0.286365] acpiphp: Slot [30] registered\n[ 0.287173] acpiphp: Slot [31] registered\n[ 0.287978] PCI host bridge to bus 0000:00\n[ 0.288789] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289992] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292652] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300316] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312593] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362998] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365794] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367030] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371121] vgaarb: loaded\n[ 0.371717] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372843] SCSI subsystem initialized\n[ 0.373671] ACPI: bus type USB registered\n[ 0.374479] usbcore: registered new interface driver usbfs\n[ 0.375491] usbcore: registered new interface driver hub\n[ 0.376482] usbcore: registered new device driver usb\n[ 0.377527] PCI: Using ACPI for IRQ routing\n[ 0.378542] NetLabel: Initializing\n[ 0.379254] NetLabel: domain hash size = 128\n[ 0.380089] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381067] NetLabel: unlabeled traffic allowed by default\n[ 0.382386] clocksource: Switched to clocksource kvm-clock\n[ 0.387993] AppArmor: AppArmor Filesystem Enabled\n[ 0.389125] pnp: PnP ACPI init\n[ 0.390158] pnp: PnP ACPI: found 5 devices\n[ 0.396666] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398715] NET: Registered protocol family 2\n[ 0.399825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401340] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402740] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405419] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406809] NET: Registered protocol family 1\n[ 0.407825] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410408] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439077] Trying to unpack rootfs image as initramfs...\n[ 0.489012] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503089] Scanning for low memory corruption every 60 seconds\n[ 0.504470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505605] audit: initializing netlink subsys (disabled)\n[ 0.506631] audit: type=2000 audit(1536352663.487:1): initialized\n[ 0.507921] Initialise system trusted keyring\n[ 0.508836] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511945] zbud: loaded\n[ 0.512640] VFS: Disk quotas dquot_6.6.0\n[ 0.513448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514942] fuse init (API version 7.23)\n[ 0.515819] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.517711] Key type asymmetric registered\n[ 0.518535] Asymmetric key parser 'x509' registered\n[ 0.519481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520930] io scheduler noop registered\n[ 0.521718] io scheduler deadline registered (default)\n[ 0.522704] io scheduler cfq registered\n[ 0.523897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527647] ACPI: Power Button [PWRF]\n[ 0.528477] GHES: HEST is not enabled!\n[ 0.542129] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596251] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598338] Linux agpgart interface v0.103\n[ 0.601640] brd: module loaded\n[ 0.602791] loop: module loaded\n[ 0.607491] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608945] GPT:90111 != 2097151\n[ 0.609615] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610691] GPT:90111 != 2097151\n[ 0.611356] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612302] vda: vda1 vda15\n[ 0.613773] scsi host0: ata_piix\n[ 0.614506] scsi host1: ata_piix\n[ 0.615198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616401] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619595] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621726] PPP generic driver version 2.4.2\n[ 0.622627] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624044] ehci-pci: EHCI PCI platform driver\n[ 0.624906] ehci-platform: EHCI generic platform driver\n[ 0.625879] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626998] ohci-pci: OHCI PCI platform driver\n[ 0.627866] ohci-platform: OHCI generic platform driver\n[ 0.628844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643194] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644193] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645638] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646650] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647762] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650397] usb usb1: Product: UHCI Host Controller\n[ 0.651329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652459] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653525] hub 1-0:1.0: USB hub found\n[ 0.654298] hub 1-0:1.0: 2 ports detected\n[ 0.655201] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657319] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658262] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659290] mousedev: PS/2 mouse device common for all mice\n[ 0.660527] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662339] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663436] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665793] i2c /dev entries driver\n[ 0.666559] device-mapper: uevent: version 1.0.3\n[ 0.667492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670373] NET: Registered protocol family 10\n[ 0.671363] NET: Registered protocol family 17\n[ 0.672239] Key type dns_resolver registered\n[ 0.673154] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674235] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675968] registered taskstats version 1\n[ 0.676792] Loading compiled-in X.509 certificates\n[ 0.678220] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680065] zswap: loaded using pool lzo/zbud\n[ 0.681462] Key type trusted registered\n[ 0.683016] Key type encrypted registered\n[ 0.683838] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685889] evm: HMAC attrs: 0x1\n[ 0.686827] Magic number: 2:248:649\n[ 0.687672] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:43 UTC (1536352663)\n[ 0.689251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690351] EDD information not available.\n[ 0.771082] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772520] ata1.00: configured for MWDMA2\n[ 0.773736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786448] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787661] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788888] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790751] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792297] Write protecting the kernel read-only data: 14336k\n[ 0.793848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795660] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153956] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.35s]\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\n"} 2018-09-07 20:41:19,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action used request id req-c27ce16e-cc57-4860-bd99-2fe6439f6296 2018-09-07 20:41:21,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:22,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d304dc3-50e9-4897-b894-20bf6f70ec71 x-compute-request-id: req-7d304dc3-50e9-4897-b894-20bf6f70ec71 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:22,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-7d304dc3-50e9-4897-b894-20bf6f70ec71 2018-09-07 20:41:22,932 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-2' (10.10.10.10). -->Expected result: can ping. 2018-09-07 20:41:22,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:24,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-871d3c97-75a4-4398-97cd-621568375fcb x-compute-request-id: req-871d3c97-75a4-4398-97cd-621568375fcb Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:24,019 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-871d3c97-75a4-4398-97cd-621568375fcb 2018-09-07 20:41:24,020 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-09-07 20:41:24,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:25,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bdd5200-04b8-48db-8034-a8c8ba632514 x-compute-request-id: req-1bdd5200-04b8-48db-8034-a8c8ba632514 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:25,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-1bdd5200-04b8-48db-8034-a8c8ba632514 2018-09-07 20:41:25,099 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-3' (10.10.10.12). -->Expected result: can ping. 2018-09-07 20:41:25,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:26,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-62dc3d5c-2cf9-4c4f-b43a-629fc2dbac65 x-compute-request-id: req-62dc3d5c-2cf9-4c4f-b43a-629fc2dbac65 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:26,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-62dc3d5c-2cf9-4c4f-b43a-629fc2dbac65 2018-09-07 20:41:26,172 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-09-07 20:41:26,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:27,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41: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-d5be5c60-a2e9-44a2-9380-ede5ca0bcbea x-compute-request-id: req-d5be5c60-a2e9-44a2-9380-ede5ca0bcbea Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:27,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-d5be5c60-a2e9-44a2-9380-ede5ca0bcbea 2018-09-07 20:41:27,255 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-4' (10.10.11.6). -->Expected result: cannot ping. 2018-09-07 20:41:27,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:41:28,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19dfab8f-eeb6-41a4-a58f-1ff52e14865f x-compute-request-id: req-19dfab8f-eeb6-41a4-a58f-1ff52e14865f Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:41:28,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-19dfab8f-eeb6-41a4-a58f-1ff52e14865f 2018-09-07 20:41:28,339 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-09-07 20:41:28,339 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-09-07 20:41:28,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network_association": {"network_id": "a46c1bb4-ec4d-422c-a394-2a75eb03f674"}}' 2018-09-07 20:41:29,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-33b8ffd6-7de5-44f2-8d01-6f79aa316815 Date: Fri, 07 Sep 2018 20:41:29 GMT RESP BODY: {"network_association": {"network_id": "a46c1bb4-ec4d-422c-a394-2a75eb03f674", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "77a57cd3-3c82-431f-b053-5c1018cd5d12"}} 2018-09-07 20:41:29,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4/network_associations used request id req-33b8ffd6-7de5-44f2-8d01-6f79aa316815 2018-09-07 20:41:29,020 - sdnvpn_test_utils - DEBUG - Waiting for network f52f87d9-0227-4336-a21a-0e89678012e4 to associate with BGPVPN b562de35-5696-4bf2-bdbb-180cbc2aea0c 2018-09-07 20:41:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:41:29,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-ff39436c-3cc4-4547-aa68-b30b326415ba Date: Fri, 07 Sep 2018 20:41:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "f52f87d9-0227-4336-a21a-0e89678012e4", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["a46c1bb4-ec4d-422c-a394-2a75eb03f674", "b562de35-5696-4bf2-bdbb-180cbc2aea0c"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:41:29,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 used request id req-ff39436c-3cc4-4547-aa68-b30b326415ba 2018-09-07 20:41:30,200 - sdnvpn_test_utils - DEBUG - Waiting for network f52f87d9-0227-4336-a21a-0e89678012e4 to associate with BGPVPN a46c1bb4-ec4d-422c-a394-2a75eb03f674 2018-09-07 20:41:30,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:41:30,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-28e2f00b-11b1-4fff-be67-dbf16540a781 Date: Fri, 07 Sep 2018 20:41:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "f52f87d9-0227-4336-a21a-0e89678012e4", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["a46c1bb4-ec4d-422c-a394-2a75eb03f674", "b562de35-5696-4bf2-bdbb-180cbc2aea0c"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:41:30,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 used request id req-28e2f00b-11b1-4fff-be67-dbf16540a781 2018-09-07 20:41:31,514 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:42:01,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:42:02,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:42: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-96aaef4b-16a9-4171-a7b5-191806f03751 x-compute-request-id: req-96aaef4b-16a9-4171-a7b5-191806f03751 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481123636 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131643] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133284] pid_max: default: 32768 minimum: 301\n[ 0.134167] ACPI: Core revision 20150930\n[ 0.135549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136849] Security Framework initialized\n[ 0.137664] Yama: becoming mindful.\n[ 0.138389] AppArmor: AppArmor initialized\n[ 0.139255] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141852] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144442] Initializing cgroup subsys io\n[ 0.145252] Initializing cgroup subsys memory\n[ 0.146105] Initializing cgroup subsys devices\n[ 0.146985] Initializing cgroup subsys freezer\n[ 0.147857] Initializing cgroup subsys net_cls\n[ 0.148728] Initializing cgroup subsys perf_event\n[ 0.149633] Initializing cgroup subsys net_prio\n[ 0.150516] Initializing cgroup subsys hugetlb\n[ 0.151392] Initializing cgroup subsys pids\n[ 0.152262] CPU: Physical Processor ID: 0\n[ 0.153750] mce: CPU supports 10 MCE banks\n[ 0.154594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166291] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172778] ftrace: allocating 31920 entries in 125 pages\n[ 0.199806] smpboot: Max logical packages: 1\n[ 0.200654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201988] x2apic enabled\n[ 0.202807] Switched APIC routing to physical x2apic.\n[ 0.204550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205659] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209410] KVM setup paravirtual spinlock\n[ 0.210753] x86: Booted up 1 node, 1 CPUs\n[ 0.211557] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212935] devtmpfs: initialized\n[ 0.214650] evm: security.selinux\n[ 0.215348] evm: security.SMACK64\n[ 0.216030] evm: security.SMACK64EXEC\n[ 0.216772] evm: security.SMACK64TRANSMUTE\n[ 0.217574] evm: security.SMACK64MMAP\n[ 0.218315] evm: security.ima\n[ 0.218958] evm: security.capability\n[ 0.219762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221609] pinctrl core: initialized pinctrl subsystem\n[ 0.222705] RTC time: 20:37:42, date: 09/07/18\n[ 0.223653] NET: Registered protocol family 16\n[ 0.224620] cpuidle: using governor ladder\n[ 0.225432] cpuidle: using governor menu\n[ 0.226207] PCCT header not found.\n[ 0.226962] ACPI: bus type PCI registered\n[ 0.227768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229011] PCI: Using configuration type 1 for base access\n[ 0.230763] ACPI: Added _OSI(Module Device)\n[ 0.231614] ACPI: Added _OSI(Processor Device)\n[ 0.232472] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235482] ACPI: Interpreter enabled\n[ 0.236257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241812] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243638] ACPI: (supports S0 S5)\n[ 0.244339] ACPI: Using IOAPIC for interrupt routing\n[ 0.245439] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249688] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254325] acpiphp: Slot [3] registered\n[ 0.255121] acpiphp: Slot [4] registered\n[ 0.255920] acpiphp: Slot [5] registered\n[ 0.256719] acpiphp: Slot [6] registered\n[ 0.257512] acpiphp: Slot [7] registered\n[ 0.258314] acpiphp: Slot [8] registered\n[ 0.259107] acpiphp: Slot [9] registered\n[ 0.259904] acpiphp: Slot [10] registered\n[ 0.260719] acpiphp: Slot [11] registered\n[ 0.261528] acpiphp: Slot [12] registered\n[ 0.262339] acpiphp: Slot [13] registered\n[ 0.263142] acpiphp: Slot [14] registered\n[ 0.263949] acpiphp: Slot [15] registered\n[ 0.275068] acpiphp: Slot [16] registered\n[ 0.275880] acpiphp: Slot [17] registered\n[ 0.276687] acpiphp: Slot [18] registered\n[ 0.277488] acpiphp: Slot [19] registered\n[ 0.278291] acpiphp: Slot [20] registered\n[ 0.279099] acpiphp: Slot [21] registered\n[ 0.279913] acpiphp: Slot [22] registered\n[ 0.280717] acpiphp: Slot [23] registered\n[ 0.281527] acpiphp: Slot [24] registered\n[ 0.282334] acpiphp: Slot [25] registered\n[ 0.283140] acpiphp: Slot [26] registered\n[ 0.283945] acpiphp: Slot [27] registered\n[ 0.284755] acpiphp: Slot [28] registered\n[ 0.285561] acpiphp: Slot [29] registered\n[ 0.286365] acpiphp: Slot [30] registered\n[ 0.287173] acpiphp: Slot [31] registered\n[ 0.287978] PCI host bridge to bus 0000:00\n[ 0.288789] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289992] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292652] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300316] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312593] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362998] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365794] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367030] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371121] vgaarb: loaded\n[ 0.371717] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372843] SCSI subsystem initialized\n[ 0.373671] ACPI: bus type USB registered\n[ 0.374479] usbcore: registered new interface driver usbfs\n[ 0.375491] usbcore: registered new interface driver hub\n[ 0.376482] usbcore: registered new device driver usb\n[ 0.377527] PCI: Using ACPI for IRQ routing\n[ 0.378542] NetLabel: Initializing\n[ 0.379254] NetLabel: domain hash size = 128\n[ 0.380089] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381067] NetLabel: unlabeled traffic allowed by default\n[ 0.382386] clocksource: Switched to clocksource kvm-clock\n[ 0.387993] AppArmor: AppArmor Filesystem Enabled\n[ 0.389125] pnp: PnP ACPI init\n[ 0.390158] pnp: PnP ACPI: found 5 devices\n[ 0.396666] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398715] NET: Registered protocol family 2\n[ 0.399825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401340] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402740] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405419] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406809] NET: Registered protocol family 1\n[ 0.407825] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410408] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439077] Trying to unpack rootfs image as initramfs...\n[ 0.489012] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503089] Scanning for low memory corruption every 60 seconds\n[ 0.504470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505605] audit: initializing netlink subsys (disabled)\n[ 0.506631] audit: type=2000 audit(1536352663.487:1): initialized\n[ 0.507921] Initialise system trusted keyring\n[ 0.508836] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511945] zbud: loaded\n[ 0.512640] VFS: Disk quotas dquot_6.6.0\n[ 0.513448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514942] fuse init (API version 7.23)\n[ 0.515819] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.517711] Key type asymmetric registered\n[ 0.518535] Asymmetric key parser 'x509' registered\n[ 0.519481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520930] io scheduler noop registered\n[ 0.521718] io scheduler deadline registered (default)\n[ 0.522704] io scheduler cfq registered\n[ 0.523897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527647] ACPI: Power Button [PWRF]\n[ 0.528477] GHES: HEST is not enabled!\n[ 0.542129] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596251] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598338] Linux agpgart interface v0.103\n[ 0.601640] brd: module loaded\n[ 0.602791] loop: module loaded\n[ 0.607491] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608945] GPT:90111 != 2097151\n[ 0.609615] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610691] GPT:90111 != 2097151\n[ 0.611356] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612302] vda: vda1 vda15\n[ 0.613773] scsi host0: ata_piix\n[ 0.614506] scsi host1: ata_piix\n[ 0.615198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616401] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619595] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621726] PPP generic driver version 2.4.2\n[ 0.622627] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624044] ehci-pci: EHCI PCI platform driver\n[ 0.624906] ehci-platform: EHCI generic platform driver\n[ 0.625879] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626998] ohci-pci: OHCI PCI platform driver\n[ 0.627866] ohci-platform: OHCI generic platform driver\n[ 0.628844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643194] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644193] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645638] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646650] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647762] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650397] usb usb1: Product: UHCI Host Controller\n[ 0.651329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652459] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653525] hub 1-0:1.0: USB hub found\n[ 0.654298] hub 1-0:1.0: 2 ports detected\n[ 0.655201] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657319] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658262] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659290] mousedev: PS/2 mouse device common for all mice\n[ 0.660527] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662339] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663436] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665793] i2c /dev entries driver\n[ 0.666559] device-mapper: uevent: version 1.0.3\n[ 0.667492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670373] NET: Registered protocol family 10\n[ 0.671363] NET: Registered protocol family 17\n[ 0.672239] Key type dns_resolver registered\n[ 0.673154] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674235] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675968] registered taskstats version 1\n[ 0.676792] Loading compiled-in X.509 certificates\n[ 0.678220] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680065] zswap: loaded using pool lzo/zbud\n[ 0.681462] Key type trusted registered\n[ 0.683016] Key type encrypted registered\n[ 0.683838] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685889] evm: HMAC attrs: 0x1\n[ 0.686827] Magic number: 2:248:649\n[ 0.687672] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:43 UTC (1536352663)\n[ 0.689251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690351] EDD information not available.\n[ 0.771082] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772520] ata1.00: configured for MWDMA2\n[ 0.773736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786448] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787661] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788888] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790751] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792297] Write protecting the kernel read-only data: 14336k\n[ 0.793848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795660] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153956] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.35s]\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\n"} 2018-09-07 20:42:02,665 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action used request id req-96aaef4b-16a9-4171-a7b5-191806f03751 2018-09-07 20:42:02,666 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.6) to 'sdnvpn-1-5' (10.10.11.11). -->Expected result: can ping. 2018-09-07 20:42:02,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f2a630133a8c075e0544745d52b9c1950937c84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:42:03,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:42: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-20fce5ef-6859-451f-a04a-5736b44321d5 x-compute-request-id: req-20fce5ef-6859-451f-a04a-5736b44321d5 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481123636 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131643] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133284] pid_max: default: 32768 minimum: 301\n[ 0.134167] ACPI: Core revision 20150930\n[ 0.135549] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136849] Security Framework initialized\n[ 0.137664] Yama: becoming mindful.\n[ 0.138389] AppArmor: AppArmor initialized\n[ 0.139255] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141852] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144442] Initializing cgroup subsys io\n[ 0.145252] Initializing cgroup subsys memory\n[ 0.146105] Initializing cgroup subsys devices\n[ 0.146985] Initializing cgroup subsys freezer\n[ 0.147857] Initializing cgroup subsys net_cls\n[ 0.148728] Initializing cgroup subsys perf_event\n[ 0.149633] Initializing cgroup subsys net_prio\n[ 0.150516] Initializing cgroup subsys hugetlb\n[ 0.151392] Initializing cgroup subsys pids\n[ 0.152262] CPU: Physical Processor ID: 0\n[ 0.153750] mce: CPU supports 10 MCE banks\n[ 0.154594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166291] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172778] ftrace: allocating 31920 entries in 125 pages\n[ 0.199806] smpboot: Max logical packages: 1\n[ 0.200654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201988] x2apic enabled\n[ 0.202807] Switched APIC routing to physical x2apic.\n[ 0.204550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205659] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209410] KVM setup paravirtual spinlock\n[ 0.210753] x86: Booted up 1 node, 1 CPUs\n[ 0.211557] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212935] devtmpfs: initialized\n[ 0.214650] evm: security.selinux\n[ 0.215348] evm: security.SMACK64\n[ 0.216030] evm: security.SMACK64EXEC\n[ 0.216772] evm: security.SMACK64TRANSMUTE\n[ 0.217574] evm: security.SMACK64MMAP\n[ 0.218315] evm: security.ima\n[ 0.218958] evm: security.capability\n[ 0.219762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221609] pinctrl core: initialized pinctrl subsystem\n[ 0.222705] RTC time: 20:37:42, date: 09/07/18\n[ 0.223653] NET: Registered protocol family 16\n[ 0.224620] cpuidle: using governor ladder\n[ 0.225432] cpuidle: using governor menu\n[ 0.226207] PCCT header not found.\n[ 0.226962] ACPI: bus type PCI registered\n[ 0.227768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229011] PCI: Using configuration type 1 for base access\n[ 0.230763] ACPI: Added _OSI(Module Device)\n[ 0.231614] ACPI: Added _OSI(Processor Device)\n[ 0.232472] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235482] ACPI: Interpreter enabled\n[ 0.236257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241812] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243638] ACPI: (supports S0 S5)\n[ 0.244339] ACPI: Using IOAPIC for interrupt routing\n[ 0.245439] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249688] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250916] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254325] acpiphp: Slot [3] registered\n[ 0.255121] acpiphp: Slot [4] registered\n[ 0.255920] acpiphp: Slot [5] registered\n[ 0.256719] acpiphp: Slot [6] registered\n[ 0.257512] acpiphp: Slot [7] registered\n[ 0.258314] acpiphp: Slot [8] registered\n[ 0.259107] acpiphp: Slot [9] registered\n[ 0.259904] acpiphp: Slot [10] registered\n[ 0.260719] acpiphp: Slot [11] registered\n[ 0.261528] acpiphp: Slot [12] registered\n[ 0.262339] acpiphp: Slot [13] registered\n[ 0.263142] acpiphp: Slot [14] registered\n[ 0.263949] acpiphp: Slot [15] registered\n[ 0.275068] acpiphp: Slot [16] registered\n[ 0.275880] acpiphp: Slot [17] registered\n[ 0.276687] acpiphp: Slot [18] registered\n[ 0.277488] acpiphp: Slot [19] registered\n[ 0.278291] acpiphp: Slot [20] registered\n[ 0.279099] acpiphp: Slot [21] registered\n[ 0.279913] acpiphp: Slot [22] registered\n[ 0.280717] acpiphp: Slot [23] registered\n[ 0.281527] acpiphp: Slot [24] registered\n[ 0.282334] acpiphp: Slot [25] registered\n[ 0.283140] acpiphp: Slot [26] registered\n[ 0.283945] acpiphp: Slot [27] registered\n[ 0.284755] acpiphp: Slot [28] registered\n[ 0.285561] acpiphp: Slot [29] registered\n[ 0.286365] acpiphp: Slot [30] registered\n[ 0.287173] acpiphp: Slot [31] registered\n[ 0.287978] PCI host bridge to bus 0000:00\n[ 0.288789] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289992] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292652] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294091] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300316] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302787] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312593] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360030] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362998] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365794] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367030] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368498] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369596] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371121] vgaarb: loaded\n[ 0.371717] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372843] SCSI subsystem initialized\n[ 0.373671] ACPI: bus type USB registered\n[ 0.374479] usbcore: registered new interface driver usbfs\n[ 0.375491] usbcore: registered new interface driver hub\n[ 0.376482] usbcore: registered new device driver usb\n[ 0.377527] PCI: Using ACPI for IRQ routing\n[ 0.378542] NetLabel: Initializing\n[ 0.379254] NetLabel: domain hash size = 128\n[ 0.380089] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381067] NetLabel: unlabeled traffic allowed by default\n[ 0.382386] clocksource: Switched to clocksource kvm-clock\n[ 0.387993] AppArmor: AppArmor Filesystem Enabled\n[ 0.389125] pnp: PnP ACPI init\n[ 0.390158] pnp: PnP ACPI: found 5 devices\n[ 0.396666] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398715] NET: Registered protocol family 2\n[ 0.399825] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401340] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402740] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405419] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406809] NET: Registered protocol family 1\n[ 0.407825] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410408] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439077] Trying to unpack rootfs image as initramfs...\n[ 0.489012] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503089] Scanning for low memory corruption every 60 seconds\n[ 0.504470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505605] audit: initializing netlink subsys (disabled)\n[ 0.506631] audit: type=2000 audit(1536352663.487:1): initialized\n[ 0.507921] Initialise system trusted keyring\n[ 0.508836] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511945] zbud: loaded\n[ 0.512640] VFS: Disk quotas dquot_6.6.0\n[ 0.513448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514942] fuse init (API version 7.23)\n[ 0.515819] Key type big_key registered\n[ 0.516615] Allocating IMA MOK and blacklist keyrings.\n[ 0.517711] Key type asymmetric registered\n[ 0.518535] Asymmetric key parser 'x509' registered\n[ 0.519481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520930] io scheduler noop registered\n[ 0.521718] io scheduler deadline registered (default)\n[ 0.522704] io scheduler cfq registered\n[ 0.523897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524947] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527647] ACPI: Power Button [PWRF]\n[ 0.528477] GHES: HEST is not enabled!\n[ 0.542129] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596251] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598338] Linux agpgart interface v0.103\n[ 0.601640] brd: module loaded\n[ 0.602791] loop: module loaded\n[ 0.607491] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608945] GPT:90111 != 2097151\n[ 0.609615] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610691] GPT:90111 != 2097151\n[ 0.611356] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612302] vda: vda1 vda15\n[ 0.613773] scsi host0: ata_piix\n[ 0.614506] scsi host1: ata_piix\n[ 0.615198] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616401] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619595] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621726] PPP generic driver version 2.4.2\n[ 0.622627] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624044] ehci-pci: EHCI PCI platform driver\n[ 0.624906] ehci-platform: EHCI generic platform driver\n[ 0.625879] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626998] ohci-pci: OHCI PCI platform driver\n[ 0.627866] ohci-platform: OHCI generic platform driver\n[ 0.628844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643194] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644193] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645638] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646650] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647762] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650397] usb usb1: Product: UHCI Host Controller\n[ 0.651329] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652459] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653525] hub 1-0:1.0: USB hub found\n[ 0.654298] hub 1-0:1.0: 2 ports detected\n[ 0.655201] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657319] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658262] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659290] mousedev: PS/2 mouse device common for all mice\n[ 0.660527] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662339] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663436] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665793] i2c /dev entries driver\n[ 0.666559] device-mapper: uevent: version 1.0.3\n[ 0.667492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669103] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670373] NET: Registered protocol family 10\n[ 0.671363] NET: Registered protocol family 17\n[ 0.672239] Key type dns_resolver registered\n[ 0.673154] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674235] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675968] registered taskstats version 1\n[ 0.676792] Loading compiled-in X.509 certificates\n[ 0.678220] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680065] zswap: loaded using pool lzo/zbud\n[ 0.681462] Key type trusted registered\n[ 0.683016] Key type encrypted registered\n[ 0.683838] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685889] evm: HMAC attrs: 0x1\n[ 0.686827] Magic number: 2:248:649\n[ 0.687672] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:43 UTC (1536352663)\n[ 0.689251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690351] EDD information not available.\n[ 0.771082] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772520] ata1.00: configured for MWDMA2\n[ 0.773736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786448] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787661] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788888] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790751] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792297] Write protecting the kernel read-only data: 14336k\n[ 0.793848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795660] 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.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153956] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.35s]\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\nping 10.10.11.11 KO\n"} 2018-09-07 20:42:03,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action used request id req-20fce5ef-6859-451f-a04a-5736b44321d5 2018-09-07 20:42:03,753 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-09-07 20:42:03,754 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-09-07 20:42:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:42:04,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-789c1646-7c58-4574-830a-48107a65a601 Content-Length: 0 Date: Fri, 07 Sep 2018 20:42:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:42:04,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/f52f87d9-0227-4336-a21a-0e89678012e4 used request id req-789c1646-7c58-4574-830a-48107a65a601 2018-09-07 20:42:34,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-887114", "route_distinguishers": "11:11"}}' 2018-09-07 20:42:34,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-98c5dca5-26b6-45cf-8e5e-3aac80198a43 Date: Fri, 07 Sep 2018 20:42:34 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "8ccd9603-d2f3-43ca-a0b3-3a403c90cecb", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:42:34,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-98c5dca5-26b6-45cf-8e5e-3aac80198a43 2018-09-07 20:42:34,902 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-887114', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'8ccd9603-d2f3-43ca-a0b3-3a403c90cecb'}} 2018-09-07 20:42:34,902 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-09-07 20:42:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network_association": {"network_id": "b562de35-5696-4bf2-bdbb-180cbc2aea0c"}}' 2018-09-07 20:42:35,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-b093c380-8d6a-462e-bbf7-2ef35a95fb30 Date: Fri, 07 Sep 2018 20:42:35 GMT RESP BODY: {"network_association": {"network_id": "b562de35-5696-4bf2-bdbb-180cbc2aea0c", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "f46f5bf9-7f07-40fc-b762-da6386571dc7"}} 2018-09-07 20:42:35,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb/network_associations used request id req-b093c380-8d6a-462e-bbf7-2ef35a95fb30 2018-09-07 20:42:35,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" -d '{"network_association": {"network_id": "a46c1bb4-ec4d-422c-a394-2a75eb03f674"}}' 2018-09-07 20:42:36,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-980078b0-4aea-441c-ba03-957bd85fa9c6 Date: Fri, 07 Sep 2018 20:42:36 GMT RESP BODY: {"network_association": {"network_id": "a46c1bb4-ec4d-422c-a394-2a75eb03f674", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "2b7447ae-6453-4db1-a623-a9742b7c9a9d"}} 2018-09-07 20:42:36,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb/network_associations used request id req-980078b0-4aea-441c-ba03-957bd85fa9c6 2018-09-07 20:42:36,265 - sdnvpn_test_utils - DEBUG - Waiting for network 8ccd9603-d2f3-43ca-a0b3-3a403c90cecb to associate with BGPVPN b562de35-5696-4bf2-bdbb-180cbc2aea0c 2018-09-07 20:42:36,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:42:36,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-cc8013bf-1fac-4f80-9427-16d254fbebd0 Date: Fri, 07 Sep 2018 20:42:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "8ccd9603-d2f3-43ca-a0b3-3a403c90cecb", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["a46c1bb4-ec4d-422c-a394-2a75eb03f674", "b562de35-5696-4bf2-bdbb-180cbc2aea0c"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:42:36,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb used request id req-cc8013bf-1fac-4f80-9427-16d254fbebd0 2018-09-07 20:42:37,723 - sdnvpn_test_utils - DEBUG - Waiting for network 8ccd9603-d2f3-43ca-a0b3-3a403c90cecb to associate with BGPVPN a46c1bb4-ec4d-422c-a394-2a75eb03f674 2018-09-07 20:42:37,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:42:38,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-d14b667e-fd4f-40b2-8ed6-46ec2129b22c Date: Fri, 07 Sep 2018 20:42:38 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "8ccd9603-d2f3-43ca-a0b3-3a403c90cecb", "name": "sdnvpn-887114", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["a46c1bb4-ec4d-422c-a394-2a75eb03f674", "b562de35-5696-4bf2-bdbb-180cbc2aea0c"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:42:38,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb used request id req-d14b667e-fd4f-40b2-8ed6-46ec2129b22c 2018-09-07 20:42:39,191 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:43:09,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:43:10,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-09b567e1-2097-4ae8-9943-c89d1cc0a723 x-compute-request-id: req-09b567e1-2097-4ae8-9943-c89d1cc0a723 Content-Encoding: gzip Content-Length: 8150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n[ 253.399646] random: nonblocking pool is initialized\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:43:10,456 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-09b567e1-2097-4ae8-9943-c89d1cc0a723 2018-09-07 20:43:10,457 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-4' (10.10.11.6). -->Expected result: can ping. 2018-09-07 20:43:10,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:43:11,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-b64559c2-8dd1-4ecc-84e8-7859cd03c365 x-compute-request-id: req-b64559c2-8dd1-4ecc-84e8-7859cd03c365 Content-Encoding: gzip Content-Length: 8150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n[ 253.399646] random: nonblocking pool is initialized\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:43:11,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-b64559c2-8dd1-4ecc-84e8-7859cd03c365 2018-09-07 20:43:11,535 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-09-07 20:43:11,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:43:12,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-e3aa7ec8-1f45-4194-9b56-def7ae6410a4 x-compute-request-id: req-e3aa7ec8-1f45-4194-9b56-def7ae6410a4 Content-Encoding: gzip Content-Length: 8150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n[ 253.399646] random: nonblocking pool is initialized\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:43:12,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-e3aa7ec8-1f45-4194-9b56-def7ae6410a4 2018-09-07 20:43:12,614 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.14) to 'sdnvpn-1-5' (10.10.11.11). -->Expected result: can ping. 2018-09-07 20:43:12,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb7e64b89e63e99edb76832a5ee00275dfed78d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:43:13,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-ac71417e-f4fd-454e-b46f-c510f27534e4 x-compute-request-id: req-ac71417e-f4fd-454e-b46f-c510f27534e4 Content-Encoding: gzip Content-Length: 8150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505675216 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.142295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.144136] pid_max: default: 32768 minimum: 301\n[ 0.145148] ACPI: Core revision 20150930\n[ 0.146660] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148152] Security Framework initialized\n[ 0.149085] Yama: becoming mindful.\n[ 0.149932] AppArmor: AppArmor initialized\n[ 0.150907] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152419] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156852] Initializing cgroup subsys io\n[ 0.157779] Initializing cgroup subsys memory\n[ 0.158732] Initializing cgroup subsys devices\n[ 0.159705] Initializing cgroup subsys freezer\n[ 0.160671] Initializing cgroup subsys net_cls\n[ 0.161649] Initializing cgroup subsys perf_event\n[ 0.162648] Initializing cgroup subsys net_prio\n[ 0.163613] Initializing cgroup subsys hugetlb\n[ 0.164565] Initializing cgroup subsys pids\n[ 0.165530] CPU: Physical Processor ID: 0\n[ 0.167135] mce: CPU supports 10 MCE banks\n[ 0.168071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187921] ftrace: allocating 31920 entries in 125 pages\n[ 0.214883] smpboot: Max logical packages: 1\n[ 0.215825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217333] x2apic enabled\n[ 0.218203] Switched APIC routing to physical x2apic.\n[ 0.220050] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223474] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225424] KVM setup paravirtual spinlock\n[ 0.226817] x86: Booted up 1 node, 1 CPUs\n[ 0.227676] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229127] devtmpfs: initialized\n[ 0.230888] evm: security.selinux\n[ 0.231635] evm: security.SMACK64\n[ 0.232358] evm: security.SMACK64EXEC\n[ 0.233146] evm: security.SMACK64TRANSMUTE\n[ 0.234018] evm: security.SMACK64MMAP\n[ 0.234815] evm: security.ima\n[ 0.235488] evm: security.capability\n[ 0.236335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238348] pinctrl core: initialized pinctrl subsystem\n[ 0.239543] RTC time: 20:37:56, date: 09/07/18\n[ 0.240543] NET: Registered protocol family 16\n[ 0.241565] cpuidle: using governor ladder\n[ 0.242424] cpuidle: using governor menu\n[ 0.243268] PCCT header not found.\n[ 0.244061] ACPI: bus type PCI registered\n[ 0.244978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246292] PCI: Using configuration type 1 for base access\n[ 0.248141] ACPI: Added _OSI(Module Device)\n[ 0.249053] ACPI: Added _OSI(Processor Device)\n[ 0.249960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250934] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253128] ACPI: Interpreter enabled\n[ 0.253983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257966] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261855] ACPI: (supports S0 S5)\n[ 0.262590] ACPI: Using IOAPIC for interrupt routing\n[ 0.263669] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269234] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270454] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272708] acpiphp: Slot [3] registered\n[ 0.273529] acpiphp: Slot [4] registered\n[ 0.274341] acpiphp: Slot [5] registered\n[ 0.275166] acpiphp: Slot [6] registered\n[ 0.275976] acpiphp: Slot [7] registered\n[ 0.276790] acpiphp: Slot [8] registered\n[ 0.277608] acpiphp: Slot [9] registered\n[ 0.278420] acpiphp: Slot [10] registered\n[ 0.279251] acpiphp: Slot [11] registered\n[ 0.280075] acpiphp: Slot [12] registered\n[ 0.280894] acpiphp: Slot [13] registered\n[ 0.281717] acpiphp: Slot [14] registered\n[ 0.282546] acpiphp: Slot [15] registered\n[ 0.293620] acpiphp: Slot [16] registered\n[ 0.294458] acpiphp: Slot [17] registered\n[ 0.295282] acpiphp: Slot [18] registered\n[ 0.296108] acpiphp: Slot [19] registered\n[ 0.296926] acpiphp: Slot [20] registered\n[ 0.297757] acpiphp: Slot [21] registered\n[ 0.298588] acpiphp: Slot [22] registered\n[ 0.299413] acpiphp: Slot [23] registered\n[ 0.300238] acpiphp: Slot [24] registered\n[ 0.301061] acpiphp: Slot [25] registered\n[ 0.301897] acpiphp: Slot [26] registered\n[ 0.302728] acpiphp: Slot [27] registered\n[ 0.303564] acpiphp: Slot [28] registered\n[ 0.304384] acpiphp: Slot [29] registered\n[ 0.305213] acpiphp: Slot [30] registered\n[ 0.306042] acpiphp: Slot [31] registered\n[ 0.306870] PCI host bridge to bus 0000:00\n[ 0.307696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308924] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311632] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313096] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319389] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320683] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329670] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376763] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383877] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388001] vgaarb: loaded\n[ 0.388621] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389773] SCSI subsystem initialized\n[ 0.390603] ACPI: bus type USB registered\n[ 0.391425] usbcore: registered new interface driver usbfs\n[ 0.392481] usbcore: registered new interface driver hub\n[ 0.393508] usbcore: registered new device driver usb\n[ 0.394584] PCI: Using ACPI for IRQ routing\n[ 0.395622] NetLabel: Initializing\n[ 0.396335] NetLabel: domain hash size = 128\n[ 0.397213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398186] NetLabel: unlabeled traffic allowed by default\n[ 0.399301] clocksource: Switched to clocksource kvm-clock\n[ 0.404782] AppArmor: AppArmor Filesystem Enabled\n[ 0.405758] pnp: PnP ACPI init\n[ 0.406692] pnp: PnP ACPI: found 5 devices\n[ 0.413092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414829] NET: Registered protocol family 2\n[ 0.415806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417101] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418288] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419476] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421769] NET: Registered protocol family 1\n[ 0.422638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439014] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453381] Trying to unpack rootfs image as initramfs...\n[ 0.503666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517519] Scanning for low memory corruption every 60 seconds\n[ 0.518882] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520067] audit: initializing netlink subsys (disabled)\n[ 0.521116] audit: type=2000 audit(1536352676.875:1): initialized\n[ 0.522451] Initialise system trusted keyring\n[ 0.523415] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524615] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526613] zbud: loaded\n[ 0.527346] VFS: Disk quotas dquot_6.6.0\n[ 0.528192] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.529753] fuse init (API version 7.23)\n[ 0.530666] Key type big_key registered\n[ 0.531497] Allocating IMA MOK and blacklist keyrings.\n[ 0.533002] Key type asymmetric registered\n[ 0.533858] Asymmetric key parser 'x509' registered\n[ 0.534851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536364] io scheduler noop registered\n[ 0.537190] io scheduler deadline registered (default)\n[ 0.538199] io scheduler cfq registered\n[ 0.539048] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542923] ACPI: Power Button [PWRF]\n[ 0.543798] GHES: HEST is not enabled!\n[ 0.557392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613904] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616068] Linux agpgart interface v0.103\n[ 0.618115] brd: module loaded\n[ 0.619311] loop: module loaded\n[ 0.623517] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624955] GPT:90111 != 2097151\n[ 0.625641] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626732] GPT:90111 != 2097151\n[ 0.627411] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628382] vda: vda1 vda15\n[ 0.629815] scsi host0: ata_piix\n[ 0.630557] scsi host1: ata_piix\n[ 0.631273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632495] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633943] libphy: Fixed MDIO Bus: probed\n[ 0.634767] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635721] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637867] PPP generic driver version 2.4.2\n[ 0.638755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640020] ehci-pci: EHCI PCI platform driver\n[ 0.640899] ehci-platform: EHCI generic platform driver\n[ 0.641886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643004] ohci-pci: OHCI PCI platform driver\n[ 0.643878] ohci-platform: OHCI generic platform driver\n[ 0.644866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659197] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660196] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665012] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666424] usb usb1: Product: UHCI Host Controller\n[ 0.667359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668493] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669528] hub 1-0:1.0: USB hub found\n[ 0.670297] hub 1-0:1.0: 2 ports detected\n[ 0.671202] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673336] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675330] mousedev: PS/2 mouse device common for all mice\n[ 0.676573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678394] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679488] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680672] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681856] i2c /dev entries driver\n[ 0.682618] device-mapper: uevent: version 1.0.3\n[ 0.683565] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685182] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686456] NET: Registered protocol family 10\n[ 0.687456] NET: Registered protocol family 17\n[ 0.688341] Key type dns_resolver registered\n[ 0.689270] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692122] registered taskstats version 1\n[ 0.692960] Loading compiled-in X.509 certificates\n[ 0.694395] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696260] zswap: loaded using pool lzo/zbud\n[ 0.697632] Key type trusted registered\n[ 0.699187] Key type encrypted registered\n[ 0.700027] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701054] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702085] evm: HMAC attrs: 0x1\n[ 0.703009] Magic number: 2:248:649\n[ 0.703851] rtc_cmos 00:00: setting system clock to 2018-09-07 20:37:57 UTC (1536352677)\n[ 0.705456] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706577] EDD information not available.\n[ 0.787843] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.789277] ata1.00: configured for MWDMA2\n[ 0.790465] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803315] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.804549] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805795] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809202] Write protecting the kernel read-only data: 14336k\n[ 0.810747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.812555] 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.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378863] 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.14...\nLease of 10.10.10.14 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.25s]\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n[ 253.399646] random: nonblocking pool is initialized\nping 10.10.11.6 KO\nping 10.10.11.11 KO\nping 10.10.10.10 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:43:13,696 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-ac71417e-f4fd-454e-b46f-c510f27534e4 2018-09-07 20:43:13,697 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-09-07 20:43:13,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"forceDelete": null}' 2018-09-07 20:43:14,387 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-c741310d-0fc7-433b-a947-b4665d851b31 x-compute-request-id: req-c741310d-0fc7-433b-a947-b4665d851b31 Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:14,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/1654caf3-a720-4fb5-9872-2b6099b34535/action used request id req-c741310d-0fc7-433b-a947-b4665d851b31 2018-09-07 20:43:14,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"forceDelete": null}' 2018-09-07 20:43:14,560 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-22582d55-e574-40f2-a8be-665af2fae496 x-compute-request-id: req-22582d55-e574-40f2-a8be-665af2fae496 Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:14,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8701e7fa-8171-4fc0-bbaf-9bf2602143da/action used request id req-22582d55-e574-40f2-a8be-665af2fae496 2018-09-07 20:43:14,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"forceDelete": null}' 2018-09-07 20:43:14,728 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-3529ee43-0a89-47a3-bccc-04480bfe8ed3 x-compute-request-id: req-3529ee43-0a89-47a3-bccc-04480bfe8ed3 Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:14,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/368fe365-6f9a-4ee5-a334-2a11b64c05f4/action used request id req-3529ee43-0a89-47a3-bccc-04480bfe8ed3 2018-09-07 20:43:14,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"forceDelete": null}' 2018-09-07 20:43:14,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-ee5a2943-0e33-4704-9760-677e82734d6e x-compute-request-id: req-ee5a2943-0e33-4704-9760-677e82734d6e Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:14,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b09864f-c7bd-4946-a524-5d041ac22ca0/action used request id req-ee5a2943-0e33-4704-9760-677e82734d6e 2018-09-07 20:43:14,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb5e18ca820224171f63a5c63c3c6b8dc10bae5e" -d '{"forceDelete": null}' 2018-09-07 20:43:15,171 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-e8185a55-e03d-4e71-8027-911cf33adae6 x-compute-request-id: req-e8185a55-e03d-4e71-8027-911cf33adae6 Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:15,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ffbb7aca-9e44-458d-9ab5-a952a30eb632/action used request id req-e8185a55-e03d-4e71-8027-911cf33adae6 2018-09-07 20:43:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aaef5133fd17649c9335848385887f81c6815b59" 2018-09-07 20:43:17,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e67bbab2-e53d-4f28-88d7-b534727d9aef Date: Fri, 07 Sep 2018 20:43: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-07 20:43:17,528 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/98756f21-1f68-4a00-83d0-a2276fb24c8c used request id req-e67bbab2-e53d-4f28-88d7-b534727d9aef 2018-09-07 20:43:17,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:43:18,103 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf7b4642-fac8-4dad-b82c-5c033aec2562 Content-Length: 0 Date: Fri, 07 Sep 2018 20:43:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:43:18,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/8ccd9603-d2f3-43ca-a0b3-3a403c90cecb used request id req-bf7b4642-fac8-4dad-b82c-5c033aec2562 2018-09-07 20:43:18,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9f519054-33a0-448b-a126-058a5c0968fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:43:20,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d4fc305-74bd-41ec-9351-81680588b0f7 Date: Fri, 07 Sep 2018 20:43:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:43:20,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9f519054-33a0-448b-a126-058a5c0968fb used request id req-1d4fc305-74bd-41ec-9351-81680588b0f7 2018-09-07 20:43:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/0cec7bfd-2c19-4b51-bc22-e3ca41c7dcc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:43:22,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ade2d4c8-6db5-491a-92f6-8a1da64c1248 Date: Fri, 07 Sep 2018 20:43:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:43:22,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/0cec7bfd-2c19-4b51-bc22-e3ca41c7dcc3 used request id req-ade2d4c8-6db5-491a-92f6-8a1da64c1248 2018-09-07 20:43:22,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/b562de35-5696-4bf2-bdbb-180cbc2aea0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:43:23,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61fc8225-77b8-4ad5-abbe-ee8f94595cf6 Date: Fri, 07 Sep 2018 20:43:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:43:23,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/b562de35-5696-4bf2-bdbb-180cbc2aea0c used request id req-61fc8225-77b8-4ad5-abbe-ee8f94595cf6 2018-09-07 20:43:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/a46c1bb4-ec4d-422c-a394-2a75eb03f674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c833db02620478a4a1a16f0c945ca698f47c7cf7" 2018-09-07 20:43:24,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0658732b-e9e6-459e-9502-0c61795c2681 Date: Fri, 07 Sep 2018 20:43:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:43:24,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/a46c1bb4-ec4d-422c-a394-2a75eb03f674 used request id req-0658732b-e9e6-459e-9502-0c61795c2681 2018-09-07 20:43:24,946 - 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. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-09-07 20:43:24,946 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-07 20:43:24,946 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', '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'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-09-07 20:43:24,947 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-09-07 20:43:25,038 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:25,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:25,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:25,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:25,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:25,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:25,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:25,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:25,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:25,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:25,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:25,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:25,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:25,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:25,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:25,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:25,047 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:43:25,050 - paramiko.transport - DEBUG - starting thread (client mode): 0xb59b87d0L 2018-09-07 20:43:25,050 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:25,077 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:25,077 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:25,082 - 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-07 20:43:25,083 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:25,083 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:25,083 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:25,083 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:25,083 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:25,092 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:25,093 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:25,113 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 20:43:25,114 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:25,131 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:25,230 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:25,231 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:25,457 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:25,457 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:25,497 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:25,497 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:25,540 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:30,362 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:30,364 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:30,366 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a47110L 2018-09-07 20:43:30,367 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:30,372 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:30,373 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:30,376 - 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-07 20:43:30,376 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:30,376 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:30,376 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:30,377 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:30,377 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:30,382 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:30,382 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:30,398 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:43:30,399 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:30,422 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:30,434 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:30,463 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:30,522 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:30,523 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:30,562 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:30,563 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:30,568 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:30,602 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:30,603 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:30,604 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:30,606 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:30,606 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:30,647 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:30,684 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:30,685 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:30,686 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:30,687 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:30,687 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:30,728 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:30,758 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:30,759 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:30,761 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5aba810L 2018-09-07 20:43:30,762 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:30,767 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:30,767 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:30,769 - 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-07 20:43:30,769 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:30,770 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:30,770 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:30,770 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:30,770 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:30,775 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:30,776 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:30,777 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:43:30,778 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:30,815 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:30,826 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:30,842 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:30,906 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:30,906 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:30,945 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:30,946 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:30,954 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:30,987 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:30,988 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:30,988 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:30,990 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:30,990 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:31,030 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:31,064 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:31,066 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:31,067 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:31,068 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:31,068 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:31,108 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:31,139 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:31,140 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:31,142 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5aa9f10L 2018-09-07 20:43:31,142 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:31,149 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:31,149 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:31,152 - 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-07 20:43:31,152 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:31,152 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:31,153 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:31,153 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:31,153 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:31,158 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:31,158 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:31,174 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:43:31,175 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:31,198 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:31,211 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:31,239 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:31,306 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:31,306 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:31,345 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:31,345 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:31,351 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:31,387 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:31,388 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:31,389 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:31,390 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:31,390 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:31,431 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:31,471 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:31,472 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:31,473 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:31,474 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:31,474 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:31,515 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:31,548 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:31,549 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:31,551 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5ada150L 2018-09-07 20:43:31,552 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:31,558 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:31,558 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:31,561 - 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-07 20:43:31,561 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:31,561 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:31,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:31,562 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:31,562 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:31,567 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:31,567 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:31,583 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:43:31,584 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:31,606 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:31,617 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:31,648 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:31,708 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:31,708 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:31,747 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:31,748 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:31,752 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:31,782 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:31,783 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:31,784 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:31,785 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:31,785 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:31,826 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:31,859 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:31,860 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:31,861 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:31,861 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:31,862 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:31,902 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:31,929 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:31,930 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:31,933 - paramiko.transport - DEBUG - starting thread (client mode): 0xb66e9ad0L 2018-09-07 20:43:31,933 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:31,937 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:31,937 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:31,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-07 20:43:31,940 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:31,940 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:31,940 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:31,941 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:31,941 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:31,945 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:31,946 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:31,949 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:43:31,949 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:31,985 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:31,996 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:32,014 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:32,085 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:32,085 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:32,124 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:32,125 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:32,133 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:32,163 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:32,164 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:32,165 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:32,166 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:32,166 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:32,206 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:32,239 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:32,240 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:32,241 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:32,242 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:32,242 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:32,282 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:32,308 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:32,309 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:32,310 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:32,311 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:32,311 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:32,319 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:37,048 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:37,049 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:37,051 - paramiko.transport - DEBUG - starting thread (client mode): 0xb59b8d10L 2018-09-07 20:43:37,051 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:37,056 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:37,057 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:37,059 - 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-07 20:43:37,059 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:37,059 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:37,059 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:37,059 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:37,060 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:37,064 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:37,065 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:37,066 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:43:37,067 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:37,104 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:37,116 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:37,131 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:37,201 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:37,201 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:37,240 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:37,241 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:37,250 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:37,283 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:37,283 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:37,284 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:37,285 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:37,285 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:37,326 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:37,361 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:37,362 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:37,363 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:37,364 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:37,364 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:37,404 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:37,435 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:37,436 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:37,438 - paramiko.transport - DEBUG - starting thread (client mode): 0xb59fed50L 2018-09-07 20:43:37,439 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:37,445 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:37,445 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:37,449 - 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-07 20:43:37,450 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:37,450 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:37,450 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:37,450 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:37,450 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:37,455 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:37,455 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:37,470 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:43:37,471 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:37,495 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:37,508 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:37,535 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:37,602 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:37,602 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:37,641 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:37,642 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:37,647 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:37,684 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:37,685 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:37,686 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:37,687 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:37,687 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:37,728 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:37,766 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:37,768 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:37,768 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:37,769 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:37,769 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:37,810 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:37,842 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:37,843 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:37,846 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a30a90L 2018-09-07 20:43:37,846 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:37,851 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:37,851 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:37,854 - 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-07 20:43:37,854 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:37,854 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:37,854 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:37,855 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:37,855 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:37,859 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:37,860 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:37,862 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:43:37,862 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:37,900 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:37,910 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:37,927 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:37,989 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:37,989 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:38,028 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:38,029 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:38,034 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:38,068 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:38,069 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:38,069 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:38,070 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:38,070 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:38,111 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:38,147 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:38,148 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:38,149 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:38,150 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:38,150 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:38,191 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:38,224 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:38,225 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:38,227 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a33750L 2018-09-07 20:43:38,228 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:38,232 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:38,232 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:38,235 - 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-07 20:43:38,235 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:38,235 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:38,235 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:38,235 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:38,235 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:38,240 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:38,240 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:38,243 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:43:38,244 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:38,280 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:38,290 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:38,308 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:38,366 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:38,366 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:38,405 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:38,406 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:38,411 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:38,440 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:38,441 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:38,442 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:38,443 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:38,443 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:38,484 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:38,516 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:38,517 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:38,518 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:38,519 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:38,519 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:38,559 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:38,585 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:38,587 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:38,589 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a0f590L 2018-09-07 20:43:38,589 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:43:38,595 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:43:38,595 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:43:38,598 - 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-07 20:43:38,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:43:38,599 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:43:38,599 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:43:38,599 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:43:38,599 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:43:38,604 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:43:38,604 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:43:38,605 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:43:38,605 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:43:38,643 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:43:38,655 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:43:38,670 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:43:38,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:43:38,755 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:43:38,794 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:43:38,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:43:38,805 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:43:38,836 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:43:38,837 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:43:38,838 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:43:38,838 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:43:38,839 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:43:38,879 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:43:38,911 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:43:38,912 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:43:38,912 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:43:38,913 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:43:38,914 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:43:38,954 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:43:38,981 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:43:38,982 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:43:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:38,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4cdc802-1e77-4be5-b54c-ecf39b4f9286 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:38,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c4cdc802-1e77-4be5-b54c-ecf39b4f9286 2018-09-07 20:43:38,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:39,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["rMFx0pDxQae2nPqF-bHY4A"], "issued_at": "2018-09-07T20:43:39.000000Z"}} 2018-09-07 20:43:39,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c994bab7ab978b0d71ff90d285e86550e4d4ff11" 2018-09-07 20:43:39,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-4c2a6766-a956-4c20-be22-ad4c7471c80f Date: Fri, 07 Sep 2018 20:43:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:43:39,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-4c2a6766-a956-4c20-be22-ad4c7471c80f 2018-09-07 20:43:39,554 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:43:39,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c994bab7ab978b0d71ff90d285e86550e4d4ff11" 2018-09-07 20:43:39,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e5217b8-284f-4e3a-b589-82d69f5058f1 Date: Fri, 07 Sep 2018 20:43: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-07 20:43:39,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-9e5217b8-284f-4e3a-b589-82d69f5058f1 2018-09-07 20:43:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c994bab7ab978b0d71ff90d285e86550e4d4ff11" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:43:39,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819 X-Openstack-Request-Id: req-e0b77a5b-8da2-41f6-b022-7d5370931c5d Date: Fri, 07 Sep 2018 20:43:39 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:43:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:43:39Z", "visibility": "public", "locations": [], "self": "/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "min_disk": 0, "protected": false, "id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "file": "/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:43:39,932 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e0b77a5b-8da2-41f6-b022-7d5370931c5d 2018-09-07 20:43:39,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c994bab7ab978b0d71ff90d285e86550e4d4ff11" -d '' 2018-09-07 20:43:42,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dad3cb83-9ae7-4870-911a-d690282ec301 Date: Fri, 07 Sep 2018 20:43: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-07 20:43:42,154 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819/file used request id req-dad3cb83-9ae7-4870-911a-d690282ec301 2018-09-07 20:43:42,154 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-09-07 20:43:42,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:42,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81bbd7a-dcef-43e9-9efd-dc52805f6375 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:42,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c81bbd7a-dcef-43e9-9efd-dc52805f6375 2018-09-07 20:43:42,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:42,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["igvJGQF1TP2KhKzIMbHwJQ"], "issued_at": "2018-09-07T20:43:42.000000Z"}} 2018-09-07 20:43:42,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c54cd3d163f57df78096a99e9eba01d01a36ef58" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-09-07 20:43:42,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-19aea40f-962e-486e-86c2-572d71d65038 Date: Fri, 07 Sep 2018 20:43: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":"475fc51e-16b9-473e-8c27-eea5771d210e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:43:42Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:43:42Z","mtu":1450}} 2018-09-07 20:43:42,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-19aea40f-962e-486e-86c2-572d71d65038 2018-09-07 20:43:42,960 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 475fc51e-16b9-473e-8c27-eea5771d210e with cidr 10.10.10.0/24 2018-09-07 20:43:42,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c54cd3d163f57df78096a99e9eba01d01a36ef58" -d '{"subnets": [{"ip_version": 4, "network_id": "475fc51e-16b9-473e-8c27-eea5771d210e", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-09-07 20:43:43,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-74d9cf80-8cf7-4f87-b700-d46107e4cc62 Date: Fri, 07 Sep 2018 20:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"475fc51e-16b9-473e-8c27-eea5771d210e","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:43:43Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:43: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":"a3d1e38333674f33ba762d66c366b2a8","id":"9065e611-a159-4668-b9cf-4b9a05356890","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-09-07 20:43:43,527 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-74d9cf80-8cf7-4f87-b700-d46107e4cc62 2018-09-07 20:43:43,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c54cd3d163f57df78096a99e9eba01d01a36ef58" 2018-09-07 20:43:43,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-d6d7b51a-81d1-4d7c-8c00-14eb790b2400 Date: Fri, 07 Sep 2018 20:43:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:43:43,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-d6d7b51a-81d1-4d7c-8c00-14eb790b2400 2018-09-07 20:43:43,769 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:43:43,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:43,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4daca58d-b671-4b7b-855f-8ba7eed6152d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:43,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4daca58d-b671-4b7b-855f-8ba7eed6152d 2018-09-07 20:43:43,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:44,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["KUlt5gRwTk2e0uP8ptBfVQ"], "issued_at": "2018-09-07T20:43:44.000000Z"}} 2018-09-07 20:43:44,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2897c03c3ba6ea5c88c1aa03465dd3c4d1a314" 2018-09-07 20:43:44,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2f29dd8-2910-44bd-822e-702b6dfe475b x-compute-request-id: req-e2f29dd8-2910-44bd-822e-702b6dfe475b 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:43:44,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-e2f29dd8-2910-44bd-822e-702b6dfe475b 2018-09-07 20:43:44,348 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:43:44,349 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:43:44,349 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:43:44,352 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:43:44,405 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:43:44,406 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:43:44,407 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:43:44,408 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:43:44,408 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:43:44,449 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:43:44,507 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:43:44,510 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:43:44,510 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:43:44,511 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:43:44,512 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:43:44,514 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:43:44,558 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:43:44,559 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:43:44,560 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:43:44,561 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:43:44,561 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:43:44,601 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:43:44,650 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:43:44,653 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:43:44,654 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:43:44,655 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:43:44,655 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:43:44,659 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:43:44,698 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:43:44,699 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:43:44,700 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:43:44,701 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:43:44,701 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:43:44,742 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:43:44,780 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:43:44,781 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:43:44,782 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:43:44,783 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:43:44,783 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:43:44,786 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:43:44,823 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:43:44,825 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:43:44,825 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:43:44,826 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:43:44,826 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:43:44,867 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:43:44,907 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:43:44,908 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-09-07 20:43:44,908 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=346cc9db-350e-4991-9e60-96ee3fa3d819 network=475fc51e-16b9-473e-8c27-eea5771d210e secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:43:44,908 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:43:44,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:44,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:44,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:44,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:44,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:44,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3366fd0-3b89-4ed8-b800-151198b48fe6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:44,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e3366fd0-3b89-4ed8-b800-151198b48fe6 2018-09-07 20:43:44,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:45,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["_Tmi-IpkR9-hE4TysjlHjw"], "issued_at": "2018-09-07T20:43:45.000000Z"}} 2018-09-07 20:43:45,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96641d8644386c2277435bce610da1f5daf3d4a6" 2018-09-07 20:43:45,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d83614f2-49b6-44e2-bc2e-34bea5bb2e2f x-compute-request-id: req-d83614f2-49b6-44e2-bc2e-34bea5bb2e2f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:43:45,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-d83614f2-49b6-44e2-bc2e-34bea5bb2e2f 2018-09-07 20:43:45,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96641d8644386c2277435bce610da1f5daf3d4a6" 2018-09-07 20:43:45,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fdabfb85-5299-4277-b087-2809fc200ffa x-compute-request-id: req-fdabfb85-5299-4277-b087-2809fc200ffa Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:43:45,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-fdabfb85-5299-4277-b087-2809fc200ffa 2018-09-07 20:43:45,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96641d8644386c2277435bce610da1f5daf3d4a6" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "346cc9db-350e-4991-9e60-96ee3fa3d819", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "475fc51e-16b9-473e-8c27-eea5771d210e"}]}}' 2018-09-07 20:43:47,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6176cbc-082e-488d-b2ad-cbb39777fadb x-compute-request-id: req-e6176cbc-082e-488d-b2ad-cbb39777fadb Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "bookmark"}], "adminPass": "vXEMVjSF8ZzH"}} 2018-09-07 20:43:47,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-e6176cbc-082e-488d-b2ad-cbb39777fadb 2018-09-07 20:43:47,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:47,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73dbfcff-bf5a-4cf3-b9f0-85d490cb1a39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:47,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-73dbfcff-bf5a-4cf3-b9f0-85d490cb1a39 2018-09-07 20:43:47,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:47,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["ARVUahCvTwyhVArRvCBLwg"], "issued_at": "2018-09-07T20:43:47.000000Z"}} 2018-09-07 20:43:47,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e673c8c176e4609f8ef8ba722c1c76087bce7f89" 2018-09-07 20:43:47,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0131b8b1-9fbc-4a39-a4c9-ef3c5c6fcdc7 x-compute-request-id: req-0131b8b1-9fbc-4a39-a4c9-ef3c5c6fcdc7 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.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:43:47Z", "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-07T20:43:46Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:43:47,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 used request id req-0131b8b1-9fbc-4a39-a4c9-ef3c5c6fcdc7 2018-09-07 20:43:50,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e673c8c176e4609f8ef8ba722c1c76087bce7f89" 2018-09-07 20:43:51,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe1d55e-ef1a-4a88-9987-88da43767a6c x-compute-request-id: req-cfe1d55e-ef1a-4a88-9987-88da43767a6c Content-Encoding: gzip Content-Length: 774 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:90:b6:73", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:43:48Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:46Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:43:51,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 used request id req-cfe1d55e-ef1a-4a88-9987-88da43767a6c 2018-09-07 20:43:54,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e673c8c176e4609f8ef8ba722c1c76087bce7f89" 2018-09-07 20:43:55,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2355044a-813f-4af0-bd11-ab517bb7b90e x-compute-request-id: req-2355044a-813f-4af0-bd11-ab517bb7b90e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:73", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-09-07T20:43:53.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:43:53Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:46Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:43:55,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 used request id req-2355044a-813f-4af0-bd11-ab517bb7b90e 2018-09-07 20:43:55,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96641d8644386c2277435bce610da1f5daf3d4a6" 2018-09-07 20:43:56,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-a13c7237-57a2-4156-918f-b7c17359ba26 x-compute-request-id: req-a13c7237-57a2-4156-918f-b7c17359ba26 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:73", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-09-07T20:43:53.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "af3ca95e-80cd-46c1-9039-282b9bb2f6a2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:43:53Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:46Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:43:56,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2 used request id req-a13c7237-57a2-4156-918f-b7c17359ba26 2018-09-07 20:43:56,149 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.13'. 2018-09-07 20:43:56,149 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-09-07 20:43:56,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2897c03c3ba6ea5c88c1aa03465dd3c4d1a314" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:43:57,558 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-f9155563-e9bf-40a0-a990-e5bfb6689149 x-compute-request-id: req-f9155563-e9bf-40a0-a990-e5bfb6689149 Content-Length: 0 Content-Type: application/json 2018-09-07 20:43:57,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action used request id req-f9155563-e9bf-40a0-a990-e5bfb6689149 2018-09-07 20:43:57,559 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-09-07 20:43:57,559 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=346cc9db-350e-4991-9e60-96ee3fa3d819 network=475fc51e-16b9-473e-8c27-eea5771d210e secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:57,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:57,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:57,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:43:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:43:57,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:43:57,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:43:57,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:57,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f2a836-1876-44d5-ae63-d85138c631d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:57,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a0f2a836-1876-44d5-ae63-d85138c631d5 2018-09-07 20:43:57,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:43:58,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:43:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["7-cPQJRMRwOSPYmtIDwSmg"], "issued_at": "2018-09-07T20:43:58.000000Z"}} 2018-09-07 20:43:58,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" 2018-09-07 20:43:58,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-122bdd29-c709-4594-98c4-de946d163287 x-compute-request-id: req-122bdd29-c709-4594-98c4-de946d163287 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:43:58,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-122bdd29-c709-4594-98c4-de946d163287 2018-09-07 20:43:58,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" 2018-09-07 20:43:58,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43: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-92bc8e7d-58f4-4b74-ad6e-f6a69a32114a x-compute-request-id: req-92bc8e7d-58f4-4b74-ad6e-f6a69a32114a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:43:58,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-92bc8e7d-58f4-4b74-ad6e-f6a69a32114a 2018-09-07 20:43:58,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "346cc9db-350e-4991-9e60-96ee3fa3d819", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "475fc51e-16b9-473e-8c27-eea5771d210e"}]}}' 2018-09-07 20:43:59,668 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:43: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-6adf65d8-a270-4dfb-ab74-f5d0d73d8d97 x-compute-request-id: req-6adf65d8-a270-4dfb-ab74-f5d0d73d8d97 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "74380e52-3c7b-4a5b-af5f-7202db0ca291", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "bookmark"}], "adminPass": "M96utPgWYPJc"}} 2018-09-07 20:43:59,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6adf65d8-a270-4dfb-ab74-f5d0d73d8d97 2018-09-07 20:43:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:43:59,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e588856d-fc0f-4dff-ab4e-50695b6a3aba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:43:59,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e588856d-fc0f-4dff-ab4e-50695b6a3aba 2018-09-07 20:43:59,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:44:00,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:44:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["UNJ9eCeXTjGocQTY01hLug"], "issued_at": "2018-09-07T20:44:00.000000Z"}} 2018-09-07 20:44:00,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853136b2c373a9328bc840dc0578b72b5f07442b" 2018-09-07 20:44:00,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-8e17a783-5b7d-48f1-ab56-feaeca8781d8 x-compute-request-id: req-8e17a783-5b7d-48f1-ab56-feaeca8781d8 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "74380e52-3c7b-4a5b-af5f-7202db0ca291", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:44: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": "sdnvpn-12-1", "created": "2018-09-07T20:43:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:44:00,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 used request id req-8e17a783-5b7d-48f1-ab56-feaeca8781d8 2018-09-07 20:44:03,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853136b2c373a9328bc840dc0578b72b5f07442b" 2018-09-07 20:44:04,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-22989bc3-a297-4ed3-afa3-00fdbdf3300f x-compute-request-id: req-22989bc3-a297-4ed3-afa3-00fdbdf3300f Content-Encoding: gzip Content-Length: 778 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:a7:69:41", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "74380e52-3c7b-4a5b-af5f-7202db0ca291", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:44:00Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:44:04,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 used request id req-22989bc3-a297-4ed3-afa3-00fdbdf3300f 2018-09-07 20:44:07,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}853136b2c373a9328bc840dc0578b72b5f07442b" 2018-09-07 20:44:08,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-bd293ce3-94f9-422d-92d6-04e989a51c84 x-compute-request-id: req-bd293ce3-94f9-422d-92d6-04e989a51c84 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:a7:69:41", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-09-07T20:44:03.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "74380e52-3c7b-4a5b-af5f-7202db0ca291", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:44:04Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:44:08,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 used request id req-bd293ce3-94f9-422d-92d6-04e989a51c84 2018-09-07 20:44:08,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" 2018-09-07 20:44:09,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-6b795b61-0444-46a0-a5ab-5bb9326e9e8b x-compute-request-id: req-6b795b61-0444-46a0-a5ab-5bb9326e9e8b 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:a7:69:41", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291", "rel": "bookmark"}], "image": {"id": "346cc9db-350e-4991-9e60-96ee3fa3d819", "links": [{"href": "http://172.30.9.25:8774/images/346cc9db-350e-4991-9e60-96ee3fa3d819", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-09-07T20:44:03.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "74380e52-3c7b-4a5b-af5f-7202db0ca291", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:44:04Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:43:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:44:09,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291 used request id req-6b795b61-0444-46a0-a5ab-5bb9326e9e8b 2018-09-07 20:44:09,253 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.12'. 2018-09-07 20:44:09,253 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-09-07 20:44:09,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2897c03c3ba6ea5c88c1aa03465dd3c4d1a314" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:44:10,642 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:44:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d6dcd26a-138e-42b9-a621-95fb2038ddfd x-compute-request-id: req-d6dcd26a-138e-42b9-a621-95fb2038ddfd Content-Length: 0 Content-Type: application/json 2018-09-07 20:44:10,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-d6dcd26a-138e-42b9-a621-95fb2038ddfd 2018-09-07 20:44:10,643 - sdnvpn_test_utils - INFO - Waiting for instance 74380e52-3c7b-4a5b-af5f-7202db0ca291 to boot up 2018-09-07 20:44:10,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:11,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-cb7634d3-04f7-4ea3-8657-fe19806501ff x-compute-request-id: req-cb7634d3-04f7-4ea3-8657-fe19806501ff Content-Encoding: gzip Content-Length: 9437 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\n"} 2018-09-07 20:44:11,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-cb7634d3-04f7-4ea3-8657-fe19806501ff 2018-09-07 20:44:13,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:14,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-df560c63-fe37-4998-8636-91ac15593b18 x-compute-request-id: req-df560c63-fe37-4998-8636-91ac15593b18 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:14,805 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-df560c63-fe37-4998-8636-91ac15593b18 2018-09-07 20:44:16,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:17,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31d48f6b-daac-4263-a60f-1da1f35af9d2 x-compute-request-id: req-31d48f6b-daac-4263-a60f-1da1f35af9d2 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:17,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-31d48f6b-daac-4263-a60f-1da1f35af9d2 2018-09-07 20:44:19,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:20,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-8f8a2394-26e3-4140-ab9b-f837ae62486d x-compute-request-id: req-8f8a2394-26e3-4140-ab9b-f837ae62486d Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:20,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-8f8a2394-26e3-4140-ab9b-f837ae62486d 2018-09-07 20:44:23,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:24,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-91e7454d-ecc0-4ef8-9530-d3c89bd0efab x-compute-request-id: req-91e7454d-ecc0-4ef8-9530-d3c89bd0efab Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:24,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-91e7454d-ecc0-4ef8-9530-d3c89bd0efab 2018-09-07 20:44:26,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:27,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-0bb1f547-bdcb-42d3-8c4a-9f84328d18fd x-compute-request-id: req-0bb1f547-bdcb-42d3-8c4a-9f84328d18fd 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 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:27,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-0bb1f547-bdcb-42d3-8c4a-9f84328d18fd 2018-09-07 20:44:29,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:30,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de822d11-2453-4306-ba11-be3c8d78ffa6 x-compute-request-id: req-de822d11-2453-4306-ba11-be3c8d78ffa6 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 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:30,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-de822d11-2453-4306-ba11-be3c8d78ffa6 2018-09-07 20:44:32,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:33,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-515e683f-c296-42c1-8a99-812b63c42337 x-compute-request-id: req-515e683f-c296-42c1-8a99-812b63c42337 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 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:33,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-515e683f-c296-42c1-8a99-812b63c42337 2018-09-07 20:44:35,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:36,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-b667cae0-446f-47c6-82c8-30e3ac3434a0 x-compute-request-id: req-b667cae0-446f-47c6-82c8-30e3ac3434a0 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 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:36,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-b667cae0-446f-47c6-82c8-30e3ac3434a0 2018-09-07 20:44:38,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:39,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d8bf763a-a234-433a-9d2d-3910608335b9 x-compute-request-id: req-d8bf763a-a234-433a-9d2d-3910608335b9 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 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:39,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-d8bf763a-a234-433a-9d2d-3910608335b9 2018-09-07 20:44:41,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:42,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ca239de-fe0b-427c-a42c-400c83757cf4 x-compute-request-id: req-7ca239de-fe0b-427c-a42c-400c83757cf4 Content-Encoding: gzip Content-Length: 10108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:42,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-7ca239de-fe0b-427c-a42c-400c83757cf4 2018-09-07 20:44:44,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:45,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-170892b0-cab1-42b3-8999-21bf736294dc x-compute-request-id: req-170892b0-cab1-42b3-8999-21bf736294dc Content-Encoding: gzip Content-Length: 10108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:45,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-170892b0-cab1-42b3-8999-21bf736294dc 2018-09-07 20:44:47,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:48,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-468d322f-b102-4fb0-9b10-fc12111d421b x-compute-request-id: req-468d322f-b102-4fb0-9b10-fc12111d421b Content-Encoding: gzip Content-Length: 10108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:48,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-468d322f-b102-4fb0-9b10-fc12111d421b 2018-09-07 20:44:50,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:51,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44: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-2eb8e09d-73c7-4601-9e8d-405ada5ef4d9 x-compute-request-id: req-2eb8e09d-73c7-4601-9e8d-405ada5ef4d9 Content-Encoding: gzip Content-Length: 10108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.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-07 20:44:51,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-2eb8e09d-73c7-4601-9e8d-405ada5ef4d9 2018-09-07 20:44:53,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b309ebc072ff912f6e7a4fd9621cfc6a52db40fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:55,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c976cba-b9e6-49b2-855f-6c1556aa8f5f x-compute-request-id: req-4c976cba-b9e6-49b2-855f-6c1556aa8f5f Content-Encoding: gzip Content-Length: 10928 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512015872 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135965] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137652] pid_max: default: 32768 minimum: 301\n[ 0.138579] ACPI: Core revision 20150930\n[ 0.139986] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141319] Security Framework initialized\n[ 0.142155] Yama: becoming mindful.\n[ 0.142902] AppArmor: AppArmor initialized\n[ 0.143794] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145151] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149120] Initializing cgroup subsys io\n[ 0.149949] Initializing cgroup subsys memory\n[ 0.150840] Initializing cgroup subsys devices\n[ 0.151753] Initializing cgroup subsys freezer\n[ 0.152648] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154466] Initializing cgroup subsys net_prio\n[ 0.155391] Initializing cgroup subsys hugetlb\n[ 0.156283] Initializing cgroup subsys pids\n[ 0.157172] CPU: Physical Processor ID: 0\n[ 0.158697] mce: CPU supports 10 MCE banks\n[ 0.159582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160619] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171776] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178147] ftrace: allocating 31920 entries in 125 pages\n[ 0.204607] smpboot: Max logical packages: 1\n[ 0.205470] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206827] x2apic enabled\n[ 0.207640] Switched APIC routing to physical x2apic.\n[ 0.209370] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210481] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212448] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214215] KVM setup paravirtual spinlock\n[ 0.215499] x86: Booted up 1 node, 1 CPUs\n[ 0.216294] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217677] devtmpfs: initialized\n[ 0.219378] evm: security.selinux\n[ 0.220073] evm: security.SMACK64\n[ 0.220759] evm: security.SMACK64EXEC\n[ 0.221494] evm: security.SMACK64TRANSMUTE\n[ 0.222289] evm: security.SMACK64MMAP\n[ 0.223022] evm: security.ima\n[ 0.223661] evm: security.capability\n[ 0.224451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226289] pinctrl core: initialized pinctrl subsystem\n[ 0.227368] RTC time: 20:44:03, date: 09/07/18\n[ 0.228340] NET: Registered protocol family 16\n[ 0.229304] cpuidle: using governor ladder\n[ 0.230126] cpuidle: using governor menu\n[ 0.230911] PCCT header not found.\n[ 0.231648] ACPI: bus type PCI registered\n[ 0.232446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233702] PCI: Using configuration type 1 for base access\n[ 0.235435] ACPI: Added _OSI(Module Device)\n[ 0.236261] ACPI: Added _OSI(Processor Device)\n[ 0.237116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238005] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240105] ACPI: Interpreter enabled\n[ 0.240861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244492] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248121] ACPI: (supports S0 S5)\n[ 0.248832] ACPI: Using IOAPIC for interrupt routing\n[ 0.249771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253982] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255189] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256367] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258572] acpiphp: Slot [3] registered\n[ 0.259359] acpiphp: Slot [4] registered\n[ 0.260151] acpiphp: Slot [5] registered\n[ 0.260943] acpiphp: Slot [6] registered\n[ 0.261727] acpiphp: Slot [7] registered\n[ 0.262511] acpiphp: Slot [8] registered\n[ 0.263293] acpiphp: Slot [9] registered\n[ 0.264075] acpiphp: Slot [10] registered\n[ 0.264866] acpiphp: Slot [11] registered\n[ 0.265676] acpiphp: Slot [12] registered\n[ 0.266466] acpiphp: Slot [13] registered\n[ 0.267281] acpiphp: Slot [14] registered\n[ 0.268076] acpiphp: Slot [15] registered\n[ 0.279077] acpiphp: Slot [16] registered\n[ 0.279885] acpiphp: Slot [17] registered\n[ 0.280679] acpiphp: Slot [18] registered\n[ 0.281467] acpiphp: Slot [19] registered\n[ 0.282258] acpiphp: Slot [20] registered\n[ 0.283052] acpiphp: Slot [21] registered\n[ 0.283870] acpiphp: Slot [22] registered\n[ 0.284664] acpiphp: Slot [23] registered\n[ 0.285453] acpiphp: Slot [24] registered\n[ 0.286246] acpiphp: Slot [25] registered\n[ 0.287037] acpiphp: Slot [26] registered\n[ 0.287831] acpiphp: Slot [27] registered\n[ 0.288628] acpiphp: Slot [28] registered\n[ 0.289420] acpiphp: Slot [29] registered\n[ 0.290214] acpiphp: Slot [30] registered\n[ 0.291004] acpiphp: Slot [31] registered\n[ 0.291795] PCI host bridge to bus 0000:00\n[ 0.292585] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307605] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314087] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315500] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363973] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370151] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371661] vgaarb: loaded\n[ 0.372246] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373369] SCSI subsystem initialized\n[ 0.374176] ACPI: bus type USB registered\n[ 0.374972] usbcore: registered new interface driver usbfs\n[ 0.375970] usbcore: registered new interface driver hub\n[ 0.376949] usbcore: registered new device driver usb\n[ 0.377983] PCI: Using ACPI for IRQ routing\n[ 0.378984] NetLabel: Initializing\n[ 0.379681] NetLabel: domain hash size = 128\n[ 0.380513] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381433] NetLabel: unlabeled traffic allowed by default\n[ 0.382512] clocksource: Switched to clocksource kvm-clock\n[ 0.387990] AppArmor: AppArmor Filesystem Enabled\n[ 0.388943] pnp: PnP ACPI init\n[ 0.389840] pnp: PnP ACPI: found 5 devices\n[ 0.396200] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397892] NET: Registered protocol family 2\n[ 0.398836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402396] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403462] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404619] NET: Registered protocol family 1\n[ 0.405470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421628] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435811] Trying to unpack rootfs image as initramfs...\n[ 0.485575] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499378] Scanning for low memory corruption every 60 seconds\n[ 0.500744] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501886] audit: initializing netlink subsys (disabled)\n[ 0.502913] audit: type=2000 audit(1536353044.711:1): initialized\n[ 0.504207] Initialise system trusted keyring\n[ 0.505121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506272] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508228] zbud: loaded\n[ 0.508934] VFS: Disk quotas dquot_6.6.0\n[ 0.509741] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511238] fuse init (API version 7.23)\n[ 0.512113] Key type big_key registered\n[ 0.512903] Allocating IMA MOK and blacklist keyrings.\n[ 0.514368] Key type asymmetric registered\n[ 0.515193] Asymmetric key parser 'x509' registered\n[ 0.516140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517585] io scheduler noop registered\n[ 0.518362] io scheduler deadline registered (default)\n[ 0.519340] io scheduler cfq registered\n[ 0.520178] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523888] ACPI: Power Button [PWRF]\n[ 0.524713] GHES: HEST is not enabled!\n[ 0.538386] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570851] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596990] Linux agpgart interface v0.103\n[ 0.598996] brd: module loaded\n[ 0.600126] loop: module loaded\n[ 0.604552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605984] GPT:90111 != 2097151\n[ 0.606658] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607727] GPT:90111 != 2097151\n[ 0.608382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609323] vda: vda1 vda15\n[ 0.610755] scsi host0: ata_piix\n[ 0.611480] scsi host1: ata_piix\n[ 0.612174] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613357] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614773] libphy: Fixed MDIO Bus: probed\n[ 0.615577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616506] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618650] PPP generic driver version 2.4.2\n[ 0.619528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620779] ehci-pci: EHCI PCI platform driver\n[ 0.621642] ehci-platform: EHCI generic platform driver\n[ 0.622629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623746] ohci-pci: OHCI PCI platform driver\n[ 0.624605] ohci-platform: OHCI generic platform driver\n[ 0.625583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639863] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640853] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642297] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644429] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647051] usb usb1: Product: UHCI Host Controller\n[ 0.647979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649103] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650085] hub 1-0:1.0: USB hub found\n[ 0.650867] hub 1-0:1.0: 2 ports detected\n[ 0.651753] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654793] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655809] mousedev: PS/2 mouse device common for all mice\n[ 0.657042] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658858] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659933] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662292] i2c /dev entries driver\n[ 0.663054] device-mapper: uevent: version 1.0.3\n[ 0.663992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666853] NET: Registered protocol family 10\n[ 0.667825] NET: Registered protocol family 17\n[ 0.668697] Key type dns_resolver registered\n[ 0.669605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672401] registered taskstats version 1\n[ 0.673227] Loading compiled-in X.509 certificates\n[ 0.674669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676502] zswap: loaded using pool lzo/zbud\n[ 0.677844] Key type trusted registered\n[ 0.679371] Key type encrypted registered\n[ 0.680189] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681201] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682217] evm: HMAC attrs: 0x1\n[ 0.683164] Magic number: 2:351:750\n[ 0.683923] ata_link link1: hash matches\n[ 0.684697] link1: hash matches\n[ 0.685364] tty ttyS1: hash matches\n[ 0.686157] rtc_cmos 00:00: setting system clock to 2018-09-07 20:44:04 UTC (1536353044)\n[ 0.687751] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688858] EDD information not available.\n[ 0.771601] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773135] Write protecting the kernel read-only data: 14336k\n[ 0.774698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776478] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819028] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.02. iid=i-00000138\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSOwm4z5sEBb2yq5E6z+tVg0WJmm2eMm394vx9xZbThVSKsbFRnzMGq5qtRL6kmZi2Lou7MThoIm73kGNooezSEnuFGxMaJnD25HnXPLXFJtX159RzBddD+Bv6d2ICrb61Ky30VeVLNNWpIUDmrVp7YNnO5BCuukOzNi8A5zfRej5CtS64jAx+OAPTlm1c+3qZfLL6ufUj9xuTPQI/6P/bNnGfp+Vq7lPWxru7CbgDtlUEY1zNHn9Jpvl2hVoMj3q4YygCfAyklmyPy31dpShjoQJSbUtKs/WC6fHkHSLt7cBWsjitr8U7JjQonZTHfiDKLEc2RFh8UxAcybCknvKv root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBANgc0gbzgbp3RpKZbex+eTUlCEzoubJbupTeUTfZqxqWsP4PMMXME71atcLQfG0BfP/KZnCiqRgOVCMbj6IzwpU7cG0yXrH1yv9wVm5LX/JB4Py+75F/61JxYzdJIhy8iTM1HislUTSbpxaF6gUBvRC+INm7rWvtTaTMaqOW9AO5AAAAFQDBTBSgbOlFIWqf7qGGCPBZFY/JqwAAAIAvbdEYz3NBblf7z/2KFtN8Q/9hsTPPktm6LIvEgxfLUN6bpSlVOSp67gMSe153nAiiBEd3sBa27FKw/5J1C3aXfz07AdBg9sLYeZCNuCsUx26R86D/966QNmxHuezuvNATinhFUyVFUGLqktxTIbCLMBjb0RjmvjIpesmz3KSVQAAAAIEAnACeWB6R0alnTriGFBS+jsjjD3e8qs9UMOZCG4nQYq6H7TyTRer2sKCnbnyBG0ZbnFIT3OuwnJYHBAyGwina8VPG4f84/zbwvJqQZbJ064DwuHj59jXCjZPbmuOaxLhcLdT6aT+qGn+5EAKfb20lDNS6X2EZwffa9fKOTVqdLMk= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fea7:6941/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000138\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.06 ===\n/dev/root resized successfully [took 1.96s]\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:A7:69:41 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:6941/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 errors:0 dropped:4 overruns:0 frame:0\n TX packets:103 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (7.8 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.101710] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.113600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.124339] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.124341] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.124343] usb 1-1: Product: QEMU USB Tablet\n[ 1.124344] usb 1-1: Manufacturer: QEMU\n[ 1.124344] usb 1-1: SerialNumber: 42\n[ 1.498745] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 4.195340] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.043540] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:44:04 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:44:04 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:44:04 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 7 21:44:04 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:44:04 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:44:04 cirros kern.info kernel: [ 1.124339] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:44:04 cirros kern.info kernel: [ 1.124341] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:44:04 cirros kern.info kernel: [ 1.124343] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:44:04 cirros kern.info kernel: [ 1.124344] usb 1-1: Manufacturer: QEMU\nSep 7 21:44:04 cirros kern.info kernel: [ 1.124344] usb 1-1: SerialNumber: 42\nSep 7 21:44:05 cirros kern.info kernel: [ 1.498745] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:44:07 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:44:07 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:44:08 cirros kern.info kernel: [ 4.195340] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:44:08 cirros kern.info kernel: [ 5.043540] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-1 login: "} 2018-09-07 20:44:55,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-4c976cba-b9e6-49b2-855f-6c1556aa8f5f 2018-09-07 20:44:57,085 - sdnvpn_test_utils - INFO - Waiting for instance af3ca95e-80cd-46c1-9039-282b9bb2f6a2 to boot up 2018-09-07 20:44:57,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96641d8644386c2277435bce610da1f5daf3d4a6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:44:58,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:44:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f028dfd1-f0bc-4751-a320-572eebdd38f7 x-compute-request-id: req-f028dfd1-f0bc-4751-a320-572eebdd38f7 Content-Encoding: gzip Content-Length: 11173 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481838031 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.136398] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.138141] pid_max: default: 32768 minimum: 301\n[ 0.139075] ACPI: Core revision 20150930\n[ 0.140491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141858] Security Framework initialized\n[ 0.142708] Yama: becoming mindful.\n[ 0.143474] AppArmor: AppArmor initialized\n[ 0.144361] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145719] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147065] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148323] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149771] Initializing cgroup subsys io\n[ 0.150614] Initializing cgroup subsys memory\n[ 0.151528] Initializing cgroup subsys devices\n[ 0.152436] Initializing cgroup subsys freezer\n[ 0.153343] Initializing cgroup subsys net_cls\n[ 0.154253] Initializing cgroup subsys perf_event\n[ 0.155207] Initializing cgroup subsys net_prio\n[ 0.156128] Initializing cgroup subsys hugetlb\n[ 0.157034] Initializing cgroup subsys pids\n[ 0.157943] CPU: Physical Processor ID: 0\n[ 0.159481] mce: CPU supports 10 MCE banks\n[ 0.160366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172730] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179287] ftrace: allocating 31920 entries in 125 pages\n[ 0.206021] smpboot: Max logical packages: 1\n[ 0.206913] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208331] x2apic enabled\n[ 0.209171] Switched APIC routing to physical x2apic.\n[ 0.210970] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216085] KVM setup paravirtual spinlock\n[ 0.217398] x86: Booted up 1 node, 1 CPUs\n[ 0.218244] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219693] devtmpfs: initialized\n[ 0.221432] evm: security.selinux\n[ 0.222167] evm: security.SMACK64\n[ 0.222890] evm: security.SMACK64EXEC\n[ 0.223667] evm: security.SMACK64TRANSMUTE\n[ 0.224510] evm: security.SMACK64MMAP\n[ 0.225292] evm: security.ima\n[ 0.225968] evm: security.capability\n[ 0.226806] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228754] pinctrl core: initialized pinctrl subsystem\n[ 0.229899] RTC time: 20:43:53, date: 09/07/18\n[ 0.230891] NET: Registered protocol family 16\n[ 0.231897] cpuidle: using governor ladder\n[ 0.232752] cpuidle: using governor menu\n[ 0.233573] PCCT header not found.\n[ 0.234360] ACPI: bus type PCI registered\n[ 0.235193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236489] PCI: Using configuration type 1 for base access\n[ 0.238296] ACPI: Added _OSI(Module Device)\n[ 0.239181] ACPI: Added _OSI(Processor Device)\n[ 0.240088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243191] ACPI: Interpreter enabled\n[ 0.244006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251750] ACPI: (supports S0 S5)\n[ 0.252494] ACPI: Using IOAPIC for interrupt routing\n[ 0.253583] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259266] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262812] acpiphp: Slot [3] registered\n[ 0.263640] acpiphp: Slot [4] registered\n[ 0.264472] acpiphp: Slot [5] registered\n[ 0.265315] acpiphp: Slot [6] registered\n[ 0.266141] acpiphp: Slot [7] registered\n[ 0.266961] acpiphp: Slot [8] registered\n[ 0.267797] acpiphp: Slot [9] registered\n[ 0.268625] acpiphp: Slot [10] registered\n[ 0.269478] acpiphp: Slot [11] registered\n[ 0.270320] acpiphp: Slot [12] registered\n[ 0.271165] acpiphp: Slot [13] registered\n[ 0.272010] acpiphp: Slot [14] registered\n[ 0.272856] acpiphp: Slot [15] registered\n[ 0.284174] acpiphp: Slot [16] registered\n[ 0.285031] acpiphp: Slot [17] registered\n[ 0.285843] acpiphp: Slot [18] registered\n[ 0.286644] acpiphp: Slot [19] registered\n[ 0.287444] acpiphp: Slot [20] registered\n[ 0.288254] acpiphp: Slot [21] registered\n[ 0.289062] acpiphp: Slot [22] registered\n[ 0.289867] acpiphp: Slot [23] registered\n[ 0.290672] acpiphp: Slot [24] registered\n[ 0.291472] acpiphp: Slot [25] registered\n[ 0.292279] acpiphp: Slot [26] registered\n[ 0.293086] acpiphp: Slot [27] registered\n[ 0.293889] acpiphp: Slot [28] registered\n[ 0.294693] acpiphp: Slot [29] registered\n[ 0.295489] acpiphp: Slot [30] registered\n[ 0.296297] acpiphp: Slot [31] registered\n[ 0.297101] PCI host bridge to bus 0000:00\n[ 0.297899] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299094] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300292] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301722] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303151] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310572] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311740] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312995] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319371] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320792] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366270] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367733] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369142] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371910] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377083] vgaarb: loaded\n[ 0.377705] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378830] SCSI subsystem initialized\n[ 0.379633] ACPI: bus type USB registered\n[ 0.380441] usbcore: registered new interface driver usbfs\n[ 0.381454] usbcore: registered new interface driver hub\n[ 0.382451] usbcore: registered new device driver usb\n[ 0.383558] PCI: Using ACPI for IRQ routing\n[ 0.384578] NetLabel: Initializing\n[ 0.385282] NetLabel: domain hash size = 128\n[ 0.386118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387059] NetLabel: unlabeled traffic allowed by default\n[ 0.388130] clocksource: Switched to clocksource kvm-clock\n[ 0.393513] AppArmor: AppArmor Filesystem Enabled\n[ 0.394447] pnp: PnP ACPI init\n[ 0.395346] pnp: PnP ACPI: found 5 devices\n[ 0.401700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403356] NET: Registered protocol family 2\n[ 0.404296] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405534] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406672] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407800] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408849] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409986] NET: Registered protocol family 1\n[ 0.410832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412947] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426940] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441146] Trying to unpack rootfs image as initramfs...\n[ 0.490707] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504550] Scanning for low memory corruption every 60 seconds\n[ 0.506583] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508384] audit: initializing netlink subsys (disabled)\n[ 0.510033] audit: type=2000 audit(1536353033.942:1): initialized\n[ 0.512554] Initialise system trusted keyring\n[ 0.514442] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516842] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520272] zbud: loaded\n[ 0.521539] VFS: Disk quotas dquot_6.6.0\n[ 0.523099] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526098] fuse init (API version 7.23)\n[ 0.527104] Key type big_key registered\n[ 0.527904] Allocating IMA MOK and blacklist keyrings.\n[ 0.529028] Key type asymmetric registered\n[ 0.529845] Asymmetric key parser 'x509' registered\n[ 0.530789] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532256] io scheduler noop registered\n[ 0.533047] io scheduler deadline registered (default)\n[ 0.534023] io scheduler cfq registered\n[ 0.534860] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537144] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538585] ACPI: Power Button [PWRF]\n[ 0.539780] GHES: HEST is not enabled!\n[ 0.553511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583502] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586201] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612453] Linux agpgart interface v0.103\n[ 0.614466] brd: module loaded\n[ 0.615648] loop: module loaded\n[ 0.619838] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621291] GPT:90111 != 2097151\n[ 0.621967] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623044] GPT:90111 != 2097151\n[ 0.623711] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624666] vda: vda1 vda15\n[ 0.626066] scsi host0: ata_piix\n[ 0.626799] scsi host1: ata_piix\n[ 0.627496] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.628708] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630136] libphy: Fixed MDIO Bus: probed\n[ 0.630949] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631896] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634074] PPP generic driver version 2.4.2\n[ 0.634948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636185] ehci-pci: EHCI PCI platform driver\n[ 0.637047] ehci-platform: EHCI generic platform driver\n[ 0.638015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639122] ohci-pci: OHCI PCI platform driver\n[ 0.639973] ohci-platform: OHCI generic platform driver\n[ 0.640947] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658720] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662422] usb usb1: Product: UHCI Host Controller\n[ 0.663346] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664477] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665471] hub 1-0:1.0: USB hub found\n[ 0.666261] hub 1-0:1.0: 2 ports detected\n[ 0.667152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671234] mousedev: PS/2 mouse device common for all mice\n[ 0.672475] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674295] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677757] i2c /dev entries driver\n[ 0.678509] device-mapper: uevent: version 1.0.3\n[ 0.679435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682334] NET: Registered protocol family 10\n[ 0.683318] NET: Registered protocol family 17\n[ 0.684202] Key type dns_resolver registered\n[ 0.685116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686194] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687927] registered taskstats version 1\n[ 0.688769] Loading compiled-in X.509 certificates\n[ 0.690198] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692028] zswap: loaded using pool lzo/zbud\n[ 0.693378] Key type trusted registered\n[ 0.694907] Key type encrypted registered\n[ 0.695736] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696769] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697797] evm: HMAC attrs: 0x1\n[ 0.698729] Magic number: 2:351:750\n[ 0.699487] ata_link link1: hash matches\n[ 0.700280] link1: hash matches\n[ 0.700964] tty ttyS1: hash matches\n[ 0.701762] rtc_cmos 00:00: setting system clock to 2018-09-07 20:43:54 UTC (1536353034)\n[ 0.703332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704445] EDD information not available.\n[ 0.789106] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790681] Write protecting the kernel read-only data: 14336k\n[ 0.792225] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794006] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.221494] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.11. iid=i-00000135\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1gVmC2t7GcgXzXXUPdcJCzkZujD/57FBTr5EWwOPt+e1TRl8cfF9AFYDZO4QVtkLNfArfcHl9UAW5A53b24SBEnX54jaMC9JC7pVE1tIqA4vkKQLiU2C35T8h2TbamnQpDGh08Hc/+SF6hPclL/pnFv5uTyk0SqmaugTFEHie/5Zt6r3R5LtgGzumTalDwZtGG4Ba5v2cquVnsZDLMryUWlPOZYuRL5iwbgpiN2g83PcwJtUdGeP9TGiwav1Qz6RDloqtQ26grMB9iGcph5CtXKi5hwvhVRUhqrKOnMpXrXQ9I0uaXYfnG0WiSYtQmkgsYYx7Xc3U5NWEI19vmpyH root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMzjTKL4PedIxJi4N7elVHUaCfXGkLTr/WdU2mIwZ7sOIoOrVBXKhgPhneMWpxseLnfKdHfVOxkmXm9AGyCzmwAxbya0yoegLbSPiK2jT5swm2NYOGRNvKYs72wO6bmCA56HcGoHB++vSmk/qgy3IuaZs+sodavW6lPDYapimTArAAAAFQDgDAfA3eWCk9jvNKrnLjoEeH2DJwAAAIEAmxZTRHOJxL0seLXf9ZLC55NPLmqCMy6c4zyJcgFnowXFkwSvAH+o4kNrOkI95DuzSv6O97qNGYzFKKCuc0L9syrNU6wyMzJ9k7aShQHgPGglT4e8XANeR6F6Z4sw9oy1kvqFeFOhsGxdp+09xFfzANjrkOxY/wbKizXWmL3rqVMAAACBALSXhdV9Ppnwrdv39MXqy5qjXDs0gSy23ix9kW12Gny5021zf+5sW0yBME8PcN8mTDAH9VVc5h7phv8o9xdBp8fhLMg4rh1TP8uHknTE3h3V8OODrhlhMwBYpwpNkr90mt8ysOcuQEC95McZMqRG8agu6+TFn+9fz5NLkIjqD/st root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe90:b673/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000135\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.58 ===\n/dev/root resized successfully [took 3.04s]\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:90:B6:73 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe90:b673/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:62 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:7875 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-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.140443] usb 1-1: Product: QEMU USB Tablet\n[ 1.140444] usb 1-1: Manufacturer: QEMU\n[ 1.140444] usb 1-1: SerialNumber: 42\n[ 1.182658] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.200298] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.221494] random: dd urandom read with 5 bits of entropy available\n[ 1.504192] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.504194] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 2.708768] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.313133] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:43:55 cirros kern.info kernel: [ 0.794006] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 7 21:43:55 cirros kern.info kernel: [ 0.805278] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 7 21:43:55 cirros kern.info kernel: [ 0.805279] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 7 21:43:55 cirros kern.info kernel: [ 0.806930] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 7 21:43:55 cirros kern.info kernel: [ 0.809848] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 7 21:43:55 cirros kern.info kernel: [ 0.811783] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 7 21:43:55 cirros kern.info kernel: [ 0.833537] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:43:55 cirros kern.info kernel: [ 0.834214] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:43:55 cirros kern.info kernel: [ 0.835324] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:43:55 cirros kern.info kernel: [ 0.887910] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:43:55 cirros kern.info kernel: [ 0.980183] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 7 21:43:55 cirros kern.info kernel: [ 1.140439] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:43:55 cirros kern.info kernel: [ 1.140441] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:43:55 cirros kern.info kernel: [ 1.140443] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:43:55 cirros kern.info kernel: [ 1.140444] usb 1-1: Manufacturer: QEMU\nSep 7 21:43:55 cirros kern.info kernel: [ 1.140444] usb 1-1: SerialNumber: 42\nSep 7 21:43:55 cirros kern.info kernel: [ 1.182658] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:43:55 cirros kern.info kernel: [ 1.200298] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:43:55 cirros kern.notice kernel: [ 1.221494] random: dd urandom read with 5 bits of entropy available\nSep 7 21:43:55 cirros kern.info kernel: [ 1.504192] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nSep 7 21:43:55 cirros kern.info kernel: [ 1.504194] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nSep 7 21:43:56 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:43:56 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:43:56 cirros kern.info kernel: [ 2.708768] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:43:57 cirros kern.info kernel: [ 3.313133] 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-07 20:44:58,166 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action used request id req-f028dfd1-f0bc-4751-a320-572eebdd38f7 2018-09-07 20:45:00,203 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-09-07 20:45:30,235 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:45:30,237 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:45:30,237 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:45:30,242 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:45:30,296 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-07 20:45:30,298 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:45:30,298 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:45:30,299 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:45:30,299 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:45:30,340 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:45:30,378 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:45:30,383 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:45:30,384 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:45:30,385 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:45:30,385 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:45:30,387 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:45:30,424 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-07 20:45:30,426 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:45:30,427 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:45:30,428 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:45:30,428 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:45:30,468 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:45:30,502 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:45:30,505 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:45:30,506 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:45:30,506 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:45:30,507 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:45:30,509 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:45:30,543 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:45:30,545 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-07 20:45:30,546 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:45:30,546 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-07 20:45:30,546 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-07 20:45:30,587 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-07 20:45:30,621 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-07 20:45:30,622 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:45:30,623 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:45:30,624 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-07 20:45:30,624 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:45:30,627 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:45:30,661 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:45:30,663 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-07 20:45:30,663 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:45:30,664 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-07 20:45:30,664 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-07 20:45:30,704 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-07 20:45:30,740 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-07 20:45:30,741 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-09-07 20:45:30,741 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-07 20:45:30,742 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-07 20:45:30,743 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-07 20:45:30,743 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-07 20:45:30,745 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-07 20:45:30,782 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-07 20:45:30,783 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-07 20:45:30,783 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-07 20:45:30,784 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-07 20:45:30,784 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-07 20:45:30,824 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-07 20:45:30,885 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-07 20:45:30,886 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-07 20:46:00,916 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-07 20:46:00,916 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-07 20:46:00,917 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-07 20:46:00,919 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-07 20:46:00,978 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-07 20:46:00,979 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-07 20:46:00,980 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-07 20:46:00,980 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-07 20:46:00,980 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-07 20:46:00,982 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-07 20:46:01,043 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-07 20:46:01,044 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-07 20:46:31,072 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-07 20:46:31,072 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-07 20:46:31,073 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-07 20:46:31,075 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-07 20:46:31,137 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-07 20:46:31,138 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-09-07 20:46:31,138 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-07 20:47:01,143 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-07 20:47:01,144 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-07 20:47:01,144 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-07 20:47:01,146 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-07 20:47:01,181 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-07 20:47:01,182 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-09-07 20:47:01,183 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-07 20:47:01,184 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-09-07 20:47:01,184 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-09-07 20:47:01,225 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-09-07 20:47:01,261 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-09-07 20:47:01,266 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-07 20:47:01,267 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-09-07 20:47:01,268 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-07 20:47:01,268 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-07 20:47:01,272 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-07 20:47:01,313 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-07 20:47:01,314 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-07 20:47:01,315 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-07 20:47:01,316 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-07 20:47:01,316 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-07 20:47:01,356 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-07 20:47:01,395 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-07 20:47:01,398 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-09-07 20:47:01,399 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-07 20:47:01,399 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-09-07 20:47:01,400 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-09-07 20:47:01,402 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-09-07 20:47:01,438 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-09-07 20:47:01,440 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-09-07 20:47:01,440 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-09-07 20:47:01,441 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-09-07 20:47:01,441 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-09-07 20:47:01,482 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-09-07 20:47:01,515 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-09-07 20:47:01,516 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-09-07 20:47:01,517 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-09-07 20:47:01,518 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-09-07 20:47:01,518 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-09-07 20:47:01,522 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-09-07 20:47:01,555 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-09-07 20:47:01,557 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-09-07 20:47:01,558 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-09-07 20:47:01,558 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-09-07 20:47:01,559 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-09-07 20:47:01,599 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-09-07 20:47:01,632 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-09-07 20:47:01,633 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-09-07 20:47:01,634 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-09-07 20:47:01,634 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-09-07 20:47:01,635 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-09-07 20:47:01,636 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-09-07 20:47:01,638 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-09-07 20:47:01,675 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-09-07 20:47:01,676 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-09-07 20:47:31,678 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-09-07 20:47:31,679 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-09-07 20:47:31,679 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-09-07 20:47:31,682 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-09-07 20:47:31,715 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-09-07 20:47:31,716 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-09-07 20:47:31,717 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-09-07 20:47:31,717 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-09-07 20:47:31,718 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-09-07 20:47:31,721 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-09-07 20:47:31,769 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-09-07 20:47:31,769 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-09-07 20:48:01,799 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-09-07 20:48:01,801 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-09-07 20:48:01,801 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-09-07 20:48:01,803 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-09-07 20:48:01,844 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-09-07 20:48:01,844 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-09-07 20:48:01,845 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-09-07 20:48:31,875 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-09-07 20:48:31,877 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-09-07 20:48:31,877 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-09-07 20:48:31,880 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-09-07 20:48:31,923 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-09-07 20:48:31,924 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-09-07 20:48:31,925 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-09-07 20:48:31,926 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-09-07 20:48:31,926 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-09-07 20:48:31,966 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-09-07 20:48:32,004 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-09-07 20:48:32,009 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-09-07 20:48:32,010 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-09-07 20:48:32,011 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-09-07 20:48:32,011 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-09-07 20:48:32,015 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-09-07 20:48:32,056 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-09-07 20:48:32,058 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-09-07 20:48:32,058 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-09-07 20:48:32,059 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-09-07 20:48:32,059 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-09-07 20:48:32,100 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-09-07 20:48:32,139 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-09-07 20:48:32,142 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-09-07 20:48:32,143 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-09-07 20:48:32,144 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-09-07 20:48:32,144 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-09-07 20:48:32,148 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-09-07 20:48:32,182 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-09-07 20:48:32,184 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-09-07 20:48:32,184 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-09-07 20:48:32,185 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-09-07 20:48:32,186 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-09-07 20:48:32,226 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-09-07 20:48:32,259 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-09-07 20:48:32,260 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-09-07 20:48:32,261 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-09-07 20:48:32,261 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-09-07 20:48:32,262 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-09-07 20:48:32,264 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-09-07 20:48:32,305 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-09-07 20:48:32,306 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-09-07 20:48:32,307 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-09-07 20:48:32,308 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-09-07 20:48:32,308 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-09-07 20:48:32,349 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-09-07 20:48:32,388 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-09-07 20:48:32,389 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-09-07 20:48:32,392 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-09-07 20:48:32,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2897c03c3ba6ea5c88c1aa03465dd3c4d1a314" -d '{"forceDelete": null}' 2018-09-07 20:48:32,547 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:48: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-f583f781-3398-41b4-840b-038baa6f831b x-compute-request-id: req-f583f781-3398-41b4-840b-038baa6f831b Content-Length: 0 Content-Type: application/json 2018-09-07 20:48:32,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/74380e52-3c7b-4a5b-af5f-7202db0ca291/action used request id req-f583f781-3398-41b4-840b-038baa6f831b 2018-09-07 20:48:32,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2897c03c3ba6ea5c88c1aa03465dd3c4d1a314" -d '{"forceDelete": null}' 2018-09-07 20:48:32,721 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:48: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-b092c087-22ab-41e5-a039-79791d2e5a73 x-compute-request-id: req-b092c087-22ab-41e5-a039-79791d2e5a73 Content-Length: 0 Content-Type: application/json 2018-09-07 20:48:32,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/af3ca95e-80cd-46c1-9039-282b9bb2f6a2/action used request id req-b092c087-22ab-41e5-a039-79791d2e5a73 2018-09-07 20:48:32,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c994bab7ab978b0d71ff90d285e86550e4d4ff11" 2018-09-07 20:48:34,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ebda5d0-3b9f-40d8-9cd0-eb0e329af590 Date: Fri, 07 Sep 2018 20:48: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-07 20:48:34,336 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/346cc9db-350e-4991-9e60-96ee3fa3d819 used request id req-9ebda5d0-3b9f-40d8-9cd0-eb0e329af590 2018-09-07 20:48:34,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9065e611-a159-4668-b9cf-4b9a05356890 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c54cd3d163f57df78096a99e9eba01d01a36ef58" 2018-09-07 20:48:36,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3eebff6d-d3be-4e24-96ca-121afd044147 Date: Fri, 07 Sep 2018 20:48:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:48:36,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9065e611-a159-4668-b9cf-4b9a05356890 used request id req-3eebff6d-d3be-4e24-96ca-121afd044147 2018-09-07 20:48:36,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/475fc51e-16b9-473e-8c27-eea5771d210e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c54cd3d163f57df78096a99e9eba01d01a36ef58" 2018-09-07 20:48:38,287 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38255c93-a3ff-4b56-90d5-74471e2f8299 Date: Fri, 07 Sep 2018 20:48:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:48:38,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/475fc51e-16b9-473e-8c27-eea5771d210e used request id req-38255c93-a3ff-4b56-90d5-74471e2f8299 2018-09-07 20:48:38,287 - 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 312, actual flow count 312| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 43, actual group count 43| +========================================================================================+ | 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 312, actual flow count 330| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 43, actual group count 43| +========================================================================================+ +========================================================================================+ 2018-09-07 20:48:38,287 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:48:38,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-09-07 20:48:38,288 - 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 312, actual flow count 312': 'PASS'}, {'OVS groups are programmed after resync expected group count 43, actual group count 43': 'PASS'}, {'OVS flows are programmed after resync expected flow count 312, actual flow count 330': 'PASS'}, {'OVS groups are programmed after resync expected group count 43, actual group count 43': 'PASS'}]} 2018-09-07 20:48:38,288 - 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-07 20:48:38,288 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-09-07 20:48:38,289 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-09-07 20:48:38,383 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-09-07 20:48:38,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:48:38,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:48:38,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:48:38,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:48:38,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:48:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:48:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:48:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:48:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:48:38,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:48:38,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:48:38,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:48:38,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:48:38,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:48:38,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:48:38,393 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:48:38,395 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e20810L 2018-09-07 20:48:38,395 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:38,426 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:38,426 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:38,431 - 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-07 20:48:38,432 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:38,432 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:38,432 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:38,432 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:38,432 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:38,441 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:38,441 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:38,459 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 20:48:38,460 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:38,480 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:38,512 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:38,524 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:38,724 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:38,724 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:38,764 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:38,764 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:38,800 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:43,845 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:43,847 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:43,849 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e73390L 2018-09-07 20:48:43,849 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:43,855 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:43,855 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:43,858 - 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-07 20:48:43,859 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:43,859 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:43,859 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:43,859 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:43,859 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:43,864 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:43,865 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:43,881 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:48:43,881 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:43,904 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:43,916 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:43,946 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:44,019 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:44,019 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:44,058 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:44,059 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:44,067 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:44,102 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:44,103 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:44,104 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:44,104 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:44,105 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:44,145 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:44,179 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:44,180 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:44,181 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:44,182 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:44,182 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:44,223 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:44,252 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:44,253 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:44,256 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6694450L 2018-09-07 20:48:44,256 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:44,260 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:44,260 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:44,262 - 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-07 20:48:44,263 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:44,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:44,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:44,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:44,263 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:44,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:44,268 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:44,272 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:48:44,272 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:44,307 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:44,318 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:44,337 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:44,395 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:44,395 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:44,434 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:44,435 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:44,440 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:44,471 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:44,472 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:44,473 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:44,474 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:44,474 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:44,514 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:44,549 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:44,550 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:44,551 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:44,552 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:44,552 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:44,592 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:44,621 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:44,623 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:44,624 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a0f550L 2018-09-07 20:48:44,625 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:44,630 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:44,630 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:44,633 - 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-07 20:48:44,633 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:44,634 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:44,634 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:44,634 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:44,634 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:44,639 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:44,639 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:44,640 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:48:44,641 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:44,679 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:44,690 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:44,705 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:44,783 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:44,784 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:44,823 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:44,823 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:44,842 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:44,883 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:44,884 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:44,884 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:44,885 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:44,885 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:44,926 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:44,963 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:44,964 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:44,964 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:44,966 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:44,966 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:45,006 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:45,038 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:45,040 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:45,041 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a16450L 2018-09-07 20:48:45,042 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:45,046 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:45,046 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:45,048 - 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-07 20:48:45,048 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:45,049 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:45,049 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:45,049 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:45,049 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:45,053 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:45,054 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:45,057 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:48:45,057 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:45,093 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:45,103 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:45,122 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:45,186 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:45,187 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:45,226 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:45,227 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:45,233 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:45,262 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:45,263 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:45,264 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:45,264 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:45,265 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:45,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:45,338 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:45,340 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:45,340 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:45,341 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:45,341 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:45,382 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:45,410 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:45,411 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:45,413 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e88f50L 2018-09-07 20:48:45,413 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:45,419 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:45,419 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:45,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-07 20:48:45,422 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:45,422 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:45,423 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:45,423 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:45,423 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:45,428 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:45,428 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:45,429 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:48:45,430 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:45,467 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:45,480 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:45,494 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:45,580 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:45,580 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:45,619 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:45,620 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:45,629 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:45,659 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:45,660 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:45,661 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:45,662 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:45,662 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:45,702 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:45,732 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:45,734 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:45,734 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:45,735 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:45,736 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:45,776 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:45,805 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:45,806 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:45,806 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:45,807 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:45,807 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:45,815 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:50,142 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:50,143 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:50,145 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e73490L 2018-09-07 20:48:50,146 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:50,151 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:50,151 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:50,154 - 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-07 20:48:50,154 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:50,154 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:50,154 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:50,155 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:50,155 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:50,159 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:50,160 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:50,161 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 20:48:50,162 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:50,198 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:50,210 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:50,226 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:50,302 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:50,302 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:50,341 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:50,342 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:50,346 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:50,377 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:50,377 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:50,378 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:50,379 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:50,379 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:50,420 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:50,454 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:50,456 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:50,456 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:50,457 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:50,457 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:50,498 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:50,526 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:50,528 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:50,531 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a23310L 2018-09-07 20:48:50,531 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:50,537 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:50,537 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:50,540 - 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-07 20:48:50,540 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:50,540 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:50,540 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:50,540 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:50,540 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:50,545 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:50,546 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:50,546 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 20:48:50,547 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:50,585 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:50,597 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:50,611 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:50,691 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:50,691 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:50,731 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:50,732 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:50,747 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:50,780 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:50,781 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:50,782 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:50,783 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:50,783 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:50,824 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:50,860 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:50,862 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:50,863 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:50,863 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:50,864 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:50,904 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:50,937 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:50,938 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:50,940 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a220d0L 2018-09-07 20:48:50,940 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:50,944 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:50,945 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:50,947 - 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-07 20:48:50,947 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:50,947 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:50,947 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:50,947 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:50,947 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:50,952 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:50,952 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:50,956 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 20:48:50,956 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:50,992 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:51,003 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:51,021 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:51,079 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:51,080 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:51,119 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:51,120 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:51,124 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:51,155 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:51,157 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:51,157 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:51,158 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:51,158 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:51,199 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:51,234 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:51,235 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:51,236 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:51,237 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:51,237 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:51,278 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:51,308 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:51,309 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:51,311 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5a22ed0L 2018-09-07 20:48:51,311 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:51,316 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:51,316 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:51,319 - 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-07 20:48:51,319 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:51,319 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:51,319 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:51,320 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:51,320 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:51,325 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:51,325 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:51,327 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 20:48:51,327 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:51,364 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:51,374 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:51,392 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:51,458 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:51,458 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:51,497 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:51,498 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:51,502 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:51,533 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:51,534 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:51,534 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:51,535 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:51,536 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:51,576 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:51,607 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:51,608 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:51,609 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:51,610 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:51,610 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:51,650 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:51,678 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:51,679 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:51,681 - paramiko.transport - DEBUG - starting thread (client mode): 0xb59b9cd0L 2018-09-07 20:48:51,682 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 20:48:51,687 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 20:48:51,687 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 20:48:51,689 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-07 20:48:51,689 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 20:48:51,689 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 20:48:51,690 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 20:48:51,690 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 20:48:51,690 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 20:48:51,694 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 20:48:51,695 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 20:48:51,697 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 20:48:51,698 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 20:48:51,734 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 20:48:51,744 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 20:48:51,763 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 20:48:51,825 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 20:48:51,826 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 20:48:51,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 20:48:51,865 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 20:48:51,870 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 20:48:51,900 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 20:48:51,901 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 20:48:51,902 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 20:48:51,902 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 20:48:51,903 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 20:48:51,943 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 20:48:51,976 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 20:48:51,977 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 20:48:51,978 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 20:48:51,979 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 20:48:51,979 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 20:48:52,019 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 20:48:52,047 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 20:48:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:48:52,051 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 20:48:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a0e34c2-542c-45f6-a5f6-15c2361ad9c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:48:52,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9a0e34c2-542c-45f6-a5f6-15c2361ad9c4 2018-09-07 20:48:52,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:48:52,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["EDM-b9V8SJyFsriQdGDkWw"], "issued_at": "2018-09-07T20:48:52.000000Z"}} 2018-09-07 20:48:52,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d66ec7644122e9045f80d0ca8a5343823f6d21d" 2018-09-07 20:48:52,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-4452bcc6-8087-419c-abd6-e276dd572a96 Date: Fri, 07 Sep 2018 20:48:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:48:52,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-4452bcc6-8087-419c-abd6-e276dd572a96 2018-09-07 20:48:52,607 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:48:52,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d66ec7644122e9045f80d0ca8a5343823f6d21d" 2018-09-07 20:48:53,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4b5431c-abad-4ce3-8793-ee70d0eeef34 Date: Fri, 07 Sep 2018 20:48: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-07 20:48:53,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-f4b5431c-abad-4ce3-8793-ee70d0eeef34 2018-09-07 20:48:53,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d66ec7644122e9045f80d0ca8a5343823f6d21d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:48:53,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e X-Openstack-Request-Id: req-35200a85-d582-487f-a523-65954cd86915 Date: Fri, 07 Sep 2018 20:48:53 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:48:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:48:53Z", "visibility": "public", "locations": [], "self": "/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "min_disk": 0, "protected": false, "id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "file": "/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:48:53,392 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-35200a85-d582-487f-a523-65954cd86915 2018-09-07 20:48:53,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d66ec7644122e9045f80d0ca8a5343823f6d21d" -d '' 2018-09-07 20:48:55,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-937cf506-8a2b-4e2b-84c2-87de8702dea4 Date: Fri, 07 Sep 2018 20:48: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-07 20:48:55,158 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e/file used request id req-937cf506-8a2b-4e2b-84c2-87de8702dea4 2018-09-07 20:48:55,158 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-09-07 20:48:55,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:48:55,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2ee2d9-9e7c-41e5-a4b3-563bdc332b5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:48:55,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8b2ee2d9-9e7c-41e5-a4b3-563bdc332b5b 2018-09-07 20:48:55,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:48:55,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["yS7eCAUiSPmeNaUId3uXzg"], "issued_at": "2018-09-07T20:48:55.000000Z"}} 2018-09-07 20:48:55,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e7ccb73ce86ebe3c51c3b788c87241290c46e6" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-09-07 20:48:55,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ac276bc1-01fe-4383-b854-eab0e66c02ea Date: Fri, 07 Sep 2018 20:48:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f25fca7e-ff14-4355-a9c5-f1f8df0bb96b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:48:55Z","is_default":false,"provider:segmentation_id":71,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:48:55Z","mtu":1450}} 2018-09-07 20:48:55,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-ac276bc1-01fe-4383-b854-eab0e66c02ea 2018-09-07 20:48:55,942 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network f25fca7e-ff14-4355-a9c5-f1f8df0bb96b with cidr 10.10.10.0/24 2018-09-07 20:48:55,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e7ccb73ce86ebe3c51c3b788c87241290c46e6" -d '{"subnets": [{"ip_version": 4, "network_id": "f25fca7e-ff14-4355-a9c5-f1f8df0bb96b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-09-07 20:48:56,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d0f8b6d7-cc89-4f7b-aded-ca4c053eadc4 Date: Fri, 07 Sep 2018 20:48:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f25fca7e-ff14-4355-a9c5-f1f8df0bb96b","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:48:56Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:48:56Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"37533c21-3049-4ff3-a317-61621be5877b","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-09-07 20:48:56,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-d0f8b6d7-cc89-4f7b-aded-ca4c053eadc4 2018-09-07 20:48:56,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e7ccb73ce86ebe3c51c3b788c87241290c46e6" 2018-09-07 20:48:56,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-de30fa7e-d2df-4475-9738-a37760c8ff3a Date: Fri, 07 Sep 2018 20:48:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:48:56,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-de30fa7e-d2df-4475-9738-a37760c8ff3a 2018-09-07 20:48:56,892 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:48:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:48:56,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc719327-bfc5-4d24-ad1f-efdd4a16efbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:48:56,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cc719327-bfc5-4d24-ad1f-efdd4a16efbe 2018-09-07 20:48:56,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:48:57,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:48:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["01pPUj_uQG-fZnn8BVTByg"], "issued_at": "2018-09-07T20:48:57.000000Z"}} 2018-09-07 20:48:57,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e011be058f9c11d1a27aa5bc141c65ad5fdab0ca" 2018-09-07 20:48:57,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48: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-ce367ec6-6d83-447d-8f02-179206f6f093 x-compute-request-id: req-ce367ec6-6d83-447d-8f02-179206f6f093 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:48:57,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-ce367ec6-6d83-447d-8f02-179206f6f093 2018-09-07 20:48:57,454 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:48:57,455 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:48:57,455 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:48:57,458 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:48:57,507 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:48:57,510 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:48:57,510 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:48:57,512 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:48:57,512 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:48:57,553 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:48:57,591 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:48:57,593 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 20:48:57,593 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:48:57,594 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 20:48:57,594 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 20:48:57,596 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 20:48:57,640 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-07 20:48:57,642 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 20:48:57,643 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 20:48:57,644 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 20:48:57,644 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 20:48:57,684 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 20:48:57,717 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 20:48:57,718 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-09-07 20:48:57,719 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=99e67c96-747b-4134-a65a-bcbd849cf98e network=f25fca7e-ff14-4355-a9c5-f1f8df0bb96b secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:48:57,719 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 20:48:57,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:48:57,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:48:57,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:48:57,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:48:57,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:48:57,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:48:57,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:48:57,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:48:57,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:48:57,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:48:57,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:48:57,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:48:57,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:48:57,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:48:57,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:48:57,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:48:57,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:48:57,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:48:57,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:48:57,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:48:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:48:57,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7b37d8-b283-45c1-8e1a-6c7d9d8c3da6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:48:57,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-df7b37d8-b283-45c1-8e1a-6c7d9d8c3da6 2018-09-07 20:48:57,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:48:58,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["bB2BpzgGQJajJOqtm2tQZQ"], "issued_at": "2018-09-07T20:48:58.000000Z"}} 2018-09-07 20:48:58,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903a08afc71b9d5c43d44cfcaf927501bc822d0a" 2018-09-07 20:48:58,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d94f8430-ad26-4fa8-a315-1bc556b5b0e9 x-compute-request-id: req-d94f8430-ad26-4fa8-a315-1bc556b5b0e9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:48:58,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-d94f8430-ad26-4fa8-a315-1bc556b5b0e9 2018-09-07 20:48:58,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903a08afc71b9d5c43d44cfcaf927501bc822d0a" 2018-09-07 20:48:58,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-b2b7f898-3f23-4d5d-86ee-815bdd8fddb9 x-compute-request-id: req-b2b7f898-3f23-4d5d-86ee-815bdd8fddb9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:48:58,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-b2b7f898-3f23-4d5d-86ee-815bdd8fddb9 2018-09-07 20:48:58,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903a08afc71b9d5c43d44cfcaf927501bc822d0a" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "99e67c96-747b-4134-a65a-bcbd849cf98e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f25fca7e-ff14-4355-a9c5-f1f8df0bb96b"}]}}' 2018-09-07 20:48:59,854 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-5e66846a-b864-4c9e-9c4f-4560219eb0a1 x-compute-request-id: req-5e66846a-b864-4c9e-9c4f-4560219eb0a1 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "64b78c9d-7f70-4324-9a85-8f802c660148", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "bookmark"}], "adminPass": "wNet8nxWWBU7"}} 2018-09-07 20:48:59,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-5e66846a-b864-4c9e-9c4f-4560219eb0a1 2018-09-07 20:48:59,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:48:59,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f461cc47-ee2a-4f92-a79a-b85770569896 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:48:59,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f461cc47-ee2a-4f92-a79a-b85770569896 2018-09-07 20:48:59,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:49:00,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:49:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["5K5m3AN0TXaBxGANzT09bQ"], "issued_at": "2018-09-07T20:49:00.000000Z"}} 2018-09-07 20:49:00,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3189ac1532674cd4e66d375b7fdf67263e69a704" 2018-09-07 20:49:01,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-63cd8d0f-46e6-4df6-bc1f-d170055dd34f x-compute-request-id: req-63cd8d0f-46e6-4df6-bc1f-d170055dd34f Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "64b78c9d-7f70-4324-9a85-8f802c660148", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:49: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": "sdnvpn-11-2", "created": "2018-09-07T20:48:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:01,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 used request id req-63cd8d0f-46e6-4df6-bc1f-d170055dd34f 2018-09-07 20:49:04,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3189ac1532674cd4e66d375b7fdf67263e69a704" 2018-09-07 20:49:04,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-a550580a-8d72-4972-b2d0-9f62caeb0d67 x-compute-request-id: req-a550580a-8d72-4972-b2d0-9f62caeb0d67 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.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "64b78c9d-7f70-4324-9a85-8f802c660148", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:49:02Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:48:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:04,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 used request id req-a550580a-8d72-4972-b2d0-9f62caeb0d67 2018-09-07 20:49:07,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3189ac1532674cd4e66d375b7fdf67263e69a704" 2018-09-07 20:49:09,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-130ed428-64d7-43f6-bdb3-33cf5bb4310e x-compute-request-id: req-130ed428-64d7-43f6-bdb3-33cf5bb4310e Content-Encoding: gzip Content-Length: 782 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:49:7b:73", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-09-07T20:49:06.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "64b78c9d-7f70-4324-9a85-8f802c660148", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:49:06Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:48:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:09,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 used request id req-130ed428-64d7-43f6-bdb3-33cf5bb4310e 2018-09-07 20:49:09,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903a08afc71b9d5c43d44cfcaf927501bc822d0a" 2018-09-07 20:49:09,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-ecbb71dc-de5d-4f26-8e39-6ae0fc60e684 x-compute-request-id: req-ecbb71dc-de5d-4f26-8e39-6ae0fc60e684 Content-Encoding: gzip Content-Length: 782 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:49:7b:73", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/64b78c9d-7f70-4324-9a85-8f802c660148", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-09-07T20:49:06.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "64b78c9d-7f70-4324-9a85-8f802c660148", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:49:06Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:48:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:09,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148 used request id req-ecbb71dc-de5d-4f26-8e39-6ae0fc60e684 2018-09-07 20:49:09,812 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.14'. 2018-09-07 20:49:09,813 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-09-07 20:49:09,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e011be058f9c11d1a27aa5bc141c65ad5fdab0ca" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:49:11,607 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5927b8b-5699-4512-ab07-4e5c1eb7c6ac x-compute-request-id: req-e5927b8b-5699-4512-ab07-4e5c1eb7c6ac Content-Length: 0 Content-Type: application/json 2018-09-07 20:49:11,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action used request id req-e5927b8b-5699-4512-ab07-4e5c1eb7c6ac 2018-09-07 20:49:11,608 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-09-07 20:49:11,608 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=99e67c96-747b-4134-a65a-bcbd849cf98e network=f25fca7e-ff14-4355-a9c5-f1f8df0bb96b secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:49:11,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:49:11,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:49:11,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:49:11,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:49:11,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:49:11,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:49:11,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:49:11,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:49:11,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:49:11,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:49:11,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:49:11,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:49:11,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:49:11,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:49:11,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:49:11,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:49:11,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:49:11,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:49:11,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:49:11,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da5aaa25-7a72-4cb8-aea4-6868bb048175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:49:11,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-da5aaa25-7a72-4cb8-aea4-6868bb048175 2018-09-07 20:49:11,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:49:12,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:49:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["vbAgoxicTOe8i8Uf2ldzKA"], "issued_at": "2018-09-07T20:49:12.000000Z"}} 2018-09-07 20:49:12,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" 2018-09-07 20:49:12,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-5b47479d-688c-4fca-b499-bb465ce71a50 x-compute-request-id: req-5b47479d-688c-4fca-b499-bb465ce71a50 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:49:12,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-5b47479d-688c-4fca-b499-bb465ce71a50 2018-09-07 20:49:12,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" 2018-09-07 20:49:12,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-4063886b-6a12-4acc-b617-58c4ae9e6356 x-compute-request-id: req-4063886b-6a12-4acc-b617-58c4ae9e6356 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:49:12,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-4063886b-6a12-4acc-b617-58c4ae9e6356 2018-09-07 20:49:12,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "99e67c96-747b-4134-a65a-bcbd849cf98e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f25fca7e-ff14-4355-a9c5-f1f8df0bb96b"}]}}' 2018-09-07 20:49:13,583 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:49: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-6ff57138-5d5b-471d-a0ab-aba173c43c6d x-compute-request-id: req-6ff57138-5d5b-471d-a0ab-aba173c43c6d Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "bookmark"}], "adminPass": "wXhb68smgeDW"}} 2018-09-07 20:49:13,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6ff57138-5d5b-471d-a0ab-aba173c43c6d 2018-09-07 20:49:13,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:49:13,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7aef347-fcbb-48fd-a269-d22080874f80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:49:13,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a7aef347-fcbb-48fd-a269-d22080874f80 2018-09-07 20:49:13,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:49:13,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["L5PfI1YORTyOv9Uc6lxDpg"], "issued_at": "2018-09-07T20:49:13.000000Z"}} 2018-09-07 20:49:13,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597a95620f9f09b544503a4237bd0648617b2469" 2018-09-07 20:49:14,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-89809b5f-4476-4e39-9518-729d72a9241c x-compute-request-id: req-89809b5f-4476-4e39-9518-729d72a9241c 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.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:49: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-11-1", "created": "2018-09-07T20:49:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:14,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd used request id req-89809b5f-4476-4e39-9518-729d72a9241c 2018-09-07 20:49:17,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597a95620f9f09b544503a4237bd0648617b2469" 2018-09-07 20:49:18,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-de150288-205a-43d0-808d-dec8821daf4b x-compute-request-id: req-de150288-205a-43d0-808d-dec8821daf4b 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.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:49:15Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:49:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:18,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd used request id req-de150288-205a-43d0-808d-dec8821daf4b 2018-09-07 20:49:21,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}597a95620f9f09b544503a4237bd0648617b2469" 2018-09-07 20:49:22,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-8a7f4a6f-084f-4eab-9f09-8beb66a0adfc x-compute-request-id: req-8a7f4a6f-084f-4eab-9f09-8beb66a0adfc Content-Encoding: gzip Content-Length: 780 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:f4:5b:35", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-09-07T20:49:19.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:49:19Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:49:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:22,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd used request id req-8a7f4a6f-084f-4eab-9f09-8beb66a0adfc 2018-09-07 20:49:22,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" 2018-09-07 20:49:23,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-c6817d91-9b7d-44da-8550-b6a293479578 x-compute-request-id: req-c6817d91-9b7d-44da-8550-b6a293479578 Content-Encoding: gzip Content-Length: 780 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:f4:5b:35", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "rel": "bookmark"}], "image": {"id": "99e67c96-747b-4134-a65a-bcbd849cf98e", "links": [{"href": "http://172.30.9.25:8774/images/99e67c96-747b-4134-a65a-bcbd849cf98e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-09-07T20:49:19.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ed6b25c0-8a40-4ab0-b329-00d1a1867abd", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:49:19Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:49:13Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:49:23,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd used request id req-c6817d91-9b7d-44da-8550-b6a293479578 2018-09-07 20:49:23,028 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.8'. 2018-09-07 20:49:23,028 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-09-07 20:49:23,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e011be058f9c11d1a27aa5bc141c65ad5fdab0ca" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:49:24,646 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-0e41ce0a-c70a-46ee-ad1e-e8bbea20d102 x-compute-request-id: req-0e41ce0a-c70a-46ee-ad1e-e8bbea20d102 Content-Length: 0 Content-Type: application/json 2018-09-07 20:49:24,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-0e41ce0a-c70a-46ee-ad1e-e8bbea20d102 2018-09-07 20:49:24,647 - sdnvpn_test_utils - INFO - Waiting for instance ed6b25c0-8a40-4ab0-b329-00d1a1867abd to boot up 2018-09-07 20:49:24,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:25,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-72e5f66c-52bd-45b8-a2e3-b54dad463092 x-compute-request-id: req-72e5f66c-52bd-45b8-a2e3-b54dad463092 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:25,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-72e5f66c-52bd-45b8-a2e3-b54dad463092 2018-09-07 20:49:27,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:28,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-be9dd82e-1fae-4c6d-9c08-e929c62fc77e x-compute-request-id: req-be9dd82e-1fae-4c6d-9c08-e929c62fc77e Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:28,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-be9dd82e-1fae-4c6d-9c08-e929c62fc77e 2018-09-07 20:49:30,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:31,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-62aa8e24-bb72-42b9-bd0e-5e7abaf97c7d x-compute-request-id: req-62aa8e24-bb72-42b9-bd0e-5e7abaf97c7d Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:31,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-62aa8e24-bb72-42b9-bd0e-5e7abaf97c7d 2018-09-07 20:49:33,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:34,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-d33d29d4-60f2-4dc8-8931-5ec0f5ab4209 x-compute-request-id: req-d33d29d4-60f2-4dc8-8931-5ec0f5ab4209 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:34,993 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-d33d29d4-60f2-4dc8-8931-5ec0f5ab4209 2018-09-07 20:49:37,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:38,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-5cff3202-cced-4aec-a6b1-c18cee58bba1 x-compute-request-id: req-5cff3202-cced-4aec-a6b1-c18cee58bba1 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:38,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-5cff3202-cced-4aec-a6b1-c18cee58bba1 2018-09-07 20:49:40,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:41,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-3f95bfe2-4f7d-47e7-b431-e6f26dbf0cc5 x-compute-request-id: req-3f95bfe2-4f7d-47e7-b431-e6f26dbf0cc5 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:41,181 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-3f95bfe2-4f7d-47e7-b431-e6f26dbf0cc5 2018-09-07 20:49:43,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:44,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-6cd6eedc-5458-4c39-8631-acb5ec8c942d x-compute-request-id: req-6cd6eedc-5458-4c39-8631-acb5ec8c942d Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:44,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-6cd6eedc-5458-4c39-8631-acb5ec8c942d 2018-09-07 20:49:46,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:47,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-1d82207d-8b34-40aa-b393-ded66bda2ef8 x-compute-request-id: req-1d82207d-8b34-40aa-b393-ded66bda2ef8 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:47,351 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-1d82207d-8b34-40aa-b393-ded66bda2ef8 2018-09-07 20:49:49,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:50,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-15f14a0f-54b1-4df3-b530-6bb8d02a7a81 x-compute-request-id: req-15f14a0f-54b1-4df3-b530-6bb8d02a7a81 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:50,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-15f14a0f-54b1-4df3-b530-6bb8d02a7a81 2018-09-07 20:49:52,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:53,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-2bdd53c5-cb50-4cc3-96f5-e15cff535395 x-compute-request-id: req-2bdd53c5-cb50-4cc3-96f5-e15cff535395 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:53,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-2bdd53c5-cb50-4cc3-96f5-e15cff535395 2018-09-07 20:49:55,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:56,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-c29edb46-146c-4ef5-8a98-8aafa7d396cb x-compute-request-id: req-c29edb46-146c-4ef5-8a98-8aafa7d396cb Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:56,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-c29edb46-146c-4ef5-8a98-8aafa7d396cb 2018-09-07 20:49:58,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:49:59,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:49: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-15fc2d12-ab1d-49df-a376-22ab56ad35d1 x-compute-request-id: req-15fc2d12-ab1d-49df-a376-22ab56ad35d1 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:49:59,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-15fc2d12-ab1d-49df-a376-22ab56ad35d1 2018-09-07 20:50:01,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:02,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-c5cf889d-38e1-460b-bc6d-ca4c002d33ad x-compute-request-id: req-c5cf889d-38e1-460b-bc6d-ca4c002d33ad Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:02,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-c5cf889d-38e1-460b-bc6d-ca4c002d33ad 2018-09-07 20:50:04,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:05,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-35a994d4-ef49-4ede-82bf-4b0ae3639694 x-compute-request-id: req-35a994d4-ef49-4ede-82bf-4b0ae3639694 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:05,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-35a994d4-ef49-4ede-82bf-4b0ae3639694 2018-09-07 20:50:07,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:09,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-f5d5040e-df01-4425-96f7-51a6116a68bf x-compute-request-id: req-f5d5040e-df01-4425-96f7-51a6116a68bf Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:09,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-f5d5040e-df01-4425-96f7-51a6116a68bf 2018-09-07 20:50:11,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:12,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-3a672c9f-cc5f-4028-9bca-03ee0de9d38a x-compute-request-id: req-3a672c9f-cc5f-4028-9bca-03ee0de9d38a Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:12,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-3a672c9f-cc5f-4028-9bca-03ee0de9d38a 2018-09-07 20:50:14,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:15,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-05d33b19-f6bb-4119-ade4-64ab6ba90a0d x-compute-request-id: req-05d33b19-f6bb-4119-ade4-64ab6ba90a0d Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:15,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-05d33b19-f6bb-4119-ade4-64ab6ba90a0d 2018-09-07 20:50:17,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:18,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-61522d14-24cf-4b66-8714-ad164db7d9ca x-compute-request-id: req-61522d14-24cf-4b66-8714-ad164db7d9ca Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:18,277 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-61522d14-24cf-4b66-8714-ad164db7d9ca 2018-09-07 20:50:20,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:21,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-2716afbc-2568-432d-85cf-f353ed0d0f89 x-compute-request-id: req-2716afbc-2568-432d-85cf-f353ed0d0f89 Content-Encoding: gzip Content-Length: 7714 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] 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-07 20:50:21,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-2716afbc-2568-432d-85cf-f353ed0d0f89 2018-09-07 20:50:23,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:24,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6caa36dd-5040-46aa-9d75-0299284702bb x-compute-request-id: req-6caa36dd-5040-46aa-9d75-0299284702bb Content-Encoding: gzip Content-Length: 9407 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n"} 2018-09-07 20:50:24,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-6caa36dd-5040-46aa-9d75-0299284702bb 2018-09-07 20:50:26,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:27,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-284c8d70-21c0-4e4e-a6e2-2d623e72c7b7 x-compute-request-id: req-284c8d70-21c0-4e4e-a6e2-2d623e72c7b7 Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:27,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-284c8d70-21c0-4e4e-a6e2-2d623e72c7b7 2018-09-07 20:50:29,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:30,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a6dfebb-763c-43f7-94dd-a8c2c0b58c3d x-compute-request-id: req-7a6dfebb-763c-43f7-94dd-a8c2c0b58c3d Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:30,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-7a6dfebb-763c-43f7-94dd-a8c2c0b58c3d 2018-09-07 20:50:32,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:33,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f14a7cd4-763f-4969-bc6a-5c22b921b7fc x-compute-request-id: req-f14a7cd4-763f-4969-bc6a-5c22b921b7fc Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:33,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-f14a7cd4-763f-4969-bc6a-5c22b921b7fc 2018-09-07 20:50:35,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:36,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-baf93aba-ee83-42d8-8dbc-e749a1d1631f x-compute-request-id: req-baf93aba-ee83-42d8-8dbc-e749a1d1631f Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:36,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-baf93aba-ee83-42d8-8dbc-e749a1d1631f 2018-09-07 20:50:38,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:40,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-4bb39d7b-f0fe-40a0-8b77-2f44ab6f4699 x-compute-request-id: req-4bb39d7b-f0fe-40a0-8b77-2f44ab6f4699 Content-Encoding: gzip Content-Length: 10007 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:40,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-4bb39d7b-f0fe-40a0-8b77-2f44ab6f4699 2018-09-07 20:50:42,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:43,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50: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-c0ef5438-b910-4cca-928b-3d1bde016036 x-compute-request-id: req-c0ef5438-b910-4cca-928b-3d1bde016036 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:43,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-c0ef5438-b910-4cca-928b-3d1bde016036 2018-09-07 20:50:45,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:46,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a89a5da8-204a-41e9-86df-3ac7acdee2bd x-compute-request-id: req-a89a5da8-204a-41e9-86df-3ac7acdee2bd Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:46,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-a89a5da8-204a-41e9-86df-3ac7acdee2bd 2018-09-07 20:50:48,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:49,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65b065a1-c733-4dd9-a0d1-19e2e0bf34a1 x-compute-request-id: req-65b065a1-c733-4dd9-a0d1-19e2e0bf34a1 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:49,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-65b065a1-c733-4dd9-a0d1-19e2e0bf34a1 2018-09-07 20:50:51,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:52,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33a30480-88f7-4ad8-8de5-c2b8dacd9a12 x-compute-request-id: req-33a30480-88f7-4ad8-8de5-c2b8dacd9a12 Content-Encoding: gzip Content-Length: 10076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:52,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-33a30480-88f7-4ad8-8de5-c2b8dacd9a12 2018-09-07 20:50:54,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:55,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63e6236f-8476-4fc1-a7cb-2793d9d2ef67 x-compute-request-id: req-63e6236f-8476-4fc1-a7cb-2793d9d2ef67 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:55,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-63e6236f-8476-4fc1-a7cb-2793d9d2ef67 2018-09-07 20:50:57,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:50:58,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fab17a1e-290f-4caa-ba3d-a25475238da2 x-compute-request-id: req-fab17a1e-290f-4caa-ba3d-a25475238da2 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:50:58,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-fab17a1e-290f-4caa-ba3d-a25475238da2 2018-09-07 20:51:00,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:51:01,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46984a91-1fd4-4294-aaed-55a4af181fc3 x-compute-request-id: req-46984a91-1fd4-4294-aaed-55a4af181fc3 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:51:01,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-46984a91-1fd4-4294-aaed-55a4af181fc3 2018-09-07 20:51:03,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:51:04,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc398912-cdc8-408c-aeb5-bb029b592555 x-compute-request-id: req-fc398912-cdc8-408c-aeb5-bb029b592555 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:51:04,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-fc398912-cdc8-408c-aeb5-bb029b592555 2018-09-07 20:51:06,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:51:08,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27f684ea-379d-4485-8c34-5d44d9225226 x-compute-request-id: req-27f684ea-379d-4485-8c34-5d44d9225226 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-07 20:51:08,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-27f684ea-379d-4485-8c34-5d44d9225226 2018-09-07 20:51:10,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c7fbd7eebf9b47796e8663d750e7b0d8b56e9ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:51:11,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:51:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb38645e-e933-4747-96d1-9357103cd91d x-compute-request-id: req-eb38645e-e933-4747-96d1-9357103cd91d Content-Encoding: gzip Content-Length: 11176 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497144621 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145145] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146760] pid_max: default: 32768 minimum: 301\n[ 0.147635] ACPI: Core revision 20150930\n[ 0.148998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150273] Security Framework initialized\n[ 0.151072] Yama: becoming mindful.\n[ 0.151784] AppArmor: AppArmor initialized\n[ 0.152635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157722] Initializing cgroup subsys io\n[ 0.158521] Initializing cgroup subsys memory\n[ 0.159361] Initializing cgroup subsys devices\n[ 0.160213] Initializing cgroup subsys freezer\n[ 0.161068] Initializing cgroup subsys net_cls\n[ 0.161916] Initializing cgroup subsys perf_event\n[ 0.162816] Initializing cgroup subsys net_prio\n[ 0.163677] Initializing cgroup subsys hugetlb\n[ 0.164531] Initializing cgroup subsys pids\n[ 0.165388] CPU: Physical Processor ID: 0\n[ 0.166868] mce: CPU supports 10 MCE banks\n[ 0.167695] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179652] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186117] ftrace: allocating 31920 entries in 125 pages\n[ 0.213026] smpboot: Max logical packages: 1\n[ 0.213878] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215197] x2apic enabled\n[ 0.215992] Switched APIC routing to physical x2apic.\n[ 0.217733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220781] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222528] KVM setup paravirtual spinlock\n[ 0.223816] x86: Booted up 1 node, 1 CPUs\n[ 0.224601] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225964] devtmpfs: initialized\n[ 0.227664] evm: security.selinux\n[ 0.228345] evm: security.SMACK64\n[ 0.229021] evm: security.SMACK64EXEC\n[ 0.229749] evm: security.SMACK64TRANSMUTE\n[ 0.230534] evm: security.SMACK64MMAP\n[ 0.231258] evm: security.ima\n[ 0.231891] evm: security.capability\n[ 0.232680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234483] pinctrl core: initialized pinctrl subsystem\n[ 0.235553] RTC time: 20:49:19, date: 09/07/18\n[ 0.236498] NET: Registered protocol family 16\n[ 0.237452] cpuidle: using governor ladder\n[ 0.238252] cpuidle: using governor menu\n[ 0.239023] PCCT header not found.\n[ 0.239755] ACPI: bus type PCI registered\n[ 0.240537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241752] PCI: Using configuration type 1 for base access\n[ 0.243475] ACPI: Added _OSI(Module Device)\n[ 0.244304] ACPI: Added _OSI(Processor Device)\n[ 0.245149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248152] ACPI: Interpreter enabled\n[ 0.248906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250717] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256121] ACPI: (supports S0 S5)\n[ 0.256812] ACPI: Using IOAPIC for interrupt routing\n[ 0.257859] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262030] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266563] acpiphp: Slot [3] registered\n[ 0.267351] acpiphp: Slot [4] registered\n[ 0.268134] acpiphp: Slot [5] registered\n[ 0.268919] acpiphp: Slot [6] registered\n[ 0.269698] acpiphp: Slot [7] registered\n[ 0.270480] acpiphp: Slot [8] registered\n[ 0.271268] acpiphp: Slot [9] registered\n[ 0.272051] acpiphp: Slot [10] registered\n[ 0.272845] acpiphp: Slot [11] registered\n[ 0.273640] acpiphp: Slot [12] registered\n[ 0.274438] acpiphp: Slot [13] registered\n[ 0.275243] acpiphp: Slot [14] registered\n[ 0.276041] acpiphp: Slot [15] registered\n[ 0.287094] acpiphp: Slot [16] registered\n[ 0.287901] acpiphp: Slot [17] registered\n[ 0.288697] acpiphp: Slot [18] registered\n[ 0.289484] acpiphp: Slot [19] registered\n[ 0.290275] acpiphp: Slot [20] registered\n[ 0.291070] acpiphp: Slot [21] registered\n[ 0.291866] acpiphp: Slot [22] registered\n[ 0.292659] acpiphp: Slot [23] registered\n[ 0.293450] acpiphp: Slot [24] registered\n[ 0.294245] acpiphp: Slot [25] registered\n[ 0.295039] acpiphp: Slot [26] registered\n[ 0.295830] acpiphp: Slot [27] registered\n[ 0.296628] acpiphp: Slot [28] registered\n[ 0.297421] acpiphp: Slot [29] registered\n[ 0.298214] acpiphp: Slot [30] registered\n[ 0.299008] acpiphp: Slot [31] registered\n[ 0.299798] PCI host bridge to bus 0000:00\n[ 0.300587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301776] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302969] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312068] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314501] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322658] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372667] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374128] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376910] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378266] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380032] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381203] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382234] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383745] vgaarb: loaded\n[ 0.384334] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385444] SCSI subsystem initialized\n[ 0.386248] ACPI: bus type USB registered\n[ 0.387043] usbcore: registered new interface driver usbfs\n[ 0.388042] usbcore: registered new interface driver hub\n[ 0.389019] usbcore: registered new device driver usb\n[ 0.390039] PCI: Using ACPI for IRQ routing\n[ 0.391035] NetLabel: Initializing\n[ 0.391732] NetLabel: domain hash size = 128\n[ 0.392563] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393493] NetLabel: unlabeled traffic allowed by default\n[ 0.394555] clocksource: Switched to clocksource kvm-clock\n[ 0.399938] AppArmor: AppArmor Filesystem Enabled\n[ 0.400877] pnp: PnP ACPI init\n[ 0.401773] pnp: PnP ACPI: found 5 devices\n[ 0.408121] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409816] NET: Registered protocol family 2\n[ 0.410763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413167] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415382] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416540] NET: Registered protocol family 1\n[ 0.417395] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418475] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433529] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447759] Trying to unpack rootfs image as initramfs...\n[ 0.498241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512088] Scanning for low memory corruption every 60 seconds\n[ 0.513416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514568] audit: initializing netlink subsys (disabled)\n[ 0.515590] audit: type=2000 audit(1536353360.019:1): initialized\n[ 0.516887] Initialise system trusted keyring\n[ 0.517813] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518987] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520950] zbud: loaded\n[ 0.521653] VFS: Disk quotas dquot_6.6.0\n[ 0.522465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523998] fuse init (API version 7.23)\n[ 0.524884] Key type big_key registered\n[ 0.525680] Allocating IMA MOK and blacklist keyrings.\n[ 0.526780] Key type asymmetric registered\n[ 0.527598] Asymmetric key parser 'x509' registered\n[ 0.528545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530374] io scheduler noop registered\n[ 0.531180] io scheduler deadline registered (default)\n[ 0.532167] io scheduler cfq registered\n[ 0.532994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536741] ACPI: Power Button [PWRF]\n[ 0.537564] GHES: HEST is not enabled!\n[ 0.551249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583705] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607586] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609712] Linux agpgart interface v0.103\n[ 0.611733] brd: module loaded\n[ 0.612871] loop: module loaded\n[ 0.617336] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618792] GPT:90111 != 2097151\n[ 0.619466] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620562] GPT:90111 != 2097151\n[ 0.621237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622195] vda: vda1 vda15\n[ 0.623711] scsi host0: ata_piix\n[ 0.624439] scsi host1: ata_piix\n[ 0.625156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626365] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627815] libphy: Fixed MDIO Bus: probed\n[ 0.628631] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631783] PPP generic driver version 2.4.2\n[ 0.632685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634014] ehci-pci: EHCI PCI platform driver\n[ 0.634890] ehci-platform: EHCI generic platform driver\n[ 0.635876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636995] ohci-pci: OHCI PCI platform driver\n[ 0.637857] ohci-platform: OHCI generic platform driver\n[ 0.638848] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655709] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657813] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660446] usb usb1: Product: UHCI Host Controller\n[ 0.661376] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662506] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663557] hub 1-0:1.0: USB hub found\n[ 0.664338] hub 1-0:1.0: 2 ports detected\n[ 0.665240] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667345] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669319] mousedev: PS/2 mouse device common for all mice\n[ 0.670585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673515] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675904] i2c /dev entries driver\n[ 0.676659] device-mapper: uevent: version 1.0.3\n[ 0.677591] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680472] NET: Registered protocol family 10\n[ 0.681459] NET: Registered protocol family 17\n[ 0.682343] Key type dns_resolver registered\n[ 0.683277] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686097] registered taskstats version 1\n[ 0.686929] Loading compiled-in X.509 certificates\n[ 0.688366] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690208] zswap: loaded using pool lzo/zbud\n[ 0.691560] Key type trusted registered\n[ 0.693109] Key type encrypted registered\n[ 0.693929] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694961] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695995] evm: HMAC attrs: 0x1\n[ 0.696915] Magic number: 2:454:851\n[ 0.697680] index3: hash matches\n[ 0.698447] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:20 UTC (1536353360)\n[ 0.700048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701147] EDD information not available.\n[ 0.787511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799645] Write protecting the kernel read-only data: 14336k\n[ 0.801215] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803015] 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.40\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.616483] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.57. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpneNGQUQBqm+QtRLy92isDjZXXGXn+Qv2t4CRbvi/cVKSc9nuAtMaWGFaeUcQVxDaK6BBZ8mv0C5Fay23EK39Fi2ApVhG0i4rA589Nm47i6s9cYJWfiP7gvz47+6vbva8IC0cs7VMHZHhIjxpI4LgJfL14TudHO/SCpGy9wPwK2yycqNLgTbnruJvI/meij88hDTJykXrT3zpYKwFo7IZ7lPbUx/WOcQVfad1CWHKrg0XDezSIFfa52PtPOPnEAGQK2lezHnWCZLaSjMZP4w41kroJjydm5RwbIxWTlRwGpdJVBhTRoLMJxi7kzOHbvOB9SGvCDLNwfNcLWMeQ/ej root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJIEZKDOs6/RPAVEvFrUzifeUNiWKmK2fYvEiNTsgNoe/C81nLOBdCgMlkDrydbIZ4akYWm5RQDiMKRGGXakJHuVoaXgdhefEb/9NRKgQx9TWlJi1cmc86+H0InrS4sIvhlSAw/XmRZvpoyZIvLSfI5exho0ALKuTOuBWfVpUGHJAAAAFQDEaLSUGunZem/LSWGudlzTNqDufQAAAIBJgS6v2x3yvPe6Utqwe0crx6PlbikqVxBIGChA/m6jqxD6oNhnIUAE7132OmzEDizJDlW4RHSK03YxVA0CMuU8uu0Kj+OH71q+VgLPPItuqV/Yv+Bin/Hb94sTCHdxwzNkZ/OLh16WK3O0oaZmBGg4kla6UWDGeuh6q6VsXF9roQAAAIBOmKJeF+/VlGqbnQ8dMERvar9hoo47UNxbr5du0KFfg+624aZJIhrb4EmN3+eAxz6d6GeDlK16WKK/IHbevYvYhABnZhaH+bs4A1VcDf4N60fkCgr+XkQBIb6G5oDIV+wWqfLedjljcu8t+kY5pV8nUCL6yVvJUu3AQUAcSxm3Tg== 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.8,24,fe80::f816:3eff:fef4:5b35/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-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.49 ===\n/dev/root resized successfully [took 2.43s]\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:F4:5B:35 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:5b35/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92 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:10009 (9.7 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-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.134131] usb 1-1: Manufacturer: QEMU\n[ 1.134131] usb 1-1: SerialNumber: 42\n[ 1.235419] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.510759] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.510762] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 1.584135] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.598500] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.616483] random: dd urandom read with 5 bits of entropy available\n[ 63.623808] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.146157] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:49:21 cirros kern.info kernel: [ 0.803015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 7 21:49:21 cirros kern.info kernel: [ 0.814068] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 7 21:49:21 cirros kern.info kernel: [ 0.814069] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 7 21:49:21 cirros kern.info kernel: [ 0.815820] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 7 21:49:21 cirros kern.info kernel: [ 0.818856] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 7 21:49:21 cirros kern.info kernel: [ 0.820883] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 7 21:49:21 cirros kern.info kernel: [ 0.845337] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:49:21 cirros kern.info kernel: [ 0.846155] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:49:21 cirros kern.info kernel: [ 0.847365] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:49:21 cirros kern.info kernel: [ 0.974566] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 7 21:49:21 cirros kern.info kernel: [ 1.134127] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:49:21 cirros kern.info kernel: [ 1.134129] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:49:21 cirros kern.info kernel: [ 1.134130] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:49:21 cirros kern.info kernel: [ 1.134131] usb 1-1: Manufacturer: QEMU\nSep 7 21:49:21 cirros kern.info kernel: [ 1.134131] usb 1-1: SerialNumber: 42\nSep 7 21:49:21 cirros kern.info kernel: [ 1.235419] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:49:21 cirros kern.info kernel: [ 1.510759] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nSep 7 21:49:21 cirros kern.info kernel: [ 1.510762] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nSep 7 21:49:21 cirros kern.info kernel: [ 1.584135] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:49:21 cirros kern.info kernel: [ 1.598500] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:49:21 cirros kern.notice kernel: [ 1.616483] random: dd urandom read with 5 bits of entropy available\nSep 7 21:50:22 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:50:23 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:50:23 cirros kern.info kernel: [ 63.623808] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:50:23 cirros kern.info kernel: [ 64.146157] 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-07 20:51:11,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-eb38645e-e933-4747-96d1-9357103cd91d 2018-09-07 20:51:13,146 - sdnvpn_test_utils - INFO - Waiting for instance 64b78c9d-7f70-4324-9a85-8f802c660148 to boot up 2018-09-07 20:51:13,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}903a08afc71b9d5c43d44cfcaf927501bc822d0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:51:14,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:51:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e13b32b7-0b7d-4930-9f9f-6ac450235599 x-compute-request-id: req-e13b32b7-0b7d-4930-9f9f-6ac450235599 Content-Encoding: gzip Content-Length: 10885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514146828 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.136279] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137944] pid_max: default: 32768 minimum: 301\n[ 0.138840] ACPI: Core revision 20150930\n[ 0.140226] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141532] Security Framework initialized\n[ 0.142348] Yama: becoming mindful.\n[ 0.143077] AppArmor: AppArmor initialized\n[ 0.143944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145273] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146545] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147757] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149140] Initializing cgroup subsys io\n[ 0.149952] Initializing cgroup subsys memory\n[ 0.150813] Initializing cgroup subsys devices\n[ 0.151695] Initializing cgroup subsys freezer\n[ 0.152555] Initializing cgroup subsys net_cls\n[ 0.153422] Initializing cgroup subsys perf_event\n[ 0.154333] Initializing cgroup subsys net_prio\n[ 0.155213] Initializing cgroup subsys hugetlb\n[ 0.156085] Initializing cgroup subsys pids\n[ 0.156963] CPU: Physical Processor ID: 0\n[ 0.158468] mce: CPU supports 10 MCE banks\n[ 0.159319] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160320] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172246] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178711] ftrace: allocating 31920 entries in 125 pages\n[ 0.205359] smpboot: Max logical packages: 1\n[ 0.206212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207573] x2apic enabled\n[ 0.208390] Switched APIC routing to physical x2apic.\n[ 0.210147] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211274] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215050] KVM setup paravirtual spinlock\n[ 0.216330] x86: Booted up 1 node, 1 CPUs\n[ 0.217133] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218514] devtmpfs: initialized\n[ 0.220221] evm: security.selinux\n[ 0.220916] evm: security.SMACK64\n[ 0.221598] evm: security.SMACK64EXEC\n[ 0.222327] evm: security.SMACK64TRANSMUTE\n[ 0.223125] evm: security.SMACK64MMAP\n[ 0.223858] evm: security.ima\n[ 0.224492] evm: security.capability\n[ 0.225290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227120] pinctrl core: initialized pinctrl subsystem\n[ 0.228208] RTC time: 20:49:05, date: 09/07/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230121] cpuidle: using governor ladder\n[ 0.230930] cpuidle: using governor menu\n[ 0.231704] PCCT header not found.\n[ 0.232441] ACPI: bus type PCI registered\n[ 0.233241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234470] PCI: Using configuration type 1 for base access\n[ 0.236212] ACPI: Added _OSI(Module Device)\n[ 0.237047] ACPI: Added _OSI(Processor Device)\n[ 0.237902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238789] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240899] ACPI: Interpreter enabled\n[ 0.241669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248975] ACPI: (supports S0 S5)\n[ 0.249672] ACPI: Using IOAPIC for interrupt routing\n[ 0.250646] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253721] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254858] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256080] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259457] acpiphp: Slot [3] registered\n[ 0.260255] acpiphp: Slot [4] registered\n[ 0.261048] acpiphp: Slot [5] registered\n[ 0.261839] acpiphp: Slot [6] registered\n[ 0.262627] acpiphp: Slot [7] registered\n[ 0.263417] acpiphp: Slot [8] registered\n[ 0.264207] acpiphp: Slot [9] registered\n[ 0.264996] acpiphp: Slot [10] registered\n[ 0.265795] acpiphp: Slot [11] registered\n[ 0.266604] acpiphp: Slot [12] registered\n[ 0.267411] acpiphp: Slot [13] registered\n[ 0.268222] acpiphp: Slot [14] registered\n[ 0.269029] acpiphp: Slot [15] registered\n[ 0.280112] acpiphp: Slot [16] registered\n[ 0.280926] acpiphp: Slot [17] registered\n[ 0.281736] acpiphp: Slot [18] registered\n[ 0.282538] acpiphp: Slot [19] registered\n[ 0.283344] acpiphp: Slot [20] registered\n[ 0.284159] acpiphp: Slot [21] registered\n[ 0.284970] acpiphp: Slot [22] registered\n[ 0.285778] acpiphp: Slot [23] registered\n[ 0.286587] acpiphp: Slot [24] registered\n[ 0.287391] acpiphp: Slot [25] registered\n[ 0.288202] acpiphp: Slot [26] registered\n[ 0.289009] acpiphp: Slot [27] registered\n[ 0.289816] acpiphp: Slot [28] registered\n[ 0.290623] acpiphp: Slot [29] registered\n[ 0.291423] acpiphp: Slot [30] registered\n[ 0.292235] acpiphp: Slot [31] registered\n[ 0.293041] PCI host bridge to bus 0000:00\n[ 0.293847] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295055] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296264] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297710] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299147] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305361] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306631] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309051] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317399] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368497] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369921] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372294] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374705] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375765] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377320] vgaarb: loaded\n[ 0.377926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379064] SCSI subsystem initialized\n[ 0.379880] ACPI: bus type USB registered\n[ 0.380698] usbcore: registered new interface driver usbfs\n[ 0.381731] usbcore: registered new interface driver hub\n[ 0.382739] usbcore: registered new device driver usb\n[ 0.383790] PCI: Using ACPI for IRQ routing\n[ 0.384811] NetLabel: Initializing\n[ 0.385524] NetLabel: domain hash size = 128\n[ 0.386381] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387327] NetLabel: unlabeled traffic allowed by default\n[ 0.388414] clocksource: Switched to clocksource kvm-clock\n[ 0.393953] AppArmor: AppArmor Filesystem Enabled\n[ 0.394923] pnp: PnP ACPI init\n[ 0.395838] pnp: PnP ACPI: found 5 devices\n[ 0.402215] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403922] NET: Registered protocol family 2\n[ 0.404885] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406165] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407341] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408517] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409603] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410774] NET: Registered protocol family 1\n[ 0.411643] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412749] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413820] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441952] Trying to unpack rootfs image as initramfs...\n[ 0.491642] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505473] Scanning for low memory corruption every 60 seconds\n[ 0.506866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508009] audit: initializing netlink subsys (disabled)\n[ 0.509038] audit: type=2000 audit(1536353346.831:1): initialized\n[ 0.510344] Initialise system trusted keyring\n[ 0.511277] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512446] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514403] zbud: loaded\n[ 0.515107] VFS: Disk quotas dquot_6.6.0\n[ 0.515927] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517445] fuse init (API version 7.23)\n[ 0.518335] Key type big_key registered\n[ 0.519141] Allocating IMA MOK and blacklist keyrings.\n[ 0.520617] Key type asymmetric registered\n[ 0.521443] Asymmetric key parser 'x509' registered\n[ 0.522399] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523862] io scheduler noop registered\n[ 0.524670] io scheduler deadline registered (default)\n[ 0.525665] io scheduler cfq registered\n[ 0.526496] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527547] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530292] ACPI: Power Button [PWRF]\n[ 0.531124] GHES: HEST is not enabled!\n[ 0.544868] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.574449] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600798] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602909] Linux agpgart interface v0.103\n[ 0.604930] brd: module loaded\n[ 0.606066] loop: module loaded\n[ 0.610815] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612265] GPT:90111 != 2097151\n[ 0.612945] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614025] GPT:90111 != 2097151\n[ 0.614690] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615641] vda: vda1 vda15\n[ 0.617049] scsi host0: ata_piix\n[ 0.617780] scsi host1: ata_piix\n[ 0.618484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619691] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.621124] libphy: Fixed MDIO Bus: probed\n[ 0.621940] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622876] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625151] PPP generic driver version 2.4.2\n[ 0.626918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629014] ehci-pci: EHCI PCI platform driver\n[ 0.629963] ehci-platform: EHCI generic platform driver\n[ 0.630958] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632076] ohci-pci: OHCI PCI platform driver\n[ 0.632953] ohci-platform: OHCI generic platform driver\n[ 0.633934] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650712] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651724] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654058] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655464] usb usb1: Product: UHCI Host Controller\n[ 0.656391] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657533] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658600] hub 1-0:1.0: USB hub found\n[ 0.659369] hub 1-0:1.0: 2 ports detected\n[ 0.660274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663324] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664338] mousedev: PS/2 mouse device common for all mice\n[ 0.665589] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667404] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668511] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669712] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670906] i2c /dev entries driver\n[ 0.671674] device-mapper: uevent: version 1.0.3\n[ 0.672633] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674257] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675528] NET: Registered protocol family 10\n[ 0.676529] NET: Registered protocol family 17\n[ 0.677422] Key type dns_resolver registered\n[ 0.678348] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679443] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681198] registered taskstats version 1\n[ 0.682038] Loading compiled-in X.509 certificates\n[ 0.683471] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685329] zswap: loaded using pool lzo/zbud\n[ 0.686688] Key type trusted registered\n[ 0.688248] Key type encrypted registered\n[ 0.689091] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690116] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691146] evm: HMAC attrs: 0x1\n[ 0.692071] Magic number: 2:454:851\n[ 0.692849] index3: hash matches\n[ 0.693633] rtc_cmos 00:00: setting system clock to 2018-09-07 20:49:06 UTC (1536353346)\n[ 0.695237] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696359] EDD information not available.\n[ 0.777517] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789503] Write protecting the kernel read-only data: 14336k\n[ 0.791088] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792902] 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.835081] 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.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.14...\nLease of 10.10.10.14 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.34. iid=i-0000013b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7eMhC5mErECn2mWq5Bf1CJlfpQNfKQ07SeQnSdj89AtbqsVfycri/CwRommYOHdTNWAqXWS3qqmXYd0+RuN4x4z3tcDXsWryDRiFOGDOaEqlkg+vPMwUaZ6V/kGz2xrcsewEAdu++fEnRnSEDErIQ7RDZ1GVV2q41CA9n8Yg1fwvZWdIfhmPgN2NoQ/vMsxqBwl7Oj6lCIdR/nEEmF0OyZQDeecot7Q8W/d6pR9KYWAusf9liC5aTi7srij8xiN1VVCcn/xt8YuHjw+WWLJnXoGdUsKJv3FEvAe86wqbbA4TmaOltnprMAH9ZaSn8oVOvz8Z4FDqZ3Q7by7PeKGQV root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMgv9baWKrVmY4IJvjIhViXSuoIf0bzDQoYBnL85yGhyTaCd4jo9JlKNnuE1Qo8ush/95iR2WURp8EyQEhVkdPyGOdo31iQDFdgCiatAFOaTcr6rW4VruNf80D+SnNZ6u9RlKpJKxdS0dGsssrTkhK6pP6jz827QG/k9+5zxOeppAAAAFQD4w+x/L98TG5F81/BLAsJsaeUAQwAAAIBCqtR/oR8+O0gFr8WYfMT7ou1Hq/VCnmuHn515EwzIdLaBBpmv1rRxP+aDZvCxW447vSyL85LA3ZyHZssEFStMcw9y4qX59a53VJr8ANUz8vDyP47a6opqP09m1rDg7wdhTFSIuXqD1yYraXQ5D+4d1uDBWQVFHtyj2l6pojv3VQAAAIBhKaSBV1Ga7seLd27MD2eHCelkfvmT9tT4KLxC04lB0kaAdNkjfuvKYhL/p9da8qEO8a0u1KbHiyysX+BFv+q203TVT2iGjeJgGQcUcJMMpAIQYdtwM6Hl2n7G5z9qk6r3FZ/WbsQLn14Wq10greHd3JwzY/oIm/n5KEJ1ViDu/g== 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.14,24,fe80::f816:3eff:fe49:7b73/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.14 \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-0000013b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.60 ===\n/dev/root resized successfully [took 2.53s]\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:49:7B:73 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:7b73/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7988 (7.8 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.127934] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127936] usb 1-1: Product: QEMU USB Tablet\n[ 1.127937] usb 1-1: Manufacturer: QEMU\n[ 1.127937] usb 1-1: SerialNumber: 42\n[ 1.405965] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.423871] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.504771] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.504773] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.729498] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.037513] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:49:07 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:49:07 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:49:07 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 7 21:49:07 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:49:07 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:49:07 cirros kern.info kernel: [ 1.504771] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:49:07 cirros kern.info kernel: [ 1.504773] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:49:08 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:49:09 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:49:09 cirros kern.info kernel: [ 3.729498] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:49:09 cirros kern.info kernel: [ 4.037513] 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-07 20:51:14,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action used request id req-e13b32b7-0b7d-4930-9f9f-6ac450235599 2018-09-07 20:51:16,273 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-07 20:51:46,276 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:51:46,277 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:51:46,278 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:51:46,282 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:51:46,325 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:51:46,328 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:51:46,328 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:51:46,329 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:51:46,329 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:51:46,370 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:51:46,405 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:51:46,407 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 20:51:46,408 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 20:51:46,408 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 20:51:46,409 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:51:46,411 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 20:51:46,447 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-07 20:51:46,449 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-07 20:51:46,450 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-07 20:51:46,451 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-07 20:51:46,451 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-07 20:51:46,492 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-07 20:51:46,525 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-07 20:51:46,526 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-09-07 20:51:46,527 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-07 20:51:46,528 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:51:46,533 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:51:46,535 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:51:46,539 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:51:46,573 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-07 20:51:46,574 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:51:46,576 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:51:46,576 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:51:46,576 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:51:46,617 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:51:46,678 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:51:46,680 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-07 20:51:46,680 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:51:46,681 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-07 20:51:46,681 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-07 20:51:46,684 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-07 20:51:46,751 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-07 20:51:46,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e011be058f9c11d1a27aa5bc141c65ad5fdab0ca" -d '{"forceDelete": null}' 2018-09-07 20:51:46,762 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-07 20:51:46,956 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:51: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-c555c71f-5fc2-4c4a-b64b-14cbd8cc94a5 x-compute-request-id: req-c555c71f-5fc2-4c4a-b64b-14cbd8cc94a5 Content-Length: 0 Content-Type: application/json 2018-09-07 20:51:46,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ed6b25c0-8a40-4ab0-b329-00d1a1867abd/action used request id req-c555c71f-5fc2-4c4a-b64b-14cbd8cc94a5 2018-09-07 20:51:46,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e011be058f9c11d1a27aa5bc141c65ad5fdab0ca" -d '{"forceDelete": null}' 2018-09-07 20:51:47,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:51: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-8abaf937-c832-4a02-a0a2-305142817673 x-compute-request-id: req-8abaf937-c832-4a02-a0a2-305142817673 Content-Length: 0 Content-Type: application/json 2018-09-07 20:51:47,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/64b78c9d-7f70-4324-9a85-8f802c660148/action used request id req-8abaf937-c832-4a02-a0a2-305142817673 2018-09-07 20:51:47,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d66ec7644122e9045f80d0ca8a5343823f6d21d" 2018-09-07 20:51:48,678 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-18a094b1-a42a-447d-b50d-3ce4f5095377 Date: Fri, 07 Sep 2018 20:51:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:51:48,678 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/99e67c96-747b-4134-a65a-bcbd849cf98e used request id req-18a094b1-a42a-447d-b50d-3ce4f5095377 2018-09-07 20:51:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/37533c21-3049-4ff3-a317-61621be5877b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e7ccb73ce86ebe3c51c3b788c87241290c46e6" 2018-09-07 20:51:50,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80c14846-cb80-4b6c-a1c4-41350cd5e067 Date: Fri, 07 Sep 2018 20:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:51:50,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/37533c21-3049-4ff3-a317-61621be5877b used request id req-80c14846-cb80-4b6c-a1c4-41350cd5e067 2018-09-07 20:51:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f25fca7e-ff14-4355-a9c5-f1f8df0bb96b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e7ccb73ce86ebe3c51c3b788c87241290c46e6" 2018-09-07 20:51:52,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80834d87-aaf4-4e2e-b4d9-8582e910ff88 Date: Fri, 07 Sep 2018 20:51:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:51:52,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f25fca7e-ff14-4355-a9c5-f1f8df0bb96b used request id req-80834d87-aaf4-4e2e-b4d9-8582e910ff88 2018-09-07 20:51:52,623 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:51:52,624 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:51:52,624 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:51:52,626 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:51:52,689 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:51:52,690 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-07 20:51:52,690 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:51:52,691 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-07 20:51:52,692 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-07 20:51:52,696 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-07 20:51:52,758 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-07 20:51:52,758 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-07 20:51:52,759 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-07 20:52:22,760 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-07 20:52:22,761 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-07 20:52:22,761 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-07 20:52:22,764 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-07 20:52:22,802 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-07 20:52:22,804 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-07 20:52:22,804 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-07 20:52:22,805 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-07 20:52:22,806 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-07 20:52:22,847 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-07 20:52:22,882 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-07 20:52:22,883 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-07 20:52:22,884 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-07 20:52:22,885 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-07 20:52:22,885 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-07 20:52:22,889 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-07 20:52:22,925 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-07 20:52:22,926 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-07 20:52:22,927 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-07 20:52:22,928 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-07 20:52:22,928 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-07 20:52:22,968 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-07 20:52:23,003 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-07 20:52:23,004 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-09-07 20:52:23,004 - 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-07 20:52:23,004 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-07 20:52:23,005 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-09-07 20:52:23,006 - 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-07 20:52:23,006 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-07 20:52:23,006 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-09-07 20:52:23,007 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-09-07 20:52:23,007 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-09-07 20:52:23,086 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:23,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:23,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:23,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:23,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:23,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:23,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:23,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:52:23,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:23,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:23,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:23,096 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:52:23,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:23,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa8964a7-6873-4474-9799-7344ac80076e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:23,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-aa8964a7-6873-4474-9799-7344ac80076e 2018-09-07 20:52:23,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:23,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["mTgWJkzgS9amL3cTQqbnbA"], "issued_at": "2018-09-07T20:52:23.000000Z"}} 2018-09-07 20:52:23,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aec90e62d8f6c7171d55964b8aea5c5c614eedaa" 2018-09-07 20:52:23,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ada99fd0-47e2-4586-be8d-6c6e3ad3132b Date: Fri, 07 Sep 2018 20:52:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:52:23,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-ada99fd0-47e2-4586-be8d-6c6e3ad3132b 2018-09-07 20:52:23,679 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:52:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aec90e62d8f6c7171d55964b8aea5c5c614eedaa" 2018-09-07 20:52:23,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2acb7e2-b826-452c-8461-1e76d6546cc5 Date: Fri, 07 Sep 2018 20:52:23 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-07 20:52:23,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-a2acb7e2-b826-452c-8461-1e76d6546cc5 2018-09-07 20:52:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aec90e62d8f6c7171d55964b8aea5c5c614eedaa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:52:24,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8 X-Openstack-Request-Id: req-87b820e8-b8e1-47b5-b013-2296f8140c52 Date: Fri, 07 Sep 2018 20:52:24 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:52:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:52:24Z", "visibility": "public", "locations": [], "self": "/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "min_disk": 0, "protected": false, "id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "file": "/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:52:24,076 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-87b820e8-b8e1-47b5-b013-2296f8140c52 2018-09-07 20:52:24,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aec90e62d8f6c7171d55964b8aea5c5c614eedaa" -d '' 2018-09-07 20:52:25,301 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad522dcf-c593-47bb-be8d-140b383f51ec Date: Fri, 07 Sep 2018 20:52:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:52:25,301 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8/file used request id req-ad522dcf-c593-47bb-be8d-140b383f51ec 2018-09-07 20:52:25,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:25,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb59f0e6-726b-4c2e-b01a-23cd9f945e5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:25,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bb59f0e6-726b-4c2e-b01a-23cd9f945e5a 2018-09-07 20:52:25,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:25,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["eWFk66W3Qc2IglAT5s3lhg"], "issued_at": "2018-09-07T20:52:25.000000Z"}} 2018-09-07 20:52:25,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:52:25,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7b20d104-9b3e-454e-92d3-d8da329fa48d Date: Fri, 07 Sep 2018 20:52:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 20:52:25,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-7b20d104-9b3e-454e-92d3-d8da329fa48d 2018-09-07 20:52:25,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:52:26,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-21557e6d-fd7c-4f2f-a699-50c2b017f99f Date: Fri, 07 Sep 2018 20:52:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-07 20:52:26,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-21557e6d-fd7c-4f2f-a699-50c2b017f99f 2018-09-07 20:52:26,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:52:26,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19da4faf-6d03-47c3-9ba9-89eccacf83dd Date: Fri, 07 Sep 2018 20:52:26 GMT RESP BODY: {"routers": []} 2018-09-07 20:52:26,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-19da4faf-6d03-47c3-9ba9-89eccacf83dd 2018-09-07 20:52:26,366 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-09-07 20:52:26,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-09-07 20:52:26,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-761b2d3d-72d6-41fa-8519-cec8909644bd Date: Fri, 07 Sep 2018 20:52:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0c4e132f-7630-4200-9157-6b84fba1ec91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:52:26Z","is_default":false,"provider:segmentation_id":86,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:52:26Z","mtu":1450}} 2018-09-07 20:52:26,622 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-761b2d3d-72d6-41fa-8519-cec8909644bd 2018-09-07 20:52:26,622 - sdnvpn.lib.openstack_utils - DEBUG - Network '0c4e132f-7630-4200-9157-6b84fba1ec91' created successfully 2018-09-07 20:52:26,622 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 20:52:26,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"subnets": [{"ip_version": 4, "network_id": "0c4e132f-7630-4200-9157-6b84fba1ec91", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-09-07 20:52:27,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-734962d3-d4d2-49e7-b935-2fe957a860a3 Date: Fri, 07 Sep 2018 20:52:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c4e132f-7630-4200-9157-6b84fba1ec91","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:52:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:52:26Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3d1e38333674f33ba762d66c366b2a8","id":"33628ed3-ae12-415c-8fb3-d6392b5437bb","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-09-07 20:52:27,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-734962d3-d4d2-49e7-b935-2fe957a860a3 2018-09-07 20:52:27,329 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '33628ed3-ae12-415c-8fb3-d6392b5437bb' created successfully 2018-09-07 20:52:27,329 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 20:52:27,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-09-07 20:52:27,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f9bbf9e1-0b2e-4823-9de1-ed4d1d38ff9a Date: Fri, 07 Sep 2018 20:52:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:52:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:52:27Z", "revision_number": 0, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7", "name": "sdnvpn-4-1-router"}} 2018-09-07 20:52:27,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-f9bbf9e1-0b2e-4823-9de1-ed4d1d38ff9a 2018-09-07 20:52:27,500 - sdnvpn.lib.openstack_utils - DEBUG - Router 'cbf0374a-d70f-47e8-8ac2-f0e56fd642a7' created successfully 2018-09-07 20:52:27,500 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 20:52:27,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"subnet_id": "33628ed3-ae12-415c-8fb3-d6392b5437bb"}' 2018-09-07 20:52:28,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-af8d6ea0-5161-49f6-8823-6e072dea9ddf Date: Fri, 07 Sep 2018 20:52:28 GMT RESP BODY: {"network_id": "0c4e132f-7630-4200-9157-6b84fba1ec91", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "33628ed3-ae12-415c-8fb3-d6392b5437bb", "subnet_ids": ["33628ed3-ae12-415c-8fb3-d6392b5437bb"], "port_id": "eb012430-f504-4865-ad3a-d4f9b10b7750", "id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"} 2018-09-07 20:52:28,841 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7/add_router_interface used request id req-af8d6ea0-5161-49f6-8823-6e072dea9ddf 2018-09-07 20:52:28,842 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 20:52:28,842 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 20:52:28,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:52:29,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-cb7cbcb4-2679-4e48-99a7-85af5e857407 Date: Fri, 07 Sep 2018 20:52:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c4e132f-7630-4200-9157-6b84fba1ec91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["33628ed3-ae12-415c-8fb3-d6392b5437bb"],"description":"","tags":[],"updated_at":"2018-09-07T20:52:26Z","provider:segmentation_id":86,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:52:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 20:52:29,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-cb7cbcb4-2679-4e48-99a7-85af5e857407 2018-09-07 20:52:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 20:52:30,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-0e51b4d3-48cc-423b-9328-3d73908619be Date: Fri, 07 Sep 2018 20:52:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:52:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:52:30Z", "revision_number": 3, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7", "name": "sdnvpn-4-1-router"}} 2018-09-07 20:52:30,365 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 used request id req-0e51b4d3-48cc-423b-9328-3d73908619be 2018-09-07 20:52:30,365 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 20:52:30,365 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-09-07 20:52:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-09-07 20:52:30,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-687b63a8-39e6-48c6-b299-d60172945b49 Date: Fri, 07 Sep 2018 20:52: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":"8b12b955-da12-4f6d-8172-717b41568fc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:52:30Z","is_default":false,"provider:segmentation_id":95,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:52:30Z","mtu":1450}} 2018-09-07 20:52:30,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-687b63a8-39e6-48c6-b299-d60172945b49 2018-09-07 20:52:30,748 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 8b12b955-da12-4f6d-8172-717b41568fc1 with cidr 10.10.11.0/24 2018-09-07 20:52:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"subnets": [{"ip_version": 4, "network_id": "8b12b955-da12-4f6d-8172-717b41568fc1", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-09-07 20:52:31,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f70ead3b-02a6-495c-8fc0-c27ddd049690 Date: Fri, 07 Sep 2018 20:52:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b12b955-da12-4f6d-8172-717b41568fc1","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:52:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:52:31Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"a3d1e38333674f33ba762d66c366b2a8","id":"970fa79b-644a-45b8-8ccc-7b6404c7162d","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-09-07 20:52:31,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-f70ead3b-02a6-495c-8fc0-c27ddd049690 2018-09-07 20:52:31,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:52:31,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-c78d4efd-dc4d-4bb6-a7fc-45dd4abc0c8e Date: Fri, 07 Sep 2018 20:52:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:52:31,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-c78d4efd-dc4d-4bb6-a7fc-45dd4abc0c8e 2018-09-07 20:52:31,349 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:52:31,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:31,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b95b5aec-4c3b-47c5-9743-4396f0c583e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:31,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b95b5aec-4c3b-47c5-9743-4396f0c583e3 2018-09-07 20:52:31,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:31,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["QGG2TGPtTWGQ9e1Bc7nSCw"], "issued_at": "2018-09-07T20:52:31.000000Z"}} 2018-09-07 20:52:31,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" 2018-09-07 20:52:31,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-240797e0-b140-4272-8e72-6e1f25b7ad66 x-compute-request-id: req-240797e0-b140-4272-8e72-6e1f25b7ad66 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:52:31,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-240797e0-b140-4272-8e72-6e1f25b7ad66 2018-09-07 20:52:31,910 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 20:52:31,910 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-09-07 20:52:31,910 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=030c5a29-7d81-420a-baf7-9b760b5b2ae8 network=0c4e132f-7630-4200-9157-6b84fba1ec91 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:52:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:31,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:31,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:31,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:31,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:31,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:31,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:31,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:31,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:31,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:31,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:31,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:31,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:31,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:31,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:31,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:31,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59c8ceb-3e71-4043-80eb-a4e4ac762428 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:31,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c59c8ceb-3e71-4043-80eb-a4e4ac762428 2018-09-07 20:52:31,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:32,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["HBAE7rwoS6yDNYt4UqAmmA"], "issued_at": "2018-09-07T20:52:32.000000Z"}} 2018-09-07 20:52:32,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" 2018-09-07 20:52:32,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-d1ea1237-4b41-4551-811b-c12b8b1c6a69 x-compute-request-id: req-d1ea1237-4b41-4551-811b-c12b8b1c6a69 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:52:32,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-d1ea1237-4b41-4551-811b-c12b8b1c6a69 2018-09-07 20:52:32,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" 2018-09-07 20:52:32,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-fdfc175a-a9d9-40f7-8520-a111e988c49d x-compute-request-id: req-fdfc175a-a9d9-40f7-8520-a111e988c49d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:52:32,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-fdfc175a-a9d9-40f7-8520-a111e988c49d 2018-09-07 20:52:32,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0c4e132f-7630-4200-9157-6b84fba1ec91"}]}}' 2018-09-07 20:52:34,424 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:52: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-e923013b-b75f-44ac-96c2-a71c04de0565 x-compute-request-id: req-e923013b-b75f-44ac-96c2-a71c04de0565 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "bookmark"}], "adminPass": "Pq2eEqdJ9zA3"}} 2018-09-07 20:52:34,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-e923013b-b75f-44ac-96c2-a71c04de0565 2018-09-07 20:52:34,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:34,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37aeb339-53d3-400b-9919-69ff02236c98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:34,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-37aeb339-53d3-400b-9919-69ff02236c98 2018-09-07 20:52:34,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:34,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["ifWwLF2xQAGt7Dh1xbTzqg"], "issued_at": "2018-09-07T20:52:34.000000Z"}} 2018-09-07 20:52:34,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c434a629288e09a61356bb63c73dfb939fc0854" 2018-09-07 20:52:35,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-edc4b87a-38e4-4dac-9c47-f853cd2a6dc8 x-compute-request-id: req-edc4b87a-38e4-4dac-9c47-f853cd2a6dc8 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.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:52:34Z", "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-07T20:52:34Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:35,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 used request id req-edc4b87a-38e4-4dac-9c47-f853cd2a6dc8 2018-09-07 20:52:38,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c434a629288e09a61356bb63c73dfb939fc0854" 2018-09-07 20:52:39,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-1cfcdc1b-50c8-460d-b901-fc4223faa0b0 x-compute-request-id: req-1cfcdc1b-50c8-460d-b901-fc4223faa0b0 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:52:36Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:52:34Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:39,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 used request id req-1cfcdc1b-50c8-460d-b901-fc4223faa0b0 2018-09-07 20:52:42,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c434a629288e09a61356bb63c73dfb939fc0854" 2018-09-07 20:52:43,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-b919142c-eabe-449a-aa0b-db89c0cb2b51 x-compute-request-id: req-b919142c-eabe-449a-aa0b-db89c0cb2b51 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f7:35", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-09-07T20:52:39.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:52:39Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:52:34Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:43,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 used request id req-b919142c-eabe-449a-aa0b-db89c0cb2b51 2018-09-07 20:52:43,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" 2018-09-07 20:52:43,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c8f3567f-3291-44f9-a8b3-c8d67ebdbc06 x-compute-request-id: req-c8f3567f-3291-44f9-a8b3-c8d67ebdbc06 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f7:35", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-09-07T20:52:39.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:52:39Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:52:34Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:43,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 used request id req-c8f3567f-3291-44f9-a8b3-c8d67ebdbc06 2018-09-07 20:52:43,772 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.10'. 2018-09-07 20:52:43,772 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-09-07 20:52:43,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:52:45,254 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-ac057d2b-108d-4077-9d65-e4246a3568fa x-compute-request-id: req-ac057d2b-108d-4077-9d65-e4246a3568fa Content-Length: 0 Content-Type: application/json 2018-09-07 20:52:45,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-ac057d2b-108d-4077-9d65-e4246a3568fa 2018-09-07 20:52:45,255 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-09-07 20:52:45,255 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=030c5a29-7d81-420a-baf7-9b760b5b2ae8 network=0c4e132f-7630-4200-9157-6b84fba1ec91 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:52:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:45,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:45,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:45,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:45,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:45,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:45,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:45,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:45,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:45,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:45,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:45,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:45,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46079828-e125-4c28-8cef-ecec30585045 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:45,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-46079828-e125-4c28-8cef-ecec30585045 2018-09-07 20:52:45,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:45,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["HYpkFULqS6K6hEjRtE6K5w"], "issued_at": "2018-09-07T20:52:45.000000Z"}} 2018-09-07 20:52:45,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" 2018-09-07 20:52:45,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-b565841c-5d7e-413a-9348-1a47bef230e8 x-compute-request-id: req-b565841c-5d7e-413a-9348-1a47bef230e8 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:52:45,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-b565841c-5d7e-413a-9348-1a47bef230e8 2018-09-07 20:52:45,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" 2018-09-07 20:52:45,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-91171940-5add-4f60-aa1d-5451defa50c3 x-compute-request-id: req-91171940-5add-4f60-aa1d-5451defa50c3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:52:45,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-91171940-5add-4f60-aa1d-5451defa50c3 2018-09-07 20:52:45,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0c4e132f-7630-4200-9157-6b84fba1ec91"}]}}' 2018-09-07 20:52:47,212 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:52: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-c48ea614-fb0e-45fc-b1dc-83835fab9193 x-compute-request-id: req-c48ea614-fb0e-45fc-b1dc-83835fab9193 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59eb3463-d82a-4974-8ff2-7c618cb423d0", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "bookmark"}], "adminPass": "njZWc5hrG7LV"}} 2018-09-07 20:52:47,213 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-c48ea614-fb0e-45fc-b1dc-83835fab9193 2018-09-07 20:52:47,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:47,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34930e9-9b99-4b37-9e7c-e69358cf865e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:47,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e34930e9-9b99-4b37-9e7c-e69358cf865e 2018-09-07 20:52:47,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:47,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["tQE2IdSvRrqCcoq23GVv2g"], "issued_at": "2018-09-07T20:52:47.000000Z"}} 2018-09-07 20:52:47,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a571bb19f4d226f83c3562f0dc01f9e021e100df" 2018-09-07 20:52:48,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-16007cde-a228-4109-a52b-41939d4ef8ac x-compute-request-id: req-16007cde-a228-4109-a52b-41939d4ef8ac Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "59eb3463-d82a-4974-8ff2-7c618cb423d0", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:52:47Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:47Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:48,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 used request id req-16007cde-a228-4109-a52b-41939d4ef8ac 2018-09-07 20:52:51,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a571bb19f4d226f83c3562f0dc01f9e021e100df" 2018-09-07 20:52:51,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-2ab6c886-0c71-4812-8f46-2d3e33fd888a x-compute-request-id: req-2ab6c886-0c71-4812-8f46-2d3e33fd888a Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "59eb3463-d82a-4974-8ff2-7c618cb423d0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:52:48Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:47Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:51,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 used request id req-2ab6c886-0c71-4812-8f46-2d3e33fd888a 2018-09-07 20:52:54,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a571bb19f4d226f83c3562f0dc01f9e021e100df" 2018-09-07 20:52:55,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-a3b6da5c-187d-4833-8a68-8883fba360f9 x-compute-request-id: req-a3b6da5c-187d-4833-8a68-8883fba360f9 Content-Encoding: gzip Content-Length: 781 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:af:f1:0b", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-09-07T20:52:51.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "59eb3463-d82a-4974-8ff2-7c618cb423d0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:52:52Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:47Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:55,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 used request id req-a3b6da5c-187d-4833-8a68-8883fba360f9 2018-09-07 20:52:55,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" 2018-09-07 20:52:56,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-01aecd33-1df8-4e2b-8beb-fcac06095e3a x-compute-request-id: req-01aecd33-1df8-4e2b-8beb-fcac06095e3a Content-Encoding: gzip Content-Length: 781 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:af:f1:0b", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-09-07T20:52:51.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "59eb3463-d82a-4974-8ff2-7c618cb423d0", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:52:52Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:47Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:52:56,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0 used request id req-01aecd33-1df8-4e2b-8beb-fcac06095e3a 2018-09-07 20:52:56,668 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.7'. 2018-09-07 20:52:56,668 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-09-07 20:52:56,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:52:58,010 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-d13fd601-7970-43c7-9bbf-f99be30defae x-compute-request-id: req-d13fd601-7970-43c7-9bbf-f99be30defae Content-Length: 0 Content-Type: application/json 2018-09-07 20:52:58,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-d13fd601-7970-43c7-9bbf-f99be30defae 2018-09-07 20:52:58,010 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-09-07 20:52:58,011 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=030c5a29-7d81-420a-baf7-9b760b5b2ae8 network=8b12b955-da12-4f6d-8172-717b41568fc1 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:58,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:58,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:58,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:52:58,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:52:58,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:52:58,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:52:58,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:52:58,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c2327a-1c05-49e6-9879-c4005cbfc928 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:52:58,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-38c2327a-1c05-49e6-9879-c4005cbfc928 2018-09-07 20:52:58,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:52:58,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:52:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["VGPbzeZYR-qm7M1xooSa7w"], "issued_at": "2018-09-07T20:52:58.000000Z"}} 2018-09-07 20:52:58,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" 2018-09-07 20:52:58,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-f9e0ae2d-b138-463f-9698-30ac5ab7d498 x-compute-request-id: req-f9e0ae2d-b138-463f-9698-30ac5ab7d498 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:52:58,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f9e0ae2d-b138-463f-9698-30ac5ab7d498 2018-09-07 20:52:58,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" 2018-09-07 20:52:58,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:52: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-7b0b0c52-5e08-498e-800d-f92b1eb95463 x-compute-request-id: req-7b0b0c52-5e08-498e-800d-f92b1eb95463 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:52:58,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-7b0b0c52-5e08-498e-800d-f92b1eb95463 2018-09-07 20:52:58,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8b12b955-da12-4f6d-8172-717b41568fc1"}]}}' 2018-09-07 20:53:00,017 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:52: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-75264138-0a09-4b84-8efe-95a2ba6bf7bd x-compute-request-id: req-75264138-0a09-4b84-8efe-95a2ba6bf7bd Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "11eaab4e-a97c-4356-9acc-a4cca49c541b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "bookmark"}], "adminPass": "RHrHij7LerKq"}} 2018-09-07 20:53:00,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-75264138-0a09-4b84-8efe-95a2ba6bf7bd 2018-09-07 20:53:00,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:53:00,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef32f953-8161-4ad6-b1a7-5a0b66c66d0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:53:00,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ef32f953-8161-4ad6-b1a7-5a0b66c66d0b 2018-09-07 20:53:00,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:53:00,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:53:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["oX3lcmSgTASY034zc7ie6w"], "issued_at": "2018-09-07T20:53:00.000000Z"}} 2018-09-07 20:53:00,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d82862ac71f2e9c2afb67f8973c12821f5561d8" 2018-09-07 20:53:01,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-2e174c19-fd99-4267-a21e-d93c13acff34 x-compute-request-id: req-2e174c19-fd99-4267-a21e-d93c13acff34 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "11eaab4e-a97c-4356-9acc-a4cca49c541b", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:00Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:01,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b used request id req-2e174c19-fd99-4267-a21e-d93c13acff34 2018-09-07 20:53:04,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d82862ac71f2e9c2afb67f8973c12821f5561d8" 2018-09-07 20:53:04,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-bc34e741-7f4a-4f71-8958-627654efd306 x-compute-request-id: req-bc34e741-7f4a-4f71-8958-627654efd306 Content-Encoding: gzip Content-Length: 784 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:07:33:7a", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-09-07T20:53:03.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "11eaab4e-a97c-4356-9acc-a4cca49c541b", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:53:04Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:04,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b used request id req-bc34e741-7f4a-4f71-8958-627654efd306 2018-09-07 20:53:04,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" 2018-09-07 20:53:05,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-8382caf9-5ea2-415b-a9b6-bdfe7811181c x-compute-request-id: req-8382caf9-5ea2-415b-a9b6-bdfe7811181c Content-Encoding: gzip Content-Length: 784 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:07:33:7a", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-09-07T20:53:03.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "11eaab4e-a97c-4356-9acc-a4cca49c541b", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:53:04Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:52:59Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:05,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b used request id req-8382caf9-5ea2-415b-a9b6-bdfe7811181c 2018-09-07 20:53:05,376 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.5'. 2018-09-07 20:53:05,376 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-09-07 20:53:05,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:53:07,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-0559ebdf-6b31-4cf5-8906-21c5e8859a43 x-compute-request-id: req-0559ebdf-6b31-4cf5-8906-21c5e8859a43 Content-Length: 0 Content-Type: application/json 2018-09-07 20:53:07,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-0559ebdf-6b31-4cf5-8906-21c5e8859a43 2018-09-07 20:53:07,000 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-09-07 20:53:07,001 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=030c5a29-7d81-420a-baf7-9b760b5b2ae8 network=8b12b955-da12-4f6d-8172-717b41568fc1 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:53:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:53:07,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:53:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:53:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:53:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:53:07,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:53:07,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:53:07,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:53:07,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:53:07,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:53:07,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d96c006-073e-4d2c-9673-56637edd3c18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:53:07,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0d96c006-073e-4d2c-9673-56637edd3c18 2018-09-07 20:53:07,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:53:07,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["TxlQQJrdShafcHqFqD2AgQ"], "issued_at": "2018-09-07T20:53:07.000000Z"}} 2018-09-07 20:53:07,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" 2018-09-07 20:53:07,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-2acb4c05-9f2b-476d-a645-3ff36c66633f x-compute-request-id: req-2acb4c05-9f2b-476d-a645-3ff36c66633f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:53:07,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2acb4c05-9f2b-476d-a645-3ff36c66633f 2018-09-07 20:53:07,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" 2018-09-07 20:53:07,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-11cf58f7-6f26-4b98-b6ab-9c07987c232e x-compute-request-id: req-11cf58f7-6f26-4b98-b6ab-9c07987c232e Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:53:07,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-11cf58f7-6f26-4b98-b6ab-9c07987c232e 2018-09-07 20:53:07,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8b12b955-da12-4f6d-8172-717b41568fc1"}], "config_drive": true}}' 2018-09-07 20:53:09,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:53: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-b05f5e73-cfc6-434d-aab2-54a6109024de x-compute-request-id: req-b05f5e73-cfc6-434d-aab2-54a6109024de Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b66a1e56-8326-4e61-bae7-8c1422a6939c", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "bookmark"}], "adminPass": "Z6ZynhLsggLu"}} 2018-09-07 20:53:09,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-b05f5e73-cfc6-434d-aab2-54a6109024de 2018-09-07 20:53:09,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:53:09,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c856a30a-5092-440e-b2ee-823feb5f62d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:53:09,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c856a30a-5092-440e-b2ee-823feb5f62d4 2018-09-07 20:53:09,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:53:09,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["yqOPWXdJQ52HvmAmK45eFQ"], "issued_at": "2018-09-07T20:53:09.000000Z"}} 2018-09-07 20:53:09,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692b4c6572a6dce72b9e2376969ff41636fe5a70" 2018-09-07 20:53:10,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-0574a3eb-4a63-43ca-8f02-6c7265251af2 x-compute-request-id: req-0574a3eb-4a63-43ca-8f02-6c7265251af2 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "b66a1e56-8326-4e61-bae7-8c1422a6939c", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:09Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:09Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:10,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c used request id req-0574a3eb-4a63-43ca-8f02-6c7265251af2 2018-09-07 20:53:13,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692b4c6572a6dce72b9e2376969ff41636fe5a70" 2018-09-07 20:53:13,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-6fe3916f-2fc4-4f5a-8ea1-c981c84f82fb x-compute-request-id: req-6fe3916f-2fc4-4f5a-8ea1-c981c84f82fb Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:bf:e1", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "b66a1e56-8326-4e61-bae7-8c1422a6939c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:10Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:09Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:13,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c used request id req-6fe3916f-2fc4-4f5a-8ea1-c981c84f82fb 2018-09-07 20:53:16,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}692b4c6572a6dce72b9e2376969ff41636fe5a70" 2018-09-07 20:53:17,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-5cac535d-d053-4a0a-a3e5-770911302792 x-compute-request-id: req-5cac535d-d053-4a0a-a3e5-770911302792 Content-Encoding: gzip Content-Length: 784 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:ac:bf:e1", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-09-07T20:53:14.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "b66a1e56-8326-4e61-bae7-8c1422a6939c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:14Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:09Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:17,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c used request id req-5cac535d-d053-4a0a-a3e5-770911302792 2018-09-07 20:53:17,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" 2018-09-07 20:53:17,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-badaf7c8-89b9-43d8-b9e6-6b2358b995c1 x-compute-request-id: req-badaf7c8-89b9-43d8-b9e6-6b2358b995c1 Content-Encoding: gzip Content-Length: 784 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:ac:bf:e1", "version": 4, "addr": "10.10.11.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-09-07T20:53:14.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "b66a1e56-8326-4e61-bae7-8c1422a6939c", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:14Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:09Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:17,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c used request id req-badaf7c8-89b9-43d8-b9e6-6b2358b995c1 2018-09-07 20:53:17,955 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.14'. 2018-09-07 20:53:17,956 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-09-07 20:53:17,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:53:19,368 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ed441a3-96ce-4215-a0d3-49df1211014a x-compute-request-id: req-5ed441a3-96ce-4215-a0d3-49df1211014a Content-Length: 0 Content-Type: application/json 2018-09-07 20:53:19,369 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action used request id req-5ed441a3-96ce-4215-a0d3-49df1211014a 2018-09-07 20:53:19,369 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-09-07 20:53:19,369 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=030c5a29-7d81-420a-baf7-9b760b5b2ae8 network=0c4e132f-7630-4200-9157-6b84fba1ec91 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.10 10.10.10.7 10.10.11.14 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-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:53:19,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:53:19,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:53:19,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:53:19,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:53:19,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:53:19,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:53:19,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:53:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:53:19,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daab7392-b63f-4b2f-8408-89a3b8e9ccde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:53:19,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-daab7392-b63f-4b2f-8408-89a3b8e9ccde 2018-09-07 20:53:19,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:53:19,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["GQl_o0O1Ru6cOyjVcMxW3A"], "issued_at": "2018-09-07T20:53:19.000000Z"}} 2018-09-07 20:53:19,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" 2018-09-07 20:53:19,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49d5aeb9-7746-47cf-9447-ef6435367cba x-compute-request-id: req-49d5aeb9-7746-47cf-9447-ef6435367cba Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:53:19,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-49d5aeb9-7746-47cf-9447-ef6435367cba 2018-09-07 20:53:19,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" 2018-09-07 20:53:19,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0df9aae2-5e2d-47c8-9fb7-c4db58ce19c3 x-compute-request-id: req-0df9aae2-5e2d-47c8-9fb7-c4db58ce19c3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:53:19,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-0df9aae2-5e2d-47c8-9fb7-c4db58ce19c3 2018-09-07 20:53:19,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMCAxMC4xMC4xMC43IDEwLjEwLjExLjE0IDEwLjEwLjExLjUKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0c4e132f-7630-4200-9157-6b84fba1ec91"}], "config_drive": true}}' 2018-09-07 20:53:21,644 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc32808e-15c7-41a7-949b-8ca64c1bb2cd x-compute-request-id: req-dc32808e-15c7-41a7-949b-8ca64c1bb2cd Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78532d71-b8be-4c88-ad29-7f36144e02f2", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "bookmark"}], "adminPass": "Vukgog9PC4sd"}} 2018-09-07 20:53:21,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-dc32808e-15c7-41a7-949b-8ca64c1bb2cd 2018-09-07 20:53:21,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:53:21,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1fa723-6382-4218-999a-4fc88b18eb30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:53:21,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9f1fa723-6382-4218-999a-4fc88b18eb30 2018-09-07 20:53:21,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:53:22,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["Tuo8XuowTVChITul3anSCw"], "issued_at": "2018-09-07T20:53:22.000000Z"}} 2018-09-07 20:53:22,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efe03b10ad72d4bf2e2b8e5da436e1e37d5423ed" 2018-09-07 20:53:22,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-3c8a1ad6-d3ab-4a1f-88e9-d46bca31bdc2 x-compute-request-id: req-3c8a1ad6-d3ab-4a1f-88e9-d46bca31bdc2 Content-Encoding: gzip Content-Length: 693 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "78532d71-b8be-4c88-ad29-7f36144e02f2", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:22Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:21Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:22,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 used request id req-3c8a1ad6-d3ab-4a1f-88e9-d46bca31bdc2 2018-09-07 20:53:25,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efe03b10ad72d4bf2e2b8e5da436e1e37d5423ed" 2018-09-07 20:53:26,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-2075651f-5a74-40b7-a8bb-5b3a3d125de3 x-compute-request-id: req-2075651f-5a74-40b7-a8bb-5b3a3d125de3 Content-Encoding: gzip Content-Length: 781 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:b3:a5:0c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "78532d71-b8be-4c88-ad29-7f36144e02f2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:22Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:21Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:26,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 used request id req-2075651f-5a74-40b7-a8bb-5b3a3d125de3 2018-09-07 20:53:29,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efe03b10ad72d4bf2e2b8e5da436e1e37d5423ed" 2018-09-07 20:53:30,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-41946051-5eba-4b4d-a1f4-c45250a6ca0d x-compute-request-id: req-41946051-5eba-4b4d-a1f4-c45250a6ca0d Content-Encoding: gzip Content-Length: 782 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:b3:a5:0c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-09-07T20:53:25.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "78532d71-b8be-4c88-ad29-7f36144e02f2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:26Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:21Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:30,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 used request id req-41946051-5eba-4b4d-a1f4-c45250a6ca0d 2018-09-07 20:53:30,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" 2018-09-07 20:53:30,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-eb1b9ddc-af36-4d3b-913c-8f89a13f076e x-compute-request-id: req-eb1b9ddc-af36-4d3b-913c-8f89a13f076e Content-Encoding: gzip Content-Length: 782 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:b3:a5:0c", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/78532d71-b8be-4c88-ad29-7f36144e02f2", "rel": "bookmark"}], "image": {"id": "030c5a29-7d81-420a-baf7-9b760b5b2ae8", "links": [{"href": "http://172.30.9.25:8774/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-09-07T20:53:25.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "78532d71-b8be-4c88-ad29-7f36144e02f2", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:53:26Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:53:21Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:53:30,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2 used request id req-eb1b9ddc-af36-4d3b-913c-8f89a13f076e 2018-09-07 20:53:30,922 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.5'. 2018-09-07 20:53:30,922 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-09-07 20:53:30,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:53:32,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-d82a40fa-d162-49b4-b31c-ad3bdcce1c58 x-compute-request-id: req-d82a40fa-d162-49b4-b31c-ad3bdcce1c58 Content-Length: 0 Content-Type: application/json 2018-09-07 20:53:32,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-d82a40fa-d162-49b4-b31c-ad3bdcce1c58 2018-09-07 20:53:32,049 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-09-07 20:53:32,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-781872", "route_distinguishers": "12:12"}}' 2018-09-07 20:53:32,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-d44123d2-00fe-4e5a-b2c1-38b8364c5898 Date: Fri, 07 Sep 2018 20:53:32 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "10c6b841-e9ab-4d6b-b888-6095a7d0ee4a", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:53:32,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-d44123d2-00fe-4e5a-b2c1-38b8364c5898 2018-09-07 20:53:32,238 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-781872', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'10c6b841-e9ab-4d6b-b888-6095a7d0ee4a'}} 2018-09-07 20:53:32,238 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-09-07 20:53:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"router_association": {"router_id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"}}' 2018-09-07 20:53:32,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-8b7a8761-785a-40de-b7fa-9215e816b4de Date: Fri, 07 Sep 2018 20:53:32 GMT RESP BODY: {"router_association": {"router_id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6326118e-1f4e-4be3-80a7-6df12820b29e"}} 2018-09-07 20:53:32,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a/router_associations used request id req-8b7a8761-785a-40de-b7fa-9215e816b4de 2018-09-07 20:53:32,786 - sdnvpn_test_utils - INFO - Waiting for instance e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607 to boot up 2018-09-07 20:53:32,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:33,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a02c440-262d-4a87-8701-d2caa05e3512 x-compute-request-id: req-1a02c440-262d-4a87-8701-d2caa05e3512 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495181198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130886] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132555] pid_max: default: 32768 minimum: 301\n[ 0.133451] ACPI: Core revision 20150930\n[ 0.134840] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136150] Security Framework initialized\n[ 0.136969] Yama: becoming mindful.\n[ 0.137697] AppArmor: AppArmor initialized\n[ 0.138568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141197] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142410] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143808] Initializing cgroup subsys io\n[ 0.144626] Initializing cgroup subsys memory\n[ 0.145488] Initializing cgroup subsys devices\n[ 0.146376] Initializing cgroup subsys freezer\n[ 0.147251] Initializing cgroup subsys net_cls\n[ 0.148121] Initializing cgroup subsys perf_event\n[ 0.149038] Initializing cgroup subsys net_prio\n[ 0.149938] Initializing cgroup subsys hugetlb\n[ 0.150809] Initializing cgroup subsys pids\n[ 0.151689] CPU: Physical Processor ID: 0\n[ 0.153198] mce: CPU supports 10 MCE banks\n[ 0.154061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155063] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172284] ftrace: allocating 31920 entries in 125 pages\n[ 0.199103] smpboot: Max logical packages: 1\n[ 0.200001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201354] x2apic enabled\n[ 0.202179] Switched APIC routing to physical x2apic.\n[ 0.203953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207096] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208895] KVM setup paravirtual spinlock\n[ 0.210263] x86: Booted up 1 node, 1 CPUs\n[ 0.211081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212481] devtmpfs: initialized\n[ 0.214205] evm: security.selinux\n[ 0.214909] evm: security.SMACK64\n[ 0.215599] evm: security.SMACK64EXEC\n[ 0.216362] evm: security.SMACK64TRANSMUTE\n[ 0.217178] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218611] evm: security.capability\n[ 0.219432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221309] pinctrl core: initialized pinctrl subsystem\n[ 0.222430] RTC time: 20:52:39, date: 09/07/18\n[ 0.223396] NET: Registered protocol family 16\n[ 0.224388] cpuidle: using governor ladder\n[ 0.225221] cpuidle: using governor menu\n[ 0.226020] PCCT header not found.\n[ 0.226784] ACPI: bus type PCI registered\n[ 0.227596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228855] PCI: Using configuration type 1 for base access\n[ 0.230630] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235376] ACPI: Interpreter enabled\n[ 0.236164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244077] ACPI: (supports S0 S5)\n[ 0.244789] ACPI: Using IOAPIC for interrupt routing\n[ 0.245850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250138] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254958] acpiphp: Slot [3] registered\n[ 0.255766] acpiphp: Slot [4] registered\n[ 0.256567] acpiphp: Slot [5] registered\n[ 0.257369] acpiphp: Slot [6] registered\n[ 0.258169] acpiphp: Slot [7] registered\n[ 0.258969] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260571] acpiphp: Slot [10] registered\n[ 0.261383] acpiphp: Slot [11] registered\n[ 0.262197] acpiphp: Slot [12] registered\n[ 0.263014] acpiphp: Slot [13] registered\n[ 0.263823] acpiphp: Slot [14] registered\n[ 0.264645] acpiphp: Slot [15] registered\n[ 0.275695] acpiphp: Slot [16] registered\n[ 0.276550] acpiphp: Slot [17] registered\n[ 0.277362] acpiphp: Slot [18] registered\n[ 0.278175] acpiphp: Slot [19] registered\n[ 0.278982] acpiphp: Slot [20] registered\n[ 0.279796] acpiphp: Slot [21] registered\n[ 0.280620] acpiphp: Slot [22] registered\n[ 0.281433] acpiphp: Slot [23] registered\n[ 0.282247] acpiphp: Slot [24] registered\n[ 0.283058] acpiphp: Slot [25] registered\n[ 0.283879] acpiphp: Slot [26] registered\n[ 0.284692] acpiphp: Slot [27] registered\n[ 0.285506] acpiphp: Slot [28] registered\n[ 0.286320] acpiphp: Slot [29] registered\n[ 0.287127] acpiphp: Slot [30] registered\n[ 0.287943] acpiphp: Slot [31] registered\n[ 0.288751] PCI host bridge to bus 0000:00\n[ 0.289568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301176] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302497] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303668] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362354] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363775] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365167] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366414] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370621] vgaarb: loaded\n[ 0.371225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372366] SCSI subsystem initialized\n[ 0.373192] ACPI: bus type USB registered\n[ 0.374012] usbcore: registered new interface driver usbfs\n[ 0.375046] usbcore: registered new interface driver hub\n[ 0.376053] usbcore: registered new device driver usb\n[ 0.377116] PCI: Using ACPI for IRQ routing\n[ 0.378153] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380669] NetLabel: unlabeled traffic allowed by default\n[ 0.381770] clocksource: Switched to clocksource kvm-clock\n[ 0.387286] AppArmor: AppArmor Filesystem Enabled\n[ 0.388278] pnp: PnP ACPI init\n[ 0.389190] pnp: PnP ACPI: found 5 devices\n[ 0.395567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397273] NET: Registered protocol family 2\n[ 0.398235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399506] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400674] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401859] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402952] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404116] NET: Registered protocol family 1\n[ 0.404983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406087] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407162] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435467] Trying to unpack rootfs image as initramfs...\n[ 0.485325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499146] Scanning for low memory corruption every 60 seconds\n[ 0.500714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502161] audit: initializing netlink subsys (disabled)\n[ 0.503413] audit: type=2000 audit(1536353560.216:1): initialized\n[ 0.504995] Initialise system trusted keyring\n[ 0.506114] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509755] zbud: loaded\n[ 0.510585] VFS: Disk quotas dquot_6.6.0\n[ 0.511541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513287] fuse init (API version 7.23)\n[ 0.514350] Key type big_key registered\n[ 0.515296] Allocating IMA MOK and blacklist keyrings.\n[ 0.516989] Key type asymmetric registered\n[ 0.518006] Asymmetric key parser 'x509' registered\n[ 0.519142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520923] io scheduler noop registered\n[ 0.521866] io scheduler deadline registered (default)\n[ 0.523029] io scheduler cfq registered\n[ 0.523993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528052] ACPI: Power Button [PWRF]\n[ 0.528882] GHES: HEST is not enabled!\n[ 0.542458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601173] Linux agpgart interface v0.103\n[ 0.603357] brd: module loaded\n[ 0.604547] loop: module loaded\n[ 0.609196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610647] GPT:90111 != 2097151\n[ 0.611322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612395] GPT:90111 != 2097151\n[ 0.613060] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614014] vda: vda1 vda15\n[ 0.615413] scsi host0: ata_piix\n[ 0.616152] scsi host1: ata_piix\n[ 0.616854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619512] libphy: Fixed MDIO Bus: probed\n[ 0.620329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623432] PPP generic driver version 2.4.2\n[ 0.624315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625562] ehci-pci: EHCI PCI platform driver\n[ 0.626439] ehci-platform: EHCI generic platform driver\n[ 0.627423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628544] ohci-pci: OHCI PCI platform driver\n[ 0.629405] ohci-platform: OHCI generic platform driver\n[ 0.630394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648305] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652061] usb usb1: Product: UHCI Host Controller\n[ 0.652988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655116] hub 1-0:1.0: USB hub found\n[ 0.655892] hub 1-0:1.0: 2 ports detected\n[ 0.656788] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660884] mousedev: PS/2 mouse device common for all mice\n[ 0.662130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666232] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667415] i2c /dev entries driver\n[ 0.668178] device-mapper: uevent: version 1.0.3\n[ 0.669119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670748] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672024] NET: Registered protocol family 10\n[ 0.673007] NET: Registered protocol family 17\n[ 0.673904] Key type dns_resolver registered\n[ 0.674821] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677664] registered taskstats version 1\n[ 0.678501] Loading compiled-in X.509 certificates\n[ 0.679939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681789] zswap: loaded using pool lzo/zbud\n[ 0.683167] Key type trusted registered\n[ 0.684717] Key type encrypted registered\n[ 0.685540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686583] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687628] evm: HMAC attrs: 0x1\n[ 0.688563] Magic number: 2:7:902\n[ 0.689383] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:40 UTC (1536353560)\n[ 0.690981] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692106] EDD information not available.\n[ 0.778737] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780278] Write protecting the kernel read-only data: 14336k\n[ 0.792352] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.212958] 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-07 20:53:33,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-1a02c440-262d-4a87-8701-d2caa05e3512 2018-09-07 20:53:35,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:36,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-c6e383f6-a357-4e8f-aa60-174c9488b816 x-compute-request-id: req-c6e383f6-a357-4e8f-aa60-174c9488b816 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495181198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130886] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132555] pid_max: default: 32768 minimum: 301\n[ 0.133451] ACPI: Core revision 20150930\n[ 0.134840] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136150] Security Framework initialized\n[ 0.136969] Yama: becoming mindful.\n[ 0.137697] AppArmor: AppArmor initialized\n[ 0.138568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141197] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142410] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143808] Initializing cgroup subsys io\n[ 0.144626] Initializing cgroup subsys memory\n[ 0.145488] Initializing cgroup subsys devices\n[ 0.146376] Initializing cgroup subsys freezer\n[ 0.147251] Initializing cgroup subsys net_cls\n[ 0.148121] Initializing cgroup subsys perf_event\n[ 0.149038] Initializing cgroup subsys net_prio\n[ 0.149938] Initializing cgroup subsys hugetlb\n[ 0.150809] Initializing cgroup subsys pids\n[ 0.151689] CPU: Physical Processor ID: 0\n[ 0.153198] mce: CPU supports 10 MCE banks\n[ 0.154061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155063] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172284] ftrace: allocating 31920 entries in 125 pages\n[ 0.199103] smpboot: Max logical packages: 1\n[ 0.200001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201354] x2apic enabled\n[ 0.202179] Switched APIC routing to physical x2apic.\n[ 0.203953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207096] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208895] KVM setup paravirtual spinlock\n[ 0.210263] x86: Booted up 1 node, 1 CPUs\n[ 0.211081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212481] devtmpfs: initialized\n[ 0.214205] evm: security.selinux\n[ 0.214909] evm: security.SMACK64\n[ 0.215599] evm: security.SMACK64EXEC\n[ 0.216362] evm: security.SMACK64TRANSMUTE\n[ 0.217178] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218611] evm: security.capability\n[ 0.219432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221309] pinctrl core: initialized pinctrl subsystem\n[ 0.222430] RTC time: 20:52:39, date: 09/07/18\n[ 0.223396] NET: Registered protocol family 16\n[ 0.224388] cpuidle: using governor ladder\n[ 0.225221] cpuidle: using governor menu\n[ 0.226020] PCCT header not found.\n[ 0.226784] ACPI: bus type PCI registered\n[ 0.227596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228855] PCI: Using configuration type 1 for base access\n[ 0.230630] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235376] ACPI: Interpreter enabled\n[ 0.236164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244077] ACPI: (supports S0 S5)\n[ 0.244789] ACPI: Using IOAPIC for interrupt routing\n[ 0.245850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250138] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254958] acpiphp: Slot [3] registered\n[ 0.255766] acpiphp: Slot [4] registered\n[ 0.256567] acpiphp: Slot [5] registered\n[ 0.257369] acpiphp: Slot [6] registered\n[ 0.258169] acpiphp: Slot [7] registered\n[ 0.258969] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260571] acpiphp: Slot [10] registered\n[ 0.261383] acpiphp: Slot [11] registered\n[ 0.262197] acpiphp: Slot [12] registered\n[ 0.263014] acpiphp: Slot [13] registered\n[ 0.263823] acpiphp: Slot [14] registered\n[ 0.264645] acpiphp: Slot [15] registered\n[ 0.275695] acpiphp: Slot [16] registered\n[ 0.276550] acpiphp: Slot [17] registered\n[ 0.277362] acpiphp: Slot [18] registered\n[ 0.278175] acpiphp: Slot [19] registered\n[ 0.278982] acpiphp: Slot [20] registered\n[ 0.279796] acpiphp: Slot [21] registered\n[ 0.280620] acpiphp: Slot [22] registered\n[ 0.281433] acpiphp: Slot [23] registered\n[ 0.282247] acpiphp: Slot [24] registered\n[ 0.283058] acpiphp: Slot [25] registered\n[ 0.283879] acpiphp: Slot [26] registered\n[ 0.284692] acpiphp: Slot [27] registered\n[ 0.285506] acpiphp: Slot [28] registered\n[ 0.286320] acpiphp: Slot [29] registered\n[ 0.287127] acpiphp: Slot [30] registered\n[ 0.287943] acpiphp: Slot [31] registered\n[ 0.288751] PCI host bridge to bus 0000:00\n[ 0.289568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301176] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302497] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303668] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362354] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363775] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365167] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366414] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370621] vgaarb: loaded\n[ 0.371225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372366] SCSI subsystem initialized\n[ 0.373192] ACPI: bus type USB registered\n[ 0.374012] usbcore: registered new interface driver usbfs\n[ 0.375046] usbcore: registered new interface driver hub\n[ 0.376053] usbcore: registered new device driver usb\n[ 0.377116] PCI: Using ACPI for IRQ routing\n[ 0.378153] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380669] NetLabel: unlabeled traffic allowed by default\n[ 0.381770] clocksource: Switched to clocksource kvm-clock\n[ 0.387286] AppArmor: AppArmor Filesystem Enabled\n[ 0.388278] pnp: PnP ACPI init\n[ 0.389190] pnp: PnP ACPI: found 5 devices\n[ 0.395567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397273] NET: Registered protocol family 2\n[ 0.398235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399506] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400674] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401859] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402952] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404116] NET: Registered protocol family 1\n[ 0.404983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406087] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407162] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435467] Trying to unpack rootfs image as initramfs...\n[ 0.485325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499146] Scanning for low memory corruption every 60 seconds\n[ 0.500714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502161] audit: initializing netlink subsys (disabled)\n[ 0.503413] audit: type=2000 audit(1536353560.216:1): initialized\n[ 0.504995] Initialise system trusted keyring\n[ 0.506114] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509755] zbud: loaded\n[ 0.510585] VFS: Disk quotas dquot_6.6.0\n[ 0.511541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513287] fuse init (API version 7.23)\n[ 0.514350] Key type big_key registered\n[ 0.515296] Allocating IMA MOK and blacklist keyrings.\n[ 0.516989] Key type asymmetric registered\n[ 0.518006] Asymmetric key parser 'x509' registered\n[ 0.519142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520923] io scheduler noop registered\n[ 0.521866] io scheduler deadline registered (default)\n[ 0.523029] io scheduler cfq registered\n[ 0.523993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528052] ACPI: Power Button [PWRF]\n[ 0.528882] GHES: HEST is not enabled!\n[ 0.542458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601173] Linux agpgart interface v0.103\n[ 0.603357] brd: module loaded\n[ 0.604547] loop: module loaded\n[ 0.609196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610647] GPT:90111 != 2097151\n[ 0.611322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612395] GPT:90111 != 2097151\n[ 0.613060] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614014] vda: vda1 vda15\n[ 0.615413] scsi host0: ata_piix\n[ 0.616152] scsi host1: ata_piix\n[ 0.616854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619512] libphy: Fixed MDIO Bus: probed\n[ 0.620329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623432] PPP generic driver version 2.4.2\n[ 0.624315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625562] ehci-pci: EHCI PCI platform driver\n[ 0.626439] ehci-platform: EHCI generic platform driver\n[ 0.627423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628544] ohci-pci: OHCI PCI platform driver\n[ 0.629405] ohci-platform: OHCI generic platform driver\n[ 0.630394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648305] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652061] usb usb1: Product: UHCI Host Controller\n[ 0.652988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655116] hub 1-0:1.0: USB hub found\n[ 0.655892] hub 1-0:1.0: 2 ports detected\n[ 0.656788] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660884] mousedev: PS/2 mouse device common for all mice\n[ 0.662130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666232] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667415] i2c /dev entries driver\n[ 0.668178] device-mapper: uevent: version 1.0.3\n[ 0.669119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670748] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672024] NET: Registered protocol family 10\n[ 0.673007] NET: Registered protocol family 17\n[ 0.673904] Key type dns_resolver registered\n[ 0.674821] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677664] registered taskstats version 1\n[ 0.678501] Loading compiled-in X.509 certificates\n[ 0.679939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681789] zswap: loaded using pool lzo/zbud\n[ 0.683167] Key type trusted registered\n[ 0.684717] Key type encrypted registered\n[ 0.685540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686583] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687628] evm: HMAC attrs: 0x1\n[ 0.688563] Magic number: 2:7:902\n[ 0.689383] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:40 UTC (1536353560)\n[ 0.690981] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692106] EDD information not available.\n[ 0.778737] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780278] Write protecting the kernel read-only data: 14336k\n[ 0.792352] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.212958] 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-07 20:53:36,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-c6e383f6-a357-4e8f-aa60-174c9488b816 2018-09-07 20:53:38,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:40,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-fc9b2ce2-50b9-46a2-b038-f517a673f5d9 x-compute-request-id: req-fc9b2ce2-50b9-46a2-b038-f517a673f5d9 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495181198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130886] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132555] pid_max: default: 32768 minimum: 301\n[ 0.133451] ACPI: Core revision 20150930\n[ 0.134840] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136150] Security Framework initialized\n[ 0.136969] Yama: becoming mindful.\n[ 0.137697] AppArmor: AppArmor initialized\n[ 0.138568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141197] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142410] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143808] Initializing cgroup subsys io\n[ 0.144626] Initializing cgroup subsys memory\n[ 0.145488] Initializing cgroup subsys devices\n[ 0.146376] Initializing cgroup subsys freezer\n[ 0.147251] Initializing cgroup subsys net_cls\n[ 0.148121] Initializing cgroup subsys perf_event\n[ 0.149038] Initializing cgroup subsys net_prio\n[ 0.149938] Initializing cgroup subsys hugetlb\n[ 0.150809] Initializing cgroup subsys pids\n[ 0.151689] CPU: Physical Processor ID: 0\n[ 0.153198] mce: CPU supports 10 MCE banks\n[ 0.154061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155063] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172284] ftrace: allocating 31920 entries in 125 pages\n[ 0.199103] smpboot: Max logical packages: 1\n[ 0.200001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201354] x2apic enabled\n[ 0.202179] Switched APIC routing to physical x2apic.\n[ 0.203953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207096] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208895] KVM setup paravirtual spinlock\n[ 0.210263] x86: Booted up 1 node, 1 CPUs\n[ 0.211081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212481] devtmpfs: initialized\n[ 0.214205] evm: security.selinux\n[ 0.214909] evm: security.SMACK64\n[ 0.215599] evm: security.SMACK64EXEC\n[ 0.216362] evm: security.SMACK64TRANSMUTE\n[ 0.217178] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218611] evm: security.capability\n[ 0.219432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221309] pinctrl core: initialized pinctrl subsystem\n[ 0.222430] RTC time: 20:52:39, date: 09/07/18\n[ 0.223396] NET: Registered protocol family 16\n[ 0.224388] cpuidle: using governor ladder\n[ 0.225221] cpuidle: using governor menu\n[ 0.226020] PCCT header not found.\n[ 0.226784] ACPI: bus type PCI registered\n[ 0.227596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228855] PCI: Using configuration type 1 for base access\n[ 0.230630] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235376] ACPI: Interpreter enabled\n[ 0.236164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244077] ACPI: (supports S0 S5)\n[ 0.244789] ACPI: Using IOAPIC for interrupt routing\n[ 0.245850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250138] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254958] acpiphp: Slot [3] registered\n[ 0.255766] acpiphp: Slot [4] registered\n[ 0.256567] acpiphp: Slot [5] registered\n[ 0.257369] acpiphp: Slot [6] registered\n[ 0.258169] acpiphp: Slot [7] registered\n[ 0.258969] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260571] acpiphp: Slot [10] registered\n[ 0.261383] acpiphp: Slot [11] registered\n[ 0.262197] acpiphp: Slot [12] registered\n[ 0.263014] acpiphp: Slot [13] registered\n[ 0.263823] acpiphp: Slot [14] registered\n[ 0.264645] acpiphp: Slot [15] registered\n[ 0.275695] acpiphp: Slot [16] registered\n[ 0.276550] acpiphp: Slot [17] registered\n[ 0.277362] acpiphp: Slot [18] registered\n[ 0.278175] acpiphp: Slot [19] registered\n[ 0.278982] acpiphp: Slot [20] registered\n[ 0.279796] acpiphp: Slot [21] registered\n[ 0.280620] acpiphp: Slot [22] registered\n[ 0.281433] acpiphp: Slot [23] registered\n[ 0.282247] acpiphp: Slot [24] registered\n[ 0.283058] acpiphp: Slot [25] registered\n[ 0.283879] acpiphp: Slot [26] registered\n[ 0.284692] acpiphp: Slot [27] registered\n[ 0.285506] acpiphp: Slot [28] registered\n[ 0.286320] acpiphp: Slot [29] registered\n[ 0.287127] acpiphp: Slot [30] registered\n[ 0.287943] acpiphp: Slot [31] registered\n[ 0.288751] PCI host bridge to bus 0000:00\n[ 0.289568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301176] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302497] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303668] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362354] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363775] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365167] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366414] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370621] vgaarb: loaded\n[ 0.371225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372366] SCSI subsystem initialized\n[ 0.373192] ACPI: bus type USB registered\n[ 0.374012] usbcore: registered new interface driver usbfs\n[ 0.375046] usbcore: registered new interface driver hub\n[ 0.376053] usbcore: registered new device driver usb\n[ 0.377116] PCI: Using ACPI for IRQ routing\n[ 0.378153] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380669] NetLabel: unlabeled traffic allowed by default\n[ 0.381770] clocksource: Switched to clocksource kvm-clock\n[ 0.387286] AppArmor: AppArmor Filesystem Enabled\n[ 0.388278] pnp: PnP ACPI init\n[ 0.389190] pnp: PnP ACPI: found 5 devices\n[ 0.395567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397273] NET: Registered protocol family 2\n[ 0.398235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399506] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400674] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401859] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402952] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404116] NET: Registered protocol family 1\n[ 0.404983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406087] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407162] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435467] Trying to unpack rootfs image as initramfs...\n[ 0.485325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499146] Scanning for low memory corruption every 60 seconds\n[ 0.500714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502161] audit: initializing netlink subsys (disabled)\n[ 0.503413] audit: type=2000 audit(1536353560.216:1): initialized\n[ 0.504995] Initialise system trusted keyring\n[ 0.506114] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509755] zbud: loaded\n[ 0.510585] VFS: Disk quotas dquot_6.6.0\n[ 0.511541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513287] fuse init (API version 7.23)\n[ 0.514350] Key type big_key registered\n[ 0.515296] Allocating IMA MOK and blacklist keyrings.\n[ 0.516989] Key type asymmetric registered\n[ 0.518006] Asymmetric key parser 'x509' registered\n[ 0.519142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520923] io scheduler noop registered\n[ 0.521866] io scheduler deadline registered (default)\n[ 0.523029] io scheduler cfq registered\n[ 0.523993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528052] ACPI: Power Button [PWRF]\n[ 0.528882] GHES: HEST is not enabled!\n[ 0.542458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601173] Linux agpgart interface v0.103\n[ 0.603357] brd: module loaded\n[ 0.604547] loop: module loaded\n[ 0.609196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610647] GPT:90111 != 2097151\n[ 0.611322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612395] GPT:90111 != 2097151\n[ 0.613060] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614014] vda: vda1 vda15\n[ 0.615413] scsi host0: ata_piix\n[ 0.616152] scsi host1: ata_piix\n[ 0.616854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619512] libphy: Fixed MDIO Bus: probed\n[ 0.620329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623432] PPP generic driver version 2.4.2\n[ 0.624315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625562] ehci-pci: EHCI PCI platform driver\n[ 0.626439] ehci-platform: EHCI generic platform driver\n[ 0.627423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628544] ohci-pci: OHCI PCI platform driver\n[ 0.629405] ohci-platform: OHCI generic platform driver\n[ 0.630394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648305] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652061] usb usb1: Product: UHCI Host Controller\n[ 0.652988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655116] hub 1-0:1.0: USB hub found\n[ 0.655892] hub 1-0:1.0: 2 ports detected\n[ 0.656788] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660884] mousedev: PS/2 mouse device common for all mice\n[ 0.662130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666232] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667415] i2c /dev entries driver\n[ 0.668178] device-mapper: uevent: version 1.0.3\n[ 0.669119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670748] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672024] NET: Registered protocol family 10\n[ 0.673007] NET: Registered protocol family 17\n[ 0.673904] Key type dns_resolver registered\n[ 0.674821] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677664] registered taskstats version 1\n[ 0.678501] Loading compiled-in X.509 certificates\n[ 0.679939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681789] zswap: loaded using pool lzo/zbud\n[ 0.683167] Key type trusted registered\n[ 0.684717] Key type encrypted registered\n[ 0.685540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686583] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687628] evm: HMAC attrs: 0x1\n[ 0.688563] Magic number: 2:7:902\n[ 0.689383] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:40 UTC (1536353560)\n[ 0.690981] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692106] EDD information not available.\n[ 0.778737] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780278] Write protecting the kernel read-only data: 14336k\n[ 0.792352] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.212958] 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-07 20:53:40,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-fc9b2ce2-50b9-46a2-b038-f517a673f5d9 2018-09-07 20:53:42,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:43,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-37e700c6-9cd6-4ec6-aa7c-faa251ec5c77 x-compute-request-id: req-37e700c6-9cd6-4ec6-aa7c-faa251ec5c77 Content-Encoding: gzip Content-Length: 7936 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495181198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130886] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132555] pid_max: default: 32768 minimum: 301\n[ 0.133451] ACPI: Core revision 20150930\n[ 0.134840] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136150] Security Framework initialized\n[ 0.136969] Yama: becoming mindful.\n[ 0.137697] AppArmor: AppArmor initialized\n[ 0.138568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141197] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142410] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143808] Initializing cgroup subsys io\n[ 0.144626] Initializing cgroup subsys memory\n[ 0.145488] Initializing cgroup subsys devices\n[ 0.146376] Initializing cgroup subsys freezer\n[ 0.147251] Initializing cgroup subsys net_cls\n[ 0.148121] Initializing cgroup subsys perf_event\n[ 0.149038] Initializing cgroup subsys net_prio\n[ 0.149938] Initializing cgroup subsys hugetlb\n[ 0.150809] Initializing cgroup subsys pids\n[ 0.151689] CPU: Physical Processor ID: 0\n[ 0.153198] mce: CPU supports 10 MCE banks\n[ 0.154061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155063] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172284] ftrace: allocating 31920 entries in 125 pages\n[ 0.199103] smpboot: Max logical packages: 1\n[ 0.200001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201354] x2apic enabled\n[ 0.202179] Switched APIC routing to physical x2apic.\n[ 0.203953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207096] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208895] KVM setup paravirtual spinlock\n[ 0.210263] x86: Booted up 1 node, 1 CPUs\n[ 0.211081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212481] devtmpfs: initialized\n[ 0.214205] evm: security.selinux\n[ 0.214909] evm: security.SMACK64\n[ 0.215599] evm: security.SMACK64EXEC\n[ 0.216362] evm: security.SMACK64TRANSMUTE\n[ 0.217178] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218611] evm: security.capability\n[ 0.219432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221309] pinctrl core: initialized pinctrl subsystem\n[ 0.222430] RTC time: 20:52:39, date: 09/07/18\n[ 0.223396] NET: Registered protocol family 16\n[ 0.224388] cpuidle: using governor ladder\n[ 0.225221] cpuidle: using governor menu\n[ 0.226020] PCCT header not found.\n[ 0.226784] ACPI: bus type PCI registered\n[ 0.227596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228855] PCI: Using configuration type 1 for base access\n[ 0.230630] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235376] ACPI: Interpreter enabled\n[ 0.236164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244077] ACPI: (supports S0 S5)\n[ 0.244789] ACPI: Using IOAPIC for interrupt routing\n[ 0.245850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250138] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254958] acpiphp: Slot [3] registered\n[ 0.255766] acpiphp: Slot [4] registered\n[ 0.256567] acpiphp: Slot [5] registered\n[ 0.257369] acpiphp: Slot [6] registered\n[ 0.258169] acpiphp: Slot [7] registered\n[ 0.258969] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260571] acpiphp: Slot [10] registered\n[ 0.261383] acpiphp: Slot [11] registered\n[ 0.262197] acpiphp: Slot [12] registered\n[ 0.263014] acpiphp: Slot [13] registered\n[ 0.263823] acpiphp: Slot [14] registered\n[ 0.264645] acpiphp: Slot [15] registered\n[ 0.275695] acpiphp: Slot [16] registered\n[ 0.276550] acpiphp: Slot [17] registered\n[ 0.277362] acpiphp: Slot [18] registered\n[ 0.278175] acpiphp: Slot [19] registered\n[ 0.278982] acpiphp: Slot [20] registered\n[ 0.279796] acpiphp: Slot [21] registered\n[ 0.280620] acpiphp: Slot [22] registered\n[ 0.281433] acpiphp: Slot [23] registered\n[ 0.282247] acpiphp: Slot [24] registered\n[ 0.283058] acpiphp: Slot [25] registered\n[ 0.283879] acpiphp: Slot [26] registered\n[ 0.284692] acpiphp: Slot [27] registered\n[ 0.285506] acpiphp: Slot [28] registered\n[ 0.286320] acpiphp: Slot [29] registered\n[ 0.287127] acpiphp: Slot [30] registered\n[ 0.287943] acpiphp: Slot [31] registered\n[ 0.288751] PCI host bridge to bus 0000:00\n[ 0.289568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301176] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302497] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303668] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362354] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363775] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365167] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366414] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370621] vgaarb: loaded\n[ 0.371225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372366] SCSI subsystem initialized\n[ 0.373192] ACPI: bus type USB registered\n[ 0.374012] usbcore: registered new interface driver usbfs\n[ 0.375046] usbcore: registered new interface driver hub\n[ 0.376053] usbcore: registered new device driver usb\n[ 0.377116] PCI: Using ACPI for IRQ routing\n[ 0.378153] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380669] NetLabel: unlabeled traffic allowed by default\n[ 0.381770] clocksource: Switched to clocksource kvm-clock\n[ 0.387286] AppArmor: AppArmor Filesystem Enabled\n[ 0.388278] pnp: PnP ACPI init\n[ 0.389190] pnp: PnP ACPI: found 5 devices\n[ 0.395567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397273] NET: Registered protocol family 2\n[ 0.398235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399506] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400674] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401859] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402952] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404116] NET: Registered protocol family 1\n[ 0.404983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406087] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407162] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435467] Trying to unpack rootfs image as initramfs...\n[ 0.485325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499146] Scanning for low memory corruption every 60 seconds\n[ 0.500714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502161] audit: initializing netlink subsys (disabled)\n[ 0.503413] audit: type=2000 audit(1536353560.216:1): initialized\n[ 0.504995] Initialise system trusted keyring\n[ 0.506114] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509755] zbud: loaded\n[ 0.510585] VFS: Disk quotas dquot_6.6.0\n[ 0.511541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513287] fuse init (API version 7.23)\n[ 0.514350] Key type big_key registered\n[ 0.515296] Allocating IMA MOK and blacklist keyrings.\n[ 0.516989] Key type asymmetric registered\n[ 0.518006] Asymmetric key parser 'x509' registered\n[ 0.519142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520923] io scheduler noop registered\n[ 0.521866] io scheduler deadline registered (default)\n[ 0.523029] io scheduler cfq registered\n[ 0.523993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528052] ACPI: Power Button [PWRF]\n[ 0.528882] GHES: HEST is not enabled!\n[ 0.542458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601173] Linux agpgart interface v0.103\n[ 0.603357] brd: module loaded\n[ 0.604547] loop: module loaded\n[ 0.609196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610647] GPT:90111 != 2097151\n[ 0.611322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612395] GPT:90111 != 2097151\n[ 0.613060] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614014] vda: vda1 vda15\n[ 0.615413] scsi host0: ata_piix\n[ 0.616152] scsi host1: ata_piix\n[ 0.616854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619512] libphy: Fixed MDIO Bus: probed\n[ 0.620329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623432] PPP generic driver version 2.4.2\n[ 0.624315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625562] ehci-pci: EHCI PCI platform driver\n[ 0.626439] ehci-platform: EHCI generic platform driver\n[ 0.627423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628544] ohci-pci: OHCI PCI platform driver\n[ 0.629405] ohci-platform: OHCI generic platform driver\n[ 0.630394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648305] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652061] usb usb1: Product: UHCI Host Controller\n[ 0.652988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655116] hub 1-0:1.0: USB hub found\n[ 0.655892] hub 1-0:1.0: 2 ports detected\n[ 0.656788] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660884] mousedev: PS/2 mouse device common for all mice\n[ 0.662130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666232] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667415] i2c /dev entries driver\n[ 0.668178] device-mapper: uevent: version 1.0.3\n[ 0.669119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670748] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672024] NET: Registered protocol family 10\n[ 0.673007] NET: Registered protocol family 17\n[ 0.673904] Key type dns_resolver registered\n[ 0.674821] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677664] registered taskstats version 1\n[ 0.678501] Loading compiled-in X.509 certificates\n[ 0.679939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681789] zswap: loaded using pool lzo/zbud\n[ 0.683167] Key type trusted registered\n[ 0.684717] Key type encrypted registered\n[ 0.685540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686583] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687628] evm: HMAC attrs: 0x1\n[ 0.688563] Magic number: 2:7:902\n[ 0.689383] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:40 UTC (1536353560)\n[ 0.690981] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692106] EDD information not available.\n[ 0.778737] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780278] Write protecting the kernel read-only data: 14336k\n[ 0.792352] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.212958] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000141\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-07 20:53:43,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-37e700c6-9cd6-4ec6-aa7c-faa251ec5c77 2018-09-07 20:53:45,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a950f3c62d081bdd48ac6ae9cc5026d3073009" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:46,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-73d9f0b1-87ab-4763-8c1c-95e5dd2753b5 x-compute-request-id: req-73d9f0b1-87ab-4763-8c1c-95e5dd2753b5 Content-Encoding: gzip Content-Length: 9532 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495181198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130886] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132555] pid_max: default: 32768 minimum: 301\n[ 0.133451] ACPI: Core revision 20150930\n[ 0.134840] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136150] Security Framework initialized\n[ 0.136969] Yama: becoming mindful.\n[ 0.137697] AppArmor: AppArmor initialized\n[ 0.138568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141197] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142410] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143808] Initializing cgroup subsys io\n[ 0.144626] Initializing cgroup subsys memory\n[ 0.145488] Initializing cgroup subsys devices\n[ 0.146376] Initializing cgroup subsys freezer\n[ 0.147251] Initializing cgroup subsys net_cls\n[ 0.148121] Initializing cgroup subsys perf_event\n[ 0.149038] Initializing cgroup subsys net_prio\n[ 0.149938] Initializing cgroup subsys hugetlb\n[ 0.150809] Initializing cgroup subsys pids\n[ 0.151689] CPU: Physical Processor ID: 0\n[ 0.153198] mce: CPU supports 10 MCE banks\n[ 0.154061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155063] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165804] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172284] ftrace: allocating 31920 entries in 125 pages\n[ 0.199103] smpboot: Max logical packages: 1\n[ 0.200001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201354] x2apic enabled\n[ 0.202179] Switched APIC routing to physical x2apic.\n[ 0.203953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207096] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208895] KVM setup paravirtual spinlock\n[ 0.210263] x86: Booted up 1 node, 1 CPUs\n[ 0.211081] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212481] devtmpfs: initialized\n[ 0.214205] evm: security.selinux\n[ 0.214909] evm: security.SMACK64\n[ 0.215599] evm: security.SMACK64EXEC\n[ 0.216362] evm: security.SMACK64TRANSMUTE\n[ 0.217178] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218611] evm: security.capability\n[ 0.219432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221309] pinctrl core: initialized pinctrl subsystem\n[ 0.222430] RTC time: 20:52:39, date: 09/07/18\n[ 0.223396] NET: Registered protocol family 16\n[ 0.224388] cpuidle: using governor ladder\n[ 0.225221] cpuidle: using governor menu\n[ 0.226020] PCCT header not found.\n[ 0.226784] ACPI: bus type PCI registered\n[ 0.227596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228855] PCI: Using configuration type 1 for base access\n[ 0.230630] ACPI: Added _OSI(Module Device)\n[ 0.231477] ACPI: Added _OSI(Processor Device)\n[ 0.232341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235376] ACPI: Interpreter enabled\n[ 0.236164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244077] ACPI: (supports S0 S5)\n[ 0.244789] ACPI: Using IOAPIC for interrupt routing\n[ 0.245850] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250138] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252720] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254958] acpiphp: Slot [3] registered\n[ 0.255766] acpiphp: Slot [4] registered\n[ 0.256567] acpiphp: Slot [5] registered\n[ 0.257369] acpiphp: Slot [6] registered\n[ 0.258169] acpiphp: Slot [7] registered\n[ 0.258969] acpiphp: Slot [8] registered\n[ 0.259766] acpiphp: Slot [9] registered\n[ 0.260571] acpiphp: Slot [10] registered\n[ 0.261383] acpiphp: Slot [11] registered\n[ 0.262197] acpiphp: Slot [12] registered\n[ 0.263014] acpiphp: Slot [13] registered\n[ 0.263823] acpiphp: Slot [14] registered\n[ 0.264645] acpiphp: Slot [15] registered\n[ 0.275695] acpiphp: Slot [16] registered\n[ 0.276550] acpiphp: Slot [17] registered\n[ 0.277362] acpiphp: Slot [18] registered\n[ 0.278175] acpiphp: Slot [19] registered\n[ 0.278982] acpiphp: Slot [20] registered\n[ 0.279796] acpiphp: Slot [21] registered\n[ 0.280620] acpiphp: Slot [22] registered\n[ 0.281433] acpiphp: Slot [23] registered\n[ 0.282247] acpiphp: Slot [24] registered\n[ 0.283058] acpiphp: Slot [25] registered\n[ 0.283879] acpiphp: Slot [26] registered\n[ 0.284692] acpiphp: Slot [27] registered\n[ 0.285506] acpiphp: Slot [28] registered\n[ 0.286320] acpiphp: Slot [29] registered\n[ 0.287127] acpiphp: Slot [30] registered\n[ 0.287943] acpiphp: Slot [31] registered\n[ 0.288751] PCI host bridge to bus 0000:00\n[ 0.289568] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290781] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294892] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301176] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302497] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303668] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362354] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363775] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365167] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366414] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370621] vgaarb: loaded\n[ 0.371225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372366] SCSI subsystem initialized\n[ 0.373192] ACPI: bus type USB registered\n[ 0.374012] usbcore: registered new interface driver usbfs\n[ 0.375046] usbcore: registered new interface driver hub\n[ 0.376053] usbcore: registered new device driver usb\n[ 0.377116] PCI: Using ACPI for IRQ routing\n[ 0.378153] NetLabel: Initializing\n[ 0.378873] NetLabel: domain hash size = 128\n[ 0.379723] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380669] NetLabel: unlabeled traffic allowed by default\n[ 0.381770] clocksource: Switched to clocksource kvm-clock\n[ 0.387286] AppArmor: AppArmor Filesystem Enabled\n[ 0.388278] pnp: PnP ACPI init\n[ 0.389190] pnp: PnP ACPI: found 5 devices\n[ 0.395567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397273] NET: Registered protocol family 2\n[ 0.398235] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399506] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400674] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401859] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402952] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404116] NET: Registered protocol family 1\n[ 0.404983] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406087] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407162] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435467] Trying to unpack rootfs image as initramfs...\n[ 0.485325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499146] Scanning for low memory corruption every 60 seconds\n[ 0.500714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502161] audit: initializing netlink subsys (disabled)\n[ 0.503413] audit: type=2000 audit(1536353560.216:1): initialized\n[ 0.504995] Initialise system trusted keyring\n[ 0.506114] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509755] zbud: loaded\n[ 0.510585] VFS: Disk quotas dquot_6.6.0\n[ 0.511541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513287] fuse init (API version 7.23)\n[ 0.514350] Key type big_key registered\n[ 0.515296] Allocating IMA MOK and blacklist keyrings.\n[ 0.516989] Key type asymmetric registered\n[ 0.518006] Asymmetric key parser 'x509' registered\n[ 0.519142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520923] io scheduler noop registered\n[ 0.521866] io scheduler deadline registered (default)\n[ 0.523029] io scheduler cfq registered\n[ 0.523993] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526586] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528052] ACPI: Power Button [PWRF]\n[ 0.528882] GHES: HEST is not enabled!\n[ 0.542458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572239] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574995] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601173] Linux agpgart interface v0.103\n[ 0.603357] brd: module loaded\n[ 0.604547] loop: module loaded\n[ 0.609196] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610647] GPT:90111 != 2097151\n[ 0.611322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612395] GPT:90111 != 2097151\n[ 0.613060] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614014] vda: vda1 vda15\n[ 0.615413] scsi host0: ata_piix\n[ 0.616152] scsi host1: ata_piix\n[ 0.616854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619512] libphy: Fixed MDIO Bus: probed\n[ 0.620329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621274] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623432] PPP generic driver version 2.4.2\n[ 0.624315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625562] ehci-pci: EHCI PCI platform driver\n[ 0.626439] ehci-platform: EHCI generic platform driver\n[ 0.627423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628544] ohci-pci: OHCI PCI platform driver\n[ 0.629405] ohci-platform: OHCI generic platform driver\n[ 0.630394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644817] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647283] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648305] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650647] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652061] usb usb1: Product: UHCI Host Controller\n[ 0.652988] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654122] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655116] hub 1-0:1.0: USB hub found\n[ 0.655892] hub 1-0:1.0: 2 ports detected\n[ 0.656788] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660884] mousedev: PS/2 mouse device common for all mice\n[ 0.662130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666232] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667415] i2c /dev entries driver\n[ 0.668178] device-mapper: uevent: version 1.0.3\n[ 0.669119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670748] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672024] NET: Registered protocol family 10\n[ 0.673007] NET: Registered protocol family 17\n[ 0.673904] Key type dns_resolver registered\n[ 0.674821] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677664] registered taskstats version 1\n[ 0.678501] Loading compiled-in X.509 certificates\n[ 0.679939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681789] zswap: loaded using pool lzo/zbud\n[ 0.683167] Key type trusted registered\n[ 0.684717] Key type encrypted registered\n[ 0.685540] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686583] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687628] evm: HMAC attrs: 0x1\n[ 0.688563] Magic number: 2:7:902\n[ 0.689383] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:40 UTC (1536353560)\n[ 0.690981] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692106] EDD information not available.\n[ 0.778737] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.780278] Write protecting the kernel read-only data: 14336k\n[ 0.792352] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.794196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.212958] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000141\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnivunvYD5Dgbo8NQFZt4ku1w/Qm3kapjgpIQPA1BcVCCelxKYH0YNja5vc77jDmNxMZ0r06fmwZhX+cH0+mg+93maLicLXOI0oeR3ZdCRthwNPK67mGDoB2o8lWzk0dml1BYtkADw5VoH0t+gAQe++N6QFNNLWxh3A57+2Unsn0zyoaVerDK23ndacdOdaAYZEfMJuqvq6TXsqsyMyVA0ZlfTe1Ktmxn9EemniVR1hbzKimfLt6vI2sR05YLic/V+mt4s5xlTQUP7P7rb9RYS4jpTPVllgg7MRnlQ/75S/ks95tZ3CoZElAw/ICgvU/YwbheT7wUsHNzQaFZ/k0Np root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAICoK4s46whfX4mif2ohwTTauaDk3kA+rpbhp2IW+8PAP7RlqQ3wZpkfZXVcZhgTzxO4P1iAZ8GmjL5deS8sjdS1QQ43c24sLK0dPiI6dUV5Vn1zUzm7qD7ewhVc3eMOFgAUA9sMrPd5c3vFUoLD0GzoJmKGzTYC1E3ZohXqK/WVAAAAFQCiUdgJ0xF3sBosUFc+sfqNXgE2lQAAAIAhYfrudWM4GDkTZs/T6doVcXZAiusageoY0G/cgExwKkx8nZbBa/ZjXXMtRst1p4XHHr4t7EdhSyBlZwF3TZLRs0fVYBxmsabXnyvUGnr+RDw49nZB5JDfLTfiU6w2CX3MP/l94w0+Aljc+dxRAZAvpTJG3LLECbf8G/Xu38dcTwAAAIAe7dwBm7ovihE7T7Z8qSEWt4vaVlydLIbnPb3kR74+ss23fr5D1vreLSbmho3ZmvskzxdW+UEvKjt3ZI7TL+/wlhSfqUpB7e5HXdMnutLW4OqhDoofyWCGpgZ0FR8gXHbt4rPAAPqj/gsiaCpxGyrFwf5kcIC7LEpsE6MF+xJR/A== 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.10,24,fe80::f816:3eff:fe71:f735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.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-00000141\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.34 ===\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: /dev/root resized successfully [took 1.95s]\n"} 2018-09-07 20:53:46,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-73d9f0b1-87ab-4763-8c1c-95e5dd2753b5 2018-09-07 20:53:48,236 - sdnvpn_test_utils - INFO - Waiting for instance 59eb3463-d82a-4974-8ff2-7c618cb423d0 to boot up 2018-09-07 20:53:48,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:49,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-6e148320-f5d7-4932-87ec-5186103496b9 x-compute-request-id: req-6e148320-f5d7-4932-87ec-5186103496b9 Content-Encoding: gzip Content-Length: 7700 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482580542 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133628] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135344] pid_max: default: 32768 minimum: 301\n[ 0.136271] ACPI: Core revision 20150930\n[ 0.137717] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139064] Security Framework initialized\n[ 0.139936] Yama: becoming mindful.\n[ 0.140690] AppArmor: AppArmor initialized\n[ 0.141568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142925] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144273] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145532] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146931] Initializing cgroup subsys io\n[ 0.147755] Initializing cgroup subsys memory\n[ 0.148620] Initializing cgroup subsys devices\n[ 0.149509] Initializing cgroup subsys freezer\n[ 0.150394] Initializing cgroup subsys net_cls\n[ 0.151272] Initializing cgroup subsys perf_event\n[ 0.152222] Initializing cgroup subsys net_prio\n[ 0.153126] Initializing cgroup subsys hugetlb\n[ 0.154003] Initializing cgroup subsys pids\n[ 0.154901] CPU: Physical Processor ID: 0\n[ 0.156414] mce: CPU supports 10 MCE banks\n[ 0.157315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175306] ftrace: allocating 31920 entries in 125 pages\n[ 0.201199] smpboot: Max logical packages: 1\n[ 0.202062] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203428] x2apic enabled\n[ 0.204236] Switched APIC routing to physical x2apic.\n[ 0.206029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209178] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210984] KVM setup paravirtual spinlock\n[ 0.212279] x86: Booted up 1 node, 1 CPUs\n[ 0.213098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214493] devtmpfs: initialized\n[ 0.216248] evm: security.selinux\n[ 0.216954] evm: security.SMACK64\n[ 0.217646] evm: security.SMACK64EXEC\n[ 0.218399] evm: security.SMACK64TRANSMUTE\n[ 0.219219] evm: security.SMACK64MMAP\n[ 0.219971] evm: security.ima\n[ 0.220616] evm: security.capability\n[ 0.221424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223301] pinctrl core: initialized pinctrl subsystem\n[ 0.224429] RTC time: 20:52:51, date: 09/07/18\n[ 0.225403] NET: Registered protocol family 16\n[ 0.226403] cpuidle: using governor ladder\n[ 0.227234] cpuidle: using governor menu\n[ 0.228040] PCCT header not found.\n[ 0.228799] ACPI: bus type PCI registered\n[ 0.229613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230886] PCI: Using configuration type 1 for base access\n[ 0.232681] ACPI: Added _OSI(Module Device)\n[ 0.233569] ACPI: Added _OSI(Processor Device)\n[ 0.234477] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237538] ACPI: Interpreter enabled\n[ 0.238341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245830] ACPI: (supports S0 S5)\n[ 0.246555] ACPI: Using IOAPIC for interrupt routing\n[ 0.247620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251925] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256671] acpiphp: Slot [3] registered\n[ 0.257512] acpiphp: Slot [4] registered\n[ 0.258322] acpiphp: Slot [5] registered\n[ 0.259131] acpiphp: Slot [6] registered\n[ 0.259936] acpiphp: Slot [7] registered\n[ 0.260753] acpiphp: Slot [8] registered\n[ 0.261560] acpiphp: Slot [9] registered\n[ 0.262375] acpiphp: Slot [10] registered\n[ 0.263197] acpiphp: Slot [11] registered\n[ 0.264022] acpiphp: Slot [12] registered\n[ 0.264848] acpiphp: Slot [13] registered\n[ 0.265665] acpiphp: Slot [14] registered\n[ 0.266521] acpiphp: Slot [15] registered\n[ 0.277121] acpiphp: Slot [16] registered\n[ 0.277944] acpiphp: Slot [17] registered\n[ 0.278763] acpiphp: Slot [18] registered\n[ 0.279578] acpiphp: Slot [19] registered\n[ 0.280396] acpiphp: Slot [20] registered\n[ 0.281254] acpiphp: Slot [21] registered\n[ 0.282105] acpiphp: Slot [22] registered\n[ 0.282942] acpiphp: Slot [23] registered\n[ 0.283789] acpiphp: Slot [24] registered\n[ 0.284620] acpiphp: Slot [25] registered\n[ 0.285445] acpiphp: Slot [26] registered\n[ 0.286292] acpiphp: Slot [27] registered\n[ 0.287165] acpiphp: Slot [28] registered\n[ 0.287987] acpiphp: Slot [29] registered\n[ 0.288807] acpiphp: Slot [30] registered\n[ 0.289626] acpiphp: Slot [31] registered\n[ 0.290450] PCI host bridge to bus 0000:00\n[ 0.291277] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295210] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296750] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304261] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314613] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362185] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363609] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365002] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367441] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368684] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370283] vgaarb: loaded\n[ 0.370891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372040] SCSI subsystem initialized\n[ 0.372871] ACPI: bus type USB registered\n[ 0.373701] usbcore: registered new interface driver usbfs\n[ 0.374753] usbcore: registered new interface driver hub\n[ 0.375777] usbcore: registered new device driver usb\n[ 0.376844] PCI: Using ACPI for IRQ routing\n[ 0.377925] NetLabel: Initializing\n[ 0.378653] NetLabel: domain hash size = 128\n[ 0.379510] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380468] NetLabel: unlabeled traffic allowed by default\n[ 0.381609] clocksource: Switched to clocksource kvm-clock\n[ 0.387042] AppArmor: AppArmor Filesystem Enabled\n[ 0.388084] pnp: PnP ACPI init\n[ 0.388990] pnp: PnP ACPI: found 5 devices\n[ 0.395356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397144] NET: Registered protocol family 2\n[ 0.398158] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399472] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401952] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404268] NET: Registered protocol family 1\n[ 0.405159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406307] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435436] Trying to unpack rootfs image as initramfs...\n[ 0.484662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498760] Scanning for low memory corruption every 60 seconds\n[ 0.500145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501377] audit: initializing netlink subsys (disabled)\n[ 0.502436] audit: type=2000 audit(1536353572.450:1): initialized\n[ 0.503774] Initialise system trusted keyring\n[ 0.504715] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505920] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507898] zbud: loaded\n[ 0.508602] VFS: Disk quotas dquot_6.6.0\n[ 0.509461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511028] fuse init (API version 7.23)\n[ 0.511925] Key type big_key registered\n[ 0.512742] Allocating IMA MOK and blacklist keyrings.\n[ 0.513893] Key type asymmetric registered\n[ 0.514737] Asymmetric key parser 'x509' registered\n[ 0.515708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517210] io scheduler noop registered\n[ 0.518029] io scheduler deadline registered (default)\n[ 0.519064] io scheduler cfq registered\n[ 0.519943] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521024] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523802] ACPI: Power Button [PWRF]\n[ 0.525010] GHES: HEST is not enabled!\n[ 0.538555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566297] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568573] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599049] brd: module loaded\n[ 0.600257] loop: module loaded\n[ 0.605069] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606590] GPT:90111 != 2097151\n[ 0.607297] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608435] GPT:90111 != 2097151\n[ 0.609139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611647] scsi host0: ata_piix\n[ 0.612474] scsi host1: ata_piix\n[ 0.613355] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615497] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618517] libphy: Fixed MDIO Bus: probed\n[ 0.620169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622288] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625746] PPP generic driver version 2.4.2\n[ 0.627651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630194] ehci-pci: EHCI PCI platform driver\n[ 0.632224] ehci-platform: EHCI generic platform driver\n[ 0.633958] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635070] ohci-pci: OHCI PCI platform driver\n[ 0.635926] ohci-platform: OHCI generic platform driver\n[ 0.636899] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652229] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658409] usb usb1: Product: UHCI Host Controller\n[ 0.659331] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660458] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661450] hub 1-0:1.0: USB hub found\n[ 0.662231] hub 1-0:1.0: 2 ports detected\n[ 0.663123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666154] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667173] mousedev: PS/2 mouse device common for all mice\n[ 0.668407] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672490] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673671] i2c /dev entries driver\n[ 0.674423] device-mapper: uevent: version 1.0.3\n[ 0.675352] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676958] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678235] NET: Registered protocol family 10\n[ 0.679221] NET: Registered protocol family 17\n[ 0.680092] Key type dns_resolver registered\n[ 0.681018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683821] registered taskstats version 1\n[ 0.684641] Loading compiled-in X.509 certificates\n[ 0.686079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687918] zswap: loaded using pool lzo/zbud\n[ 0.689269] Key type trusted registered\n[ 0.690813] Key type encrypted registered\n[ 0.691627] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693677] evm: HMAC attrs: 0x1\n[ 0.694611] Magic number: 2:7:902\n[ 0.695422] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:52 UTC (1536353572)\n[ 0.696999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698103] EDD information not available.\n[ 0.774676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776218] Write protecting the kernel read-only data: 14336k\n[ 0.788039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789819] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.579523] 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-07 20:53:49,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-6e148320-f5d7-4932-87ec-5186103496b9 2018-09-07 20:53:51,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:52,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-ead2769e-9f46-4689-bf9c-50b59a389864 x-compute-request-id: req-ead2769e-9f46-4689-bf9c-50b59a389864 Content-Encoding: gzip Content-Length: 7700 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482580542 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133628] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135344] pid_max: default: 32768 minimum: 301\n[ 0.136271] ACPI: Core revision 20150930\n[ 0.137717] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139064] Security Framework initialized\n[ 0.139936] Yama: becoming mindful.\n[ 0.140690] AppArmor: AppArmor initialized\n[ 0.141568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142925] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144273] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145532] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146931] Initializing cgroup subsys io\n[ 0.147755] Initializing cgroup subsys memory\n[ 0.148620] Initializing cgroup subsys devices\n[ 0.149509] Initializing cgroup subsys freezer\n[ 0.150394] Initializing cgroup subsys net_cls\n[ 0.151272] Initializing cgroup subsys perf_event\n[ 0.152222] Initializing cgroup subsys net_prio\n[ 0.153126] Initializing cgroup subsys hugetlb\n[ 0.154003] Initializing cgroup subsys pids\n[ 0.154901] CPU: Physical Processor ID: 0\n[ 0.156414] mce: CPU supports 10 MCE banks\n[ 0.157315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175306] ftrace: allocating 31920 entries in 125 pages\n[ 0.201199] smpboot: Max logical packages: 1\n[ 0.202062] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203428] x2apic enabled\n[ 0.204236] Switched APIC routing to physical x2apic.\n[ 0.206029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209178] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210984] KVM setup paravirtual spinlock\n[ 0.212279] x86: Booted up 1 node, 1 CPUs\n[ 0.213098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214493] devtmpfs: initialized\n[ 0.216248] evm: security.selinux\n[ 0.216954] evm: security.SMACK64\n[ 0.217646] evm: security.SMACK64EXEC\n[ 0.218399] evm: security.SMACK64TRANSMUTE\n[ 0.219219] evm: security.SMACK64MMAP\n[ 0.219971] evm: security.ima\n[ 0.220616] evm: security.capability\n[ 0.221424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223301] pinctrl core: initialized pinctrl subsystem\n[ 0.224429] RTC time: 20:52:51, date: 09/07/18\n[ 0.225403] NET: Registered protocol family 16\n[ 0.226403] cpuidle: using governor ladder\n[ 0.227234] cpuidle: using governor menu\n[ 0.228040] PCCT header not found.\n[ 0.228799] ACPI: bus type PCI registered\n[ 0.229613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230886] PCI: Using configuration type 1 for base access\n[ 0.232681] ACPI: Added _OSI(Module Device)\n[ 0.233569] ACPI: Added _OSI(Processor Device)\n[ 0.234477] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237538] ACPI: Interpreter enabled\n[ 0.238341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245830] ACPI: (supports S0 S5)\n[ 0.246555] ACPI: Using IOAPIC for interrupt routing\n[ 0.247620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251925] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256671] acpiphp: Slot [3] registered\n[ 0.257512] acpiphp: Slot [4] registered\n[ 0.258322] acpiphp: Slot [5] registered\n[ 0.259131] acpiphp: Slot [6] registered\n[ 0.259936] acpiphp: Slot [7] registered\n[ 0.260753] acpiphp: Slot [8] registered\n[ 0.261560] acpiphp: Slot [9] registered\n[ 0.262375] acpiphp: Slot [10] registered\n[ 0.263197] acpiphp: Slot [11] registered\n[ 0.264022] acpiphp: Slot [12] registered\n[ 0.264848] acpiphp: Slot [13] registered\n[ 0.265665] acpiphp: Slot [14] registered\n[ 0.266521] acpiphp: Slot [15] registered\n[ 0.277121] acpiphp: Slot [16] registered\n[ 0.277944] acpiphp: Slot [17] registered\n[ 0.278763] acpiphp: Slot [18] registered\n[ 0.279578] acpiphp: Slot [19] registered\n[ 0.280396] acpiphp: Slot [20] registered\n[ 0.281254] acpiphp: Slot [21] registered\n[ 0.282105] acpiphp: Slot [22] registered\n[ 0.282942] acpiphp: Slot [23] registered\n[ 0.283789] acpiphp: Slot [24] registered\n[ 0.284620] acpiphp: Slot [25] registered\n[ 0.285445] acpiphp: Slot [26] registered\n[ 0.286292] acpiphp: Slot [27] registered\n[ 0.287165] acpiphp: Slot [28] registered\n[ 0.287987] acpiphp: Slot [29] registered\n[ 0.288807] acpiphp: Slot [30] registered\n[ 0.289626] acpiphp: Slot [31] registered\n[ 0.290450] PCI host bridge to bus 0000:00\n[ 0.291277] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295210] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296750] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304261] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314613] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362185] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363609] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365002] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367441] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368684] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370283] vgaarb: loaded\n[ 0.370891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372040] SCSI subsystem initialized\n[ 0.372871] ACPI: bus type USB registered\n[ 0.373701] usbcore: registered new interface driver usbfs\n[ 0.374753] usbcore: registered new interface driver hub\n[ 0.375777] usbcore: registered new device driver usb\n[ 0.376844] PCI: Using ACPI for IRQ routing\n[ 0.377925] NetLabel: Initializing\n[ 0.378653] NetLabel: domain hash size = 128\n[ 0.379510] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380468] NetLabel: unlabeled traffic allowed by default\n[ 0.381609] clocksource: Switched to clocksource kvm-clock\n[ 0.387042] AppArmor: AppArmor Filesystem Enabled\n[ 0.388084] pnp: PnP ACPI init\n[ 0.388990] pnp: PnP ACPI: found 5 devices\n[ 0.395356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397144] NET: Registered protocol family 2\n[ 0.398158] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399472] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401952] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404268] NET: Registered protocol family 1\n[ 0.405159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406307] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435436] Trying to unpack rootfs image as initramfs...\n[ 0.484662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498760] Scanning for low memory corruption every 60 seconds\n[ 0.500145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501377] audit: initializing netlink subsys (disabled)\n[ 0.502436] audit: type=2000 audit(1536353572.450:1): initialized\n[ 0.503774] Initialise system trusted keyring\n[ 0.504715] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505920] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507898] zbud: loaded\n[ 0.508602] VFS: Disk quotas dquot_6.6.0\n[ 0.509461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511028] fuse init (API version 7.23)\n[ 0.511925] Key type big_key registered\n[ 0.512742] Allocating IMA MOK and blacklist keyrings.\n[ 0.513893] Key type asymmetric registered\n[ 0.514737] Asymmetric key parser 'x509' registered\n[ 0.515708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517210] io scheduler noop registered\n[ 0.518029] io scheduler deadline registered (default)\n[ 0.519064] io scheduler cfq registered\n[ 0.519943] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521024] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523802] ACPI: Power Button [PWRF]\n[ 0.525010] GHES: HEST is not enabled!\n[ 0.538555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566297] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568573] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599049] brd: module loaded\n[ 0.600257] loop: module loaded\n[ 0.605069] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606590] GPT:90111 != 2097151\n[ 0.607297] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608435] GPT:90111 != 2097151\n[ 0.609139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611647] scsi host0: ata_piix\n[ 0.612474] scsi host1: ata_piix\n[ 0.613355] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615497] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618517] libphy: Fixed MDIO Bus: probed\n[ 0.620169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622288] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625746] PPP generic driver version 2.4.2\n[ 0.627651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630194] ehci-pci: EHCI PCI platform driver\n[ 0.632224] ehci-platform: EHCI generic platform driver\n[ 0.633958] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635070] ohci-pci: OHCI PCI platform driver\n[ 0.635926] ohci-platform: OHCI generic platform driver\n[ 0.636899] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652229] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658409] usb usb1: Product: UHCI Host Controller\n[ 0.659331] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660458] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661450] hub 1-0:1.0: USB hub found\n[ 0.662231] hub 1-0:1.0: 2 ports detected\n[ 0.663123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666154] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667173] mousedev: PS/2 mouse device common for all mice\n[ 0.668407] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672490] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673671] i2c /dev entries driver\n[ 0.674423] device-mapper: uevent: version 1.0.3\n[ 0.675352] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676958] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678235] NET: Registered protocol family 10\n[ 0.679221] NET: Registered protocol family 17\n[ 0.680092] Key type dns_resolver registered\n[ 0.681018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683821] registered taskstats version 1\n[ 0.684641] Loading compiled-in X.509 certificates\n[ 0.686079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687918] zswap: loaded using pool lzo/zbud\n[ 0.689269] Key type trusted registered\n[ 0.690813] Key type encrypted registered\n[ 0.691627] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693677] evm: HMAC attrs: 0x1\n[ 0.694611] Magic number: 2:7:902\n[ 0.695422] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:52 UTC (1536353572)\n[ 0.696999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698103] EDD information not available.\n[ 0.774676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776218] Write protecting the kernel read-only data: 14336k\n[ 0.788039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789819] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.579523] 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-07 20:53:52,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-ead2769e-9f46-4689-bf9c-50b59a389864 2018-09-07 20:53:54,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:55,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53: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-0c9772b3-7445-4841-900f-6d6be4fdaab6 x-compute-request-id: req-0c9772b3-7445-4841-900f-6d6be4fdaab6 Content-Encoding: gzip Content-Length: 7863 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482580542 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133628] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135344] pid_max: default: 32768 minimum: 301\n[ 0.136271] ACPI: Core revision 20150930\n[ 0.137717] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139064] Security Framework initialized\n[ 0.139936] Yama: becoming mindful.\n[ 0.140690] AppArmor: AppArmor initialized\n[ 0.141568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142925] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144273] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145532] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146931] Initializing cgroup subsys io\n[ 0.147755] Initializing cgroup subsys memory\n[ 0.148620] Initializing cgroup subsys devices\n[ 0.149509] Initializing cgroup subsys freezer\n[ 0.150394] Initializing cgroup subsys net_cls\n[ 0.151272] Initializing cgroup subsys perf_event\n[ 0.152222] Initializing cgroup subsys net_prio\n[ 0.153126] Initializing cgroup subsys hugetlb\n[ 0.154003] Initializing cgroup subsys pids\n[ 0.154901] CPU: Physical Processor ID: 0\n[ 0.156414] mce: CPU supports 10 MCE banks\n[ 0.157315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175306] ftrace: allocating 31920 entries in 125 pages\n[ 0.201199] smpboot: Max logical packages: 1\n[ 0.202062] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203428] x2apic enabled\n[ 0.204236] Switched APIC routing to physical x2apic.\n[ 0.206029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209178] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210984] KVM setup paravirtual spinlock\n[ 0.212279] x86: Booted up 1 node, 1 CPUs\n[ 0.213098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214493] devtmpfs: initialized\n[ 0.216248] evm: security.selinux\n[ 0.216954] evm: security.SMACK64\n[ 0.217646] evm: security.SMACK64EXEC\n[ 0.218399] evm: security.SMACK64TRANSMUTE\n[ 0.219219] evm: security.SMACK64MMAP\n[ 0.219971] evm: security.ima\n[ 0.220616] evm: security.capability\n[ 0.221424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223301] pinctrl core: initialized pinctrl subsystem\n[ 0.224429] RTC time: 20:52:51, date: 09/07/18\n[ 0.225403] NET: Registered protocol family 16\n[ 0.226403] cpuidle: using governor ladder\n[ 0.227234] cpuidle: using governor menu\n[ 0.228040] PCCT header not found.\n[ 0.228799] ACPI: bus type PCI registered\n[ 0.229613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230886] PCI: Using configuration type 1 for base access\n[ 0.232681] ACPI: Added _OSI(Module Device)\n[ 0.233569] ACPI: Added _OSI(Processor Device)\n[ 0.234477] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237538] ACPI: Interpreter enabled\n[ 0.238341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245830] ACPI: (supports S0 S5)\n[ 0.246555] ACPI: Using IOAPIC for interrupt routing\n[ 0.247620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251925] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256671] acpiphp: Slot [3] registered\n[ 0.257512] acpiphp: Slot [4] registered\n[ 0.258322] acpiphp: Slot [5] registered\n[ 0.259131] acpiphp: Slot [6] registered\n[ 0.259936] acpiphp: Slot [7] registered\n[ 0.260753] acpiphp: Slot [8] registered\n[ 0.261560] acpiphp: Slot [9] registered\n[ 0.262375] acpiphp: Slot [10] registered\n[ 0.263197] acpiphp: Slot [11] registered\n[ 0.264022] acpiphp: Slot [12] registered\n[ 0.264848] acpiphp: Slot [13] registered\n[ 0.265665] acpiphp: Slot [14] registered\n[ 0.266521] acpiphp: Slot [15] registered\n[ 0.277121] acpiphp: Slot [16] registered\n[ 0.277944] acpiphp: Slot [17] registered\n[ 0.278763] acpiphp: Slot [18] registered\n[ 0.279578] acpiphp: Slot [19] registered\n[ 0.280396] acpiphp: Slot [20] registered\n[ 0.281254] acpiphp: Slot [21] registered\n[ 0.282105] acpiphp: Slot [22] registered\n[ 0.282942] acpiphp: Slot [23] registered\n[ 0.283789] acpiphp: Slot [24] registered\n[ 0.284620] acpiphp: Slot [25] registered\n[ 0.285445] acpiphp: Slot [26] registered\n[ 0.286292] acpiphp: Slot [27] registered\n[ 0.287165] acpiphp: Slot [28] registered\n[ 0.287987] acpiphp: Slot [29] registered\n[ 0.288807] acpiphp: Slot [30] registered\n[ 0.289626] acpiphp: Slot [31] registered\n[ 0.290450] PCI host bridge to bus 0000:00\n[ 0.291277] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295210] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296750] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304261] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314613] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362185] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363609] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365002] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367441] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368684] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370283] vgaarb: loaded\n[ 0.370891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372040] SCSI subsystem initialized\n[ 0.372871] ACPI: bus type USB registered\n[ 0.373701] usbcore: registered new interface driver usbfs\n[ 0.374753] usbcore: registered new interface driver hub\n[ 0.375777] usbcore: registered new device driver usb\n[ 0.376844] PCI: Using ACPI for IRQ routing\n[ 0.377925] NetLabel: Initializing\n[ 0.378653] NetLabel: domain hash size = 128\n[ 0.379510] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380468] NetLabel: unlabeled traffic allowed by default\n[ 0.381609] clocksource: Switched to clocksource kvm-clock\n[ 0.387042] AppArmor: AppArmor Filesystem Enabled\n[ 0.388084] pnp: PnP ACPI init\n[ 0.388990] pnp: PnP ACPI: found 5 devices\n[ 0.395356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397144] NET: Registered protocol family 2\n[ 0.398158] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399472] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401952] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404268] NET: Registered protocol family 1\n[ 0.405159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406307] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435436] Trying to unpack rootfs image as initramfs...\n[ 0.484662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498760] Scanning for low memory corruption every 60 seconds\n[ 0.500145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501377] audit: initializing netlink subsys (disabled)\n[ 0.502436] audit: type=2000 audit(1536353572.450:1): initialized\n[ 0.503774] Initialise system trusted keyring\n[ 0.504715] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505920] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507898] zbud: loaded\n[ 0.508602] VFS: Disk quotas dquot_6.6.0\n[ 0.509461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511028] fuse init (API version 7.23)\n[ 0.511925] Key type big_key registered\n[ 0.512742] Allocating IMA MOK and blacklist keyrings.\n[ 0.513893] Key type asymmetric registered\n[ 0.514737] Asymmetric key parser 'x509' registered\n[ 0.515708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517210] io scheduler noop registered\n[ 0.518029] io scheduler deadline registered (default)\n[ 0.519064] io scheduler cfq registered\n[ 0.519943] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521024] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523802] ACPI: Power Button [PWRF]\n[ 0.525010] GHES: HEST is not enabled!\n[ 0.538555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566297] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568573] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599049] brd: module loaded\n[ 0.600257] loop: module loaded\n[ 0.605069] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606590] GPT:90111 != 2097151\n[ 0.607297] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608435] GPT:90111 != 2097151\n[ 0.609139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611647] scsi host0: ata_piix\n[ 0.612474] scsi host1: ata_piix\n[ 0.613355] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615497] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618517] libphy: Fixed MDIO Bus: probed\n[ 0.620169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622288] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625746] PPP generic driver version 2.4.2\n[ 0.627651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630194] ehci-pci: EHCI PCI platform driver\n[ 0.632224] ehci-platform: EHCI generic platform driver\n[ 0.633958] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635070] ohci-pci: OHCI PCI platform driver\n[ 0.635926] ohci-platform: OHCI generic platform driver\n[ 0.636899] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652229] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658409] usb usb1: Product: UHCI Host Controller\n[ 0.659331] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660458] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661450] hub 1-0:1.0: USB hub found\n[ 0.662231] hub 1-0:1.0: 2 ports detected\n[ 0.663123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666154] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667173] mousedev: PS/2 mouse device common for all mice\n[ 0.668407] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672490] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673671] i2c /dev entries driver\n[ 0.674423] device-mapper: uevent: version 1.0.3\n[ 0.675352] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676958] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678235] NET: Registered protocol family 10\n[ 0.679221] NET: Registered protocol family 17\n[ 0.680092] Key type dns_resolver registered\n[ 0.681018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683821] registered taskstats version 1\n[ 0.684641] Loading compiled-in X.509 certificates\n[ 0.686079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687918] zswap: loaded using pool lzo/zbud\n[ 0.689269] Key type trusted registered\n[ 0.690813] Key type encrypted registered\n[ 0.691627] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693677] evm: HMAC attrs: 0x1\n[ 0.694611] Magic number: 2:7:902\n[ 0.695422] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:52 UTC (1536353572)\n[ 0.696999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698103] EDD information not available.\n[ 0.774676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776218] Write protecting the kernel read-only data: 14336k\n[ 0.788039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789819] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.579523] 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.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.54. iid=i-00000144\n"} 2018-09-07 20:53:55,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-0c9772b3-7445-4841-900f-6d6be4fdaab6 2018-09-07 20:53:57,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}259ea740cd69b01c3703f1395e12d7a817900e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:53:58,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a118db1-ac79-415e-bf36-99d1d7a16a7e x-compute-request-id: req-9a118db1-ac79-415e-bf36-99d1d7a16a7e Content-Encoding: gzip Content-Length: 9526 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482580542 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133628] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135344] pid_max: default: 32768 minimum: 301\n[ 0.136271] ACPI: Core revision 20150930\n[ 0.137717] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139064] Security Framework initialized\n[ 0.139936] Yama: becoming mindful.\n[ 0.140690] AppArmor: AppArmor initialized\n[ 0.141568] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142925] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144273] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145532] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146931] Initializing cgroup subsys io\n[ 0.147755] Initializing cgroup subsys memory\n[ 0.148620] Initializing cgroup subsys devices\n[ 0.149509] Initializing cgroup subsys freezer\n[ 0.150394] Initializing cgroup subsys net_cls\n[ 0.151272] Initializing cgroup subsys perf_event\n[ 0.152222] Initializing cgroup subsys net_prio\n[ 0.153126] Initializing cgroup subsys hugetlb\n[ 0.154003] Initializing cgroup subsys pids\n[ 0.154901] CPU: Physical Processor ID: 0\n[ 0.156414] mce: CPU supports 10 MCE banks\n[ 0.157315] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169012] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175306] ftrace: allocating 31920 entries in 125 pages\n[ 0.201199] smpboot: Max logical packages: 1\n[ 0.202062] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203428] x2apic enabled\n[ 0.204236] Switched APIC routing to physical x2apic.\n[ 0.206029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209178] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210984] KVM setup paravirtual spinlock\n[ 0.212279] x86: Booted up 1 node, 1 CPUs\n[ 0.213098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214493] devtmpfs: initialized\n[ 0.216248] evm: security.selinux\n[ 0.216954] evm: security.SMACK64\n[ 0.217646] evm: security.SMACK64EXEC\n[ 0.218399] evm: security.SMACK64TRANSMUTE\n[ 0.219219] evm: security.SMACK64MMAP\n[ 0.219971] evm: security.ima\n[ 0.220616] evm: security.capability\n[ 0.221424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223301] pinctrl core: initialized pinctrl subsystem\n[ 0.224429] RTC time: 20:52:51, date: 09/07/18\n[ 0.225403] NET: Registered protocol family 16\n[ 0.226403] cpuidle: using governor ladder\n[ 0.227234] cpuidle: using governor menu\n[ 0.228040] PCCT header not found.\n[ 0.228799] ACPI: bus type PCI registered\n[ 0.229613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230886] PCI: Using configuration type 1 for base access\n[ 0.232681] ACPI: Added _OSI(Module Device)\n[ 0.233569] ACPI: Added _OSI(Processor Device)\n[ 0.234477] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237538] ACPI: Interpreter enabled\n[ 0.238341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245830] ACPI: (supports S0 S5)\n[ 0.246555] ACPI: Using IOAPIC for interrupt routing\n[ 0.247620] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251925] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256671] acpiphp: Slot [3] registered\n[ 0.257512] acpiphp: Slot [4] registered\n[ 0.258322] acpiphp: Slot [5] registered\n[ 0.259131] acpiphp: Slot [6] registered\n[ 0.259936] acpiphp: Slot [7] registered\n[ 0.260753] acpiphp: Slot [8] registered\n[ 0.261560] acpiphp: Slot [9] registered\n[ 0.262375] acpiphp: Slot [10] registered\n[ 0.263197] acpiphp: Slot [11] registered\n[ 0.264022] acpiphp: Slot [12] registered\n[ 0.264848] acpiphp: Slot [13] registered\n[ 0.265665] acpiphp: Slot [14] registered\n[ 0.266521] acpiphp: Slot [15] registered\n[ 0.277121] acpiphp: Slot [16] registered\n[ 0.277944] acpiphp: Slot [17] registered\n[ 0.278763] acpiphp: Slot [18] registered\n[ 0.279578] acpiphp: Slot [19] registered\n[ 0.280396] acpiphp: Slot [20] registered\n[ 0.281254] acpiphp: Slot [21] registered\n[ 0.282105] acpiphp: Slot [22] registered\n[ 0.282942] acpiphp: Slot [23] registered\n[ 0.283789] acpiphp: Slot [24] registered\n[ 0.284620] acpiphp: Slot [25] registered\n[ 0.285445] acpiphp: Slot [26] registered\n[ 0.286292] acpiphp: Slot [27] registered\n[ 0.287165] acpiphp: Slot [28] registered\n[ 0.287987] acpiphp: Slot [29] registered\n[ 0.288807] acpiphp: Slot [30] registered\n[ 0.289626] acpiphp: Slot [31] registered\n[ 0.290450] PCI host bridge to bus 0000:00\n[ 0.291277] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295210] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296750] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304261] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305455] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306800] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314613] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362185] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363609] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365002] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366251] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367441] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368684] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370283] vgaarb: loaded\n[ 0.370891] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372040] SCSI subsystem initialized\n[ 0.372871] ACPI: bus type USB registered\n[ 0.373701] usbcore: registered new interface driver usbfs\n[ 0.374753] usbcore: registered new interface driver hub\n[ 0.375777] usbcore: registered new device driver usb\n[ 0.376844] PCI: Using ACPI for IRQ routing\n[ 0.377925] NetLabel: Initializing\n[ 0.378653] NetLabel: domain hash size = 128\n[ 0.379510] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380468] NetLabel: unlabeled traffic allowed by default\n[ 0.381609] clocksource: Switched to clocksource kvm-clock\n[ 0.387042] AppArmor: AppArmor Filesystem Enabled\n[ 0.388084] pnp: PnP ACPI init\n[ 0.388990] pnp: PnP ACPI: found 5 devices\n[ 0.395356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397144] NET: Registered protocol family 2\n[ 0.398158] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399472] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401952] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404268] NET: Registered protocol family 1\n[ 0.405159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406307] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421230] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435436] Trying to unpack rootfs image as initramfs...\n[ 0.484662] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498760] Scanning for low memory corruption every 60 seconds\n[ 0.500145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501377] audit: initializing netlink subsys (disabled)\n[ 0.502436] audit: type=2000 audit(1536353572.450:1): initialized\n[ 0.503774] Initialise system trusted keyring\n[ 0.504715] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505920] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507898] zbud: loaded\n[ 0.508602] VFS: Disk quotas dquot_6.6.0\n[ 0.509461] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511028] fuse init (API version 7.23)\n[ 0.511925] Key type big_key registered\n[ 0.512742] Allocating IMA MOK and blacklist keyrings.\n[ 0.513893] Key type asymmetric registered\n[ 0.514737] Asymmetric key parser 'x509' registered\n[ 0.515708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517210] io scheduler noop registered\n[ 0.518029] io scheduler deadline registered (default)\n[ 0.519064] io scheduler cfq registered\n[ 0.519943] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521024] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523802] ACPI: Power Button [PWRF]\n[ 0.525010] GHES: HEST is not enabled!\n[ 0.538555] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566297] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568573] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599049] brd: module loaded\n[ 0.600257] loop: module loaded\n[ 0.605069] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606590] GPT:90111 != 2097151\n[ 0.607297] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608435] GPT:90111 != 2097151\n[ 0.609139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611647] scsi host0: ata_piix\n[ 0.612474] scsi host1: ata_piix\n[ 0.613355] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615497] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618517] libphy: Fixed MDIO Bus: probed\n[ 0.620169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622288] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625746] PPP generic driver version 2.4.2\n[ 0.627651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630194] ehci-pci: EHCI PCI platform driver\n[ 0.632224] ehci-platform: EHCI generic platform driver\n[ 0.633958] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635070] ohci-pci: OHCI PCI platform driver\n[ 0.635926] ohci-platform: OHCI generic platform driver\n[ 0.636899] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652229] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654688] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655796] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658409] usb usb1: Product: UHCI Host Controller\n[ 0.659331] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660458] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661450] hub 1-0:1.0: USB hub found\n[ 0.662231] hub 1-0:1.0: 2 ports detected\n[ 0.663123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666154] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667173] mousedev: PS/2 mouse device common for all mice\n[ 0.668407] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672490] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673671] i2c /dev entries driver\n[ 0.674423] device-mapper: uevent: version 1.0.3\n[ 0.675352] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676958] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678235] NET: Registered protocol family 10\n[ 0.679221] NET: Registered protocol family 17\n[ 0.680092] Key type dns_resolver registered\n[ 0.681018] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682099] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683821] registered taskstats version 1\n[ 0.684641] Loading compiled-in X.509 certificates\n[ 0.686079] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687918] zswap: loaded using pool lzo/zbud\n[ 0.689269] Key type trusted registered\n[ 0.690813] Key type encrypted registered\n[ 0.691627] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693677] evm: HMAC attrs: 0x1\n[ 0.694611] Magic number: 2:7:902\n[ 0.695422] rtc_cmos 00:00: setting system clock to 2018-09-07 20:52:52 UTC (1536353572)\n[ 0.696999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698103] EDD information not available.\n[ 0.774676] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776218] Write protecting the kernel read-only data: 14336k\n[ 0.788039] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789819] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.579523] 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.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.54. iid=i-00000144\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtjiDdK92iprBAhn/Vo5kiryHQipJ3R7yyFBjEznM0OPai65/F3NhBrFpuz5zLoPHwrvLG0OhnEPVPAjW10ATXdf3HRHTV67hvb634W8obv//h7w6BVW9xxV2mMQgycf4u7n4bYjTyWSc8JSDxlBGZVNLY5FrwH6EH0RhKrXvgXeBwatS+ESGVzFqIz+FDGpV4Y4fKPUofyVPvDqje+GvmwRIHUDImZ/+wE7n7PMHEmepDuqfwppoWEYjc9A+mhf7QiQfvRUuKjQTwiKh7KG2IqIvAeZoSf6jy/+2WmnWyzirXiwwHNsAM0Mq8zYXrAwg8wHobbhHzBgIdGfcWVQHp root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAIR+9JTCI7iHjpMsPppQF3qSM1X0zuqZybkvm7bTjuv6UfHyxJ8RcXehvKDzhn5XE9+jBHYBKwC5Qc5vxHopS5rL1ZkwG/JjYZd0CAuBEqThYeykrh3LtNji76uBcnv3J2AnyBpQESdtgSQwi+UDg59LNhvIfb1VeOEY3hPyVeNvAAAAFQCL4Y5fRb6KBsGP+XL8ug4IA06iAQAAAIBaQcRRHl+46igHT59raQi/tWSJyillifmrKb+VY7Qn6OrH0BKu5ei/0YQXCP1+j2joUYPvL7tT8M6vO6xJsPo75aodmXFfL2S2W66p3/01C03vpsO07hcfBSJpSQGmxko43Ov2AdASHRqdaRoywQz9jRczP83Is78UGVGuha9CfAAAAIA1NMlvzmZ6DuR09roCcRxc1bOdJziQbRINqHCEuERcKiLmC87wWVStQJiDHjhE2o7BckwtGp/K8n6Pk37duII9M9lNVs3Q8i/+AcpaZ7nI802w3D/20NtYdN881YcxU7a6AkyKksT7UfPuC726oGK+U0PR9hSc9u4FUtX53kVIWQ== 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.7,24,fe80::f816:3eff:feaf:f10b/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.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-00000144\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.82 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2018-09-07 20:53:58,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-9a118db1-ac79-415e-bf36-99d1d7a16a7e 2018-09-07 20:54:00,648 - sdnvpn_test_utils - INFO - Waiting for instance 11eaab4e-a97c-4356-9acc-a4cca49c541b to boot up 2018-09-07 20:54:00,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:01,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-91b2337d-c142-4c56-ba98-a4cca9cdc7a3 x-compute-request-id: req-91b2337d-c142-4c56-ba98-a4cca9cdc7a3 Content-Encoding: gzip Content-Length: 7695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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-07 20:54:01,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-91b2337d-c142-4c56-ba98-a4cca9cdc7a3 2018-09-07 20:54:03,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:04,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-2d46c1a5-6765-4f40-9e0c-5c6da0fe517a x-compute-request-id: req-2d46c1a5-6765-4f40-9e0c-5c6da0fe517a Content-Encoding: gzip Content-Length: 7695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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-07 20:54:04,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-2d46c1a5-6765-4f40-9e0c-5c6da0fe517a 2018-09-07 20:54:06,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:07,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-622c7a9c-1a4a-41d9-b536-48963b909b42 x-compute-request-id: req-622c7a9c-1a4a-41d9-b536-48963b909b42 Content-Encoding: gzip Content-Length: 9392 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n"} 2018-09-07 20:54:07,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-622c7a9c-1a4a-41d9-b536-48963b909b42 2018-09-07 20:54:09,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:11,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-1d56d266-8bde-4a4a-9c8c-90691645b75e x-compute-request-id: req-1d56d266-8bde-4a4a-9c8c-90691645b75e Content-Encoding: gzip Content-Length: 9995 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-09-07 20:54:11,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-1d56d266-8bde-4a4a-9c8c-90691645b75e 2018-09-07 20:54:13,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:14,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e03d3c1c-87cd-47b5-a5c1-cf88903f148a x-compute-request-id: req-e03d3c1c-87cd-47b5-a5c1-cf88903f148a Content-Encoding: gzip Content-Length: 9995 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-09-07 20:54:14,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-e03d3c1c-87cd-47b5-a5c1-cf88903f148a 2018-09-07 20:54:16,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:17,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-3ddac6e4-f72a-478c-a70e-e36c7aa2890b x-compute-request-id: req-3ddac6e4-f72a-478c-a70e-e36c7aa2890b Content-Encoding: gzip Content-Length: 9995 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-09-07 20:54:17,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-3ddac6e4-f72a-478c-a70e-e36c7aa2890b 2018-09-07 20:54:19,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:20,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-00e319cd-9aab-4e7d-9fde-b14bf9868791 x-compute-request-id: req-00e319cd-9aab-4e7d-9fde-b14bf9868791 Content-Encoding: gzip Content-Length: 9995 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-09-07 20:54:20,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-00e319cd-9aab-4e7d-9fde-b14bf9868791 2018-09-07 20:54:22,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:23,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-34c5f6d7-d606-4651-b2bc-94e64ea2c768 x-compute-request-id: req-34c5f6d7-d606-4651-b2bc-94e64ea2c768 Content-Encoding: gzip Content-Length: 9995 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-09-07 20:54:23,456 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-34c5f6d7-d606-4651-b2bc-94e64ea2c768 2018-09-07 20:54:25,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:26,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-81020785-30a0-4d2c-9f19-8098f74c0042 x-compute-request-id: req-81020785-30a0-4d2c-9f19-8098f74c0042 Content-Encoding: gzip Content-Length: 10066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-09-07 20:54:26,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-81020785-30a0-4d2c-9f19-8098f74c0042 2018-09-07 20:54:28,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:29,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-c028dfe3-871d-47fd-bf24-1dca1b155404 x-compute-request-id: req-c028dfe3-871d-47fd-bf24-1dca1b155404 Content-Encoding: gzip Content-Length: 10066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-09-07 20:54:29,638 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-c028dfe3-871d-47fd-bf24-1dca1b155404 2018-09-07 20:54:31,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:32,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-ac88b481-dc99-41aa-870f-ddbdf84f5caa x-compute-request-id: req-ac88b481-dc99-41aa-870f-ddbdf84f5caa Content-Encoding: gzip Content-Length: 10066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-09-07 20:54:32,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-ac88b481-dc99-41aa-870f-ddbdf84f5caa 2018-09-07 20:54:34,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:35,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4c63dab0-7d8b-4365-a2a7-2bcc03f0b19e x-compute-request-id: req-4c63dab0-7d8b-4365-a2a7-2bcc03f0b19e Content-Encoding: gzip Content-Length: 10066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-09-07 20:54:35,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-4c63dab0-7d8b-4365-a2a7-2bcc03f0b19e 2018-09-07 20:54:37,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:38,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-2786851c-6eff-492e-84a4-c4e82abb9ab6 x-compute-request-id: req-2786851c-6eff-492e-84a4-c4e82abb9ab6 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-09-07 20:54:38,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-2786851c-6eff-492e-84a4-c4e82abb9ab6 2018-09-07 20:54:40,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:42,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-01688223-3c65-4a82-adf9-34dd23f37e4f x-compute-request-id: req-01688223-3c65-4a82-adf9-34dd23f37e4f Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-09-07 20:54:42,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-01688223-3c65-4a82-adf9-34dd23f37e4f 2018-09-07 20:54:44,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:45,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-95e40f78-bde4-4f08-8675-08d271b681f3 x-compute-request-id: req-95e40f78-bde4-4f08-8675-08d271b681f3 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-09-07 20:54:45,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-95e40f78-bde4-4f08-8675-08d271b681f3 2018-09-07 20:54:47,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:48,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-97fba518-0ea3-4d92-95e8-3e460ece91cc x-compute-request-id: req-97fba518-0ea3-4d92-95e8-3e460ece91cc Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-09-07 20:54:48,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-97fba518-0ea3-4d92-95e8-3e460ece91cc 2018-09-07 20:54:50,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:51,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-b0938a31-2403-48b2-9cdf-4c4e1fecb05c x-compute-request-id: req-b0938a31-2403-48b2-9cdf-4c4e1fecb05c Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-09-07 20:54:51,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-b0938a31-2403-48b2-9cdf-4c4e1fecb05c 2018-09-07 20:54:53,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15de22efb8c77d658fa162eaf939760c2816f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:54,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-5eb32c3a-ff96-4179-82f2-06835191fdf9 x-compute-request-id: req-5eb32c3a-ff96-4179-82f2-06835191fdf9 Content-Encoding: gzip Content-Length: 11143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557868482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133797] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135758] pid_max: default: 32768 minimum: 301\n[ 0.136833] ACPI: Core revision 20150930\n[ 0.138347] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139892] Security Framework initialized\n[ 0.140878] Yama: becoming mindful.\n[ 0.141745] AppArmor: AppArmor initialized\n[ 0.142756] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144383] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149166] Initializing cgroup subsys io\n[ 0.150068] Initializing cgroup subsys memory\n[ 0.150917] Initializing cgroup subsys devices\n[ 0.151764] Initializing cgroup subsys freezer\n[ 0.152614] Initializing cgroup subsys net_cls\n[ 0.153471] Initializing cgroup subsys perf_event\n[ 0.154352] Initializing cgroup subsys net_prio\n[ 0.155209] Initializing cgroup subsys hugetlb\n[ 0.156052] Initializing cgroup subsys pids\n[ 0.156912] CPU: Physical Processor ID: 0\n[ 0.158384] mce: CPU supports 10 MCE banks\n[ 0.159209] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171354] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177693] ftrace: allocating 31920 entries in 125 pages\n[ 0.203822] smpboot: Max logical packages: 1\n[ 0.204659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205985] x2apic enabled\n[ 0.206783] Switched APIC routing to physical x2apic.\n[ 0.208508] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211557] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213304] KVM setup paravirtual spinlock\n[ 0.214588] x86: Booted up 1 node, 1 CPUs\n[ 0.215371] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216731] devtmpfs: initialized\n[ 0.218430] evm: security.selinux\n[ 0.219112] evm: security.SMACK64\n[ 0.219791] evm: security.SMACK64EXEC\n[ 0.220520] evm: security.SMACK64TRANSMUTE\n[ 0.221305] evm: security.SMACK64MMAP\n[ 0.222032] evm: security.ima\n[ 0.222663] evm: security.capability\n[ 0.223452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225257] pinctrl core: initialized pinctrl subsystem\n[ 0.226322] RTC time: 20:53:03, date: 09/07/18\n[ 0.227269] NET: Registered protocol family 16\n[ 0.228224] cpuidle: using governor ladder\n[ 0.229034] cpuidle: using governor menu\n[ 0.229809] PCCT header not found.\n[ 0.230543] ACPI: bus type PCI registered\n[ 0.231332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232558] PCI: Using configuration type 1 for base access\n[ 0.234282] ACPI: Added _OSI(Module Device)\n[ 0.235104] ACPI: Added _OSI(Processor Device)\n[ 0.235950] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238926] ACPI: Interpreter enabled\n[ 0.239676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245159] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246964] ACPI: (supports S0 S5)\n[ 0.247657] ACPI: Using IOAPIC for interrupt routing\n[ 0.248575] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252751] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253962] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257257] acpiphp: Slot [3] registered\n[ 0.258035] acpiphp: Slot [4] registered\n[ 0.258810] acpiphp: Slot [5] registered\n[ 0.259590] acpiphp: Slot [6] registered\n[ 0.260360] acpiphp: Slot [7] registered\n[ 0.261131] acpiphp: Slot [8] registered\n[ 0.261908] acpiphp: Slot [9] registered\n[ 0.262680] acpiphp: Slot [10] registered\n[ 0.263464] acpiphp: Slot [11] registered\n[ 0.264250] acpiphp: Slot [12] registered\n[ 0.265045] acpiphp: Slot [13] registered\n[ 0.265829] acpiphp: Slot [14] registered\n[ 0.266612] acpiphp: Slot [15] registered\n[ 0.277464] acpiphp: Slot [16] registered\n[ 0.278250] acpiphp: Slot [17] registered\n[ 0.279038] acpiphp: Slot [18] registered\n[ 0.279822] acpiphp: Slot [19] registered\n[ 0.280604] acpiphp: Slot [20] registered\n[ 0.281383] acpiphp: Slot [21] registered\n[ 0.282193] acpiphp: Slot [22] registered\n[ 0.282991] acpiphp: Slot [23] registered\n[ 0.283779] acpiphp: Slot [24] registered\n[ 0.284563] acpiphp: Slot [25] registered\n[ 0.285342] acpiphp: Slot [26] registered\n[ 0.286128] acpiphp: Slot [27] registered\n[ 0.286923] acpiphp: Slot [28] registered\n[ 0.287710] acpiphp: Slot [29] registered\n[ 0.288492] acpiphp: Slot [30] registered\n[ 0.289273] acpiphp: Slot [31] registered\n[ 0.290054] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292023] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294597] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303554] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304692] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305922] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312247] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313671] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360749] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362119] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363500] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364878] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366092] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368312] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369826] vgaarb: loaded\n[ 0.370415] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371536] SCSI subsystem initialized\n[ 0.372339] ACPI: bus type USB registered\n[ 0.373142] usbcore: registered new interface driver usbfs\n[ 0.374146] usbcore: registered new interface driver hub\n[ 0.375131] usbcore: registered new device driver usb\n[ 0.376173] PCI: Using ACPI for IRQ routing\n[ 0.377179] NetLabel: Initializing\n[ 0.377876] NetLabel: domain hash size = 128\n[ 0.378709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379632] NetLabel: unlabeled traffic allowed by default\n[ 0.380708] clocksource: Switched to clocksource kvm-clock\n[ 0.386104] AppArmor: AppArmor Filesystem Enabled\n[ 0.387052] pnp: PnP ACPI init\n[ 0.387943] pnp: PnP ACPI: found 5 devices\n[ 0.394298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395958] NET: Registered protocol family 2\n[ 0.396896] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399279] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400408] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402593] NET: Registered protocol family 1\n[ 0.403439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419492] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433671] Trying to unpack rootfs image as initramfs...\n[ 0.483481] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497502] Scanning for low memory corruption every 60 seconds\n[ 0.498799] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499928] audit: initializing netlink subsys (disabled)\n[ 0.500944] audit: type=2000 audit(1536353584.217:1): initialized\n[ 0.502221] Initialise system trusted keyring\n[ 0.503129] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504274] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506209] zbud: loaded\n[ 0.506914] VFS: Disk quotas dquot_6.6.0\n[ 0.507722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509198] fuse init (API version 7.23)\n[ 0.510073] Key type big_key registered\n[ 0.510861] Allocating IMA MOK and blacklist keyrings.\n[ 0.514073] Key type asymmetric registered\n[ 0.515056] Asymmetric key parser 'x509' registered\n[ 0.516198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517958] io scheduler noop registered\n[ 0.518906] io scheduler deadline registered (default)\n[ 0.520085] io scheduler cfq registered\n[ 0.521088] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523869] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525615] ACPI: Power Button [PWRF]\n[ 0.526982] GHES: HEST is not enabled!\n[ 0.540888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570043] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596927] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599302] Linux agpgart interface v0.103\n[ 0.601483] brd: module loaded\n[ 0.602749] loop: module loaded\n[ 0.607396] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609136] GPT:90111 != 2097151\n[ 0.609946] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611261] GPT:90111 != 2097151\n[ 0.612059] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613226] vda: vda1 vda15\n[ 0.614720] scsi host0: ata_piix\n[ 0.615583] scsi host1: ata_piix\n[ 0.616413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619596] libphy: Fixed MDIO Bus: probed\n[ 0.620568] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621720] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624056] PPP generic driver version 2.4.2\n[ 0.625183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626625] ehci-pci: EHCI PCI platform driver\n[ 0.627663] ehci-platform: EHCI generic platform driver\n[ 0.628861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.630235] ohci-pci: OHCI PCI platform driver\n[ 0.631268] ohci-platform: OHCI generic platform driver\n[ 0.632454] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.647582] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649033] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651017] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657630] usb usb1: Product: UHCI Host Controller\n[ 0.658884] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660421] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661798] hub 1-0:1.0: USB hub found\n[ 0.662722] hub 1-0:1.0: 2 ports detected\n[ 0.663771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667376] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668596] mousedev: PS/2 mouse device common for all mice\n[ 0.670079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672242] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674935] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676370] i2c /dev entries driver\n[ 0.677264] device-mapper: uevent: version 1.0.3\n[ 0.678375] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681830] NET: Registered protocol family 10\n[ 0.682993] NET: Registered protocol family 17\n[ 0.684054] Key type dns_resolver registered\n[ 0.685159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686482] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688547] registered taskstats version 1\n[ 0.689540] Loading compiled-in X.509 certificates\n[ 0.691162] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693411] zswap: loaded using pool lzo/zbud\n[ 0.694946] Key type trusted registered\n[ 0.696641] Key type encrypted registered\n[ 0.697635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700115] evm: HMAC attrs: 0x1\n[ 0.701191] Magic number: 2:7:902\n[ 0.702138] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:04 UTC (1536353584)\n[ 0.704044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705395] EDD information not available.\n[ 0.777653] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779507] Write protecting the kernel read-only data: 14336k\n[ 0.791499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793585] 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.143590] 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.09. iid=i-00000147\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFZ11iT1+58NVv22u+aMiAMgQWYGzr7/Iekss+fSHGEeZRmXhnbOPi2uvAmJqxEl2UBTiE5HnR4ANB2a20YKb/8U7nGs5dOW1dqGeN6R0l1LOTNXGGhgUuF/UGo0XmGfytq7Jr+4Q21xCofnfOhiFDzSZZ4knoktqC/nVExukKl61n7Hoo1EgRXX5LaVLfvZYpbq4ErCYMmST9Hd0UucqORhcJkY4kOillvWgsH7TtLZaDOCPWn+ziZ4Ldz0J+YREEcW19C898mmoriXyI/XqbAGQkxQIZlxMqSwl62bNQBU2v6Aq3ZNz4hD8xHoRWqMNt0pqC/KgYhzFo6nBx5p1T root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAI1xQ4hpr14hguvtwwZLkKc5lCO7MEN3pSEVNIQmZK5D1zy4irAJXOjt4bHzIdcmvzYmy1rEMk6EmjvhN+qe+0YxP+GRsH0zsI9bz8U1LJSqU5Iy22Q4rNfiumTGJImGsFIDJoLtjo2xhsb4o2ar7vzKJQdm/RbleQRSQ09xX8/3AAAAFQCnOYfbUc5UALLDWdHDrZSdHodrLwAAAIBvUnTvdMZal2PwzKQzaFjlYau6gVEF6PDxGlu/e8fvQsYLbP2XiVui2X/ZhWkG343ZcnbDyu+JXK2uzdUPCwkGZkBpV/QqqTYzF4FjJuHILA+l+ZX0vMjdJU9KS8AG0p6CNeCYJhEFiyJNcLxp7L+s6UWGx5L46FLICvv1mGiX2QAAAIBlqTwPxgQ4u8fRUy9j0FboQzp7w2Lb0CTReYHTWP1vQ8H+KIjdvo41QUsCXx2qmj/8Dn61uvye/atJduTKobvv/O4vmVCpuCK2cAo2/eb81UnIfSRtnn00kU3BHqMskj/rXRphka6+XTfrWd64urUqQbXWw4LvZ5YNrx3r/eTxuA== 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:fe07:337a/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-00000147\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.05 ===\n/dev/root resized successfully [took 2.26s]\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:07:33:7A \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe07:337a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9370 (9.1 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.139870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.139872] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.139873] usb 1-1: Product: QEMU USB Tablet\n[ 1.139874] usb 1-1: Manufacturer: QEMU\n[ 1.139875] usb 1-1: SerialNumber: 42\n[ 1.143590] random: dd urandom read with 5 bits of entropy available\n[ 1.496768] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.496770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.172576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.505765] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:53:04 cirros kern.info kernel: [ 0.793585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 7 21:53:04 cirros kern.info kernel: [ 0.805526] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 7 21:53:04 cirros kern.info kernel: [ 0.805527] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 7 21:53:04 cirros kern.info kernel: [ 0.807165] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 7 21:53:04 cirros kern.info kernel: [ 0.810081] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 7 21:53:04 cirros kern.info kernel: [ 0.812025] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 7 21:53:04 cirros kern.info kernel: [ 0.834044] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:53:04 cirros kern.info kernel: [ 0.834591] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:53:04 cirros kern.info kernel: [ 0.835663] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 7 21:53:04 cirros kern.info kernel: [ 0.889034] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 7 21:53:04 cirros kern.info kernel: [ 0.976750] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 7 21:53:04 cirros kern.info kernel: [ 1.105914] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:53:04 cirros kern.info kernel: [ 1.123996] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 7 21:53:04 cirros kern.info kernel: [ 1.139870] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 7 21:53:04 cirros kern.info kernel: [ 1.139872] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 7 21:53:04 cirros kern.info kernel: [ 1.139873] usb 1-1: Product: QEMU USB Tablet\nSep 7 21:53:04 cirros kern.info kernel: [ 1.139874] usb 1-1: Manufacturer: QEMU\nSep 7 21:53:04 cirros kern.info kernel: [ 1.139875] usb 1-1: SerialNumber: 42\nSep 7 21:53:04 cirros kern.notice kernel: [ 1.143590] random: dd urandom read with 5 bits of entropy available\nSep 7 21:53:05 cirros kern.info kernel: [ 1.496768] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 7 21:53:05 cirros kern.info kernel: [ 1.496770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 7 21:54:06 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:54:06 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:54:06 cirros kern.info kernel: [ 63.172576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:54:07 cirros kern.info kernel: [ 63.505765] 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-07 20:54:54,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-5eb32c3a-ff96-4179-82f2-06835191fdf9 2018-09-07 20:54:56,434 - sdnvpn_test_utils - INFO - Waiting for instance 78532d71-b8be-4c88-ad29-7f36144e02f2 to boot up 2018-09-07 20:54:56,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:54:57,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-cd942a27-c3bf-41e9-806b-745c512e0432 x-compute-request-id: req-cd942a27-c3bf-41e9-806b-745c512e0432 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\n"} 2018-09-07 20:54:57,512 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-cd942a27-c3bf-41e9-806b-745c512e0432 2018-09-07 20:54:59,515 - sdnvpn_test_utils - INFO - Waiting for instance b66a1e56-8326-4e61-bae7-8c1422a6939c to boot up 2018-09-07 20:54:59,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:00,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:54: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-d3f1d97b-9b55-4947-bd15-c6d7128f7101 x-compute-request-id: req-d3f1d97b-9b55-4947-bd15-c6d7128f7101 Content-Encoding: gzip Content-Length: 8101 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519698261 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137986] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140739] ACPI: Core revision 20150930\n[ 0.142188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143614] Security Framework initialized\n[ 0.144479] Yama: becoming mindful.\n[ 0.145282] AppArmor: AppArmor initialized\n[ 0.146194] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149010] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150315] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151764] Initializing cgroup subsys io\n[ 0.152624] Initializing cgroup subsys memory\n[ 0.153542] Initializing cgroup subsys devices\n[ 0.154454] Initializing cgroup subsys freezer\n[ 0.155363] Initializing cgroup subsys net_cls\n[ 0.156272] Initializing cgroup subsys perf_event\n[ 0.157232] Initializing cgroup subsys net_prio\n[ 0.158157] Initializing cgroup subsys hugetlb\n[ 0.159055] Initializing cgroup subsys pids\n[ 0.159970] CPU: Physical Processor ID: 0\n[ 0.161531] mce: CPU supports 10 MCE banks\n[ 0.162406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181678] ftrace: allocating 31920 entries in 125 pages\n[ 0.209336] smpboot: Max logical packages: 1\n[ 0.210215] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211644] x2apic enabled\n[ 0.212479] Switched APIC routing to physical x2apic.\n[ 0.214288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215462] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219429] KVM setup paravirtual spinlock\n[ 0.220773] x86: Booted up 1 node, 1 CPUs\n[ 0.221614] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223091] devtmpfs: initialized\n[ 0.224871] evm: security.selinux\n[ 0.225612] evm: security.SMACK64\n[ 0.226368] evm: security.SMACK64EXEC\n[ 0.227142] evm: security.SMACK64TRANSMUTE\n[ 0.227996] evm: security.SMACK64MMAP\n[ 0.228782] evm: security.ima\n[ 0.229464] evm: security.capability\n[ 0.230311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232303] pinctrl core: initialized pinctrl subsystem\n[ 0.233487] RTC time: 20:53:13, date: 09/07/18\n[ 0.234505] NET: Registered protocol family 16\n[ 0.235531] cpuidle: using governor ladder\n[ 0.236407] cpuidle: using governor menu\n[ 0.237259] PCCT header not found.\n[ 0.238067] ACPI: bus type PCI registered\n[ 0.238942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240281] PCI: Using configuration type 1 for base access\n[ 0.242127] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247138] ACPI: Interpreter enabled\n[ 0.247932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255683] ACPI: (supports S0 S5)\n[ 0.256417] ACPI: Using IOAPIC for interrupt routing\n[ 0.257522] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264456] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266823] acpiphp: Slot [3] registered\n[ 0.267658] acpiphp: Slot [4] registered\n[ 0.268505] acpiphp: Slot [5] registered\n[ 0.269345] acpiphp: Slot [6] registered\n[ 0.270169] acpiphp: Slot [7] registered\n[ 0.271024] acpiphp: Slot [8] registered\n[ 0.271869] acpiphp: Slot [9] registered\n[ 0.272709] acpiphp: Slot [10] registered\n[ 0.273567] acpiphp: Slot [11] registered\n[ 0.274420] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276135] acpiphp: Slot [14] registered\n[ 0.276991] acpiphp: Slot [15] registered\n[ 0.288483] acpiphp: Slot [16] registered\n[ 0.289363] acpiphp: Slot [17] registered\n[ 0.290218] acpiphp: Slot [18] registered\n[ 0.291073] acpiphp: Slot [19] registered\n[ 0.291918] acpiphp: Slot [20] registered\n[ 0.292777] acpiphp: Slot [21] registered\n[ 0.293633] acpiphp: Slot [22] registered\n[ 0.294479] acpiphp: Slot [23] registered\n[ 0.295329] acpiphp: Slot [24] registered\n[ 0.296176] acpiphp: Slot [25] registered\n[ 0.297019] acpiphp: Slot [26] registered\n[ 0.297872] acpiphp: Slot [27] registered\n[ 0.298727] acpiphp: Slot [28] registered\n[ 0.299583] acpiphp: Slot [29] registered\n[ 0.300421] acpiphp: Slot [30] registered\n[ 0.301275] acpiphp: Slot [31] registered\n[ 0.302109] PCI host bridge to bus 0000:00\n[ 0.302959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307030] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316297] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373231] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374834] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376335] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377843] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381210] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382421] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385151] vgaarb: loaded\n[ 0.385782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386958] SCSI subsystem initialized\n[ 0.387816] ACPI: bus type USB registered\n[ 0.388674] usbcore: registered new interface driver usbfs\n[ 0.389753] usbcore: registered new interface driver hub\n[ 0.390805] usbcore: registered new device driver usb\n[ 0.391896] PCI: Using ACPI for IRQ routing\n[ 0.392953] NetLabel: Initializing\n[ 0.393711] NetLabel: domain hash size = 128\n[ 0.394611] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395610] NetLabel: unlabeled traffic allowed by default\n[ 0.396749] clocksource: Switched to clocksource kvm-clock\n[ 0.402281] AppArmor: AppArmor Filesystem Enabled\n[ 0.403307] pnp: PnP ACPI init\n[ 0.404264] pnp: PnP ACPI: found 5 devices\n[ 0.410688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412487] NET: Registered protocol family 2\n[ 0.413520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416174] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419926] NET: Registered protocol family 1\n[ 0.420887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422110] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423265] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451661] Trying to unpack rootfs image as initramfs...\n[ 0.502208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516036] Scanning for low memory corruption every 60 seconds\n[ 0.517469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518694] audit: initializing netlink subsys (disabled)\n[ 0.519779] audit: type=2000 audit(1536353594.825:1): initialized\n[ 0.521159] Initialise system trusted keyring\n[ 0.522139] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523368] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525432] zbud: loaded\n[ 0.526175] VFS: Disk quotas dquot_6.6.0\n[ 0.527034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528626] fuse init (API version 7.23)\n[ 0.529572] Key type big_key registered\n[ 0.530415] Allocating IMA MOK and blacklist keyrings.\n[ 0.531939] Key type asymmetric registered\n[ 0.532841] Asymmetric key parser 'x509' registered\n[ 0.533847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535384] io scheduler noop registered\n[ 0.536218] io scheduler deadline registered (default)\n[ 0.537281] io scheduler cfq registered\n[ 0.538165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539277] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542132] ACPI: Power Button [PWRF]\n[ 0.543009] GHES: HEST is not enabled!\n[ 0.558245] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587971] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591311] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617726] Linux agpgart interface v0.103\n[ 0.620663] brd: module loaded\n[ 0.621977] loop: module loaded\n[ 0.626560] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628020] GPT:90111 != 2097151\n[ 0.628700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629819] GPT:90111 != 2097151\n[ 0.630514] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631482] vda: vda1 vda15\n[ 0.633342] scsi host0: ata_piix\n[ 0.634323] scsi host1: ata_piix\n[ 0.635286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639016] libphy: Fixed MDIO Bus: probed\n[ 0.640218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644873] PPP generic driver version 2.4.2\n[ 0.646467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648235] ehci-pci: EHCI PCI platform driver\n[ 0.649720] ehci-platform: EHCI generic platform driver\n[ 0.651435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653454] ohci-pci: OHCI PCI platform driver\n[ 0.654600] ohci-platform: OHCI generic platform driver\n[ 0.655719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677982] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679636] usb usb1: Product: UHCI Host Controller\n[ 0.681164] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683012] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684539] hub 1-0:1.0: USB hub found\n[ 0.685762] hub 1-0:1.0: 2 ports detected\n[ 0.687094] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691504] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693056] mousedev: PS/2 mouse device common for all mice\n[ 0.694860] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697612] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699124] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702853] i2c /dev entries driver\n[ 0.703954] device-mapper: uevent: version 1.0.3\n[ 0.705403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707924] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709882] NET: Registered protocol family 10\n[ 0.711337] NET: Registered protocol family 17\n[ 0.712677] Key type dns_resolver registered\n[ 0.714078] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715772] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718422] registered taskstats version 1\n[ 0.719670] Loading compiled-in X.509 certificates\n[ 0.721624] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.724529] zswap: loaded using pool lzo/zbud\n[ 0.726859] Key type trusted registered\n[ 0.728817] Key type encrypted registered\n[ 0.730062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731675] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733303] evm: HMAC attrs: 0x1\n[ 0.734944] Magic number: 2:7:902\n[ 0.736126] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:14 UTC (1536353594)\n[ 0.738568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740313] EDD information not available.\n[ 0.793326] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795350] ata1.00: configured for MWDMA2\n[ 0.797091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810700] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812645] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814445] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816889] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.819192] Write protecting the kernel read-only data: 14336k\n[ 0.821390] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824006] 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\n[ 0.887531] 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.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of 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.46s]\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-07 20:55:00,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action used request id req-d3f1d97b-9b55-4947-bd15-c6d7128f7101 2018-09-07 20:55:02,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:03,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:55: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-3d13c122-c48d-4d43-ba7c-2f5d0b4a6815 x-compute-request-id: req-3d13c122-c48d-4d43-ba7c-2f5d0b4a6815 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\n"} 2018-09-07 20:55:03,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-3d13c122-c48d-4d43-ba7c-2f5d0b4a6815 2018-09-07 20:55:03,667 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-2' (10.10.10.10). -->Expected result: can ping. 2018-09-07 20:55:03,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:04,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-2f70ac31-75c7-4257-bc12-98235f8b28a7 x-compute-request-id: req-2f70ac31-75c7-4257-bc12-98235f8b28a7 Content-Encoding: gzip Content-Length: 8075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\n"} 2018-09-07 20:55:04,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-2f70ac31-75c7-4257-bc12-98235f8b28a7 2018-09-07 20:55:04,738 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-09-07 20:55:04,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:05,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe323f36-ffa5-436e-b6e1-1bb5acb7708d x-compute-request-id: req-fe323f36-ffa5-436e-b6e1-1bb5acb7708d Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-09-07 20:55:05,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-fe323f36-ffa5-436e-b6e1-1bb5acb7708d 2018-09-07 20:55:05,822 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-3' (10.10.10.7). -->Expected result: can ping. 2018-09-07 20:55:05,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:06,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-8fed579f-bb80-45a9-a5a2-d943d35a9a2e x-compute-request-id: req-8fed579f-bb80-45a9-a5a2-d943d35a9a2e Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-09-07 20:55:06,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-8fed579f-bb80-45a9-a5a2-d943d35a9a2e 2018-09-07 20:55:06,894 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-09-07 20:55:06,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:07,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:55: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-6e1b1b1f-6c5b-4261-88c7-45a403476e7c x-compute-request-id: req-6e1b1b1f-6c5b-4261-88c7-45a403476e7c Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-09-07 20:55:07,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-6e1b1b1f-6c5b-4261-88c7-45a403476e7c 2018-09-07 20:55:07,970 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-4' (10.10.11.14). -->Expected result: cannot ping. 2018-09-07 20:55:07,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59d6da5de7736cb0bdd2baa623b53b9e57ce47f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:09,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-136f9882-fecb-4414-80e8-8b14fef36f73 x-compute-request-id: req-136f9882-fecb-4414-80e8-8b14fef36f73 Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526414975 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146907] pid_max: default: 32768 minimum: 301\n[ 0.147795] ACPI: Core revision 20150930\n[ 0.149188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150489] Security Framework initialized\n[ 0.151299] Yama: becoming mindful.\n[ 0.152028] AppArmor: AppArmor initialized\n[ 0.152889] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155459] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158057] Initializing cgroup subsys io\n[ 0.158866] Initializing cgroup subsys memory\n[ 0.159723] Initializing cgroup subsys devices\n[ 0.160596] Initializing cgroup subsys freezer\n[ 0.161458] Initializing cgroup subsys net_cls\n[ 0.162318] Initializing cgroup subsys perf_event\n[ 0.163228] Initializing cgroup subsys net_prio\n[ 0.164107] Initializing cgroup subsys hugetlb\n[ 0.164980] Initializing cgroup subsys pids\n[ 0.165852] CPU: Physical Processor ID: 0\n[ 0.167347] mce: CPU supports 10 MCE banks\n[ 0.168192] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180222] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186903] ftrace: allocating 31920 entries in 125 pages\n[ 0.214996] smpboot: Max logical packages: 1\n[ 0.215843] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217189] x2apic enabled\n[ 0.218002] Switched APIC routing to physical x2apic.\n[ 0.219748] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222828] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224602] KVM setup paravirtual spinlock\n[ 0.226065] x86: Booted up 1 node, 1 CPUs\n[ 0.226870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228260] devtmpfs: initialized\n[ 0.230020] evm: security.selinux\n[ 0.230720] evm: security.SMACK64\n[ 0.231423] evm: security.SMACK64EXEC\n[ 0.232164] evm: security.SMACK64TRANSMUTE\n[ 0.232964] evm: security.SMACK64MMAP\n[ 0.233707] evm: security.ima\n[ 0.234344] evm: security.capability\n[ 0.235176] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237024] pinctrl core: initialized pinctrl subsystem\n[ 0.238133] RTC time: 20:53:25, date: 09/07/18\n[ 0.239092] NET: Registered protocol family 16\n[ 0.240064] cpuidle: using governor ladder\n[ 0.240876] cpuidle: using governor menu\n[ 0.241655] PCCT header not found.\n[ 0.242412] ACPI: bus type PCI registered\n[ 0.243216] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244450] PCI: Using configuration type 1 for base access\n[ 0.246226] ACPI: Added _OSI(Module Device)\n[ 0.247064] ACPI: Added _OSI(Processor Device)\n[ 0.247918] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248809] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250982] ACPI: Interpreter enabled\n[ 0.251759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259111] ACPI: (supports S0 S5)\n[ 0.259814] ACPI: Using IOAPIC for interrupt routing\n[ 0.260893] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263993] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265131] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266352] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269743] acpiphp: Slot [3] registered\n[ 0.270536] acpiphp: Slot [4] registered\n[ 0.271331] acpiphp: Slot [5] registered\n[ 0.272123] acpiphp: Slot [6] registered\n[ 0.272911] acpiphp: Slot [7] registered\n[ 0.273706] acpiphp: Slot [8] registered\n[ 0.274503] acpiphp: Slot [9] registered\n[ 0.275294] acpiphp: Slot [10] registered\n[ 0.276104] acpiphp: Slot [11] registered\n[ 0.276912] acpiphp: Slot [12] registered\n[ 0.277723] acpiphp: Slot [13] registered\n[ 0.278525] acpiphp: Slot [14] registered\n[ 0.279332] acpiphp: Slot [15] registered\n[ 0.290168] acpiphp: Slot [16] registered\n[ 0.291007] acpiphp: Slot [17] registered\n[ 0.291813] acpiphp: Slot [18] registered\n[ 0.292612] acpiphp: Slot [19] registered\n[ 0.293412] acpiphp: Slot [20] registered\n[ 0.294224] acpiphp: Slot [21] registered\n[ 0.295034] acpiphp: Slot [22] registered\n[ 0.295838] acpiphp: Slot [23] registered\n[ 0.296642] acpiphp: Slot [24] registered\n[ 0.297459] acpiphp: Slot [25] registered\n[ 0.298267] acpiphp: Slot [26] registered\n[ 0.299076] acpiphp: Slot [27] registered\n[ 0.299884] acpiphp: Slot [28] registered\n[ 0.300696] acpiphp: Slot [29] registered\n[ 0.301496] acpiphp: Slot [30] registered\n[ 0.302306] acpiphp: Slot [31] registered\n[ 0.303111] PCI host bridge to bus 0000:00\n[ 0.303911] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307750] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319221] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.378842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380340] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384548] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385802] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386963] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388051] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389587] vgaarb: loaded\n[ 0.390188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391352] SCSI subsystem initialized\n[ 0.392180] ACPI: bus type USB registered\n[ 0.392992] usbcore: registered new interface driver usbfs\n[ 0.394013] usbcore: registered new interface driver hub\n[ 0.395015] usbcore: registered new device driver usb\n[ 0.396077] PCI: Using ACPI for IRQ routing\n[ 0.397116] NetLabel: Initializing\n[ 0.397827] NetLabel: domain hash size = 128\n[ 0.398669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399603] NetLabel: unlabeled traffic allowed by default\n[ 0.400707] clocksource: Switched to clocksource kvm-clock\n[ 0.406538] AppArmor: AppArmor Filesystem Enabled\n[ 0.407531] pnp: PnP ACPI init\n[ 0.408462] pnp: PnP ACPI: found 5 devices\n[ 0.414858] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416558] NET: Registered protocol family 2\n[ 0.417525] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418785] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419940] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421099] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422167] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423539] NET: Registered protocol family 1\n[ 0.424585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425939] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427244] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441975] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456870] Trying to unpack rootfs image as initramfs...\n[ 0.508418] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522383] Scanning for low memory corruption every 60 seconds\n[ 0.524488] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526382] audit: initializing netlink subsys (disabled)\n[ 0.528091] audit: type=2000 audit(1536353606.725:1): initialized\n[ 0.530176] Initialise system trusted keyring\n[ 0.531612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533556] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536342] zbud: loaded\n[ 0.537350] VFS: Disk quotas dquot_6.6.0\n[ 0.538580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540652] fuse init (API version 7.23)\n[ 0.542053] Key type big_key registered\n[ 0.543428] Allocating IMA MOK and blacklist keyrings.\n[ 0.545108] Key type asymmetric registered\n[ 0.546329] Asymmetric key parser 'x509' registered\n[ 0.547795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550076] io scheduler noop registered\n[ 0.551234] io scheduler deadline registered (default)\n[ 0.552768] io scheduler cfq registered\n[ 0.554411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557985] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560321] ACPI: Power Button [PWRF]\n[ 0.561604] GHES: HEST is not enabled!\n[ 0.577052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633971] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636196] Linux agpgart interface v0.103\n[ 0.638286] brd: module loaded\n[ 0.639505] loop: module loaded\n[ 0.644540] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.646075] GPT:90111 != 2097151\n[ 0.646787] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647942] GPT:90111 != 2097151\n[ 0.648638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.649665] vda: vda1 vda15\n[ 0.651193] scsi host0: ata_piix\n[ 0.651977] scsi host1: ata_piix\n[ 0.652746] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.654044] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655536] libphy: Fixed MDIO Bus: probed\n[ 0.656392] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659550] PPP generic driver version 2.4.2\n[ 0.660458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.661772] ehci-pci: EHCI PCI platform driver\n[ 0.662656] ehci-platform: EHCI generic platform driver\n[ 0.663651] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664799] ohci-pci: OHCI PCI platform driver\n[ 0.665685] ohci-platform: OHCI generic platform driver\n[ 0.666695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681119] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682132] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683608] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.684648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.685790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.688486] usb usb1: Product: UHCI Host Controller\n[ 0.689446] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690615] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691646] hub 1-0:1.0: USB hub found\n[ 0.692439] hub 1-0:1.0: 2 ports detected\n[ 0.693367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.695492] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.696455] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.697509] mousedev: PS/2 mouse device common for all mice\n[ 0.698783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.700644] rtc_cmos 00:00: RTC can wake from S4\n[ 0.701768] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.704198] i2c /dev entries driver\n[ 0.704979] device-mapper: uevent: version 1.0.3\n[ 0.705943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708895] NET: Registered protocol family 10\n[ 0.709900] NET: Registered protocol family 17\n[ 0.710764] Key type dns_resolver registered\n[ 0.711711] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712827] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714631] registered taskstats version 1\n[ 0.715502] Loading compiled-in X.509 certificates\n[ 0.716953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.718767] zswap: loaded using pool lzo/zbud\n[ 0.720143] Key type trusted registered\n[ 0.721697] Key type encrypted registered\n[ 0.722509] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723505] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724540] evm: HMAC attrs: 0x1\n[ 0.725468] Magic number: 2:7:902\n[ 0.726275] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:26 UTC (1536353606)\n[ 0.727847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.728945] EDD information not available.\n[ 0.809308] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810850] ata1.00: configured for MWDMA2\n[ 0.812082] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.826395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.827679] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.829591] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.831162] Write protecting the kernel read-only data: 14336k\n[ 0.832746] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834568] 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\n[ 0.896299] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.82s]\nping 10.10.10.10 OK\nping 10.10.10.7 OK\nping 10.10.11.14 KO\n"} 2018-09-07 20:55:09,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-136f9882-fecb-4414-80e8-8b14fef36f73 2018-09-07 20:55:09,042 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-09-07 20:55:09,043 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-09-07 20:55:09,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"network_association": {"network_id": "8b12b955-da12-4f6d-8172-717b41568fc1"}}' 2018-09-07 20:55:09,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-0ed0e315-1a10-45bf-a3ae-21368e8baae7 Date: Fri, 07 Sep 2018 20:55:09 GMT RESP BODY: {"network_association": {"network_id": "8b12b955-da12-4f6d-8172-717b41568fc1", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "62d90756-1f66-4877-a74f-d5e4e48d66d3"}} 2018-09-07 20:55:09,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a/network_associations used request id req-0ed0e315-1a10-45bf-a3ae-21368e8baae7 2018-09-07 20:55:09,588 - sdnvpn_test_utils - DEBUG - Waiting for router 10c6b841-e9ab-4d6b-b888-6095a7d0ee4a to associate with BGPVPN cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 2018-09-07 20:55:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:55:09,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-8c9b9dd1-5262-4a8e-abf3-4c4e9e5e4f4c Date: Fri, 07 Sep 2018 20:55:09 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"], "id": "10c6b841-e9ab-4d6b-b888-6095a7d0ee4a", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["8b12b955-da12-4f6d-8172-717b41568fc1"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:55:09,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a used request id req-8c9b9dd1-5262-4a8e-abf3-4c4e9e5e4f4c 2018-09-07 20:55:10,936 - sdnvpn_test_utils - DEBUG - Waiting for network 10c6b841-e9ab-4d6b-b888-6095a7d0ee4a to associate with BGPVPN 8b12b955-da12-4f6d-8172-717b41568fc1 2018-09-07 20:55:10,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:55:11,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-7cba873f-3997-4331-bf02-441a1fb76d9a Date: Fri, 07 Sep 2018 20:55:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"], "id": "10c6b841-e9ab-4d6b-b888-6095a7d0ee4a", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["8b12b955-da12-4f6d-8172-717b41568fc1"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:55:11,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a used request id req-7cba873f-3997-4331-bf02-441a1fb76d9a 2018-09-07 20:55:12,285 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:55:42,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:43,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89c93bde-9b49-4250-a8a9-e11f563068c5 x-compute-request-id: req-89c93bde-9b49-4250-a8a9-e11f563068c5 Content-Encoding: gzip Content-Length: 8104 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519698261 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137986] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140739] ACPI: Core revision 20150930\n[ 0.142188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143614] Security Framework initialized\n[ 0.144479] Yama: becoming mindful.\n[ 0.145282] AppArmor: AppArmor initialized\n[ 0.146194] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149010] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150315] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151764] Initializing cgroup subsys io\n[ 0.152624] Initializing cgroup subsys memory\n[ 0.153542] Initializing cgroup subsys devices\n[ 0.154454] Initializing cgroup subsys freezer\n[ 0.155363] Initializing cgroup subsys net_cls\n[ 0.156272] Initializing cgroup subsys perf_event\n[ 0.157232] Initializing cgroup subsys net_prio\n[ 0.158157] Initializing cgroup subsys hugetlb\n[ 0.159055] Initializing cgroup subsys pids\n[ 0.159970] CPU: Physical Processor ID: 0\n[ 0.161531] mce: CPU supports 10 MCE banks\n[ 0.162406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181678] ftrace: allocating 31920 entries in 125 pages\n[ 0.209336] smpboot: Max logical packages: 1\n[ 0.210215] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211644] x2apic enabled\n[ 0.212479] Switched APIC routing to physical x2apic.\n[ 0.214288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215462] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219429] KVM setup paravirtual spinlock\n[ 0.220773] x86: Booted up 1 node, 1 CPUs\n[ 0.221614] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223091] devtmpfs: initialized\n[ 0.224871] evm: security.selinux\n[ 0.225612] evm: security.SMACK64\n[ 0.226368] evm: security.SMACK64EXEC\n[ 0.227142] evm: security.SMACK64TRANSMUTE\n[ 0.227996] evm: security.SMACK64MMAP\n[ 0.228782] evm: security.ima\n[ 0.229464] evm: security.capability\n[ 0.230311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232303] pinctrl core: initialized pinctrl subsystem\n[ 0.233487] RTC time: 20:53:13, date: 09/07/18\n[ 0.234505] NET: Registered protocol family 16\n[ 0.235531] cpuidle: using governor ladder\n[ 0.236407] cpuidle: using governor menu\n[ 0.237259] PCCT header not found.\n[ 0.238067] ACPI: bus type PCI registered\n[ 0.238942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240281] PCI: Using configuration type 1 for base access\n[ 0.242127] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247138] ACPI: Interpreter enabled\n[ 0.247932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255683] ACPI: (supports S0 S5)\n[ 0.256417] ACPI: Using IOAPIC for interrupt routing\n[ 0.257522] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264456] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266823] acpiphp: Slot [3] registered\n[ 0.267658] acpiphp: Slot [4] registered\n[ 0.268505] acpiphp: Slot [5] registered\n[ 0.269345] acpiphp: Slot [6] registered\n[ 0.270169] acpiphp: Slot [7] registered\n[ 0.271024] acpiphp: Slot [8] registered\n[ 0.271869] acpiphp: Slot [9] registered\n[ 0.272709] acpiphp: Slot [10] registered\n[ 0.273567] acpiphp: Slot [11] registered\n[ 0.274420] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276135] acpiphp: Slot [14] registered\n[ 0.276991] acpiphp: Slot [15] registered\n[ 0.288483] acpiphp: Slot [16] registered\n[ 0.289363] acpiphp: Slot [17] registered\n[ 0.290218] acpiphp: Slot [18] registered\n[ 0.291073] acpiphp: Slot [19] registered\n[ 0.291918] acpiphp: Slot [20] registered\n[ 0.292777] acpiphp: Slot [21] registered\n[ 0.293633] acpiphp: Slot [22] registered\n[ 0.294479] acpiphp: Slot [23] registered\n[ 0.295329] acpiphp: Slot [24] registered\n[ 0.296176] acpiphp: Slot [25] registered\n[ 0.297019] acpiphp: Slot [26] registered\n[ 0.297872] acpiphp: Slot [27] registered\n[ 0.298727] acpiphp: Slot [28] registered\n[ 0.299583] acpiphp: Slot [29] registered\n[ 0.300421] acpiphp: Slot [30] registered\n[ 0.301275] acpiphp: Slot [31] registered\n[ 0.302109] PCI host bridge to bus 0000:00\n[ 0.302959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307030] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316297] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373231] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374834] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376335] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377843] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381210] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382421] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385151] vgaarb: loaded\n[ 0.385782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386958] SCSI subsystem initialized\n[ 0.387816] ACPI: bus type USB registered\n[ 0.388674] usbcore: registered new interface driver usbfs\n[ 0.389753] usbcore: registered new interface driver hub\n[ 0.390805] usbcore: registered new device driver usb\n[ 0.391896] PCI: Using ACPI for IRQ routing\n[ 0.392953] NetLabel: Initializing\n[ 0.393711] NetLabel: domain hash size = 128\n[ 0.394611] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395610] NetLabel: unlabeled traffic allowed by default\n[ 0.396749] clocksource: Switched to clocksource kvm-clock\n[ 0.402281] AppArmor: AppArmor Filesystem Enabled\n[ 0.403307] pnp: PnP ACPI init\n[ 0.404264] pnp: PnP ACPI: found 5 devices\n[ 0.410688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412487] NET: Registered protocol family 2\n[ 0.413520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416174] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419926] NET: Registered protocol family 1\n[ 0.420887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422110] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423265] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451661] Trying to unpack rootfs image as initramfs...\n[ 0.502208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516036] Scanning for low memory corruption every 60 seconds\n[ 0.517469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518694] audit: initializing netlink subsys (disabled)\n[ 0.519779] audit: type=2000 audit(1536353594.825:1): initialized\n[ 0.521159] Initialise system trusted keyring\n[ 0.522139] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523368] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525432] zbud: loaded\n[ 0.526175] VFS: Disk quotas dquot_6.6.0\n[ 0.527034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528626] fuse init (API version 7.23)\n[ 0.529572] Key type big_key registered\n[ 0.530415] Allocating IMA MOK and blacklist keyrings.\n[ 0.531939] Key type asymmetric registered\n[ 0.532841] Asymmetric key parser 'x509' registered\n[ 0.533847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535384] io scheduler noop registered\n[ 0.536218] io scheduler deadline registered (default)\n[ 0.537281] io scheduler cfq registered\n[ 0.538165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539277] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542132] ACPI: Power Button [PWRF]\n[ 0.543009] GHES: HEST is not enabled!\n[ 0.558245] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587971] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591311] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617726] Linux agpgart interface v0.103\n[ 0.620663] brd: module loaded\n[ 0.621977] loop: module loaded\n[ 0.626560] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628020] GPT:90111 != 2097151\n[ 0.628700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629819] GPT:90111 != 2097151\n[ 0.630514] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631482] vda: vda1 vda15\n[ 0.633342] scsi host0: ata_piix\n[ 0.634323] scsi host1: ata_piix\n[ 0.635286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639016] libphy: Fixed MDIO Bus: probed\n[ 0.640218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644873] PPP generic driver version 2.4.2\n[ 0.646467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648235] ehci-pci: EHCI PCI platform driver\n[ 0.649720] ehci-platform: EHCI generic platform driver\n[ 0.651435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653454] ohci-pci: OHCI PCI platform driver\n[ 0.654600] ohci-platform: OHCI generic platform driver\n[ 0.655719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677982] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679636] usb usb1: Product: UHCI Host Controller\n[ 0.681164] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683012] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684539] hub 1-0:1.0: USB hub found\n[ 0.685762] hub 1-0:1.0: 2 ports detected\n[ 0.687094] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691504] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693056] mousedev: PS/2 mouse device common for all mice\n[ 0.694860] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697612] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699124] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702853] i2c /dev entries driver\n[ 0.703954] device-mapper: uevent: version 1.0.3\n[ 0.705403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707924] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709882] NET: Registered protocol family 10\n[ 0.711337] NET: Registered protocol family 17\n[ 0.712677] Key type dns_resolver registered\n[ 0.714078] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715772] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718422] registered taskstats version 1\n[ 0.719670] Loading compiled-in X.509 certificates\n[ 0.721624] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.724529] zswap: loaded using pool lzo/zbud\n[ 0.726859] Key type trusted registered\n[ 0.728817] Key type encrypted registered\n[ 0.730062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731675] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733303] evm: HMAC attrs: 0x1\n[ 0.734944] Magic number: 2:7:902\n[ 0.736126] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:14 UTC (1536353594)\n[ 0.738568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740313] EDD information not available.\n[ 0.793326] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795350] ata1.00: configured for MWDMA2\n[ 0.797091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810700] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812645] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814445] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816889] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.819192] Write protecting the kernel read-only data: 14336k\n[ 0.821390] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824006] 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\n[ 0.887531] 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.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of 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.46s]\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-07 20:55:43,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action used request id req-89c93bde-9b49-4250-a8a9-e11f563068c5 2018-09-07 20:55:43,450 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.14) to 'sdnvpn-4-5' (10.10.11.5). -->Expected result: can ping. 2018-09-07 20:55:43,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b269d9d1cdfaa4cfae2a2fe6d757dc2a32a748" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:55:44,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:55: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-3627cde3-6efa-4cd0-bddc-5c7841b3eeda x-compute-request-id: req-3627cde3-6efa-4cd0-bddc-5c7841b3eeda Content-Encoding: gzip Content-Length: 8104 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519698261 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137986] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140739] ACPI: Core revision 20150930\n[ 0.142188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143614] Security Framework initialized\n[ 0.144479] Yama: becoming mindful.\n[ 0.145282] AppArmor: AppArmor initialized\n[ 0.146194] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149010] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150315] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151764] Initializing cgroup subsys io\n[ 0.152624] Initializing cgroup subsys memory\n[ 0.153542] Initializing cgroup subsys devices\n[ 0.154454] Initializing cgroup subsys freezer\n[ 0.155363] Initializing cgroup subsys net_cls\n[ 0.156272] Initializing cgroup subsys perf_event\n[ 0.157232] Initializing cgroup subsys net_prio\n[ 0.158157] Initializing cgroup subsys hugetlb\n[ 0.159055] Initializing cgroup subsys pids\n[ 0.159970] CPU: Physical Processor ID: 0\n[ 0.161531] mce: CPU supports 10 MCE banks\n[ 0.162406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181678] ftrace: allocating 31920 entries in 125 pages\n[ 0.209336] smpboot: Max logical packages: 1\n[ 0.210215] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211644] x2apic enabled\n[ 0.212479] Switched APIC routing to physical x2apic.\n[ 0.214288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215462] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217555] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219429] KVM setup paravirtual spinlock\n[ 0.220773] x86: Booted up 1 node, 1 CPUs\n[ 0.221614] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223091] devtmpfs: initialized\n[ 0.224871] evm: security.selinux\n[ 0.225612] evm: security.SMACK64\n[ 0.226368] evm: security.SMACK64EXEC\n[ 0.227142] evm: security.SMACK64TRANSMUTE\n[ 0.227996] evm: security.SMACK64MMAP\n[ 0.228782] evm: security.ima\n[ 0.229464] evm: security.capability\n[ 0.230311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232303] pinctrl core: initialized pinctrl subsystem\n[ 0.233487] RTC time: 20:53:13, date: 09/07/18\n[ 0.234505] NET: Registered protocol family 16\n[ 0.235531] cpuidle: using governor ladder\n[ 0.236407] cpuidle: using governor menu\n[ 0.237259] PCCT header not found.\n[ 0.238067] ACPI: bus type PCI registered\n[ 0.238942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240281] PCI: Using configuration type 1 for base access\n[ 0.242127] ACPI: Added _OSI(Module Device)\n[ 0.243037] ACPI: Added _OSI(Processor Device)\n[ 0.243953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244914] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247138] ACPI: Interpreter enabled\n[ 0.247932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253722] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255683] ACPI: (supports S0 S5)\n[ 0.256417] ACPI: Using IOAPIC for interrupt routing\n[ 0.257522] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261901] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264456] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266823] acpiphp: Slot [3] registered\n[ 0.267658] acpiphp: Slot [4] registered\n[ 0.268505] acpiphp: Slot [5] registered\n[ 0.269345] acpiphp: Slot [6] registered\n[ 0.270169] acpiphp: Slot [7] registered\n[ 0.271024] acpiphp: Slot [8] registered\n[ 0.271869] acpiphp: Slot [9] registered\n[ 0.272709] acpiphp: Slot [10] registered\n[ 0.273567] acpiphp: Slot [11] registered\n[ 0.274420] acpiphp: Slot [12] registered\n[ 0.275282] acpiphp: Slot [13] registered\n[ 0.276135] acpiphp: Slot [14] registered\n[ 0.276991] acpiphp: Slot [15] registered\n[ 0.288483] acpiphp: Slot [16] registered\n[ 0.289363] acpiphp: Slot [17] registered\n[ 0.290218] acpiphp: Slot [18] registered\n[ 0.291073] acpiphp: Slot [19] registered\n[ 0.291918] acpiphp: Slot [20] registered\n[ 0.292777] acpiphp: Slot [21] registered\n[ 0.293633] acpiphp: Slot [22] registered\n[ 0.294479] acpiphp: Slot [23] registered\n[ 0.295329] acpiphp: Slot [24] registered\n[ 0.296176] acpiphp: Slot [25] registered\n[ 0.297019] acpiphp: Slot [26] registered\n[ 0.297872] acpiphp: Slot [27] registered\n[ 0.298727] acpiphp: Slot [28] registered\n[ 0.299583] acpiphp: Slot [29] registered\n[ 0.300421] acpiphp: Slot [30] registered\n[ 0.301275] acpiphp: Slot [31] registered\n[ 0.302109] PCI host bridge to bus 0000:00\n[ 0.302959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307030] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316297] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373231] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374834] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376335] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377843] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381210] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382421] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385151] vgaarb: loaded\n[ 0.385782] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386958] SCSI subsystem initialized\n[ 0.387816] ACPI: bus type USB registered\n[ 0.388674] usbcore: registered new interface driver usbfs\n[ 0.389753] usbcore: registered new interface driver hub\n[ 0.390805] usbcore: registered new device driver usb\n[ 0.391896] PCI: Using ACPI for IRQ routing\n[ 0.392953] NetLabel: Initializing\n[ 0.393711] NetLabel: domain hash size = 128\n[ 0.394611] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395610] NetLabel: unlabeled traffic allowed by default\n[ 0.396749] clocksource: Switched to clocksource kvm-clock\n[ 0.402281] AppArmor: AppArmor Filesystem Enabled\n[ 0.403307] pnp: PnP ACPI init\n[ 0.404264] pnp: PnP ACPI: found 5 devices\n[ 0.410688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412487] NET: Registered protocol family 2\n[ 0.413520] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416174] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419926] NET: Registered protocol family 1\n[ 0.420887] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422110] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423265] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451661] Trying to unpack rootfs image as initramfs...\n[ 0.502208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516036] Scanning for low memory corruption every 60 seconds\n[ 0.517469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518694] audit: initializing netlink subsys (disabled)\n[ 0.519779] audit: type=2000 audit(1536353594.825:1): initialized\n[ 0.521159] Initialise system trusted keyring\n[ 0.522139] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523368] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525432] zbud: loaded\n[ 0.526175] VFS: Disk quotas dquot_6.6.0\n[ 0.527034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528626] fuse init (API version 7.23)\n[ 0.529572] Key type big_key registered\n[ 0.530415] Allocating IMA MOK and blacklist keyrings.\n[ 0.531939] Key type asymmetric registered\n[ 0.532841] Asymmetric key parser 'x509' registered\n[ 0.533847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535384] io scheduler noop registered\n[ 0.536218] io scheduler deadline registered (default)\n[ 0.537281] io scheduler cfq registered\n[ 0.538165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539277] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542132] ACPI: Power Button [PWRF]\n[ 0.543009] GHES: HEST is not enabled!\n[ 0.558245] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587971] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591311] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617726] Linux agpgart interface v0.103\n[ 0.620663] brd: module loaded\n[ 0.621977] loop: module loaded\n[ 0.626560] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628020] GPT:90111 != 2097151\n[ 0.628700] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629819] GPT:90111 != 2097151\n[ 0.630514] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631482] vda: vda1 vda15\n[ 0.633342] scsi host0: ata_piix\n[ 0.634323] scsi host1: ata_piix\n[ 0.635286] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639016] libphy: Fixed MDIO Bus: probed\n[ 0.640218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644873] PPP generic driver version 2.4.2\n[ 0.646467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648235] ehci-pci: EHCI PCI platform driver\n[ 0.649720] ehci-platform: EHCI generic platform driver\n[ 0.651435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653454] ohci-pci: OHCI PCI platform driver\n[ 0.654600] ohci-platform: OHCI generic platform driver\n[ 0.655719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670982] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673832] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.676498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677982] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679636] usb usb1: Product: UHCI Host Controller\n[ 0.681164] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683012] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684539] hub 1-0:1.0: USB hub found\n[ 0.685762] hub 1-0:1.0: 2 ports detected\n[ 0.687094] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691504] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693056] mousedev: PS/2 mouse device common for all mice\n[ 0.694860] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697612] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699124] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.702853] i2c /dev entries driver\n[ 0.703954] device-mapper: uevent: version 1.0.3\n[ 0.705403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707924] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709882] NET: Registered protocol family 10\n[ 0.711337] NET: Registered protocol family 17\n[ 0.712677] Key type dns_resolver registered\n[ 0.714078] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715772] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718422] registered taskstats version 1\n[ 0.719670] Loading compiled-in X.509 certificates\n[ 0.721624] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.724529] zswap: loaded using pool lzo/zbud\n[ 0.726859] Key type trusted registered\n[ 0.728817] Key type encrypted registered\n[ 0.730062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731675] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733303] evm: HMAC attrs: 0x1\n[ 0.734944] Magic number: 2:7:902\n[ 0.736126] rtc_cmos 00:00: setting system clock to 2018-09-07 20:53:14 UTC (1536353594)\n[ 0.738568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740313] EDD information not available.\n[ 0.793326] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795350] ata1.00: configured for MWDMA2\n[ 0.797091] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810700] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812645] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.814445] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.816889] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.819192] Write protecting the kernel read-only data: 14336k\n[ 0.821390] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824006] 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\n[ 0.887531] 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.26\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.14...\nLease of 10.10.11.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of 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.46s]\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-07 20:55:44,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action used request id req-3627cde3-6efa-4cd0-bddc-5c7841b3eeda 2018-09-07 20:55:44,529 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-09-07 20:55:44,530 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-09-07 20:55:44,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:55:45,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb166ee7-79bf-4e0c-809a-c03cd7ff06b4 Content-Length: 0 Date: Fri, 07 Sep 2018 20:55:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:55:45,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/10c6b841-e9ab-4d6b-b888-6095a7d0ee4a used request id req-bb166ee7-79bf-4e0c-809a-c03cd7ff06b4 2018-09-07 20:56:15,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-781872", "route_distinguishers": "12:12"}}' 2018-09-07 20:56:15,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-3f9267e4-ce7b-4847-a135-b7545d7c9f3f Date: Fri, 07 Sep 2018 20:56:15 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "cff80ab6-d92f-4d69-8ae5-c3514702d167", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:56:15,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-3f9267e4-ce7b-4847-a135-b7545d7c9f3f 2018-09-07 20:56:15,859 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-781872', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'cff80ab6-d92f-4d69-8ae5-c3514702d167'}} 2018-09-07 20:56:15,859 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-09-07 20:56:15,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"router_association": {"router_id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"}}' 2018-09-07 20:56:16,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-377351bf-a489-4197-8627-a9b99477c232 Date: Fri, 07 Sep 2018 20:56:16 GMT RESP BODY: {"router_association": {"router_id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "41e14132-1b23-4b5b-8014-3ec9737246cb"}} 2018-09-07 20:56:16,527 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167/router_associations used request id req-377351bf-a489-4197-8627-a9b99477c232 2018-09-07 20:56:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"network_association": {"network_id": "8b12b955-da12-4f6d-8172-717b41568fc1"}}' 2018-09-07 20:56:17,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6fb25d6c-942b-4a1f-bbf8-0ba9d795404d Date: Fri, 07 Sep 2018 20:56:17 GMT RESP BODY: {"network_association": {"network_id": "8b12b955-da12-4f6d-8172-717b41568fc1", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "cdbe8644-400b-402d-a230-e2ab69281956"}} 2018-09-07 20:56:17,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167/network_associations used request id req-6fb25d6c-942b-4a1f-bbf8-0ba9d795404d 2018-09-07 20:56:17,042 - sdnvpn_test_utils - DEBUG - Waiting for router cff80ab6-d92f-4d69-8ae5-c3514702d167 to associate with BGPVPN cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 2018-09-07 20:56:17,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:56:17,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-4ee83b33-000a-48d9-9181-e7824432755d Date: Fri, 07 Sep 2018 20:56:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"], "id": "cff80ab6-d92f-4d69-8ae5-c3514702d167", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["8b12b955-da12-4f6d-8172-717b41568fc1"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:56:17,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 used request id req-4ee83b33-000a-48d9-9181-e7824432755d 2018-09-07 20:56:18,401 - sdnvpn_test_utils - DEBUG - Waiting for network cff80ab6-d92f-4d69-8ae5-c3514702d167 to associate with BGPVPN 8b12b955-da12-4f6d-8172-717b41568fc1 2018-09-07 20:56:18,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:56:18,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-34b80c97-59d2-4f72-a972-5585c57c1fc8 Date: Fri, 07 Sep 2018 20:56:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"], "id": "cff80ab6-d92f-4d69-8ae5-c3514702d167", "name": "sdnvpn-781872", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": ["8b12b955-da12-4f6d-8172-717b41568fc1"], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 20:56:18,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 used request id req-34b80c97-59d2-4f72-a972-5585c57c1fc8 2018-09-07 20:56:19,895 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 20:56:49,926 - 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-07 20:56:49,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"forceDelete": null}' 2018-09-07 20:56:50,112 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:56: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-4a7b8b35-0ba2-4301-a856-1326d9a386ea x-compute-request-id: req-4a7b8b35-0ba2-4301-a856-1326d9a386ea Content-Length: 0 Content-Type: application/json 2018-09-07 20:56:50,112 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/78532d71-b8be-4c88-ad29-7f36144e02f2/action used request id req-4a7b8b35-0ba2-4301-a856-1326d9a386ea 2018-09-07 20:56:50,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"forceDelete": null}' 2018-09-07 20:56:50,307 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:56: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-1086978a-599d-459a-98f0-ba1a313160aa x-compute-request-id: req-1086978a-599d-459a-98f0-ba1a313160aa Content-Length: 0 Content-Type: application/json 2018-09-07 20:56:50,308 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e8ebb0b3-8bfe-4143-8f8f-772e1c6e9607/action used request id req-1086978a-599d-459a-98f0-ba1a313160aa 2018-09-07 20:56:50,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"forceDelete": null}' 2018-09-07 20:56:50,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:56: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-24250564-f78c-49e2-b5d7-827e9872c61e x-compute-request-id: req-24250564-f78c-49e2-b5d7-827e9872c61e Content-Length: 0 Content-Type: application/json 2018-09-07 20:56:50,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/59eb3463-d82a-4974-8ff2-7c618cb423d0/action used request id req-24250564-f78c-49e2-b5d7-827e9872c61e 2018-09-07 20:56:50,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"forceDelete": null}' 2018-09-07 20:56:50,715 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:56: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-211eb426-f27d-48ac-966a-a3246a92592b x-compute-request-id: req-211eb426-f27d-48ac-966a-a3246a92592b Content-Length: 0 Content-Type: application/json 2018-09-07 20:56:50,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/b66a1e56-8326-4e61-bae7-8c1422a6939c/action used request id req-211eb426-f27d-48ac-966a-a3246a92592b 2018-09-07 20:56:50,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286093a64b310a8ee07a2a9e1c87344bf105e727" -d '{"forceDelete": null}' 2018-09-07 20:56:51,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:56: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-ccb746e8-fd13-4e34-a19f-06a2174ccb22 x-compute-request-id: req-ccb746e8-fd13-4e34-a19f-06a2174ccb22 Content-Length: 0 Content-Type: application/json 2018-09-07 20:56:51,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/11eaab4e-a97c-4356-9acc-a4cca49c541b/action used request id req-ccb746e8-fd13-4e34-a19f-06a2174ccb22 2018-09-07 20:56:51,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aec90e62d8f6c7171d55964b8aea5c5c614eedaa" 2018-09-07 20:56:52,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbe8589a-d589-4a75-a87d-1f96959967ac Date: Fri, 07 Sep 2018 20:56:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:56:52,959 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/030c5a29-7d81-420a-baf7-9b760b5b2ae8 used request id req-cbe8589a-d589-4a75-a87d-1f96959967ac 2018-09-07 20:56:52,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:56:53,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a1d9aef-5d9c-459a-b102-1bef7d405e5c Content-Length: 0 Date: Fri, 07 Sep 2018 20:56:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:56:53,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/cff80ab6-d92f-4d69-8ae5-c3514702d167 used request id req-5a1d9aef-5d9c-459a-b102-1bef7d405e5c 2018-09-07 20:56:53,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"subnet_id": "33628ed3-ae12-415c-8fb3-d6392b5437bb"}' 2018-09-07 20:56:54,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-48b526b2-5eb1-4eb0-8f40-d1ac32271c54 Date: Fri, 07 Sep 2018 20:56:54 GMT RESP BODY: {"network_id": "0c4e132f-7630-4200-9157-6b84fba1ec91", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "33628ed3-ae12-415c-8fb3-d6392b5437bb", "subnet_ids": ["33628ed3-ae12-415c-8fb3-d6392b5437bb"], "port_id": "eb012430-f504-4865-ad3a-d4f9b10b7750", "id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7"} 2018-09-07 20:56:54,693 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7/remove_router_interface used request id req-48b526b2-5eb1-4eb0-8f40-d1ac32271c54 2018-09-07 20:56:54,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 20:56:55,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-b94aa95d-7708-4963-a2c5-0881e7daa6a2 Date: Fri, 07 Sep 2018 20:56:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:52:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T20:56:55Z", "revision_number": 7, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "cbf0374a-d70f-47e8-8ac2-f0e56fd642a7", "name": "sdnvpn-4-1-router"}} 2018-09-07 20:56:55,616 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 used request id req-b94aa95d-7708-4963-a2c5-0881e7daa6a2 2018-09-07 20:56:55,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/33628ed3-ae12-415c-8fb3-d6392b5437bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:56:57,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4bc0c28-2768-4bfe-b586-d1132ae8bc5f Date: Fri, 07 Sep 2018 20:56:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:56:57,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/33628ed3-ae12-415c-8fb3-d6392b5437bb used request id req-e4bc0c28-2768-4bfe-b586-d1132ae8bc5f 2018-09-07 20:56:57,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/970fa79b-644a-45b8-8ccc-7b6404c7162d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:57:00,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ce649ed-3a2b-4d3d-a62c-de0adc3008b2 Date: Fri, 07 Sep 2018 20:57:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:57:00,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/970fa79b-644a-45b8-8ccc-7b6404c7162d used request id req-3ce649ed-3a2b-4d3d-a62c-de0adc3008b2 2018-09-07 20:57:00,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:57:00,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a540838-d7e8-488e-9aaa-a3ebef310ee3 Content-Length: 0 Date: Fri, 07 Sep 2018 20:57:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:57:00,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/cbf0374a-d70f-47e8-8ac2-f0e56fd642a7 used request id req-0a540838-d7e8-488e-9aaa-a3ebef310ee3 2018-09-07 20:57:00,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/0c4e132f-7630-4200-9157-6b84fba1ec91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:57:01,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f75b1002-7dd3-46b5-808e-dfddd6f9bcd4 Date: Fri, 07 Sep 2018 20:57:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:57:01,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0c4e132f-7630-4200-9157-6b84fba1ec91 used request id req-f75b1002-7dd3-46b5-808e-dfddd6f9bcd4 2018-09-07 20:57:01,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/8b12b955-da12-4f6d-8172-717b41568fc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4bb9b713d1b08eb8e4801b2ae00028537ca25" 2018-09-07 20:57:02,091 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ee3e442-26f8-4157-b6ed-0982ff176373 Date: Fri, 07 Sep 2018 20:57:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 20:57:02,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/8b12b955-da12-4f6d-8172-717b41568fc1 used request id req-0ee3e442-26f8-4157-b6ed-0982ff176373 2018-09-07 20:57:02,092 - 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-07 20:57:02,092 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-09-07 20:57:02,093 - 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-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-09-07 20:57:02,093 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-09-07 20:57:02,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-09-07 20:57:09,144 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-09-07 20:57:09,182 - 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-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-09-07 20:57:09,183 - 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-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-09-07 20:57:09,183 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-09-07 20:57:09,287 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-09-07 20:57:09,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:09,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:09,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:09,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:09,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:09,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:09,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:09,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 20:57:09,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:09,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:09,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:09,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:09,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:09,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:09,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:09,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:09,302 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 20:57:09,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:09,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a0a486-1e49-4274-9027-1b44d5bbbb8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:09,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f8a0a486-1e49-4274-9027-1b44d5bbbb8d 2018-09-07 20:57:09,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:09,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["UyE6arIHTaOcQXijVkeP0Q"], "issued_at": "2018-09-07T20:57:09.000000Z"}} 2018-09-07 20:57:09,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebf65fc0b052f3630fadc986586eeb4f3a13816" 2018-09-07 20:57:09,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0c64e802-409f-4ab6-a9b1-1cb6e9ff4d96 Date: Fri, 07 Sep 2018 20:57:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 20:57:09,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-0c64e802-409f-4ab6-a9b1-1cb6e9ff4d96 2018-09-07 20:57:09,848 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 20:57:09,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebf65fc0b052f3630fadc986586eeb4f3a13816" 2018-09-07 20:57:10,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-79b15eb8-df64-445f-8ba4-4107f2ebbbb8 Date: Fri, 07 Sep 2018 20:57:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-07 20:57:10,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-79b15eb8-df64-445f-8ba4-4107f2ebbbb8 2018-09-07 20:57:10,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ebf65fc0b052f3630fadc986586eeb4f3a13816" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 20:57:10,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9 X-Openstack-Request-Id: req-e91d71d1-3d4b-4e1c-8b74-35ddb33fc244 Date: Fri, 07 Sep 2018 20:57:10 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T20:57:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T20:57:10Z", "visibility": "public", "locations": [], "self": "/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "min_disk": 0, "protected": false, "id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "file": "/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 20:57:10,232 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e91d71d1-3d4b-4e1c-8b74-35ddb33fc244 2018-09-07 20:57:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebf65fc0b052f3630fadc986586eeb4f3a13816" -d '' 2018-09-07 20:57:11,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f85d2a45-96c6-4858-8ba2-cdd4a8f8276a Date: Fri, 07 Sep 2018 20:57:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 20:57:11,187 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9/file used request id req-f85d2a45-96c6-4858-8ba2-cdd4a8f8276a 2018-09-07 20:57:11,188 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-09-07 20:57:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:11,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ab3353-585b-4d21-8a1c-f04192619a2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:11,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a0ab3353-585b-4d21-8a1c-f04192619a2b 2018-09-07 20:57:11,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:11,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["6uflxykXS2-Am4sW4nubCw"], "issued_at": "2018-09-07T20:57:11.000000Z"}} 2018-09-07 20:57:11,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d68239ca9428348f8c96d77ddbe4e87a25fad" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-09-07 20:57:12,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-6c9229b7-b803-4266-9cce-6daafab728ae Date: Fri, 07 Sep 2018 20:57:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T20:57:11Z","is_default":false,"provider:segmentation_id":100,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:11Z","mtu":1450}} 2018-09-07 20:57:12,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-6c9229b7-b803-4266-9cce-6daafab728ae 2018-09-07 20:57:12,047 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 11a5f07d-619f-45c0-9c29-10c4c4d58d34 with cidr 10.10.10.0/24 2018-09-07 20:57:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d68239ca9428348f8c96d77ddbe4e87a25fad" -d '{"subnets": [{"ip_version": 4, "network_id": "11a5f07d-619f-45c0-9c29-10c4c4d58d34", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-09-07 20:57:12,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a451401a-d669-4e09-b56d-a6c53d3fc18a Date: Fri, 07 Sep 2018 20:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:57:12Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3d1e38333674f33ba762d66c366b2a8","id":"74ffa412-c462-40da-b02d-24425d5d51fa","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-09-07 20:57:12,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-a451401a-d669-4e09-b56d-a6c53d3fc18a 2018-09-07 20:57:12,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d68239ca9428348f8c96d77ddbe4e87a25fad" 2018-09-07 20:57:12,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-6d672d78-6fa3-4345-a644-ec568fdc30a9 Date: Fri, 07 Sep 2018 20:57:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 20:57:12,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-6d672d78-6fa3-4345-a644-ec568fdc30a9 2018-09-07 20:57:12,897 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 20:57:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:12,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1033523-357c-4d48-9ce9-76a120a0f20a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:12,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d1033523-357c-4d48-9ce9-76a120a0f20a 2018-09-07 20:57:12,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:13,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["0jpdfnCgSxKuuq9d1z3RwA"], "issued_at": "2018-09-07T20:57:13.000000Z"}} 2018-09-07 20:57:13,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" 2018-09-07 20:57:13,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-edbcb57b-a4bc-423a-bf73-201db76cf143 x-compute-request-id: req-edbcb57b-a4bc-423a-bf73-201db76cf143 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": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "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": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 20:57:13,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-edbcb57b-a4bc-423a-bf73-201db76cf143 2018-09-07 20:57:13,898 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 20:57:13,898 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-09-07 20:57:13,898 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=84f67c60-a91e-4cd1-997b-d1ea957809c9 network=11a5f07d-619f-45c0-9c29-10c4c4d58d34 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-07 20:57:13,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:13,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:13,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:13,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:13,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:13,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:13,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:13,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:13,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e6fdbd-2715-4049-a851-52af2a2d3789 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:13,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b8e6fdbd-2715-4049-a851-52af2a2d3789 2018-09-07 20:57:13,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:14,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["T5B4V4qlQRmf30hGF8ElEw"], "issued_at": "2018-09-07T20:57:14.000000Z"}} 2018-09-07 20:57:14,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" 2018-09-07 20:57:14,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-8511ee7d-1c2a-4e94-907a-3008e84aa4df x-compute-request-id: req-8511ee7d-1c2a-4e94-907a-3008e84aa4df Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:57:14,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8511ee7d-1c2a-4e94-907a-3008e84aa4df 2018-09-07 20:57:14,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" 2018-09-07 20:57:14,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-9d458cfd-60d8-4cfa-b981-02f33992e132 x-compute-request-id: req-9d458cfd-60d8-4cfa-b981-02f33992e132 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:57:14,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-9d458cfd-60d8-4cfa-b981-02f33992e132 2018-09-07 20:57:14,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11a5f07d-619f-45c0-9c29-10c4c4d58d34"}]}}' 2018-09-07 20:57:16,717 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:57: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-cfecceea-0136-4c11-b550-0552ff98e8ee x-compute-request-id: req-cfecceea-0136-4c11-b550-0552ff98e8ee Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "644ab334-ca7f-4110-b2da-68df1659a94d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "bookmark"}], "adminPass": "q4zNdpXy9YBY"}} 2018-09-07 20:57:16,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-cfecceea-0136-4c11-b550-0552ff98e8ee 2018-09-07 20:57:16,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:16,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-117fe4df-1a67-4e93-81e4-7c9dad3b39bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:16,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-117fe4df-1a67-4e93-81e4-7c9dad3b39bd 2018-09-07 20:57:16,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:17,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["pCk30sYwTw-rZRN4-KMAYg"], "issued_at": "2018-09-07T20:57:17.000000Z"}} 2018-09-07 20:57:17,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4d29233ef179b88bdbe20360819ff69e743670" 2018-09-07 20:57:17,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d5b3fd02-f474-4444-92cc-db6f0951aed4 x-compute-request-id: req-d5b3fd02-f474-4444-92cc-db6f0951aed4 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.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "644ab334-ca7f-4110-b2da-68df1659a94d", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:17Z", "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-07T20:57:16Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:17,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d used request id req-d5b3fd02-f474-4444-92cc-db6f0951aed4 2018-09-07 20:57:20,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4d29233ef179b88bdbe20360819ff69e743670" 2018-09-07 20:57:21,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e728a9cc-3bf5-4f04-94c2-352bbfeb757a x-compute-request-id: req-e728a9cc-3bf5-4f04-94c2-352bbfeb757a Content-Encoding: gzip Content-Length: 776 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:f5:e7:36", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "644ab334-ca7f-4110-b2da-68df1659a94d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:18Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:16Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:21,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d used request id req-e728a9cc-3bf5-4f04-94c2-352bbfeb757a 2018-09-07 20:57:24,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4d29233ef179b88bdbe20360819ff69e743670" 2018-09-07 20:57:25,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-0209b9d9-28ca-4a35-ba79-98f02ba84f01 x-compute-request-id: req-0209b9d9-28ca-4a35-ba79-98f02ba84f01 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:f5:e7:36", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-09-07T20:57:21.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "644ab334-ca7f-4110-b2da-68df1659a94d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:57:21Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:16Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:25,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d used request id req-0209b9d9-28ca-4a35-ba79-98f02ba84f01 2018-09-07 20:57:25,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" 2018-09-07 20:57:26,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-ef9b348f-8aa7-4663-b989-f2b8beee91c2 x-compute-request-id: req-ef9b348f-8aa7-4663-b989-f2b8beee91c2 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:f5:e7:36", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/644ab334-ca7f-4110-b2da-68df1659a94d", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000156", "OS-SRV-USG:launched_at": "2018-09-07T20:57:21.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "644ab334-ca7f-4110-b2da-68df1659a94d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "OS-DCF: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-07T20:57:21Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:16Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:26,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d used request id req-ef9b348f-8aa7-4663-b989-f2b8beee91c2 2018-09-07 20:57:26,103 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.6'. 2018-09-07 20:57:26,103 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-09-07 20:57:26,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:57:27,428 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:57: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-ca5efa2f-59fe-4bb0-b82f-0a1d108ad9a3 x-compute-request-id: req-ca5efa2f-59fe-4bb0-b82f-0a1d108ad9a3 Content-Length: 0 Content-Type: application/json 2018-09-07 20:57:27,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-ca5efa2f-59fe-4bb0-b82f-0a1d108ad9a3 2018-09-07 20:57:27,429 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-09-07 20:57:27,429 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=84f67c60-a91e-4cd1-997b-d1ea957809c9 network=11a5f07d-619f-45c0-9c29-10c4c4d58d34 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 20:57:27,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:27,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:27,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:27,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:27,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:27,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:27,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:27,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:27,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:27,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:27,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:27,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:27,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:27,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:27,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:27,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:27,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:27,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:27,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8cdc752-98f4-422b-a85b-019a35f0138c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:27,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a8cdc752-98f4-422b-a85b-019a35f0138c 2018-09-07 20:57:27,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:27,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["GCqPecxiTxWcVrTbHhDKNw"], "issued_at": "2018-09-07T20:57:27.000000Z"}} 2018-09-07 20:57:27,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" 2018-09-07 20:57:28,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-47ae59c7-aeeb-4ce6-b9c4-3808515d3d8b x-compute-request-id: req-47ae59c7-aeeb-4ce6-b9c4-3808515d3d8b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:57:28,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-47ae59c7-aeeb-4ce6-b9c4-3808515d3d8b 2018-09-07 20:57:28,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" 2018-09-07 20:57:28,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-11ff9579-e9e7-4388-8bdd-be66dda6ac08 x-compute-request-id: req-11ff9579-e9e7-4388-8bdd-be66dda6ac08 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:57:28,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-11ff9579-e9e7-4388-8bdd-be66dda6ac08 2018-09-07 20:57:28,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11a5f07d-619f-45c0-9c29-10c4c4d58d34"}], "config_drive": true}}' 2018-09-07 20:57:29,842 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:57: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-25e39b2a-fc47-4d64-8b41-a9f3b21167fc x-compute-request-id: req-25e39b2a-fc47-4d64-8b41-a9f3b21167fc Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "bookmark"}], "adminPass": "4VJrWYWj4Bqv"}} 2018-09-07 20:57:29,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-25e39b2a-fc47-4d64-8b41-a9f3b21167fc 2018-09-07 20:57:29,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:29,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2093a3d-9baf-49c3-b787-6415c5684933 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:29,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a2093a3d-9baf-49c3-b787-6415c5684933 2018-09-07 20:57:29,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:30,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["ysUk4eBbR_uEuUopiZ1VyQ"], "issued_at": "2018-09-07T20:57:30.000000Z"}} 2018-09-07 20:57:30,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}261fa5f20c59019aa343d92c04a13e0cfafc7409" 2018-09-07 20:57:30,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-130e3a66-df87-45c1-80f0-0563842b899f x-compute-request-id: req-130e3a66-df87-45c1-80f0-0563842b899f 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.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:30Z", "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-07T20:57:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:30,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab used request id req-130e3a66-df87-45c1-80f0-0563842b899f 2018-09-07 20:57:33,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}261fa5f20c59019aa343d92c04a13e0cfafc7409" 2018-09-07 20:57:34,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-a5f36ec7-6c15-45a6-9911-0fe2d3680caf x-compute-request-id: req-a5f36ec7-6c15-45a6-9911-0fe2d3680caf 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:33:7c:23", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:30Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:34,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab used request id req-a5f36ec7-6c15-45a6-9911-0fe2d3680caf 2018-09-07 20:57:37,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}261fa5f20c59019aa343d92c04a13e0cfafc7409" 2018-09-07 20:57:38,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d81b96c-46a6-4ad3-a513-da443f07add2 x-compute-request-id: req-9d81b96c-46a6-4ad3-a513-da443f07add2 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:33:7c:23", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-09-07T20:57:34.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:34Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:38,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab used request id req-9d81b96c-46a6-4ad3-a513-da443f07add2 2018-09-07 20:57:38,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" 2018-09-07 20:57:38,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-938c1e93-0bc7-4829-90ad-bf4bacd7016a x-compute-request-id: req-938c1e93-0bc7-4829-90ad-bf4bacd7016a 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:33:7c:23", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000159", "OS-SRV-USG:launched_at": "2018-09-07T20:57:34.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "f4b7a1df-fca8-4c36-aa94-8a45d4a358ab", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:34Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:57:29Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:38,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab used request id req-938c1e93-0bc7-4829-90ad-bf4bacd7016a 2018-09-07 20:57:38,496 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.12'. 2018-09-07 20:57:38,496 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-09-07 20:57:38,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:57:39,838 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20: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 x-openstack-request-id: req-3217c827-6a81-4ab5-8b21-6ec271386598 x-compute-request-id: req-3217c827-6a81-4ab5-8b21-6ec271386598 Content-Length: 0 Content-Type: application/json 2018-09-07 20:57:39,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-3217c827-6a81-4ab5-8b21-6ec271386598 2018-09-07 20:57:39,839 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-09-07 20:57:39,839 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=84f67c60-a91e-4cd1-997b-d1ea957809c9 network=11a5f07d-619f-45c0-9c29-10c4c4d58d34 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 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-07 20:57:39,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:39,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:39,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:39,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:39,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:57:39,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:57:39,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:57:39,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:57:39,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:57:39,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:57:39,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:57:39,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:57:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:39,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea895177-f130-404e-8b01-3c8ecb626a7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:39,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ea895177-f130-404e-8b01-3c8ecb626a7f 2018-09-07 20:57:39,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:40,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["MeyupkbSR6m1wgvHFUF3jQ"], "issued_at": "2018-09-07T20:57:40.000000Z"}} 2018-09-07 20:57:40,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" 2018-09-07 20:57:40,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-14146f77-2740-45f1-8fc3-3373f1205de8 x-compute-request-id: req-14146f77-2740-45f1-8fc3-3373f1205de8 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:57:40,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-14146f77-2740-45f1-8fc3-3373f1205de8 2018-09-07 20:57:40,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" 2018-09-07 20:57:40,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-5dddceec-350e-4573-b56a-adec9b1b565f x-compute-request-id: req-5dddceec-350e-4573-b56a-adec9b1b565f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:57:40,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-5dddceec-350e-4573-b56a-adec9b1b565f 2018-09-07 20:57:40,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC42CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11a5f07d-619f-45c0-9c29-10c4c4d58d34"}], "config_drive": true}}' 2018-09-07 20:57:42,012 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:57: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-0ea1cd91-f919-450c-902b-174f6ec63c46 x-compute-request-id: req-0ea1cd91-f919-450c-902b-174f6ec63c46 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ddd432a3-cf14-4dd5-b023-a07e508f7693", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "bookmark"}], "adminPass": "nudWwHBQGNS3"}} 2018-09-07 20:57:42,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-0ea1cd91-f919-450c-902b-174f6ec63c46 2018-09-07 20:57:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:57:42,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db29767a-fd01-4b2b-baf8-bdba94669f22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:57:42,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-db29767a-fd01-4b2b-baf8-bdba94669f22 2018-09-07 20:57:42,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:57:42,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["JjlNPbr_Si6za6YQ-cWO6A"], "issued_at": "2018-09-07T20:57:42.000000Z"}} 2018-09-07 20:57:42,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d816a45fc7bf3f3b5981962ec21320fb185431ae" 2018-09-07 20:57:42,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-d702b88d-9506-49d8-a578-0a6f7627cca6 x-compute-request-id: req-d702b88d-9506-49d8-a578-0a6f7627cca6 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ddd432a3-cf14-4dd5-b023-a07e508f7693", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57: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": "sdnvpn-10-3", "created": "2018-09-07T20:57:41Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:42,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 used request id req-d702b88d-9506-49d8-a578-0a6f7627cca6 2018-09-07 20:57:45,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d816a45fc7bf3f3b5981962ec21320fb185431ae" 2018-09-07 20:57:46,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-904d8b78-1c2a-4520-a225-60bc97483b83 x-compute-request-id: req-904d8b78-1c2a-4520-a225-60bc97483b83 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:3c:9f:0a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ddd432a3-cf14-4dd5-b023-a07e508f7693", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:43Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:57:41Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:46,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 used request id req-904d8b78-1c2a-4520-a225-60bc97483b83 2018-09-07 20:57:49,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d816a45fc7bf3f3b5981962ec21320fb185431ae" 2018-09-07 20:57:50,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-4622ecf1-fabc-40ff-a77a-27d6fc5b95db x-compute-request-id: req-4622ecf1-fabc-40ff-a77a-27d6fc5b95db 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:3c:9f:0a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-09-07T20:57:47.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ddd432a3-cf14-4dd5-b023-a07e508f7693", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:47Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:57:41Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:50,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 used request id req-4622ecf1-fabc-40ff-a77a-27d6fc5b95db 2018-09-07 20:57:50,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" 2018-09-07 20:57:50,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-b77fcd2e-3e15-419c-8947-4d7ab1578c3f x-compute-request-id: req-b77fcd2e-3e15-419c-8947-4d7ab1578c3f 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:3c:9f:0a", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015c", "OS-SRV-USG:launched_at": "2018-09-07T20:57:47.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "ddd432a3-cf14-4dd5-b023-a07e508f7693", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:57:47Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T20:57:41Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:57:50,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693 used request id req-b77fcd2e-3e15-419c-8947-4d7ab1578c3f 2018-09-07 20:57:50,835 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.14'. 2018-09-07 20:57:50,835 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-09-07 20:57:50,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 20:57:52,593 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:57: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-6e86afc3-c9ca-42c2-95a5-53ccba4ac9d1 x-compute-request-id: req-6e86afc3-c9ca-42c2-95a5-53ccba4ac9d1 Content-Length: 0 Content-Type: application/json 2018-09-07 20:57:52,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-6e86afc3-c9ca-42c2-95a5-53ccba4ac9d1 2018-09-07 20:57:52,593 - sdnvpn_test_utils - INFO - Waiting for instance 644ab334-ca7f-4110-b2da-68df1659a94d to boot up 2018-09-07 20:57:52,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:57:53,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-239bac02-21a0-4c7c-8103-9f6216c16c5e x-compute-request-id: req-239bac02-21a0-4c7c-8103-9f6216c16c5e Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:57:53,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-239bac02-21a0-4c7c-8103-9f6216c16c5e 2018-09-07 20:57:55,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:57:56,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-7f75d8a3-fc83-4623-9f33-35d7af303ab1 x-compute-request-id: req-7f75d8a3-fc83-4623-9f33-35d7af303ab1 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:57:56,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-7f75d8a3-fc83-4623-9f33-35d7af303ab1 2018-09-07 20:57:58,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:57:59,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:57: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-1ca03984-cd68-48ab-a1f8-97f0d0fae669 x-compute-request-id: req-1ca03984-cd68-48ab-a1f8-97f0d0fae669 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:57:59,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-1ca03984-cd68-48ab-a1f8-97f0d0fae669 2018-09-07 20:58:01,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:02,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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,Accept-Encoding x-openstack-request-id: req-ade6177b-0640-40fb-a116-4213efb27655 x-compute-request-id: req-ade6177b-0640-40fb-a116-4213efb27655 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:02,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-ade6177b-0640-40fb-a116-4213efb27655 2018-09-07 20:58:04,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:06,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-8772a8fc-5c2c-43d0-b1ed-eb0313518fa9 x-compute-request-id: req-8772a8fc-5c2c-43d0-b1ed-eb0313518fa9 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:06,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-8772a8fc-5c2c-43d0-b1ed-eb0313518fa9 2018-09-07 20:58:08,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:09,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-34d1c3ee-bb17-4276-b1e6-39b8b64f6fd1 x-compute-request-id: req-34d1c3ee-bb17-4276-b1e6-39b8b64f6fd1 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:09,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-34d1c3ee-bb17-4276-b1e6-39b8b64f6fd1 2018-09-07 20:58:11,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:12,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-fab7eec4-99c3-4a1d-b953-b03c32985483 x-compute-request-id: req-fab7eec4-99c3-4a1d-b953-b03c32985483 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:12,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-fab7eec4-99c3-4a1d-b953-b03c32985483 2018-09-07 20:58:14,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:15,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-a2e8a393-8bc6-4ac7-9657-b5ffecd4765a x-compute-request-id: req-a2e8a393-8bc6-4ac7-9657-b5ffecd4765a Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:15,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-a2e8a393-8bc6-4ac7-9657-b5ffecd4765a 2018-09-07 20:58:17,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:18,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-f090a0ce-db69-49c7-a8e2-ab89a930c60e x-compute-request-id: req-f090a0ce-db69-49c7-a8e2-ab89a930c60e Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:18,392 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-f090a0ce-db69-49c7-a8e2-ab89a930c60e 2018-09-07 20:58:20,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:21,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-a7fd591e-612a-41f3-b51b-af5899e29231 x-compute-request-id: req-a7fd591e-612a-41f3-b51b-af5899e29231 Content-Encoding: gzip Content-Length: 7729 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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-07 20:58:21,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-a7fd591e-612a-41f3-b51b-af5899e29231 2018-09-07 20:58:23,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:24,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-44cdc68b-b4e7-48bc-82bd-3c9a470932a8 x-compute-request-id: req-44cdc68b-b4e7-48bc-82bd-3c9a470932a8 Content-Encoding: gzip Content-Length: 7941 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\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-07 20:58:24,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-44cdc68b-b4e7-48bc-82bd-3c9a470932a8 2018-09-07 20:58:26,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:27,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-05a7e002-ff80-404b-a2b5-08e13641f674 x-compute-request-id: req-05a7e002-ff80-404b-a2b5-08e13641f674 Content-Encoding: gzip Content-Length: 9431 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\n"} 2018-09-07 20:58:27,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-05a7e002-ff80-404b-a2b5-08e13641f674 2018-09-07 20:58:29,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:30,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-80fbd3b6-3118-45ba-95b5-64a05931b77f x-compute-request-id: req-80fbd3b6-3118-45ba-95b5-64a05931b77f Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-07 20:58:30,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-80fbd3b6-3118-45ba-95b5-64a05931b77f 2018-09-07 20:58:32,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:34,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8356cc98-f742-41b7-aed5-14168fa22787 x-compute-request-id: req-8356cc98-f742-41b7-aed5-14168fa22787 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-07 20:58:34,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-8356cc98-f742-41b7-aed5-14168fa22787 2018-09-07 20:58:36,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:37,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-b8dae3a9-2526-4c72-a0f0-acbddb3d5133 x-compute-request-id: req-b8dae3a9-2526-4c72-a0f0-acbddb3d5133 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-07 20:58:37,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-b8dae3a9-2526-4c72-a0f0-acbddb3d5133 2018-09-07 20:58:39,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:40,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-425357f1-26ee-4810-b951-d9422c87dce7 x-compute-request-id: req-425357f1-26ee-4810-b951-d9422c87dce7 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-07 20:58:40,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-425357f1-26ee-4810-b951-d9422c87dce7 2018-09-07 20:58:42,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:43,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-7279a2c2-d93c-435f-b1ee-c3c127fa583b x-compute-request-id: req-7279a2c2-d93c-435f-b1ee-c3c127fa583b Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:43,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-7279a2c2-d93c-435f-b1ee-c3c127fa583b 2018-09-07 20:58:45,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:46,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-9a20ee4d-bda7-42a1-a778-debd6b53a651 x-compute-request-id: req-9a20ee4d-bda7-42a1-a778-debd6b53a651 Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:46,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-9a20ee4d-bda7-42a1-a778-debd6b53a651 2018-09-07 20:58:48,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:49,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-236fd763-4c90-45e2-83b9-bcea02bd73ac x-compute-request-id: req-236fd763-4c90-45e2-83b9-bcea02bd73ac Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:49,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-236fd763-4c90-45e2-83b9-bcea02bd73ac 2018-09-07 20:58:51,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:52,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-78aa5e08-b36a-42ab-9bda-ca66f3ef078a x-compute-request-id: req-78aa5e08-b36a-42ab-9bda-ca66f3ef078a Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:52,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-78aa5e08-b36a-42ab-9bda-ca66f3ef078a 2018-09-07 20:58:54,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:55,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-425587f4-167c-4b56-ad79-4a461fa9f288 x-compute-request-id: req-425587f4-167c-4b56-ad79-4a461fa9f288 Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:55,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-425587f4-167c-4b56-ad79-4a461fa9f288 2018-09-07 20:58:57,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:58:58,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:58: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-5e4238ae-3aa5-4b5c-a021-b105bc6d5c78 x-compute-request-id: req-5e4238ae-3aa5-4b5c-a021-b105bc6d5c78 Content-Encoding: gzip Content-Length: 10130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:58:58,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-5e4238ae-3aa5-4b5c-a021-b105bc6d5c78 2018-09-07 20:59:00,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:01,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-b0af5bc7-c37a-4214-9021-48bddeabbda7 x-compute-request-id: req-b0af5bc7-c37a-4214-9021-48bddeabbda7 Content-Encoding: gzip Content-Length: 10130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:59:01,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-b0af5bc7-c37a-4214-9021-48bddeabbda7 2018-09-07 20:59:03,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:04,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-ee495b7f-acc4-4461-ae9d-7618fc9d9377 x-compute-request-id: req-ee495b7f-acc4-4461-ae9d-7618fc9d9377 Content-Encoding: gzip Content-Length: 10130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:59:04,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-ee495b7f-acc4-4461-ae9d-7618fc9d9377 2018-09-07 20:59:06,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:08,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-f0af1c80-da99-4326-ba1b-5a71779dcc2c x-compute-request-id: req-f0af1c80-da99-4326-ba1b-5a71779dcc2c Content-Encoding: gzip Content-Length: 10130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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-07 20:59:08,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-f0af1c80-da99-4326-ba1b-5a71779dcc2c 2018-09-07 20:59:10,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:11,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-387a2772-40cf-444f-b902-e0e26ff3d6a0 x-compute-request-id: req-387a2772-40cf-444f-b902-e0e26ff3d6a0 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:11,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-387a2772-40cf-444f-b902-e0e26ff3d6a0 2018-09-07 20:59:13,142 - sdnvpn_test_utils - INFO - Waiting for instance f4b7a1df-fca8-4c36-aa94-8a45d4a358ab to boot up 2018-09-07 20:59:13,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:14,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-fb41f73d-7fef-42f4-927f-10b48ef09f00 x-compute-request-id: req-fb41f73d-7fef-42f4-927f-10b48ef09f00 Content-Encoding: gzip Content-Length: 8146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:14,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-fb41f73d-7fef-42f4-927f-10b48ef09f00 2018-09-07 20:59:16,223 - sdnvpn_test_utils - INFO - Waiting for instance ddd432a3-cf14-4dd5-b023-a07e508f7693 to boot up 2018-09-07 20:59:16,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:17,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-2cea6f10-052a-45d6-8b5c-95d4bd515c7e x-compute-request-id: req-2cea6f10-052a-45d6-8b5c-95d4bd515c7e 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:17,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-2cea6f10-052a-45d6-8b5c-95d4bd515c7e 2018-09-07 20:59:19,361 - __name__ - INFO - Starting all monitor threads 2018-09-07 20:59:19,369 - __name__ - INFO - Wait before subtest 2018-09-07 20:59:20,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:20,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:20,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:21,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-70c96d50-7822-455f-8e09-2d9cc5073e8f x-compute-request-id: req-70c96d50-7822-455f-8e09-2d9cc5073e8f Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:21,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-70c96d50-7822-455f-8e09-2d9cc5073e8f 2018-09-07 20:59:21,471 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-1: ping 10.10.10.6 KO 2018-09-07 20:59:21,471 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,472 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,472 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,472 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,472 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,472 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-07 20:59:21,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-1df7e0dc-1df5-4dc3-818b-f92d1920b3a9 x-compute-request-id: req-1df7e0dc-1df5-4dc3-818b-f92d1920b3a9 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:21,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-1df7e0dc-1df5-4dc3-818b-f92d1920b3a9 2018-09-07 20:59:21,477 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.12 OK 2018-09-07 20:59:21,477 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.6 OK 2018-09-07 20:59:21,477 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.12 OK 2018-09-07 20:59:21,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-cc8d992d-1032-484b-806f-704ac221d3c4 x-compute-request-id: req-cc8d992d-1032-484b-806f-704ac221d3c4 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:21,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-cc8d992d-1032-484b-806f-704ac221d3c4 2018-09-07 20:59:22,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:22,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:22,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:23,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-3ef6bd93-fd43-4f4b-b05b-dd17db5fa416 x-compute-request-id: req-3ef6bd93-fd43-4f4b-b05b-dd17db5fa416 Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:23,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-3ef6bd93-fd43-4f4b-b05b-dd17db5fa416 2018-09-07 20:59:23,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-b3a5cb97-ee4c-41fc-a99d-3d590204d48d x-compute-request-id: req-b3a5cb97-ee4c-41fc-a99d-3d590204d48d 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:23,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-b3a5cb97-ee4c-41fc-a99d-3d590204d48d 2018-09-07 20:59:23,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-0082eb7a-ab4d-43f7-8759-a512e65c4eab x-compute-request-id: req-0082eb7a-ab4d-43f7-8759-a512e65c4eab Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:23,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-0082eb7a-ab4d-43f7-8759-a512e65c4eab 2018-09-07 20:59:24,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:24,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:24,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:25,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-8e077c33-3778-44f9-b522-4819c653351d x-compute-request-id: req-8e077c33-3778-44f9-b522-4819c653351d Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:25,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-8e077c33-3778-44f9-b522-4819c653351d 2018-09-07 20:59:25,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-a3f9fbd8-65a0-42d6-9522-63f1fead18e2 x-compute-request-id: req-a3f9fbd8-65a0-42d6-9522-63f1fead18e2 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:25,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-a3f9fbd8-65a0-42d6-9522-63f1fead18e2 2018-09-07 20:59:25,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-77951e1b-5b03-4933-b879-eb038ce92c34 x-compute-request-id: req-77951e1b-5b03-4933-b879-eb038ce92c34 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:25,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-77951e1b-5b03-4933-b879-eb038ce92c34 2018-09-07 20:59:26,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:26,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:26,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:27,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-d22729c4-4f44-45ca-9143-74d4a102d46f x-compute-request-id: req-d22729c4-4f44-45ca-9143-74d4a102d46f Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:27,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-d22729c4-4f44-45ca-9143-74d4a102d46f 2018-09-07 20:59:27,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-55ddb6c7-cd56-43dc-870e-2838aa90ec66 x-compute-request-id: req-55ddb6c7-cd56-43dc-870e-2838aa90ec66 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:27,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-55ddb6c7-cd56-43dc-870e-2838aa90ec66 2018-09-07 20:59:27,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-f04e9fd7-3f82-4b52-b58b-d2e5825aafab x-compute-request-id: req-f04e9fd7-3f82-4b52-b58b-d2e5825aafab Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:27,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-f04e9fd7-3f82-4b52-b58b-d2e5825aafab 2018-09-07 20:59:28,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:28,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:28,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:29,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-1018a4b9-72a8-47ca-a78a-63fa5002f586 x-compute-request-id: req-1018a4b9-72a8-47ca-a78a-63fa5002f586 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:29,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-1018a4b9-72a8-47ca-a78a-63fa5002f586 2018-09-07 20:59:29,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-de79014d-a0b4-46cb-ab5c-a73bf0d13887 x-compute-request-id: req-de79014d-a0b4-46cb-ab5c-a73bf0d13887 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:29,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-de79014d-a0b4-46cb-ab5c-a73bf0d13887 2018-09-07 20:59:29,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-10d5a051-8071-4cd6-93d6-71b87eb44040 x-compute-request-id: req-10d5a051-8071-4cd6-93d6-71b87eb44040 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:29,847 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-10d5a051-8071-4cd6-93d6-71b87eb44040 2018-09-07 20:59:30,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:30,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:30,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:31,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-4d84913a-5549-4c9b-aee8-9030a04fb7ca x-compute-request-id: req-4d84913a-5549-4c9b-aee8-9030a04fb7ca 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:31,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-4d84913a-5549-4c9b-aee8-9030a04fb7ca 2018-09-07 20:59:31,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-37d61a50-6a4a-49d4-b101-1ec7409dbeb2 x-compute-request-id: req-37d61a50-6a4a-49d4-b101-1ec7409dbeb2 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:31,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-37d61a50-6a4a-49d4-b101-1ec7409dbeb2 2018-09-07 20:59:31,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-edfecadd-391f-43b3-a78d-cf118f6cd83f x-compute-request-id: req-edfecadd-391f-43b3-a78d-cf118f6cd83f Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:31,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-edfecadd-391f-43b3-a78d-cf118f6cd83f 2018-09-07 20:59:32,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:32,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:32,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:33,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-3a0974be-b32a-482d-b701-a8ee53ef26f0 x-compute-request-id: req-3a0974be-b32a-482d-b701-a8ee53ef26f0 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:33,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-3a0974be-b32a-482d-b701-a8ee53ef26f0 2018-09-07 20:59:33,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-dd53d556-8e30-4b85-918a-ec8c529a2795 x-compute-request-id: req-dd53d556-8e30-4b85-918a-ec8c529a2795 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:33,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-dd53d556-8e30-4b85-918a-ec8c529a2795 2018-09-07 20:59:33,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-0e5d66e9-7a39-4858-b7db-bf2437643f15 x-compute-request-id: req-0e5d66e9-7a39-4858-b7db-bf2437643f15 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:34,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-0e5d66e9-7a39-4858-b7db-bf2437643f15 2018-09-07 20:59:34,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:34,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:35,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:36,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-e737d05b-6536-4558-aec0-c8f0a7292279 x-compute-request-id: req-e737d05b-6536-4558-aec0-c8f0a7292279 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:36,019 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-e737d05b-6536-4558-aec0-c8f0a7292279 2018-09-07 20:59:36,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20: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-1208caae-2cfa-49ba-970c-d67e0cd3715f x-compute-request-id: req-1208caae-2cfa-49ba-970c-d67e0cd3715f Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:36,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-1208caae-2cfa-49ba-970c-d67e0cd3715f 2018-09-07 20:59:36,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-656714dc-add4-44c8-8d5a-40ed9957ce08 x-compute-request-id: req-656714dc-add4-44c8-8d5a-40ed9957ce08 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:36,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-656714dc-add4-44c8-8d5a-40ed9957ce08 2018-09-07 20:59:37,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:37,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:37,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:38,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-52068186-6c7a-4962-aff5-f831ab901b7d x-compute-request-id: req-52068186-6c7a-4962-aff5-f831ab901b7d 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:38,102 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-52068186-6c7a-4962-aff5-f831ab901b7d 2018-09-07 20:59:38,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-cd9e2c46-0a02-4a37-b393-91f35be6107a x-compute-request-id: req-cd9e2c46-0a02-4a37-b393-91f35be6107a Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:38,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-cd9e2c46-0a02-4a37-b393-91f35be6107a 2018-09-07 20:59:38,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-55124cbe-0948-4ea9-9666-0e2129a3e91f x-compute-request-id: req-55124cbe-0948-4ea9-9666-0e2129a3e91f Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:38,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-55124cbe-0948-4ea9-9666-0e2129a3e91f 2018-09-07 20:59:39,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:39,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:39,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:40,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-ab9532eb-5cba-4a5b-ac27-7f78892739ff x-compute-request-id: req-ab9532eb-5cba-4a5b-ac27-7f78892739ff 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:40,185 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-ab9532eb-5cba-4a5b-ac27-7f78892739ff 2018-09-07 20:59:40,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-b854c853-f034-430b-bcaa-9702e0063e1d x-compute-request-id: req-b854c853-f034-430b-bcaa-9702e0063e1d Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:40,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-b854c853-f034-430b-bcaa-9702e0063e1d 2018-09-07 20:59:40,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-4394c246-4548-4ccb-b3c9-7eb71e02ecfd x-compute-request-id: req-4394c246-4548-4ccb-b3c9-7eb71e02ecfd Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:40,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-4394c246-4548-4ccb-b3c9-7eb71e02ecfd 2018-09-07 20:59:41,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:41,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:41,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:42,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-9094f027-e934-4ff4-b182-a554bfc926a0 x-compute-request-id: req-9094f027-e934-4ff4-b182-a554bfc926a0 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:42,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-9094f027-e934-4ff4-b182-a554bfc926a0 2018-09-07 20:59:42,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-3cdfd4e4-5191-426f-89c3-5ba9f608899e x-compute-request-id: req-3cdfd4e4-5191-426f-89c3-5ba9f608899e Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:42,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-3cdfd4e4-5191-426f-89c3-5ba9f608899e 2018-09-07 20:59:42,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-68d5e217-9194-4acc-b167-5e223fe0ec07 x-compute-request-id: req-68d5e217-9194-4acc-b167-5e223fe0ec07 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:42,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-68d5e217-9194-4acc-b167-5e223fe0ec07 2018-09-07 20:59:43,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:43,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:43,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:44,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-018791dd-2f65-4662-aaf7-4e32f414c2bb x-compute-request-id: req-018791dd-2f65-4662-aaf7-4e32f414c2bb 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\n"} 2018-09-07 20:59:44,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-018791dd-2f65-4662-aaf7-4e32f414c2bb 2018-09-07 20:59:44,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-49f2f619-b880-4294-b449-03f98cfea9e2 x-compute-request-id: req-49f2f619-b880-4294-b449-03f98cfea9e2 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:44,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-49f2f619-b880-4294-b449-03f98cfea9e2 2018-09-07 20:59:44,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-e9423de4-e067-48a9-90a3-02878ec59376 x-compute-request-id: req-e9423de4-e067-48a9-90a3-02878ec59376 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:44,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-e9423de4-e067-48a9-90a3-02878ec59376 2018-09-07 20:59:45,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:45,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:45,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:46,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-07b55857-2322-41c2-a265-613989c0df70 x-compute-request-id: req-07b55857-2322-41c2-a265-613989c0df70 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:46,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-07b55857-2322-41c2-a265-613989c0df70 2018-09-07 20:59:46,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-0a006b43-ddf7-46f0-8393-54dcd1fb2cf0 x-compute-request-id: req-0a006b43-ddf7-46f0-8393-54dcd1fb2cf0 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:46,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-0a006b43-ddf7-46f0-8393-54dcd1fb2cf0 2018-09-07 20:59:46,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-d1f79e75-aa34-4d93-94a9-63d0ea5c6a26 x-compute-request-id: req-d1f79e75-aa34-4d93-94a9-63d0ea5c6a26 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:46,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-d1f79e75-aa34-4d93-94a9-63d0ea5c6a26 2018-09-07 20:59:47,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:47,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:47,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:48,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-26911d5f-d8b3-4ccf-b1a8-2ffd995d221a x-compute-request-id: req-26911d5f-d8b3-4ccf-b1a8-2ffd995d221a 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:48,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-26911d5f-d8b3-4ccf-b1a8-2ffd995d221a 2018-09-07 20:59:48,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-0820fdb9-bba9-4e0b-a45e-b24ad6cd15c6 x-compute-request-id: req-0820fdb9-bba9-4e0b-a45e-b24ad6cd15c6 Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533482510 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160311] pid_max: default: 32768 minimum: 301\n[ 0.161215] ACPI: Core revision 20150930\n[ 0.162619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163983] Security Framework initialized\n[ 0.164800] Yama: becoming mindful.\n[ 0.165532] AppArmor: AppArmor initialized\n[ 0.166401] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171652] Initializing cgroup subsys io\n[ 0.172475] Initializing cgroup subsys memory\n[ 0.173340] Initializing cgroup subsys devices\n[ 0.174229] Initializing cgroup subsys freezer\n[ 0.175105] Initializing cgroup subsys net_cls\n[ 0.175975] Initializing cgroup subsys perf_event\n[ 0.176892] Initializing cgroup subsys net_prio\n[ 0.177792] Initializing cgroup subsys hugetlb\n[ 0.178668] Initializing cgroup subsys pids\n[ 0.179551] CPU: Physical Processor ID: 0\n[ 0.181049] mce: CPU supports 10 MCE banks\n[ 0.181914] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200829] ftrace: allocating 31920 entries in 125 pages\n[ 0.228814] smpboot: Max logical packages: 1\n[ 0.229672] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231024] x2apic enabled\n[ 0.231841] Switched APIC routing to physical x2apic.\n[ 0.233630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236798] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238599] KVM setup paravirtual spinlock\n[ 0.239933] x86: Booted up 1 node, 1 CPUs\n[ 0.240742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242137] devtmpfs: initialized\n[ 0.243860] evm: security.selinux\n[ 0.244564] evm: security.SMACK64\n[ 0.245257] evm: security.SMACK64EXEC\n[ 0.246000] evm: security.SMACK64TRANSMUTE\n[ 0.246810] evm: security.SMACK64MMAP\n[ 0.247561] evm: security.ima\n[ 0.248206] evm: security.capability\n[ 0.249011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250879] pinctrl core: initialized pinctrl subsystem\n[ 0.251990] RTC time: 20:57:21, date: 09/07/18\n[ 0.252947] NET: Registered protocol family 16\n[ 0.253926] cpuidle: using governor ladder\n[ 0.254750] cpuidle: using governor menu\n[ 0.255537] PCCT header not found.\n[ 0.256293] ACPI: bus type PCI registered\n[ 0.257093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258329] PCI: Using configuration type 1 for base access\n[ 0.260103] ACPI: Added _OSI(Module Device)\n[ 0.260951] ACPI: Added _OSI(Processor Device)\n[ 0.261820] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262727] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264859] ACPI: Interpreter enabled\n[ 0.265643] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.271215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.273059] ACPI: (supports S0 S5)\n[ 0.273772] ACPI: Using IOAPIC for interrupt routing\n[ 0.274919] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.278043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.279202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280443] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283869] acpiphp: Slot [3] registered\n[ 0.284680] acpiphp: Slot [4] registered\n[ 0.285488] acpiphp: Slot [5] registered\n[ 0.286288] acpiphp: Slot [6] registered\n[ 0.287088] acpiphp: Slot [7] registered\n[ 0.287893] acpiphp: Slot [8] registered\n[ 0.288697] acpiphp: Slot [9] registered\n[ 0.289571] acpiphp: Slot [10] registered\n[ 0.290583] acpiphp: Slot [11] registered\n[ 0.291607] acpiphp: Slot [12] registered\n[ 0.292632] acpiphp: Slot [13] registered\n[ 0.293631] acpiphp: Slot [14] registered\n[ 0.294650] acpiphp: Slot [15] registered\n[ 0.305893] acpiphp: Slot [16] registered\n[ 0.306915] acpiphp: Slot [17] registered\n[ 0.307915] acpiphp: Slot [18] registered\n[ 0.308959] acpiphp: Slot [19] registered\n[ 0.309974] acpiphp: Slot [20] registered\n[ 0.310973] acpiphp: Slot [21] registered\n[ 0.311971] acpiphp: Slot [22] registered\n[ 0.312991] acpiphp: Slot [23] registered\n[ 0.314002] acpiphp: Slot [24] registered\n[ 0.315000] acpiphp: Slot [25] registered\n[ 0.315993] acpiphp: Slot [26] registered\n[ 0.316968] acpiphp: Slot [27] registered\n[ 0.317946] acpiphp: Slot [28] registered\n[ 0.318953] acpiphp: Slot [29] registered\n[ 0.319946] acpiphp: Slot [30] registered\n[ 0.320934] acpiphp: Slot [31] registered\n[ 0.321948] PCI host bridge to bus 0000:00\n[ 0.322962] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327827] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.336185] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348009] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400375] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406072] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407331] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408909] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411476] vgaarb: loaded\n[ 0.412072] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413226] SCSI subsystem initialized\n[ 0.414048] ACPI: bus type USB registered\n[ 0.414857] usbcore: registered new interface driver usbfs\n[ 0.415872] usbcore: registered new interface driver hub\n[ 0.416870] usbcore: registered new device driver usb\n[ 0.417928] PCI: Using ACPI for IRQ routing\n[ 0.418966] NetLabel: Initializing\n[ 0.419676] NetLabel: domain hash size = 128\n[ 0.420516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421453] NetLabel: unlabeled traffic allowed by default\n[ 0.422544] clocksource: Switched to clocksource kvm-clock\n[ 0.428400] AppArmor: AppArmor Filesystem Enabled\n[ 0.429425] pnp: PnP ACPI init\n[ 0.430370] pnp: PnP ACPI: found 5 devices\n[ 0.436774] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438480] NET: Registered protocol family 2\n[ 0.439451] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.440710] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.441862] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.443016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444086] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445233] NET: Registered protocol family 1\n[ 0.446089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.462330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.476646] Trying to unpack rootfs image as initramfs...\n[ 0.527272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.546758] Scanning for low memory corruption every 60 seconds\n[ 0.551907] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.561741] audit: initializing netlink subsys (disabled)\n[ 0.563317] audit: type=2000 audit(1536353842.336:1): initialized\n[ 0.565661] Initialise system trusted keyring\n[ 0.567653] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569181] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571717] zbud: loaded\n[ 0.572557] VFS: Disk quotas dquot_6.6.0\n[ 0.573527] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575348] fuse init (API version 7.23)\n[ 0.576440] Key type big_key registered\n[ 0.577395] Allocating IMA MOK and blacklist keyrings.\n[ 0.578703] Key type asymmetric registered\n[ 0.579685] Asymmetric key parser 'x509' registered\n[ 0.580813] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582879] io scheduler noop registered\n[ 0.583700] io scheduler deadline registered (default)\n[ 0.584702] io scheduler cfq registered\n[ 0.585556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.586628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589550] ACPI: Power Button [PWRF]\n[ 0.590439] GHES: HEST is not enabled!\n[ 0.604249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.636007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662151] Linux agpgart interface v0.103\n[ 0.664201] brd: module loaded\n[ 0.665368] loop: module loaded\n[ 0.670207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671671] GPT:90111 != 2097151\n[ 0.672359] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673438] GPT:90111 != 2097151\n[ 0.674105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.675062] vda: vda1 vda15\n[ 0.676543] scsi host0: ata_piix\n[ 0.677279] scsi host1: ata_piix\n[ 0.677987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.679217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.680663] libphy: Fixed MDIO Bus: probed\n[ 0.681481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682536] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.684782] PPP generic driver version 2.4.2\n[ 0.685848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687437] ehci-pci: EHCI PCI platform driver\n[ 0.688501] ehci-platform: EHCI generic platform driver\n[ 0.689685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.691087] ohci-pci: OHCI PCI platform driver\n[ 0.692130] ohci-platform: OHCI generic platform driver\n[ 0.693320] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.707995] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709261] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.712184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.713488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715019] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716813] usb usb1: Product: UHCI Host Controller\n[ 0.718106] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719613] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720805] hub 1-0:1.0: USB hub found\n[ 0.721762] hub 1-0:1.0: 2 ports detected\n[ 0.722926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727986] mousedev: PS/2 mouse device common for all mice\n[ 0.729520] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731709] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733083] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734574] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.736209] i2c /dev entries driver\n[ 0.737179] device-mapper: uevent: version 1.0.3\n[ 0.738417] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.740374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.742023] NET: Registered protocol family 10\n[ 0.743253] NET: Registered protocol family 17\n[ 0.744353] Key type dns_resolver registered\n[ 0.745523] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749375] registered taskstats version 1\n[ 0.750309] Loading compiled-in X.509 certificates\n[ 0.752037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754646] zswap: loaded using pool lzo/zbud\n[ 0.756250] Key type trusted registered\n[ 0.758022] Key type encrypted registered\n[ 0.759163] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761725] evm: HMAC attrs: 0x1\n[ 0.762809] Magic number: 2:110:1003\n[ 0.763764] input input0: hash matches\n[ 0.764712] vc vcs: hash matches\n[ 0.765676] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:22 UTC (1536353842)\n[ 0.767826] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.769251] EDD information not available.\n[ 0.839523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851711] Write protecting the kernel read-only data: 14336k\n[ 0.853726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856015] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.226960] 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.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 61.15. iid=i-00000150\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrzaVyVVQgryS66GI9gJZRJM9wiOMDjh0YOtQpcLDTGZDXIUCzxkhTntY8jstsi/+xxRVZf4AWREMr5lFmQJydzpvLLg3dG5Dtx3fl748DDpa3KTAhOQZ1yHZsU5omV3xFc2sdad+y2PAVnB8/tV0MHWho/DEsiNbHGgaTLICdmEPjJS4sd53SpovikVSjeNQob8Xm9HgK4dTFPrpSw6n+ZkJ13GCRYW1uuObqOIJcBwt1RmtD6ecPAyPBhWLi+KSZQS08AwgYn/WBM1cErgW+YMFbvsD82enQ2XEXs8/XJak977At5ifrAQEToYrFLHLJnnlEs0Xv3JqX8ClDZm65 root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN7qe8+DF1hiHHVjSV9or/AIaXZvrDG6brgGm5/bEBqKWYK1JuX7sGUP9fUl6C7PoGvqNgTK5q3ymGs0LemOg4ghxGCIizbXjWGT4I95nSwIizQ7KwExezQkNyJvocdO1KwW2vU8sX8tUj+J0ZIvDJAlUPoACjCpHReZmJNkhYElAAAAFQCvfkNoLjxolPYaFbN3zjVWfNZnmwAAAIEA0pxOb4gZ0nqJnG9eDQzfn3GGFV/Q2kzk5dLe2FGspJZYjc93ivanhTFYyCZNMdd/V3dOjJxIfJLzHQPx8mADMkfnX3Rl3JcCFok7uOfyVeGOOab7UMrzSsySflV0H3NjkJgGbh0d8WBElMN8MelQtWspy3TP+tN0r2st4jydkloAAACAfurhSWQMenjOdUQQV9J4K7usebHgHzvR6VCUojHB9xe7DSqRE3Aa9sGOX3qDS1VI3xIPzHJ2vPeLXymRdwMT+ggRmRzcAIvVsP4dPOY/TQIadwQCopazSc6dKlU7BS68MUCwXe3u+M8UGU/wiy9BXbfqam+keSirSlsDg6+bqtY= 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:fef5:e736/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-00000150\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.35 ===\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:F5:E7:36 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef5:e736/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:17 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11902 (11.6 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.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.195265] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.195267] usb 1-1: Product: QEMU USB Tablet\n[ 1.195268] usb 1-1: Manufacturer: QEMU\n[ 1.195268] usb 1-1: SerialNumber: 42\n[ 1.209492] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226960] random: dd urandom read with 5 bits of entropy available\n[ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.857232] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 7 21:57:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 7 21:57:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 7 21:57:22 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 7 21:57:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 7 21:57:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 7 21:57:22 cirros kern.notice kernel: [ 1.226960] random: dd urandom read with 5 bits of entropy available\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538603] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nSep 7 21:57:23 cirros kern.info kernel: [ 1.538606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nSep 7 21:58:24 cirros auth.notice su: + /dev/console root:cirros\nSep 7 21:58:25 cirros authpriv.info dropbear[340]: Running in background\nSep 7 21:58:25 cirros kern.info kernel: [ 63.498689] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 7 21:58:25 cirros kern.info kernel: [ 63.857232] 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-07 20:59:48,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-0820fdb9-bba9-4e0b-a45e-b24ad6cd15c6 2018-09-07 20:59:48,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-d482a801-d41c-4b5d-a9b5-6f562cf90681 x-compute-request-id: req-d482a801-d41c-4b5d-a9b5-6f562cf90681 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:48,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-d482a801-d41c-4b5d-a9b5-6f562cf90681 2018-09-07 20:59:49,384 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-09-07 20:59:49,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"forceDelete": null}' 2018-09-07 20:59:49,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eb971f056e1e54c70229e62311099480b9e209" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:49,553 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:59: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-1af71b6d-3443-405d-a85d-2ec1feb04e93 x-compute-request-id: req-1af71b6d-3443-405d-a85d-2ec1feb04e93 Content-Length: 0 Content-Type: application/json 2018-09-07 20:59:49,553 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-1af71b6d-3443-405d-a85d-2ec1feb04e93 2018-09-07 20:59:49,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cedd7ec94e5a0b0ae987dbdb89801d694951128" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:49,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2db8dddce2ebf4c8b41beaa414fb1f78ad3645" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 20:59:49,925 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 07 Sep 2018 20:59: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-1a72b630-22aa-4315-bd4f-8932d467ba8c x-compute-request-id: req-1a72b630-22aa-4315-bd4f-8932d467ba8c Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2018-09-07 20:59:49,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/644ab334-ca7f-4110-b2da-68df1659a94d/action used request id req-1a72b630-22aa-4315-bd4f-8932d467ba8c 2018-09-07 20:59:49,926 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-09-07 20:59:50,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-4a0375ac-9989-49cc-928c-efc1bc3b8fc7 x-compute-request-id: req-4a0375ac-9989-49cc-928c-efc1bc3b8fc7 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 495801866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140684] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142310] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144581] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145867] Security Framework initialized\n[ 0.146678] Yama: becoming mindful.\n[ 0.147390] AppArmor: AppArmor initialized\n[ 0.148251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149578] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150844] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152028] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153395] Initializing cgroup subsys io\n[ 0.154196] Initializing cgroup subsys memory\n[ 0.155036] Initializing cgroup subsys devices\n[ 0.155903] Initializing cgroup subsys freezer\n[ 0.156755] Initializing cgroup subsys net_cls\n[ 0.157604] Initializing cgroup subsys perf_event\n[ 0.158494] Initializing cgroup subsys net_prio\n[ 0.159361] Initializing cgroup subsys hugetlb\n[ 0.160220] Initializing cgroup subsys pids\n[ 0.161085] CPU: Physical Processor ID: 0\n[ 0.162563] mce: CPU supports 10 MCE banks\n[ 0.163393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164382] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181460] ftrace: allocating 31920 entries in 125 pages\n[ 0.207973] smpboot: Max logical packages: 1\n[ 0.208818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210147] x2apic enabled\n[ 0.210950] Switched APIC routing to physical x2apic.\n[ 0.212703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217530] KVM setup paravirtual spinlock\n[ 0.218812] x86: Booted up 1 node, 1 CPUs\n[ 0.219609] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220974] devtmpfs: initialized\n[ 0.222683] evm: security.selinux\n[ 0.223375] evm: security.SMACK64\n[ 0.224058] evm: security.SMACK64EXEC\n[ 0.224794] evm: security.SMACK64TRANSMUTE\n[ 0.225595] evm: security.SMACK64MMAP\n[ 0.226324] evm: security.ima\n[ 0.226978] evm: security.capability\n[ 0.227774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229595] pinctrl core: initialized pinctrl subsystem\n[ 0.230669] RTC time: 20:57:47, date: 09/07/18\n[ 0.231618] NET: Registered protocol family 16\n[ 0.232577] cpuidle: using governor ladder\n[ 0.233382] cpuidle: using governor menu\n[ 0.234161] PCCT header not found.\n[ 0.234900] ACPI: bus type PCI registered\n[ 0.235692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236915] PCI: Using configuration type 1 for base access\n[ 0.238652] ACPI: Added _OSI(Module Device)\n[ 0.239475] ACPI: Added _OSI(Processor Device)\n[ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243318] ACPI: Interpreter enabled\n[ 0.244076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247711] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251328] ACPI: (supports S0 S5)\n[ 0.252026] ACPI: Using IOAPIC for interrupt routing\n[ 0.253079] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261842] acpiphp: Slot [3] registered\n[ 0.262634] acpiphp: Slot [4] registered\n[ 0.263419] acpiphp: Slot [5] registered\n[ 0.264208] acpiphp: Slot [6] registered\n[ 0.264991] acpiphp: Slot [7] registered\n[ 0.265784] acpiphp: Slot [8] registered\n[ 0.266573] acpiphp: Slot [9] registered\n[ 0.267355] acpiphp: Slot [10] registered\n[ 0.268162] acpiphp: Slot [11] registered\n[ 0.268968] acpiphp: Slot [12] registered\n[ 0.269775] acpiphp: Slot [13] registered\n[ 0.270573] acpiphp: Slot [14] registered\n[ 0.271366] acpiphp: Slot [15] registered\n[ 0.282494] acpiphp: Slot [16] registered\n[ 0.283295] acpiphp: Slot [17] registered\n[ 0.284093] acpiphp: Slot [18] registered\n[ 0.284890] acpiphp: Slot [19] registered\n[ 0.285684] acpiphp: Slot [20] registered\n[ 0.286477] acpiphp: Slot [21] registered\n[ 0.287282] acpiphp: Slot [22] registered\n[ 0.288083] acpiphp: Slot [23] registered\n[ 0.288880] acpiphp: Slot [24] registered\n[ 0.289678] acpiphp: Slot [25] registered\n[ 0.290482] acpiphp: Slot [26] registered\n[ 0.291287] acpiphp: Slot [27] registered\n[ 0.292098] acpiphp: Slot [28] registered\n[ 0.292898] acpiphp: Slot [29] registered\n[ 0.293692] acpiphp: Slot [30] registered\n[ 0.294482] acpiphp: Slot [31] registered\n[ 0.295281] PCI host bridge to bus 0000:00\n[ 0.296080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297270] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298455] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309968] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311209] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368610] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370073] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372917] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374296] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378611] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380140] vgaarb: loaded\n[ 0.380736] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381850] SCSI subsystem initialized\n[ 0.382658] ACPI: bus type USB registered\n[ 0.383458] usbcore: registered new interface driver usbfs\n[ 0.384477] usbcore: registered new interface driver hub\n[ 0.385474] usbcore: registered new device driver usb\n[ 0.386516] PCI: Using ACPI for IRQ routing\n[ 0.387524] NetLabel: Initializing\n[ 0.388224] NetLabel: domain hash size = 128\n[ 0.389069] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390022] NetLabel: unlabeled traffic allowed by default\n[ 0.391110] clocksource: Switched to clocksource kvm-clock\n[ 0.396527] AppArmor: AppArmor Filesystem Enabled\n[ 0.397475] pnp: PnP ACPI init\n[ 0.398381] pnp: PnP ACPI: found 5 devices\n[ 0.404749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406425] NET: Registered protocol family 2\n[ 0.407372] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408624] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413122] NET: Registered protocol family 1\n[ 0.413976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416116] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444357] Trying to unpack rootfs image as initramfs...\n[ 0.494212] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508246] Scanning for low memory corruption every 60 seconds\n[ 0.509635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510776] audit: initializing netlink subsys (disabled)\n[ 0.511804] audit: type=2000 audit(1536353867.837:1): initialized\n[ 0.513128] Initialise system trusted keyring\n[ 0.514060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517163] zbud: loaded\n[ 0.517862] VFS: Disk quotas dquot_6.6.0\n[ 0.518678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520179] fuse init (API version 7.23)\n[ 0.521071] Key type big_key registered\n[ 0.521872] Allocating IMA MOK and blacklist keyrings.\n[ 0.523342] Key type asymmetric registered\n[ 0.524161] Asymmetric key parser 'x509' registered\n[ 0.525126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526580] io scheduler noop registered\n[ 0.527374] io scheduler deadline registered (default)\n[ 0.528357] io scheduler cfq registered\n[ 0.529184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530223] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532931] ACPI: Power Button [PWRF]\n[ 0.533756] GHES: HEST is not enabled!\n[ 0.547256] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575301] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606486] Linux agpgart interface v0.103\n[ 0.608600] brd: module loaded\n[ 0.609835] loop: module loaded\n[ 0.614670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616122] GPT:90111 != 2097151\n[ 0.616810] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617885] GPT:90111 != 2097151\n[ 0.618549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619501] vda: vda1 vda15\n[ 0.621025] scsi host0: ata_piix\n[ 0.621756] scsi host1: ata_piix\n[ 0.622485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623701] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625133] libphy: Fixed MDIO Bus: probed\n[ 0.626079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629679] PPP generic driver version 2.4.2\n[ 0.630925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632317] ehci-pci: EHCI PCI platform driver\n[ 0.633234] ehci-platform: EHCI generic platform driver\n[ 0.634337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635609] ohci-pci: OHCI PCI platform driver\n[ 0.636651] ohci-platform: OHCI generic platform driver\n[ 0.637827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652909] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653894] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656313] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657421] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660030] usb usb1: Product: UHCI Host Controller\n[ 0.660957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663137] hub 1-0:1.0: USB hub found\n[ 0.663906] hub 1-0:1.0: 2 ports detected\n[ 0.664799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667842] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668861] mousedev: PS/2 mouse device common for all mice\n[ 0.670095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671908] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672984] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674161] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675344] i2c /dev entries driver\n[ 0.676103] device-mapper: uevent: version 1.0.3\n[ 0.677026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678621] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679893] NET: Registered protocol family 10\n[ 0.680886] NET: Registered protocol family 17\n[ 0.681754] Key type dns_resolver registered\n[ 0.682666] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683752] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685471] registered taskstats version 1\n[ 0.686298] Loading compiled-in X.509 certificates\n[ 0.687738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689562] zswap: loaded using pool lzo/zbud\n[ 0.690923] Key type trusted registered\n[ 0.692463] Key type encrypted registered\n[ 0.693288] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694297] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695329] evm: HMAC attrs: 0x1\n[ 0.696259] Magic number: 2:110:1003\n[ 0.697043] input input0: hash matches\n[ 0.697799] vc vcs: hash matches\n[ 0.698537] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:48 UTC (1536353868)\n[ 0.700131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701233] EDD information not available.\n[ 0.779649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791776] ata1.00: configured for MWDMA2\n[ 0.792983] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.795140] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.796342] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.797576] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.799425] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800976] Write protecting the kernel read-only data: 14336k\n[ 0.802560] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804359] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.419102] 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.14...\nLease of 10.10.10.14 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.20s]\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\nping 10.10.10.12 OK\nping 10.10.10.6 OK\n"} 2018-09-07 20:59:50,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-4a0375ac-9989-49cc-928c-efc1bc3b8fc7 2018-09-07 20:59:50,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-9dd95f04-7f53-428f-804d-041abd87f37d x-compute-request-id: req-9dd95f04-7f53-428f-804d-041abd87f37d Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518062486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135478] pid_max: default: 32768 minimum: 301\n[ 0.136383] ACPI: Core revision 20150930\n[ 0.137776] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139083] Security Framework initialized\n[ 0.139896] Yama: becoming mindful.\n[ 0.140621] AppArmor: AppArmor initialized\n[ 0.141492] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142833] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144117] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145332] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146731] Initializing cgroup subsys io\n[ 0.147550] Initializing cgroup subsys memory\n[ 0.148412] Initializing cgroup subsys devices\n[ 0.149305] Initializing cgroup subsys freezer\n[ 0.150186] Initializing cgroup subsys net_cls\n[ 0.151061] Initializing cgroup subsys perf_event\n[ 0.151972] Initializing cgroup subsys net_prio\n[ 0.152853] Initializing cgroup subsys hugetlb\n[ 0.153726] Initializing cgroup subsys pids\n[ 0.154603] CPU: Physical Processor ID: 0\n[ 0.156123] mce: CPU supports 10 MCE banks\n[ 0.156987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169889] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176270] ftrace: allocating 31920 entries in 125 pages\n[ 0.202581] smpboot: Max logical packages: 1\n[ 0.203436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204795] x2apic enabled\n[ 0.205613] Switched APIC routing to physical x2apic.\n[ 0.207369] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208493] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210497] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212293] KVM setup paravirtual spinlock\n[ 0.213579] x86: Booted up 1 node, 1 CPUs\n[ 0.214392] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215798] devtmpfs: initialized\n[ 0.217511] evm: security.selinux\n[ 0.218215] evm: security.SMACK64\n[ 0.218911] evm: security.SMACK64EXEC\n[ 0.219653] evm: security.SMACK64TRANSMUTE\n[ 0.220464] evm: security.SMACK64MMAP\n[ 0.221224] evm: security.ima\n[ 0.221870] evm: security.capability\n[ 0.222678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224527] pinctrl core: initialized pinctrl subsystem\n[ 0.225634] RTC time: 20:57:34, date: 09/07/18\n[ 0.226591] NET: Registered protocol family 16\n[ 0.227566] cpuidle: using governor ladder\n[ 0.228389] cpuidle: using governor menu\n[ 0.229179] PCCT header not found.\n[ 0.229937] ACPI: bus type PCI registered\n[ 0.230743] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.233753] ACPI: Added _OSI(Module Device)\n[ 0.234596] ACPI: Added _OSI(Processor Device)\n[ 0.235459] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236362] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238478] ACPI: Interpreter enabled\n[ 0.239256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246644] ACPI: (supports S0 S5)\n[ 0.247358] ACPI: Using IOAPIC for interrupt routing\n[ 0.248421] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253877] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257275] acpiphp: Slot [3] registered\n[ 0.258088] acpiphp: Slot [4] registered\n[ 0.258883] acpiphp: Slot [5] registered\n[ 0.259678] acpiphp: Slot [6] registered\n[ 0.260466] acpiphp: Slot [7] registered\n[ 0.261271] acpiphp: Slot [8] registered\n[ 0.262069] acpiphp: Slot [9] registered\n[ 0.262860] acpiphp: Slot [10] registered\n[ 0.263671] acpiphp: Slot [11] registered\n[ 0.264475] acpiphp: Slot [12] registered\n[ 0.265290] acpiphp: Slot [13] registered\n[ 0.266098] acpiphp: Slot [14] registered\n[ 0.266903] acpiphp: Slot [15] registered\n[ 0.277870] acpiphp: Slot [16] registered\n[ 0.278689] acpiphp: Slot [17] registered\n[ 0.279492] acpiphp: Slot [18] registered\n[ 0.280300] acpiphp: Slot [19] registered\n[ 0.281107] acpiphp: Slot [20] registered\n[ 0.281918] acpiphp: Slot [21] registered\n[ 0.282725] acpiphp: Slot [22] registered\n[ 0.283528] acpiphp: Slot [23] registered\n[ 0.284333] acpiphp: Slot [24] registered\n[ 0.285141] acpiphp: Slot [25] registered\n[ 0.285954] acpiphp: Slot [26] registered\n[ 0.286759] acpiphp: Slot [27] registered\n[ 0.287590] acpiphp: Slot [28] registered\n[ 0.288413] acpiphp: Slot [29] registered\n[ 0.289222] acpiphp: Slot [30] registered\n[ 0.290041] acpiphp: Slot [31] registered\n[ 0.290853] PCI host bridge to bus 0000:00\n[ 0.291666] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292882] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295557] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304553] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314869] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365489] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366921] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369340] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370398] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371947] vgaarb: loaded\n[ 0.372556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373698] SCSI subsystem initialized\n[ 0.374506] ACPI: bus type USB registered\n[ 0.375321] usbcore: registered new interface driver usbfs\n[ 0.376347] usbcore: registered new interface driver hub\n[ 0.377366] usbcore: registered new device driver usb\n[ 0.378437] PCI: Using ACPI for IRQ routing\n[ 0.379459] NetLabel: Initializing\n[ 0.380176] NetLabel: domain hash size = 128\n[ 0.381032] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381990] NetLabel: unlabeled traffic allowed by default\n[ 0.383090] clocksource: Switched to clocksource kvm-clock\n[ 0.388489] AppArmor: AppArmor Filesystem Enabled\n[ 0.389455] pnp: PnP ACPI init\n[ 0.390365] pnp: PnP ACPI: found 5 devices\n[ 0.396732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398464] NET: Registered protocol family 2\n[ 0.399424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401872] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403033] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404115] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405287] NET: Registered protocol family 1\n[ 0.406161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407264] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422344] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436547] Trying to unpack rootfs image as initramfs...\n[ 0.485941] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499728] Scanning for low memory corruption every 60 seconds\n[ 0.502231] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504457] audit: initializing netlink subsys (disabled)\n[ 0.506482] audit: type=2000 audit(1536353855.155:1): initialized\n[ 0.508856] Initialise system trusted keyring\n[ 0.510517] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515887] zbud: loaded\n[ 0.516970] VFS: Disk quotas dquot_6.6.0\n[ 0.518313] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520957] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523291] Allocating IMA MOK and blacklist keyrings.\n[ 0.524879] Key type asymmetric registered\n[ 0.526054] Asymmetric key parser 'x509' registered\n[ 0.527447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529564] io scheduler noop registered\n[ 0.530656] io scheduler deadline registered (default)\n[ 0.532106] io scheduler cfq registered\n[ 0.533635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539143] ACPI: Power Button [PWRF]\n[ 0.540315] GHES: HEST is not enabled!\n[ 0.554511] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590328] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621074] Linux agpgart interface v0.103\n[ 0.623447] brd: module loaded\n[ 0.624955] loop: module loaded\n[ 0.629530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630997] GPT:90111 != 2097151\n[ 0.631679] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632768] GPT:90111 != 2097151\n[ 0.633440] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634404] vda: vda1 vda15\n[ 0.635939] scsi host0: ata_piix\n[ 0.636682] scsi host1: ata_piix\n[ 0.637392] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.638599] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640063] libphy: Fixed MDIO Bus: probed\n[ 0.640878] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641822] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644003] PPP generic driver version 2.4.2\n[ 0.644895] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646166] ehci-pci: EHCI PCI platform driver\n[ 0.647035] ehci-platform: EHCI generic platform driver\n[ 0.648028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649155] ohci-pci: OHCI PCI platform driver\n[ 0.650016] ohci-platform: OHCI generic platform driver\n[ 0.651000] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665493] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668976] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670099] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.671324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672745] usb usb1: Product: UHCI Host Controller\n[ 0.673675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675823] hub 1-0:1.0: USB hub found\n[ 0.676603] hub 1-0:1.0: 2 ports detected\n[ 0.677516] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680607] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681640] mousedev: PS/2 mouse device common for all mice\n[ 0.682900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684740] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685839] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687029] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688228] i2c /dev entries driver\n[ 0.688995] device-mapper: uevent: version 1.0.3\n[ 0.689925] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692862] NET: Registered protocol family 10\n[ 0.693867] NET: Registered protocol family 17\n[ 0.694759] Key type dns_resolver registered\n[ 0.695710] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698542] registered taskstats version 1\n[ 0.699388] Loading compiled-in X.509 certificates\n[ 0.700839] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702684] zswap: loaded using pool lzo/zbud\n[ 0.704081] Key type trusted registered\n[ 0.705619] Key type encrypted registered\n[ 0.706448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708517] evm: HMAC attrs: 0x1\n[ 0.709454] Magic number: 2:110:1003\n[ 0.710238] input input0: hash matches\n[ 0.711007] vc vcs: hash matches\n[ 0.711773] rtc_cmos 00:00: setting system clock to 2018-09-07 20:57:35 UTC (1536353855)\n[ 0.713377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714479] EDD information not available.\n[ 0.795635] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.807568] ata1.00: configured for MWDMA2\n[ 0.808779] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810985] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812219] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813466] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816910] Write protecting the kernel read-only data: 14336k\n[ 0.818492] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820301] 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.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.241323] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.07s]\nping 10.10.10.6 KO\nping 10.10.10.6 KO\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-07 20:59:50,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-9dd95f04-7f53-428f-804d-041abd87f37d 2018-09-07 20:59:50,874 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-09-07 20:59:50,874 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=84f67c60-a91e-4cd1-997b-d1ea957809c9 network=11a5f07d-619f-45c0-9c29-10c4c4d58d34 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-09-07 20:59:50,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:59:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:59:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:59:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:59:50,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:59:50,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 20:59:50,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 20:59:50,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 20:59:50,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 20:59:50,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 20:59:50,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 20:59:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:59:50,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe8ebef-e96c-4315-a173-c56b4609fb49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:59:50,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7fe8ebef-e96c-4315-a173-c56b4609fb49 2018-09-07 20:59:50,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:59:51,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["-YTz-NjnQkyI2CaZWakiog"], "issued_at": "2018-09-07T20:59:51.000000Z"}} 2018-09-07 20:59:51,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" 2018-09-07 20:59:51,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-7d880a36-552c-42c5-8fd4-4b4c13cd2a92 x-compute-request-id: req-7d880a36-552c-42c5-8fd4-4b4c13cd2a92 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 20:59:51,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-7d880a36-552c-42c5-8fd4-4b4c13cd2a92 2018-09-07 20:59:51,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" 2018-09-07 20:59:51,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-5fdfba01-5bb7-40f4-b4d3-4623d7a8d78c x-compute-request-id: req-5fdfba01-5bb7-40f4-b4d3-4623d7a8d78c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 20:59:51,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029 used request id req-5fdfba01-5bb7-40f4-b4d3-4623d7a8d78c 2018-09-07 20:59:51,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11a5f07d-619f-45c0-9c29-10c4c4d58d34"}], "config_drive": true}}' 2018-09-07 20:59:53,178 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 20:59: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-231c1f16-cd48-45fe-9645-a9f886db95bc x-compute-request-id: req-231c1f16-cd48-45fe-9645-a9f886db95bc Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4b15db74-811b-49bd-bfe6-959ab0f9a81e", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "bookmark"}], "adminPass": "nmjphR3rZfkW"}} 2018-09-07 20:59:53,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-231c1f16-cd48-45fe-9645-a9f886db95bc 2018-09-07 20:59:53,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 20:59:53,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c0e2aae-eb2a-4e43-9ee7-3f9feab6fc2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 20:59:53,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5c0e2aae-eb2a-4e43-9ee7-3f9feab6fc2f 2018-09-07 20:59:53,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 20:59:53,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T21:59:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["ZqPKE_MPQ_qlHBMgCKCgbg"], "issued_at": "2018-09-07T20:59:53.000000Z"}} 2018-09-07 20:59:53,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dc5b5d068a3baf47ba219af7091b2a5007c1dc" 2018-09-07 20:59:54,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-a72a0bff-2aaf-4b11-ba91-b574e48f007a x-compute-request-id: req-a72a0bff-2aaf-4b11-ba91-b574e48f007a 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.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b15db74-811b-49bd-bfe6-959ab0f9a81e", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:59:53Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:59:53Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:59:54,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e used request id req-a72a0bff-2aaf-4b11-ba91-b574e48f007a 2018-09-07 20:59:57,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dc5b5d068a3baf47ba219af7091b2a5007c1dc" 2018-09-07 20:59:58,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 20:59: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-f5bd2788-e208-42d5-bb90-0e87faca89ed x-compute-request-id: req-f5bd2788-e208-42d5-bb90-0e87faca89ed Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b15db74-811b-49bd-bfe6-959ab0f9a81e", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:59:54Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:59:53Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 20:59:58,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e used request id req-f5bd2788-e208-42d5-bb90-0e87faca89ed 2018-09-07 21:00:01,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dc5b5d068a3baf47ba219af7091b2a5007c1dc" 2018-09-07 21:00:01,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-e8a00720-8b04-4186-9722-c9e51e7a05c2 x-compute-request-id: req-e8a00720-8b04-4186-9722-c9e51e7a05c2 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:f3:32:c5", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": "2018-09-07T20:59:58.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b15db74-811b-49bd-bfe6-959ab0f9a81e", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:59:58Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:59:53Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:00:01,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e used request id req-e8a00720-8b04-4186-9722-c9e51e7a05c2 2018-09-07 21:00:01,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" 2018-09-07 21:00:02,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-34ec12c9-65a8-46ba-a0e3-588556df8be3 x-compute-request-id: req-34ec12c9-65a8-46ba-a0e3-588556df8be3 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:f3:32:c5", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e", "rel": "bookmark"}], "image": {"id": "84f67c60-a91e-4cd1-997b-d1ea957809c9", "links": [{"href": "http://172.30.9.25:8774/images/84f67c60-a91e-4cd1-997b-d1ea957809c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015f", "OS-SRV-USG:launched_at": "2018-09-07T20:59:58.000000", "flavor": {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}]}, "id": "4b15db74-811b-49bd-bfe6-959ab0f9a81e", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T20:59:58Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T20:59:53Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:00:02,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e used request id req-34ec12c9-65a8-46ba-a0e3-588556df8be3 2018-09-07 21:00:02,632 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.13'. 2018-09-07 21:00:02,633 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-09-07 21:00:02,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 21:00:04,084 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:00: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-4d6357bf-91f2-44bb-bb3e-7cfe4a016db3 x-compute-request-id: req-4d6357bf-91f2-44bb-bb3e-7cfe4a016db3 Content-Length: 0 Content-Type: application/json 2018-09-07 21:00:04,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-4d6357bf-91f2-44bb-bb3e-7cfe4a016db3 2018-09-07 21:00:04,084 - sdnvpn_test_utils - INFO - Waiting for instance 4b15db74-811b-49bd-bfe6-959ab0f9a81e to boot up 2018-09-07 21:00:04,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:05,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-1ca0ed06-49b1-4150-9c28-472a392e01df x-compute-request-id: req-1ca0ed06-49b1-4150-9c28-472a392e01df Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:05,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-1ca0ed06-49b1-4150-9c28-472a392e01df 2018-09-07 21:00:07,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:08,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-db4095e1-3ab5-46e2-a07b-1f3249a4fb95 x-compute-request-id: req-db4095e1-3ab5-46e2-a07b-1f3249a4fb95 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:08,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-db4095e1-3ab5-46e2-a07b-1f3249a4fb95 2018-09-07 21:00:10,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:11,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-c9c654c1-c331-429b-ade8-94ea51c81caf x-compute-request-id: req-c9c654c1-c331-429b-ade8-94ea51c81caf Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:11,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-c9c654c1-c331-429b-ade8-94ea51c81caf 2018-09-07 21:00:13,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:14,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-b5afaedc-adc2-487b-b34d-d2eb7240ea57 x-compute-request-id: req-b5afaedc-adc2-487b-b34d-d2eb7240ea57 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:14,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-b5afaedc-adc2-487b-b34d-d2eb7240ea57 2018-09-07 21:00:16,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:17,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-c3a43fcb-b0e4-4bb5-8576-40fdae4e2047 x-compute-request-id: req-c3a43fcb-b0e4-4bb5-8576-40fdae4e2047 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:17,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-c3a43fcb-b0e4-4bb5-8576-40fdae4e2047 2018-09-07 21:00:19,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:20,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-db9ccd98-c340-4289-8670-42c689c031ff x-compute-request-id: req-db9ccd98-c340-4289-8670-42c689c031ff Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:20,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-db9ccd98-c340-4289-8670-42c689c031ff 2018-09-07 21:00:22,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:23,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-93a20339-93b8-4387-84b0-ddd3532a1fc0 x-compute-request-id: req-93a20339-93b8-4387-84b0-ddd3532a1fc0 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:23,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-93a20339-93b8-4387-84b0-ddd3532a1fc0 2018-09-07 21:00:25,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:26,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-5ca8b315-0d9c-472d-b972-302b439a38f8 x-compute-request-id: req-5ca8b315-0d9c-472d-b972-302b439a38f8 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:26,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-5ca8b315-0d9c-472d-b972-302b439a38f8 2018-09-07 21:00:28,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:29,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-2b32f324-48df-45f3-a5a5-0e46926d5cd0 x-compute-request-id: req-2b32f324-48df-45f3-a5a5-0e46926d5cd0 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:29,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-2b32f324-48df-45f3-a5a5-0e46926d5cd0 2018-09-07 21:00:31,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:32,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-dbecae57-5ded-404d-a0ef-b39fae501cf5 x-compute-request-id: req-dbecae57-5ded-404d-a0ef-b39fae501cf5 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:32,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-dbecae57-5ded-404d-a0ef-b39fae501cf5 2018-09-07 21:00:34,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:35,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-94f4fef5-45e1-4cd4-ad75-f7e1657e7d2d x-compute-request-id: req-94f4fef5-45e1-4cd4-ad75-f7e1657e7d2d Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:35,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-94f4fef5-45e1-4cd4-ad75-f7e1657e7d2d 2018-09-07 21:00:37,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:39,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-29a10426-58e1-4442-b91f-5bd770ba87d3 x-compute-request-id: req-29a10426-58e1-4442-b91f-5bd770ba87d3 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:39,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-29a10426-58e1-4442-b91f-5bd770ba87d3 2018-09-07 21:00:41,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:42,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-1176489c-ea22-4d22-a6f3-42a09211e04c x-compute-request-id: req-1176489c-ea22-4d22-a6f3-42a09211e04c Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:42,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-1176489c-ea22-4d22-a6f3-42a09211e04c 2018-09-07 21:00:44,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:45,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-ac16725d-57d1-4277-92ad-a6f7e8287cd7 x-compute-request-id: req-ac16725d-57d1-4277-92ad-a6f7e8287cd7 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:45,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-ac16725d-57d1-4277-92ad-a6f7e8287cd7 2018-09-07 21:00:47,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:48,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-1142d839-d315-4420-ba6a-7062537c5f19 x-compute-request-id: req-1142d839-d315-4420-ba6a-7062537c5f19 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:48,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-1142d839-d315-4420-ba6a-7062537c5f19 2018-09-07 21:00:50,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:51,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-6194c33d-ae85-4902-9aa5-b7a4f9408743 x-compute-request-id: req-6194c33d-ae85-4902-9aa5-b7a4f9408743 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:51,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-6194c33d-ae85-4902-9aa5-b7a4f9408743 2018-09-07 21:00:53,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:54,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-6525796b-ad55-4c70-9495-a042c9354dc5 x-compute-request-id: req-6525796b-ad55-4c70-9495-a042c9354dc5 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:54,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-6525796b-ad55-4c70-9495-a042c9354dc5 2018-09-07 21:00:56,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:00:57,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-1edefbab-9774-4c73-965d-10fcbac22a11 x-compute-request-id: req-1edefbab-9774-4c73-965d-10fcbac22a11 Content-Encoding: gzip Content-Length: 7903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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-07 21:00:57,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-1edefbab-9774-4c73-965d-10fcbac22a11 2018-09-07 21:00:59,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:00,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:00: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-02e964bd-74f4-4d29-817d-582929dc4cf6 x-compute-request-id: req-02e964bd-74f4-4d29-817d-582929dc4cf6 Content-Encoding: gzip Content-Length: 8026 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-09-07 21:01:00,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-02e964bd-74f4-4d29-817d-582929dc4cf6 2018-09-07 21:01:02,637 - __name__ - INFO - Starting monitor thread of vm_4 2018-09-07 21:01:03,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:04,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-f9b60240-68aa-454e-a9d1-df7f8e5d9b81 x-compute-request-id: req-f9b60240-68aa-454e-a9d1-df7f8e5d9b81 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\n"} 2018-09-07 21:01:04,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-f9b60240-68aa-454e-a9d1-df7f8e5d9b81 2018-09-07 21:01:05,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:06,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-0afb1608-f391-4f02-9003-e21de39858e8 x-compute-request-id: req-0afb1608-f391-4f02-9003-e21de39858e8 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\n"} 2018-09-07 21:01:06,824 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-0afb1608-f391-4f02-9003-e21de39858e8 2018-09-07 21:01:07,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:08,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-b90f9706-da37-48e3-a6cd-615b227c77b2 x-compute-request-id: req-b90f9706-da37-48e3-a6cd-615b227c77b2 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\n"} 2018-09-07 21:01:08,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-b90f9706-da37-48e3-a6cd-615b227c77b2 2018-09-07 21:01:09,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:10,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-8e81d601-0936-4d44-9f6a-d039dbed5483 x-compute-request-id: req-8e81d601-0936-4d44-9f6a-d039dbed5483 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:10,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-8e81d601-0936-4d44-9f6a-d039dbed5483 2018-09-07 21:01:11,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:13,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-d29772d6-bedb-4af3-b954-755c82b23063 x-compute-request-id: req-d29772d6-bedb-4af3-b954-755c82b23063 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:13,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-d29772d6-bedb-4af3-b954-755c82b23063 2018-09-07 21:01:14,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:15,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21: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,Accept-Encoding x-openstack-request-id: req-cec7cd8f-b152-4057-bff9-65dd5a802234 x-compute-request-id: req-cec7cd8f-b152-4057-bff9-65dd5a802234 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:15,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-cec7cd8f-b152-4057-bff9-65dd5a802234 2018-09-07 21:01:16,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:17,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-2f78118f-d7ed-4b4c-abf2-e33eb3a67165 x-compute-request-id: req-2f78118f-d7ed-4b4c-abf2-e33eb3a67165 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:17,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-2f78118f-d7ed-4b4c-abf2-e33eb3a67165 2018-09-07 21:01:18,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:19,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-9f192341-1afa-4523-9e80-ffd719fb564f x-compute-request-id: req-9f192341-1afa-4523-9e80-ffd719fb564f 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\n"} 2018-09-07 21:01:19,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-9f192341-1afa-4523-9e80-ffd719fb564f 2018-09-07 21:01:20,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:21,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-099c7c67-bacc-4189-9ed8-8a5314fcf135 x-compute-request-id: req-099c7c67-bacc-4189-9ed8-8a5314fcf135 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\n"} 2018-09-07 21:01:21,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-099c7c67-bacc-4189-9ed8-8a5314fcf135 2018-09-07 21:01:22,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:23,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21: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-53b4c322-cd2a-4dad-bcc0-d20ca187307c x-compute-request-id: req-53b4c322-cd2a-4dad-bcc0-d20ca187307c 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\n"} 2018-09-07 21:01:23,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-53b4c322-cd2a-4dad-bcc0-d20ca187307c 2018-09-07 21:01:24,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:25,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-edcc4b6e-b45e-4540-89c1-b0b59e318b8b x-compute-request-id: req-edcc4b6e-b45e-4540-89c1-b0b59e318b8b 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\n"} 2018-09-07 21:01:25,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-edcc4b6e-b45e-4540-89c1-b0b59e318b8b 2018-09-07 21:01:26,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:27,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-8c5575c3-90d8-407e-ba9c-a73be4957141 x-compute-request-id: req-8c5575c3-90d8-407e-ba9c-a73be4957141 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 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\n"} 2018-09-07 21:01:27,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-8c5575c3-90d8-407e-ba9c-a73be4957141 2018-09-07 21:01:28,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:29,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-c69e5316-58bd-41c3-97cf-78658323be0b x-compute-request-id: req-c69e5316-58bd-41c3-97cf-78658323be0b Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:29,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-c69e5316-58bd-41c3-97cf-78658323be0b 2018-09-07 21:01:30,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:31,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-ae742d6a-011c-469c-8298-0a3234dbfc96 x-compute-request-id: req-ae742d6a-011c-469c-8298-0a3234dbfc96 Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:31,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-ae742d6a-011c-469c-8298-0a3234dbfc96 2018-09-07 21:01:32,671 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-09-07 21:01:32,671 - __name__ - INFO - Sending stop signal to monitor thread 2018-09-07 21:01:32,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d138c8435c5ebdcd19a2eda97766061b9680685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:01:33,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-af84dde4-dd42-4180-8267-0bb7ae2b8b8b x-compute-request-id: req-af84dde4-dd42-4180-8267-0bb7ae2b8b8b Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505136969 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.137756] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139551] pid_max: default: 32768 minimum: 301\n[ 0.140528] ACPI: Core revision 20150930\n[ 0.141968] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143372] Security Framework initialized\n[ 0.144235] Yama: becoming mindful.\n[ 0.145025] AppArmor: AppArmor initialized\n[ 0.145932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148689] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149964] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151409] Initializing cgroup subsys io\n[ 0.152245] Initializing cgroup subsys memory\n[ 0.153167] Initializing cgroup subsys devices\n[ 0.154079] Initializing cgroup subsys freezer\n[ 0.155029] Initializing cgroup subsys net_cls\n[ 0.155942] Initializing cgroup subsys perf_event\n[ 0.156941] Initializing cgroup subsys net_prio\n[ 0.157943] Initializing cgroup subsys hugetlb\n[ 0.158877] Initializing cgroup subsys pids\n[ 0.159809] CPU: Physical Processor ID: 0\n[ 0.161362] mce: CPU supports 10 MCE banks\n[ 0.162261] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163321] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174641] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181143] ftrace: allocating 31920 entries in 125 pages\n[ 0.207338] smpboot: Max logical packages: 1\n[ 0.208259] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209704] x2apic enabled\n[ 0.210545] Switched APIC routing to physical x2apic.\n[ 0.212360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217589] KVM setup paravirtual spinlock\n[ 0.218925] x86: Booted up 1 node, 1 CPUs\n[ 0.219786] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221248] devtmpfs: initialized\n[ 0.222990] evm: security.selinux\n[ 0.223731] evm: security.SMACK64\n[ 0.224456] evm: security.SMACK64EXEC\n[ 0.225244] evm: security.SMACK64TRANSMUTE\n[ 0.226094] evm: security.SMACK64MMAP\n[ 0.226882] evm: security.ima\n[ 0.227561] evm: security.capability\n[ 0.228399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230300] pinctrl core: initialized pinctrl subsystem\n[ 0.231421] RTC time: 20:59:58, date: 09/07/18\n[ 0.232399] NET: Registered protocol family 16\n[ 0.233390] cpuidle: using governor ladder\n[ 0.234233] cpuidle: using governor menu\n[ 0.235047] PCCT header not found.\n[ 0.235831] ACPI: bus type PCI registered\n[ 0.236662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237936] PCI: Using configuration type 1 for base access\n[ 0.239736] ACPI: Added _OSI(Module Device)\n[ 0.240606] ACPI: Added _OSI(Processor Device)\n[ 0.241489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244532] ACPI: Interpreter enabled\n[ 0.245325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253030] ACPI: (supports S0 S5)\n[ 0.253758] ACPI: Using IOAPIC for interrupt routing\n[ 0.254856] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261729] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264021] acpiphp: Slot [3] registered\n[ 0.264863] acpiphp: Slot [4] registered\n[ 0.265697] acpiphp: Slot [5] registered\n[ 0.266535] acpiphp: Slot [6] registered\n[ 0.267353] acpiphp: Slot [7] registered\n[ 0.268172] acpiphp: Slot [8] registered\n[ 0.269009] acpiphp: Slot [9] registered\n[ 0.269845] acpiphp: Slot [10] registered\n[ 0.270707] acpiphp: Slot [11] registered\n[ 0.271571] acpiphp: Slot [12] registered\n[ 0.272444] acpiphp: Slot [13] registered\n[ 0.273294] acpiphp: Slot [14] registered\n[ 0.274130] acpiphp: Slot [15] registered\n[ 0.285237] acpiphp: Slot [16] registered\n[ 0.286054] acpiphp: Slot [17] registered\n[ 0.286878] acpiphp: Slot [18] registered\n[ 0.287697] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289367] acpiphp: Slot [21] registered\n[ 0.290200] acpiphp: Slot [22] registered\n[ 0.291048] acpiphp: Slot [23] registered\n[ 0.291899] acpiphp: Slot [24] registered\n[ 0.292722] acpiphp: Slot [25] registered\n[ 0.293550] acpiphp: Slot [26] registered\n[ 0.294407] acpiphp: Slot [27] registered\n[ 0.295250] acpiphp: Slot [28] registered\n[ 0.296079] acpiphp: Slot [29] registered\n[ 0.296907] acpiphp: Slot [30] registered\n[ 0.297748] acpiphp: Slot [31] registered\n[ 0.298588] PCI host bridge to bus 0000:00\n[ 0.299402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303352] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310962] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313489] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314777] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320982] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322481] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370107] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373006] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376757] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378354] vgaarb: loaded\n[ 0.378968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380141] SCSI subsystem initialized\n[ 0.380990] ACPI: bus type USB registered\n[ 0.381810] usbcore: registered new interface driver usbfs\n[ 0.382887] usbcore: registered new interface driver hub\n[ 0.383926] usbcore: registered new device driver usb\n[ 0.384986] PCI: Using ACPI for IRQ routing\n[ 0.386013] NetLabel: Initializing\n[ 0.386738] NetLabel: domain hash size = 128\n[ 0.387628] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388591] NetLabel: unlabeled traffic allowed by default\n[ 0.389704] clocksource: Switched to clocksource kvm-clock\n[ 0.395168] AppArmor: AppArmor Filesystem Enabled\n[ 0.396165] pnp: PnP ACPI init\n[ 0.397076] pnp: PnP ACPI: found 5 devices\n[ 0.403460] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405268] NET: Registered protocol family 2\n[ 0.406240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407547] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409938] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412239] NET: Registered protocol family 1\n[ 0.413154] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415426] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429208] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443262] Trying to unpack rootfs image as initramfs...\n[ 0.492232] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506033] Scanning for low memory corruption every 60 seconds\n[ 0.507380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508540] audit: initializing netlink subsys (disabled)\n[ 0.509573] audit: type=2000 audit(1536353998.927:1): initialized\n[ 0.510897] Initialise system trusted keyring\n[ 0.511831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514988] zbud: loaded\n[ 0.515700] VFS: Disk quotas dquot_6.6.0\n[ 0.516529] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518058] fuse init (API version 7.23)\n[ 0.518951] Key type big_key registered\n[ 0.519765] Allocating IMA MOK and blacklist keyrings.\n[ 0.520882] Key type asymmetric registered\n[ 0.521728] Asymmetric key parser 'x509' registered\n[ 0.522692] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524168] io scheduler noop registered\n[ 0.524975] io scheduler deadline registered (default)\n[ 0.525979] io scheduler cfq registered\n[ 0.527187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529517] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531006] ACPI: Power Button [PWRF]\n[ 0.531851] GHES: HEST is not enabled!\n[ 0.545534] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578547] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604833] Linux agpgart interface v0.103\n[ 0.606877] brd: module loaded\n[ 0.608047] loop: module loaded\n[ 0.613237] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614698] GPT:90111 != 2097151\n[ 0.615379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616481] GPT:90111 != 2097151\n[ 0.617156] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618129] vda: vda1 vda15\n[ 0.619568] scsi host0: ata_piix\n[ 0.620310] scsi host1: ata_piix\n[ 0.621014] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623699] libphy: Fixed MDIO Bus: probed\n[ 0.624536] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625489] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627660] PPP generic driver version 2.4.2\n[ 0.628555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629816] ehci-pci: EHCI PCI platform driver\n[ 0.630698] ehci-platform: EHCI generic platform driver\n[ 0.631689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632812] ohci-pci: OHCI PCI platform driver\n[ 0.633680] ohci-platform: OHCI generic platform driver\n[ 0.634676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648999] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651491] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652522] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656312] usb usb1: Product: UHCI Host Controller\n[ 0.657251] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658395] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659427] hub 1-0:1.0: USB hub found\n[ 0.660208] hub 1-0:1.0: 2 ports detected\n[ 0.661112] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665248] mousedev: PS/2 mouse device common for all mice\n[ 0.666508] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668363] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669468] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670683] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671890] i2c /dev entries driver\n[ 0.672649] device-mapper: uevent: version 1.0.3\n[ 0.673605] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675281] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676580] NET: Registered protocol family 10\n[ 0.677579] NET: Registered protocol family 17\n[ 0.678490] Key type dns_resolver registered\n[ 0.679433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680542] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682309] registered taskstats version 1\n[ 0.683152] Loading compiled-in X.509 certificates\n[ 0.684608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686498] zswap: loaded using pool lzo/zbud\n[ 0.687861] Key type trusted registered\n[ 0.689404] Key type encrypted registered\n[ 0.690247] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692319] evm: HMAC attrs: 0x1\n[ 0.693238] Magic number: 2:110:1003\n[ 0.694039] input input0: hash matches\n[ 0.694813] vc vcs: hash matches\n[ 0.695578] rtc_cmos 00:00: setting system clock to 2018-09-07 20:59:59 UTC (1536353999)\n[ 0.697163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698289] EDD information not available.\n[ 0.778260] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790008] ata1.00: configured for MWDMA2\n[ 0.791207] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.793402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.794629] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.795870] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.797735] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799277] Write protecting the kernel read-only data: 14336k\n[ 0.800825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802626] 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.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... [ 1.343532] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.69s]\nping 10.10.10.12 OK\nping 10.10.10.14 OK\nping 10.10.10.12 OK\n"} 2018-09-07 21:01:33,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-af84dde4-dd42-4180-8267-0bb7ae2b8b8b 2018-09-07 21:01:33,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"forceDelete": null}' 2018-09-07 21:01:34,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:01: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-46e43e8c-2d67-437a-9bdf-9bff91ab4c5f x-compute-request-id: req-46e43e8c-2d67-437a-9bdf-9bff91ab4c5f Content-Length: 0 Content-Type: application/json 2018-09-07 21:01:34,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/f4b7a1df-fca8-4c36-aa94-8a45d4a358ab/action used request id req-46e43e8c-2d67-437a-9bdf-9bff91ab4c5f 2018-09-07 21:01:34,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"forceDelete": null}' 2018-09-07 21:01:34,230 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:01: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-992f9833-1848-409b-aff9-289be414465e x-compute-request-id: req-992f9833-1848-409b-aff9-289be414465e Content-Length: 0 Content-Type: application/json 2018-09-07 21:01:34,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/ddd432a3-cf14-4dd5-b023-a07e508f7693/action used request id req-992f9833-1848-409b-aff9-289be414465e 2018-09-07 21:01:34,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30050a02e6fd9ed11369360d403ebabaa9c1ec94" -d '{"forceDelete": null}' 2018-09-07 21:01:34,415 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:01: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-a1e084ee-f8ef-4d8c-a6d6-6dc022f8075e x-compute-request-id: req-a1e084ee-f8ef-4d8c-a6d6-6dc022f8075e Content-Length: 0 Content-Type: application/json 2018-09-07 21:01:34,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4b15db74-811b-49bd-bfe6-959ab0f9a81e/action used request id req-a1e084ee-f8ef-4d8c-a6d6-6dc022f8075e 2018-09-07 21:01:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9ebf65fc0b052f3630fadc986586eeb4f3a13816" 2018-09-07 21:01:36,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-037af938-cc5a-4b11-870c-ae1f4bd8e348 Date: Fri, 07 Sep 2018 21:01: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-07 21:01:36,271 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/84f67c60-a91e-4cd1-997b-d1ea957809c9 used request id req-037af938-cc5a-4b11-870c-ae1f4bd8e348 2018-09-07 21:01:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/74ffa412-c462-40da-b02d-24425d5d51fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d68239ca9428348f8c96d77ddbe4e87a25fad" 2018-09-07 21:01:36,384 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-a3668656-5dd4-43b6-ba93-bfe16fc92724 Date: Fri, 07 Sep 2018 21:01:36 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 74ffa412-c462-40da-b02d-24425d5d51fa: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-07 21:01:36,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/74ffa412-c462-40da-b02d-24425d5d51fa used request id req-a3668656-5dd4-43b6-ba93-bfe16fc92724 2018-09-07 21:01:36,385 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 74ffa412-c462-40da-b02d-24425d5d51fa: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-07 21:01:36,386 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '74ffa412-c462-40da-b02d-24425d5d51fa')]: Unable to complete operation on subnet 74ffa412-c462-40da-b02d-24425d5d51fa: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-a3668656-5dd4-43b6-ba93-bfe16fc92724'] 2018-09-07 21:01:36,386 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 74ffa412-c462-40da-b02d-24425d5d51fa was not deleted. 2018-09-07 21:01:36,386 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-1 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-09-07 21:01:36,386 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-07 21:01:36,404 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-09-07 21:01:36,404 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-09-07 21:01:36,405 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-09-07 21:01:36,496 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-09-07 21:01:36,496 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:36,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:36,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:36,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:36,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:36,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:36,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:36,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:36,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:36,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:36,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:36,507 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-07 21:01:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:36,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753c117a-adc8-4e10-bfcc-4c98890c0857 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:36,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-753c117a-adc8-4e10-bfcc-4c98890c0857 2018-09-07 21:01:36,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:36,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["Jb0vK_6cTguV9Rb3Zy7Pzg"], "issued_at": "2018-09-07T21:01:36.000000Z"}} 2018-09-07 21:01:36,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:01:37,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2fbef4b6-8da0-4d47-9930-c609e6f565cb Date: Fri, 07 Sep 2018 21:01:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 21:01:37,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-2fbef4b6-8da0-4d47-9930-c609e6f565cb 2018-09-07 21:01:37,107 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-07 21:01:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:01:37,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-363cfa01-9af4-4908-8706-0c8ea7fa290c Date: Fri, 07 Sep 2018 21:01:37 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-07 21:01:37,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-363cfa01-9af4-4908-8706-0c8ea7fa290c 2018-09-07 21:01:37,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-09-07 21:01:37,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554 X-Openstack-Request-Id: req-6bc28908-1e58-40de-9386-21b58fba3b35 Date: Fri, 07 Sep 2018 21:01:37 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-07T21:01:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T21:01:37Z", "visibility": "public", "locations": [], "self": "/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "min_disk": 0, "protected": false, "id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "file": "/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 21:01:37,506 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-6bc28908-1e58-40de-9386-21b58fba3b35 2018-09-07 21:01:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" -d '' 2018-09-07 21:01:48,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-216a0192-18a0-49dc-82a6-804c1a7d8fc6 Date: Fri, 07 Sep 2018 21:01:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 21:01:48,984 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554/file used request id req-216a0192-18a0-49dc-82a6-804c1a7d8fc6 2018-09-07 21:01:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:48,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:48,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:48,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:48,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:48,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:48,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:48,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5d1aee-b01e-4b6a-99ed-e3817d4cf422 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:48,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5c5d1aee-b01e-4b6a-99ed-e3817d4cf422 2018-09-07 21:01:48,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:49,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["D-dwNT_NSZO8YOkmxbTpkQ"], "issued_at": "2018-09-07T21:01:49.000000Z"}} 2018-09-07 21:01:49,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc54865933ecf5388a647221cf26a6f539ca0842" 2018-09-07 21:01:49,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-e505d5af-684b-4665-9e48-2aa3ff17e368 x-compute-request-id: req-e505d5af-684b-4665-9e48-2aa3ff17e368 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-07 21:01:49,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail used request id req-e505d5af-684b-4665-9e48-2aa3ff17e368 2018-09-07 21:01:49,646 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-07 21:01:49,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc54865933ecf5388a647221cf26a6f539ca0842" -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-07 21:01:49,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-f1b73245-fc21-4e94-8342-bc8b4e18cd37 x-compute-request-id: req-f1b73245-fc21-4e94-8342-bc8b4e18cd37 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 21:01:49,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f1b73245-fc21-4e94-8342-bc8b4e18cd37 2018-09-07 21:01:49,721 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=d1a443eb-d886-425f-ae01-19bafe2ca775 created successfully. 2018-09-07 21:01:49,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:49,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f344090-270c-4051-8da4-ebd16fae6554 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:49,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5f344090-270c-4051-8da4-ebd16fae6554 2018-09-07 21:01:49,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:50,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["meeazLhVR8qJ94wM_IJcug"], "issued_at": "2018-09-07T21:01:50.000000Z"}} 2018-09-07 21:01:50,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:01:50,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-424ba266-c2ca-4ce9-ae54-d8ae660fdfc6 Date: Fri, 07 Sep 2018 21:01:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["74ffa412-c462-40da-b02d-24425d5d51fa"],"description":"","tags":[],"updated_at":"2018-09-07T20:57:12Z","provider:segmentation_id":100,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:11Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 21:01:50,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-424ba266-c2ca-4ce9-ae54-d8ae660fdfc6 2018-09-07 21:01:50,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:01:50,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-78ff421a-71d4-4988-9b2f-f8e1ffbe151e Date: Fri, 07 Sep 2018 21:01:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:23Z","dns_nameservers":[],"updated_at":"2018-09-07T18:14:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T20:57:12Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"74ffa412-c462-40da-b02d-24425d5d51fa","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-09-07 21:01:50,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-78ff421a-71d4-4988-9b2f-f8e1ffbe151e 2018-09-07 21:01:50,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:01:50,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-03e55bdf-9531-4803-98c1-b895e52c1760 Date: Fri, 07 Sep 2018 21:01:50 GMT RESP BODY: {"routers": []} 2018-09-07 21:01:50,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers used request id req-03e55bdf-9531-4803-98c1-b895e52c1760 2018-09-07 21:01:50,846 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-09-07 21:01:50,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-09-07 21:01:51,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ea523748-2c5f-460b-b1a0-566bb7bc5408 Date: Fri, 07 Sep 2018 21:01:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7f9701f9-698f-4d30-bd47-c005f47b1868","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-07T21:01:50Z","is_default":false,"provider:segmentation_id":42,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:50Z","mtu":1450}} 2018-09-07 21:01:51,148 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks used request id req-ea523748-2c5f-460b-b1a0-566bb7bc5408 2018-09-07 21:01:51,149 - sdnvpn.lib.openstack_utils - DEBUG - Network '7f9701f9-698f-4d30-bd47-c005f47b1868' created successfully 2018-09-07 21:01:51,149 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-07 21:01:51,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"subnets": [{"ip_version": 4, "network_id": "7f9701f9-698f-4d30-bd47-c005f47b1868", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-09-07 21:01:51,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-921c8ddd-6541-4730-ac8d-c3e90d9979e2 Date: Fri, 07 Sep 2018 21:01:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:51Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-07T21:01:51Z","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":"a3d1e38333674f33ba762d66c366b2a8","id":"b8e72179-53c3-4618-9434-8580c2f85151","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-09-07 21:01:51,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets used request id req-921c8ddd-6541-4730-ac8d-c3e90d9979e2 2018-09-07 21:01:51,766 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'b8e72179-53c3-4618-9434-8580c2f85151' created successfully 2018-09-07 21:01:51,766 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-07 21:01:51,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-09-07 21:01:52,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-3ad72e82-b086-465c-a907-a8d413aef60a Date: Fri, 07 Sep 2018 21:01:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T21:01:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T21:01:51Z", "revision_number": 0, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "name": "sdnvpn-13-1-router"}} 2018-09-07 21:01:52,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers used request id req-3ad72e82-b086-465c-a907-a8d413aef60a 2018-09-07 21:01:52,068 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b9e04bd3-c65d-4276-8560-3f48c5caf750' created successfully 2018-09-07 21:01:52,069 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-07 21:01:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"subnet_id": "b8e72179-53c3-4618-9434-8580c2f85151"}' 2018-09-07 21:01:54,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9232922-713b-4151-b8c0-c66f9a755e2b Date: Fri, 07 Sep 2018 21:01:54 GMT RESP BODY: {"network_id": "7f9701f9-698f-4d30-bd47-c005f47b1868", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "b8e72179-53c3-4618-9434-8580c2f85151", "subnet_ids": ["b8e72179-53c3-4618-9434-8580c2f85151"], "port_id": "1745bec7-e5e0-4b17-af56-c6bf70de6e10", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750"} 2018-09-07 21:01:54,083 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750/add_router_interface used request id req-e9232922-713b-4151-b8c0-c66f9a755e2b 2018-09-07 21:01:54,083 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-07 21:01:54,084 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-07 21:01:54,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:01:54,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2018 X-Openstack-Request-Id: req-ade9a456-2332-4006-b9ec-af5f9cf7a6c5 Date: Fri, 07 Sep 2018 21:01:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["74ffa412-c462-40da-b02d-24425d5d51fa"],"description":"","tags":[],"updated_at":"2018-09-07T20:57:12Z","provider:segmentation_id":100,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7f9701f9-698f-4d30-bd47-c005f47b1868","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","subnets":["b8e72179-53c3-4618-9434-8580c2f85151"],"description":"","tags":[],"updated_at":"2018-09-07T21:01:51Z","provider:segmentation_id":42,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"e537ef2c-765f-4452-9b85-388ace121512","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"55be0aaeb3e448dbb52dfa577b6f5c49","status":"ACTIVE","subnets":["3607dd08-2893-4cea-ad91-c9c8759d6b51"],"description":"","tags":[],"updated_at":"2018-09-07T18:14:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"55be0aaeb3e448dbb52dfa577b6f5c49","created_at":"2018-09-07T18:14:17Z","provider:network_type":"flat"}]} 2018-09-07 21:01:54,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks used request id req-ade9a456-2332-4006-b9ec-af5f9cf7a6c5 2018-09-07 21:01:54,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router": {"external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512"}}}' 2018-09-07 21:01:55,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-8ea99720-54a0-4ed0-8088-750cf969ba79 Date: Fri, 07 Sep 2018 21:01:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T21:01:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T21:01:55Z", "revision_number": 3, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "name": "sdnvpn-13-1-router"}} 2018-09-07 21:01:55,616 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 used request id req-8ea99720-54a0-4ed0-8088-750cf969ba79 2018-09-07 21:01:55,616 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-07 21:01:55,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:01:55,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-9fedc84c-11b7-4cbf-ad91-8f96484699dd Date: Fri, 07 Sep 2018 21:01:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "created_at": "2018-09-07T19:22:29Z", "updated_at": "2018-09-07T19:22:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "13b9c1e8-4df3-4b28-ab19-98da8f1c8d22", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "20a19f06-68bf-4935-ab06-8d1216b33ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "b7889c87-bd64-4b3b-867a-d671113d2d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:22:29Z", "revision_number": 0, "id": "e1b6a02a-8c48-4e1e-8175-b73a558ca29c", "remote_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "remote_ip_prefix": null, "created_at": "2018-09-07T19:22:29Z", "security_group_id": "0bf795fe-c591-4361-ab4a-0e303d156866", "tenant_id": "fd86aed88c22468d9d14eb34da85fcee", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd86aed88c22468d9d14eb34da85fcee"}], "revision_number": 4, "project_id": "fd86aed88c22468d9d14eb34da85fcee", "id": "0bf795fe-c591-4361-ab4a-0e303d156866", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "created_at": "2018-09-07T18:40:34Z", "updated_at": "2018-09-07T18:40:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "625f127f-2bf0-4ffa-a05d-d35b2ff3bc16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "752888a9-12ef-410e-b610-b01b5f5cc2cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "e2b9d612-f9b6-4a6c-b307-31fc66ad8240", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fdffc9f89c6472196b6952ac5639416"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:34Z", "revision_number": 0, "id": "ec8122d0-c263-4cc6-b082-57b19574ad5f", "remote_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:34Z", "security_group_id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "tenant_id": "0fdffc9f89c6472196b6952ac5639416", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fdffc9f89c6472196b6952ac5639416"}], "revision_number": 4, "project_id": "0fdffc9f89c6472196b6952ac5639416", "id": "28e2c07c-4c68-4fb1-9220-1d1fc11f974a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "created_at": "2018-09-07T18:56:37Z", "updated_at": "2018-09-07T18:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4a27cfc2-580c-496a-9e47-e25e2c7b2332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "4c02a76d-791a-4487-8fb7-6b90a1a3862b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "9a79779e-5f65-4362-bcdf-4d9f320fb591", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv6", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:56:37Z", "revision_number": 0, "id": "bcc8d533-f627-4525-a102-03cd25f8da25", "remote_group_id": "345d5575-a995-43a5-818a-39613d033d80", "remote_ip_prefix": null, "created_at": "2018-09-07T18:56:37Z", "security_group_id": "345d5575-a995-43a5-818a-39613d033d80", "tenant_id": "51729ca6f2af4c1bb498f0fd2da1e948", "port_range_min": null, "ethertype": "IPv4", "project_id": "51729ca6f2af4c1bb498f0fd2da1e948"}], "revision_number": 4, "project_id": "51729ca6f2af4c1bb498f0fd2da1e948", "id": "345d5575-a995-43a5-818a-39613d033d80", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "089edb0d38e442fab61c23a7e525c252", "created_at": "2018-09-07T20:23:42Z", "updated_at": "2018-09-07T20:23:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "2bd46e16-99e9-4505-b07c-80dc987ee7b7", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "801b8265-adc2-47a9-ae18-d50a5a3c8502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv6", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "b9b53b15-1d6a-4523-ab8b-492a67c2919f", "remote_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:23:43Z", "revision_number": 0, "id": "d28b9da8-b0a4-4aa3-ae64-16a5b60aa048", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:23:43Z", "security_group_id": "379dbe01-c407-4de3-a17f-a476868677e2", "tenant_id": "089edb0d38e442fab61c23a7e525c252", "port_range_min": null, "ethertype": "IPv4", "project_id": "089edb0d38e442fab61c23a7e525c252"}], "revision_number": 4, "project_id": "089edb0d38e442fab61c23a7e525c252", "id": "379dbe01-c407-4de3-a17f-a476868677e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "created_at": "2018-09-07T18:27:04Z", "updated_at": "2018-09-07T18:27:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "041441d2-0fb7-4e30-8163-a33206f777b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "8c03eba5-23c3-4e99-bbc8-486b72fbfcb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "a221f418-a8e7-46f1-89a7-ba886d65b34d", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:27:04Z", "revision_number": 0, "id": "fef89a88-b5f0-4b48-a431-8394320aedfd", "remote_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "remote_ip_prefix": null, "created_at": "2018-09-07T18:27:04Z", "security_group_id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "tenant_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9"}], "revision_number": 4, "project_id": "ef3c57c6b7674c1b8ae62ba64b6f49a9", "id": "426e77ad-045d-4239-8fdf-1173a9a4eac3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T19:34:33Z", "updated_at": "2018-09-07T19:34:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "144f2434-c579-4cf5-8b75-8223960d1519", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "35940833-1ddc-4102-b26d-8e79203c100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "4781b16a-23df-4c3b-841f-f1f54b509379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:34:33Z", "revision_number": 0, "id": "e43cb875-eba3-4998-9692-abb82140bb9d", "remote_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "remote_ip_prefix": null, "created_at": "2018-09-07T19:34:33Z", "security_group_id": "525597f0-2a75-4581-95e4-90e0010f81de", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 4, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "525597f0-2a75-4581-95e4-90e0010f81de", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T20:27:52Z", "updated_at": "2018-09-07T20:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6454b76e-ad31-498a-b548-5381abac706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "69ebd447-ad66-464a-87a7-56d661b9cef2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "6f749d62-01e3-4337-bd53-a6aa2bd1f0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:27:52Z", "revision_number": 0, "id": "93ecd57b-373d-4e10-a6b7-d2d75ae87156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:52Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-07T20:27:54Z", "revision_number": 0, "id": "a20a762b-5aec-4302-9757-d77c0c65e328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:54Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-07T20:30:44Z", "revision_number": 0, "id": "a22362c0-5930-40a6-8762-0ace173095a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:30:44Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-07T20:27:53Z", "revision_number": 0, "id": "aa5176c6-ac4e-4d3e-9ee0-24114a332a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:27:53Z", "security_group_id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3d1e38333674f33ba762d66c366b2a8"}], "revision_number": 7, "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "6f829573-2f15-46c3-8957-08c4eb5eb777", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "created_at": "2018-09-07T18:14:17Z", "updated_at": "2018-09-07T18:14:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "4331cdc3-f267-45eb-8fbd-3b4c8340ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "495ef5ae-6db5-4a40-8202-65618c6e33cd", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "64ceba33-ff18-4239-be57-ac8353ca6a4c", "remote_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv6", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:14:17Z", "revision_number": 0, "id": "e5f4b329-77f5-42ed-b8bf-e9e0cff49cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:14:17Z", "security_group_id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "tenant_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "port_range_min": null, "ethertype": "IPv4", "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49"}], "revision_number": 4, "project_id": "55be0aaeb3e448dbb52dfa577b6f5c49", "id": "700d71c6-a3d7-41d4-9b50-44b16810fab9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "created_at": "2018-09-07T19:35:08Z", "updated_at": "2018-09-07T19:35:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "7f0e4fb7-c882-4576-bec7-2aa8e81cce0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "804e679d-993a-4c09-94dc-22902cf0fc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "aea50a7e-91a5-47d8-a618-70b7c74fb1d3", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:35:08Z", "revision_number": 0, "id": "dc55abfd-f317-4045-8012-99ca00bfc087", "remote_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "remote_ip_prefix": null, "created_at": "2018-09-07T19:35:08Z", "security_group_id": "9cec3124-4b70-4c04-8b34-0e3769577555", "tenant_id": "a55766a2006a4a4a9f3977d990f65c7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "a55766a2006a4a4a9f3977d990f65c7c"}], "revision_number": 4, "project_id": "a55766a2006a4a4a9f3977d990f65c7c", "id": "9cec3124-4b70-4c04-8b34-0e3769577555", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "created_at": "2018-09-07T18:41:38Z", "updated_at": "2018-09-07T18:41:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "55ab77db-674d-4584-ab84-4a5e84fc6a53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "7c34b634-f581-4b72-9ef3-252987ea5ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "de992896-bc7c-4682-bd1b-b50f91e38444", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:41:38Z", "revision_number": 0, "id": "e4dc675f-32d3-446b-85c5-d81927c3a93a", "remote_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "remote_ip_prefix": null, "created_at": "2018-09-07T18:41:38Z", "security_group_id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "tenant_id": "d6e4fffff2b84caa83b4af90a149df63", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e4fffff2b84caa83b4af90a149df63"}], "revision_number": 4, "project_id": "d6e4fffff2b84caa83b4af90a149df63", "id": "a15d1e7d-1e81-46aa-9edb-5de81bbc9764", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "created_at": "2018-09-07T18:40:17Z", "updated_at": "2018-09-07T18:40:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "4794a237-75aa-41b1-923a-bdd68525f117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "9aa268e8-9862-4fab-add9-4842880a4258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "cfc2be8f-7b81-40dc-87db-6120aadc2cf5", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:40:17Z", "revision_number": 0, "id": "e518baac-fd5f-4937-9e85-09e21b532c6a", "remote_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "remote_ip_prefix": null, "created_at": "2018-09-07T18:40:17Z", "security_group_id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "tenant_id": "eee21cc017444ce08e1e16f913bceaf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "eee21cc017444ce08e1e16f913bceaf3"}], "revision_number": 4, "project_id": "eee21cc017444ce08e1e16f913bceaf3", "id": "a4a571f6-6797-43e8-8e80-7d87c32cba40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "created_at": "2018-09-07T20:22:47Z", "updated_at": "2018-09-07T20:22:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "07a1689c-f1ca-4236-9a7b-8ae886481d5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "2b79e4a3-7178-4c18-9914-70c0707ebb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "75d3d9f6-229f-4501-97d2-97e32a233c82", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd5ca187339401db7df5cfba21c7199"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T20:22:47Z", "revision_number": 0, "id": "e939bb99-4543-4ebd-b13e-b1fc17c65409", "remote_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "remote_ip_prefix": null, "created_at": "2018-09-07T20:22:47Z", "security_group_id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "tenant_id": "0fd5ca187339401db7df5cfba21c7199", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd5ca187339401db7df5cfba21c7199"}], "revision_number": 4, "project_id": "0fd5ca187339401db7df5cfba21c7199", "id": "ac4faf40-241b-4451-86bf-cfbd5e284de2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-07T18:28:38Z", "updated_at": "2018-09-07T18:28:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "43344869-35ff-4903-96ba-95f18b7bd5f2", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "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-07T18:28:38Z", "revision_number": 0, "id": "779b8037-7551-4a0c-adb3-ca3a55c1467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "aa64b341-fdd4-42db-834f-1de78826f79f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:28:38Z", "revision_number": 0, "id": "cc2ed43e-b2dd-4a78-b700-bb3953fb207b", "remote_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "remote_ip_prefix": null, "created_at": "2018-09-07T18:28:38Z", "security_group_id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "b811b3d1-a27a-4233-8766-54c3c9a579f4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "created_at": "2018-09-07T18:42:51Z", "updated_at": "2018-09-07T18:42:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "181da2ca-8942-47ce-ac17-6751a0222f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "38f7270e-7225-4476-b833-36f56c835455", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "6e984975-b1f5-4ac5-8d58-f30d904020bc", "remote_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv6", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T18:42:51Z", "revision_number": 0, "id": "e52d7a50-3f36-4830-a711-ca5b7d2f8119", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T18:42:51Z", "security_group_id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "tenant_id": "c264d7fb3fe6424f80aab405083b0c30", "port_range_min": null, "ethertype": "IPv4", "project_id": "c264d7fb3fe6424f80aab405083b0c30"}], "revision_number": 4, "project_id": "c264d7fb3fe6424f80aab405083b0c30", "id": "edd7cb7f-b9f3-47b1-a872-293171046ef7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "created_at": "2018-09-07T19:31:22Z", "updated_at": "2018-09-07T19:31:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "319962db-c090-44d8-8e45-d09304db4e7b", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "4a0cc057-81d0-4d15-b933-7fe1652ac24a", "remote_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "8aaddcb4-515e-4e4d-89f6-ba01e5a78de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-07T19:31:22Z", "revision_number": 0, "id": "b7eb7098-8704-420c-9ea3-f9329059cb66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-07T19:31:22Z", "security_group_id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "tenant_id": "d655cbaf75954337bc7f75ed618fcef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "d655cbaf75954337bc7f75ed618fcef1"}], "revision_number": 4, "project_id": "d655cbaf75954337bc7f75ed618fcef1", "id": "ff07aad4-8a4f-4a29-ad6d-66ae6d0b9a3c", "name": "default"}]} 2018-09-07 21:01:55,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups used request id req-9fedc84c-11b7-4cbf-ad91-8f96484699dd 2018-09-07 21:01:55,716 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-07 21:01:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:55,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87fb8e1c-7ab1-4228-99f1-c4e5bec15825 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:55,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-87fb8e1c-7ab1-4228-99f1-c4e5bec15825 2018-09-07 21:01:55,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:56,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["H9wxcEtGSFu3ZXfpfHJvxw"], "issued_at": "2018-09-07T21:01:56.000000Z"}} 2018-09-07 21:01:56,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" 2018-09-07 21:01:56,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-20bfdfc7-88b2-4900-a7b1-126ca24b8947 x-compute-request-id: req-20bfdfc7-88b2-4900-a7b1-126ca24b8947 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "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": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 198}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-07 21:01:56,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-20bfdfc7-88b2-4900-a7b1-126ca24b8947 2018-09-07 21:01:56,291 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-07 21:01:56,291 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-09-07 21:01:56,291 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=9d39de40-7be9-4da7-afc9-422b5cdec554 network=7f9701f9-698f-4d30-bd47-c005f47b1868 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 21:01:56,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:56,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:56,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:56,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:56,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:01:56,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:01:56,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:01:56,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:01:56,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:01:56,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:01:56,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:01:56,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:01:56,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:56,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b886b9a-61b6-4ca8-b71f-8723df591e12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:56,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-3b886b9a-61b6-4ca8-b71f-8723df591e12 2018-09-07 21:01:56,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:56,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["PX5DTqliQOy_j7hd6Carig"], "issued_at": "2018-09-07T21:01:56.000000Z"}} 2018-09-07 21:01:56,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b4ab383849fecb0d7a7268afd53ce1a6cd55de" 2018-09-07 21:01:56,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-4343b5d3-6916-499c-9665-f6b499d5e1fd x-compute-request-id: req-4343b5d3-6916-499c-9665-f6b499d5e1fd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 21:01:56,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4343b5d3-6916-499c-9665-f6b499d5e1fd 2018-09-07 21:01:56,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b4ab383849fecb0d7a7268afd53ce1a6cd55de" 2018-09-07 21:01:56,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-94d571ba-f790-479e-b709-c4ff571a5c53 x-compute-request-id: req-94d571ba-f790-479e-b709-c4ff571a5c53 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 21:01:56,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 used request id req-94d571ba-f790-479e-b709-c4ff571a5c53 2018-09-07 21:01:56,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b4ab383849fecb0d7a7268afd53ce1a6cd55de" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "9d39de40-7be9-4da7-afc9-422b5cdec554", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d1a443eb-d886-425f-ae01-19bafe2ca775", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7f9701f9-698f-4d30-bd47-c005f47b1868"}], "config_drive": true}}' 2018-09-07 21:01:58,368 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:01: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-aab2207d-8940-4ec0-8593-408626e62962 x-compute-request-id: req-aab2207d-8940-4ec0-8593-408626e62962 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d515341-5c61-4dab-b200-035305126b3d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "adminPass": "wjL6Y2XjCeGG"}} 2018-09-07 21:01:58,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-aab2207d-8940-4ec0-8593-408626e62962 2018-09-07 21:01:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:01:58,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d55d33c-2d66-4986-bc33-5c192cf8fa69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:01:58,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0d55d33c-2d66-4986-bc33-5c192cf8fa69 2018-09-07 21:01:58,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:01:58,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["1h6_a55gRyeW7ojdB0IEpg"], "issued_at": "2018-09-07T21:01:58.000000Z"}} 2018-09-07 21:01:58,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:01:59,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:01: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-caa3ddef-aad0-4bfc-8eda-fcd495be0f53 x-compute-request-id: req-caa3ddef-aad0-4bfc-8eda-fcd495be0f53 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.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:58Z", "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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:01:59,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-caa3ddef-aad0-4bfc-8eda-fcd495be0f53 2018-09-07 21:02:02,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:02,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-76a21356-65d9-4098-8208-c691feba7ea6 x-compute-request-id: req-76a21356-65d9-4098-8208-c691feba7ea6 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.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:02,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-76a21356-65d9-4098-8208-c691feba7ea6 2018-09-07 21:02:05,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:06,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-769cdddb-3524-49a5-ae4f-c61d27f47f7b x-compute-request-id: req-769cdddb-3524-49a5-ae4f-c61d27f47f7b 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:06,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-769cdddb-3524-49a5-ae4f-c61d27f47f7b 2018-09-07 21:02:09,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:10,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42cc097e-87ec-4e1d-badf-f7960610458c x-compute-request-id: req-42cc097e-87ec-4e1d-badf-f7960610458c 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:10,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-42cc097e-87ec-4e1d-badf-f7960610458c 2018-09-07 21:02:13,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:14,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-5bb93883-55b0-4e0b-9dda-43afc099a760 x-compute-request-id: req-5bb93883-55b0-4e0b-9dda-43afc099a760 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:14,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-5bb93883-55b0-4e0b-9dda-43afc099a760 2018-09-07 21:02:17,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:17,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76af7e25-9147-4dc1-b212-649e383c06d8 x-compute-request-id: req-76af7e25-9147-4dc1-b212-649e383c06d8 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:17,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-76af7e25-9147-4dc1-b212-649e383c06d8 2018-09-07 21:02:20,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:21,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-1a56f3cb-e8e8-44e8-8906-be6f96270b46 x-compute-request-id: req-1a56f3cb-e8e8-44e8-8906-be6f96270b46 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:21,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-1a56f3cb-e8e8-44e8-8906-be6f96270b46 2018-09-07 21:02:24,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:25,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-fb82bb49-4592-47ff-b8f8-4d1b46d3db41 x-compute-request-id: req-fb82bb49-4592-47ff-b8f8-4d1b46d3db41 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:25,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-fb82bb49-4592-47ff-b8f8-4d1b46d3db41 2018-09-07 21:02:28,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:28,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-167883f1-9a8d-4cb6-9227-85044a26cd72 x-compute-request-id: req-167883f1-9a8d-4cb6-9227-85044a26cd72 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:28,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-167883f1-9a8d-4cb6-9227-85044a26cd72 2018-09-07 21:02:31,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:33,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-78753ed5-ed56-4900-8678-bed5b1ec1c19 x-compute-request-id: req-78753ed5-ed56-4900-8678-bed5b1ec1c19 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:33,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-78753ed5-ed56-4900-8678-bed5b1ec1c19 2018-09-07 21:02:36,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:36,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-96a8c275-09f7-4a63-84f2-80bd11049f07 x-compute-request-id: req-96a8c275-09f7-4a63-84f2-80bd11049f07 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:36,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-96a8c275-09f7-4a63-84f2-80bd11049f07 2018-09-07 21:02:39,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:40,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-2864304a-17fe-4721-9d64-9aa46ac46c12 x-compute-request-id: req-2864304a-17fe-4721-9d64-9aa46ac46c12 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:40,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-2864304a-17fe-4721-9d64-9aa46ac46c12 2018-09-07 21:02:43,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:43,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90a30b9c-13f4-4253-8c96-c1e479738b31 x-compute-request-id: req-90a30b9c-13f4-4253-8c96-c1e479738b31 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:43,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-90a30b9c-13f4-4253-8c96-c1e479738b31 2018-09-07 21:02:46,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:47,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02: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-1d563932-2b30-4a5c-a29c-b5273ae467da x-compute-request-id: req-1d563932-2b30-4a5c-a29c-b5273ae467da 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:47,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-1d563932-2b30-4a5c-a29c-b5273ae467da 2018-09-07 21:02:50,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:51,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9cbfe27-9697-4e93-8573-49d3b6a65645 x-compute-request-id: req-c9cbfe27-9697-4e93-8573-49d3b6a65645 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:51,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-c9cbfe27-9697-4e93-8573-49d3b6a65645 2018-09-07 21:02:54,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:54,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23db298b-b092-4cfc-9fd8-e87f6d342784 x-compute-request-id: req-23db298b-b092-4cfc-9fd8-e87f6d342784 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:54,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-23db298b-b092-4cfc-9fd8-e87f6d342784 2018-09-07 21:02:57,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:02:58,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:02:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da3e58a1-83b5-4c9d-8846-7f1ef1cb0080 x-compute-request-id: req-da3e58a1-83b5-4c9d-8846-7f1ef1cb0080 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:02:58,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-da3e58a1-83b5-4c9d-8846-7f1ef1cb0080 2018-09-07 21:03:01,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:01,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-7dcd847e-7d13-4e94-a4e4-978caae7107b x-compute-request-id: req-7dcd847e-7d13-4e94-a4e4-978caae7107b 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:01,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-7dcd847e-7d13-4e94-a4e4-978caae7107b 2018-09-07 21:03:04,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:05,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-92457f4d-cfb5-464f-a6a2-ed8d2dc81b82 x-compute-request-id: req-92457f4d-cfb5-464f-a6a2-ed8d2dc81b82 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:05,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-92457f4d-cfb5-464f-a6a2-ed8d2dc81b82 2018-09-07 21:03:08,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:08,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-6677a70a-fa20-40ed-aaa8-4161ed085d63 x-compute-request-id: req-6677a70a-fa20-40ed-aaa8-4161ed085d63 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:08,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-6677a70a-fa20-40ed-aaa8-4161ed085d63 2018-09-07 21:03:11,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:12,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-f4ec9771-a85e-432e-8e3a-f60f8c4f5304 x-compute-request-id: req-f4ec9771-a85e-432e-8e3a-f60f8c4f5304 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:12,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-f4ec9771-a85e-432e-8e3a-f60f8c4f5304 2018-09-07 21:03:15,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:15,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82460baf-b330-48f9-8974-dcc8e3ebf54e x-compute-request-id: req-82460baf-b330-48f9-8974-dcc8e3ebf54e 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:15,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-82460baf-b330-48f9-8974-dcc8e3ebf54e 2018-09-07 21:03:18,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:19,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-7ca34eda-2bb5-4664-82db-8f5cc824eaf7 x-compute-request-id: req-7ca34eda-2bb5-4664-82db-8f5cc824eaf7 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:19,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-7ca34eda-2bb5-4664-82db-8f5cc824eaf7 2018-09-07 21:03:22,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:22,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b46f7c07-ec35-43ae-897f-f47f494d404d x-compute-request-id: req-b46f7c07-ec35-43ae-897f-f47f494d404d 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:22,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-b46f7c07-ec35-43ae-897f-f47f494d404d 2018-09-07 21:03:25,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:26,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6de3f807-2d34-4659-8312-ec4452a8d3f8 x-compute-request-id: req-6de3f807-2d34-4659-8312-ec4452a8d3f8 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:26,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-6de3f807-2d34-4659-8312-ec4452a8d3f8 2018-09-07 21:03:29,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:30,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-106d90f0-0df5-4fb9-9ac4-cb7ac036cc49 x-compute-request-id: req-106d90f0-0df5-4fb9-9ac4-cb7ac036cc49 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:30,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-106d90f0-0df5-4fb9-9ac4-cb7ac036cc49 2018-09-07 21:03:33,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:33,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-ace6a3ce-1b98-42f6-8d2e-895e2a3789a6 x-compute-request-id: req-ace6a3ce-1b98-42f6-8d2e-895e2a3789a6 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:33,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-ace6a3ce-1b98-42f6-8d2e-895e2a3789a6 2018-09-07 21:03:36,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:37,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-80ef0de2-215e-408c-8ca0-3551e51c813b x-compute-request-id: req-80ef0de2-215e-408c-8ca0-3551e51c813b 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:37,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-80ef0de2-215e-408c-8ca0-3551e51c813b 2018-09-07 21:03:40,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:40,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1a9bf6c-9134-42f3-9739-61e06f12a164 x-compute-request-id: req-b1a9bf6c-9134-42f3-9739-61e06f12a164 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:40,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-b1a9bf6c-9134-42f3-9739-61e06f12a164 2018-09-07 21:03:43,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:44,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32bdf3bc-4d80-410e-8523-5f5204d2c822 x-compute-request-id: req-32bdf3bc-4d80-410e-8523-5f5204d2c822 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:44,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-32bdf3bc-4d80-410e-8523-5f5204d2c822 2018-09-07 21:03:47,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:47,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-66d02522-4a03-4e2b-ba90-7cd712b340a7 x-compute-request-id: req-66d02522-4a03-4e2b-ba90-7cd712b340a7 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:47,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-66d02522-4a03-4e2b-ba90-7cd712b340a7 2018-09-07 21:03:50,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:50,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-4f221a28-8d44-4022-b386-a4e723306a20 x-compute-request-id: req-4f221a28-8d44-4022-b386-a4e723306a20 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:50,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-4f221a28-8d44-4022-b386-a4e723306a20 2018-09-07 21:03:53,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:54,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c30cf247-6941-4e9c-9329-15396aa319a6 x-compute-request-id: req-c30cf247-6941-4e9c-9329-15396aa319a6 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:54,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-c30cf247-6941-4e9c-9329-15396aa319a6 2018-09-07 21:03:57,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:03:57,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:03: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-df58b93b-91a2-4b8d-aa5d-c8fb626a59b0 x-compute-request-id: req-df58b93b-91a2-4b8d-aa5d-c8fb626a59b0 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:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:01:59Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:03:57,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-df58b93b-91a2-4b8d-aa5d-c8fb626a59b0 2018-09-07 21:04:00,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32219f3b67a41e74fccbeba5d5dd47f9a5c4f838" 2018-09-07 21:04:01,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-8cf81b01-855b-46a6-8a71-3a6882fe0cf5 x-compute-request-id: req-8cf81b01-855b-46a6-8a71-3a6882fe0cf5 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": "2018-09-07T21:04:00.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:00Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:01,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-8cf81b01-855b-46a6-8a71-3a6882fe0cf5 2018-09-07 21:04:01,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b4ab383849fecb0d7a7268afd53ce1a6cd55de" 2018-09-07 21:04:02,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-57924cce-b7f9-4df0-a95d-f0482de64489 x-compute-request-id: req-57924cce-b7f9-4df0-a95d-f0482de64489 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:66:b4", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8d515341-5c61-4dab-b200-035305126b3d", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000162", "OS-SRV-USG:launched_at": "2018-09-07T21:04:00.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "8d515341-5c61-4dab-b200-035305126b3d", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:00Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:01:58Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:02,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d used request id req-57924cce-b7f9-4df0-a95d-f0482de64489 2018-09-07 21:04:02,526 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.7'. 2018-09-07 21:04:02,527 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-09-07 21:04:02,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 21:04:03,716 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:04:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed22a118-5d41-48c6-a983-8301267805e5 x-compute-request-id: req-ed22a118-5d41-48c6-a983-8301267805e5 Content-Length: 0 Content-Type: application/json 2018-09-07 21:04:03,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action used request id req-ed22a118-5d41-48c6-a983-8301267805e5 2018-09-07 21:04:03,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:04:03,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7646 X-Openstack-Request-Id: req-a4d6e749-1a0c-4d76-aebf-b45a0287ebb3 Date: Fri, 07 Sep 2018 21:04:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.1"}],"id":"1745bec7-e5e0-4b17-af56-c6bf70de6e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:a9:46","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b9e04bd3-c65d-4276-8560-3f48c5caf750","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.4"}],"id":"46a88d36-2064-442a-a47f-4e295082a64a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:4d:a6","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:04:03Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.7"}],"id":"5e386236-a9c1-4ae8-b427-50bfa0ab2ef7","security_groups":["525597f0-2a75-4581-95e4-90e0010f81de","6f829573-2f15-46c3-8957-08c4eb5eb777"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:66:b4","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8d515341-5c61-4dab-b200-035305126b3d","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:02:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.4"}],"id":"a0af0877-f94a-4cbd-941d-faba6d68c391","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6a:8d:aa","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.2"}],"id":"a70f5269-3351-45a5-b455-d41397f6e658","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:51:fb","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.209"}],"id":"afc7eecb-b1d3-4260-899e-b2966bb4559b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:30:bc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b9e04bd3-c65d-4276-8560-3f48c5caf750","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T21:01:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.2"}],"id":"b0646c4a-2c23-42ec-b7e4-b232db9d769f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:0a:87","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.3"}],"id":"b8ec0136-5944-4cf6-a21e-7a94668c4cb2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:62:2a","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.3"}],"id":"dd9c88fc-bc29-4c76-8f56-9498a5ff7ed7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e6:b8:b5","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:13Z","binding:vnic_type":"normal"}]} 2018-09-07 21:04:03,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports used request id req-a4d6e749-1a0c-4d76-aebf-b45a0287ebb3 2018-09-07 21:04:03,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/ports/5e386236-a9c1-4ae8-b427-50bfa0ab2ef7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:93:66:b4"}]}}' 2018-09-07 21:04:04,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-d2267430-9e7b-4ab0-b4a9-7ddc9816f5ba Date: Fri, 07 Sep 2018 21:04:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:93:66:b4"}],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:04:04Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.7"}],"id":"5e386236-a9c1-4ae8-b427-50bfa0ab2ef7","security_groups":["525597f0-2a75-4581-95e4-90e0010f81de","6f829573-2f15-46c3-8957-08c4eb5eb777"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:66:b4","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8d515341-5c61-4dab-b200-035305126b3d","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:02:00Z","binding:vnic_type":"normal"}} 2018-09-07 21:04:04,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/ports/5e386236-a9c1-4ae8-b427-50bfa0ab2ef7 used request id req-d2267430-9e7b-4ab0-b4a9-7ddc9816f5ba 2018-09-07 21:04:04,471 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-09-07 21:04:04,471 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=9d39de40-7be9-4da7-afc9-422b5cdec554 network=7f9701f9-698f-4d30-bd47-c005f47b1868 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 21:04:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:04:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:04:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:04:04,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:04:04,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:04:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:04:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:04:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:04:04,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:04:04,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:04:04,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:04:04,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:04:04,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:04:04,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:04:04,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e067bcbb-fa42-42bf-80ae-089874f0bada Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:04:04,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e067bcbb-fa42-42bf-80ae-089874f0bada 2018-09-07 21:04:04,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:04:04,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:04:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["YNztYRecQhO9LzZNrx5IIA"], "issued_at": "2018-09-07T21:04:04.000000Z"}} 2018-09-07 21:04:04,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" 2018-09-07 21:04:05,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-b7450646-6dc8-4c21-97fd-38a1cf206712 x-compute-request-id: req-b7450646-6dc8-4c21-97fd-38a1cf206712 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 21:04:05,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-b7450646-6dc8-4c21-97fd-38a1cf206712 2018-09-07 21:04:05,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" 2018-09-07 21:04:05,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf6af041-cc6a-4db9-ba29-4e7c5dc4cbd6 x-compute-request-id: req-cf6af041-cc6a-4db9-ba29-4e7c5dc4cbd6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 21:04:05,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 used request id req-cf6af041-cc6a-4db9-ba29-4e7c5dc4cbd6 2018-09-07 21:04:05,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "9d39de40-7be9-4da7-afc9-422b5cdec554", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "d1a443eb-d886-425f-ae01-19bafe2ca775", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7f9701f9-698f-4d30-bd47-c005f47b1868"}], "config_drive": true}}' 2018-09-07 21:04:06,488 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cca24a53-9ac8-4ed3-95c9-ff66f2e112f0 x-compute-request-id: req-cca24a53-9ac8-4ed3-95c9-ff66f2e112f0 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "adminPass": "98cShfFJugNo"}} 2018-09-07 21:04:06,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-cca24a53-9ac8-4ed3-95c9-ff66f2e112f0 2018-09-07 21:04:06,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:04:06,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd4e368-3279-443d-8988-610b37bf1e32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:04:06,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-efd4e368-3279-443d-8988-610b37bf1e32 2018-09-07 21:04:06,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:04:06,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["K6q1uHtmTySlv_KTZfZqGw"], "issued_at": "2018-09-07T21:04:06.000000Z"}} 2018-09-07 21:04:06,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:07,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-9a98c98e-b866-4624-be63-03382bcb66a6 x-compute-request-id: req-9a98c98e-b866-4624-be63-03382bcb66a6 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04: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-13-2", "created": "2018-09-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:07,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-9a98c98e-b866-4624-be63-03382bcb66a6 2018-09-07 21:04:10,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:10,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-09ac215b-3041-4951-a7c2-54d149f51c2e x-compute-request-id: req-09ac215b-3041-4951-a7c2-54d149f51c2e Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:07Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:10,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-09ac215b-3041-4951-a7c2-54d149f51c2e 2018-09-07 21:04:13,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:14,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-cd001249-8163-47fa-bc6c-e4250801c757 x-compute-request-id: req-cd001249-8163-47fa-bc6c-e4250801c757 Content-Encoding: gzip Content-Length: 782 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:07Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:14,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-cd001249-8163-47fa-bc6c-e4250801c757 2018-09-07 21:04:17,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:18,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e97827db-0cea-4718-b545-f368e99e02ba x-compute-request-id: req-e97827db-0cea-4718-b545-f368e99e02ba Content-Encoding: gzip Content-Length: 782 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:07Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:18,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-e97827db-0cea-4718-b545-f368e99e02ba 2018-09-07 21:04:21,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:21,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-0fd7f5df-c882-476f-9fa7-bbb402e91a23 x-compute-request-id: req-0fd7f5df-c882-476f-9fa7-bbb402e91a23 Content-Encoding: gzip Content-Length: 782 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:07Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:21,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-0fd7f5df-c882-476f-9fa7-bbb402e91a23 2018-09-07 21:04:24,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:25,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-5f482bf5-53a6-4eaf-a590-6005ade52bb2 x-compute-request-id: req-5f482bf5-53a6-4eaf-a590-6005ade52bb2 Content-Encoding: gzip Content-Length: 782 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:07Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:25,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-5f482bf5-53a6-4eaf-a590-6005ade52bb2 2018-09-07 21:04:28,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e587df81e5d825cadb91c9b73eff17d7caaf7a7" 2018-09-07 21:04:28,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-d4f0e2ca-90ea-40c1-af9b-b6e44e4188dd x-compute-request-id: req-d4f0e2ca-90ea-40c1-af9b-b6e44e4188dd 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": "2018-09-07T21:04:25.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:25Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:28,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-d4f0e2ca-90ea-40c1-af9b-b6e44e4188dd 2018-09-07 21:04:28,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" 2018-09-07 21:04:29,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-ff000a29-eaaf-47e4-ad3f-e7fbd3b619e5 x-compute-request-id: req-ff000a29-eaaf-47e4-ad3f-e7fbd3b619e5 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:43:65:49", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "rel": "bookmark"}], "image": {"id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "links": [{"href": "http://172.30.9.25:8774/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000165", "OS-SRV-USG:launched_at": "2018-09-07T21:04:25.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:25Z", "hostId": "6eaed32145c1cbaf3c8cdb3c3966a3524a38f308b5c98c81e8e8300c", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-07T21:04:06Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:29,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 used request id req-ff000a29-eaaf-47e4-ad3f-e7fbd3b619e5 2018-09-07 21:04:29,634 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.14'. 2018-09-07 21:04:29,634 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-09-07 21:04:29,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 21:04:30,954 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68fc3200-be66-45ba-9888-fb5d083eed14 x-compute-request-id: req-68fc3200-be66-45ba-9888-fb5d083eed14 Content-Length: 0 Content-Type: application/json 2018-09-07 21:04:30,954 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-68fc3200-be66-45ba-9888-fb5d083eed14 2018-09-07 21:04:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:04:31,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8613 X-Openstack-Request-Id: req-7089b555-b805-462f-9c52-fd226c75f058 Date: Fri, 07 Sep 2018 21:04:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.1"}],"id":"1745bec7-e5e0-4b17-af56-c6bf70de6e10","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:a9:46","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b9e04bd3-c65d-4276-8560-3f48c5caf750","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.4"}],"id":"46a88d36-2064-442a-a47f-4e295082a64a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:4d:a6","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:93:66:b4"}],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:04:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.7"}],"id":"5e386236-a9c1-4ae8-b427-50bfa0ab2ef7","security_groups":["525597f0-2a75-4581-95e4-90e0010f81de","6f829573-2f15-46c3-8957-08c4eb5eb777"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:66:b4","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"8d515341-5c61-4dab-b200-035305126b3d","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:02:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.4"}],"id":"a0af0877-f94a-4cbd-941d-faba6d68c391","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6a:8d:aa","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.2"}],"id":"a70f5269-3351-45a5-b455-d41397f6e658","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:51:fb","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3607dd08-2893-4cea-ad91-c9c8759d6b51","ip_address":"172.30.9.209"}],"id":"afc7eecb-b1d3-4260-899e-b2966bb4559b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:30:bc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b9e04bd3-c65d-4276-8560-3f48c5caf750","name":"","admin_state_up":true,"network_id":"e537ef2c-765f-4452-9b85-388ace121512","tenant_id":"","created_at":"2018-09-07T21:01:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.2"}],"id":"b0646c4a-2c23-42ec-b7e4-b232db9d769f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:0a:87","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:01:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.3"}],"id":"b8ec0136-5944-4cf6-a21e-7a94668c4cb2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:62:2a","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7f9701f9-698f-4d30-bd47-c005f47b1868","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:01:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T20:57:14Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"74ffa412-c462-40da-b02d-24425d5d51fa","ip_address":"10.10.10.3"}],"id":"dd9c88fc-bc29-4c76-8f56-9498a5ff7ed7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e6:b8:b5","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-11a5f07d-619f-45c0-9c29-10c4c4d58d34","name":"","admin_state_up":true,"network_id":"11a5f07d-619f-45c0-9c29-10c4c4d58d34","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T20:57:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:04:30Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.14"}],"id":"e5487dba-a500-4c96-aca7-d21a83861f81","security_groups":["525597f0-2a75-4581-95e4-90e0010f81de","6f829573-2f15-46c3-8957-08c4eb5eb777"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:65:49","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:04:08Z","binding:vnic_type":"normal"}]} 2018-09-07 21:04:31,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports used request id req-7089b555-b805-462f-9c52-fd226c75f058 2018-09-07 21:04:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/ports/e5487dba-a500-4c96-aca7-d21a83861f81 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:43:65:49"}]}}' 2018-09-07 21:04:31,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-8877bc6c-5b99-4f9d-9fa8-8fc30380453f Date: Fri, 07 Sep 2018 21:04:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:43:65:49"}],"extra_dhcp_opts":[],"updated_at":"2018-09-07T21:04:31Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b8e72179-53c3-4618-9434-8580c2f85151","ip_address":"10.10.10.14"}],"id":"e5487dba-a500-4c96-aca7-d21a83861f81","security_groups":["525597f0-2a75-4581-95e4-90e0010f81de","6f829573-2f15-46c3-8957-08c4eb5eb777"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:65:49","project_id":"a3d1e38333674f33ba762d66c366b2a8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39","name":"","admin_state_up":true,"network_id":"7f9701f9-698f-4d30-bd47-c005f47b1868","tenant_id":"a3d1e38333674f33ba762d66c366b2a8","created_at":"2018-09-07T21:04:08Z","binding:vnic_type":"normal"}} 2018-09-07 21:04:31,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/ports/e5487dba-a500-4c96-aca7-d21a83861f81 used request id req-8877bc6c-5b99-4f9d-9fa8-8fc30380453f 2018-09-07 21:04:31,545 - sdnvpn_test_utils - INFO - Waiting for instance 8d515341-5c61-4dab-b200-035305126b3d to boot up 2018-09-07 21:04:31,546 - sdnvpn_test_utils - INFO - Waiting for instance 6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39 to boot up 2018-09-07 21:04:31,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b4ab383849fecb0d7a7268afd53ce1a6cd55de" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:31,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:32,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-435a4f72-d156-4d59-b219-9e3d606d1812 x-compute-request-id: req-435a4f72-d156-4d59-b219-9e3d606d1812 Content-Encoding: gzip Content-Length: 10393 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1006909397 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141286] pid_max: default: 32768 minimum: 301\n[ 0.142181] ACPI: Core revision 20150930\n[ 0.143567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144890] Security Framework initialized\n[ 0.145717] Yama: becoming mindful.\n[ 0.146460] AppArmor: AppArmor initialized\n[ 0.147347] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148758] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150429] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151656] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153047] Initializing cgroup subsys io\n[ 0.153877] Initializing cgroup subsys memory\n[ 0.154756] Initializing cgroup subsys devices\n[ 0.155631] Initializing cgroup subsys freezer\n[ 0.156509] Initializing cgroup subsys net_cls\n[ 0.157386] Initializing cgroup subsys perf_event\n[ 0.158298] Initializing cgroup subsys net_prio\n[ 0.159192] Initializing cgroup subsys hugetlb\n[ 0.160064] Initializing cgroup subsys pids\n[ 0.160954] CPU: Physical Processor ID: 0\n[ 0.162463] mce: CPU supports 10 MCE banks\n[ 0.163324] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175147] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181679] ftrace: allocating 32123 entries in 126 pages\n[ 0.208711] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209929] smpboot: Max logical packages: 1\n[ 0.210952] x2apic enabled\n[ 0.211768] Switched APIC routing to physical x2apic.\n[ 0.213519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214680] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218502] KVM setup paravirtual spinlock\n[ 0.219791] x86: Booted up 1 node, 1 CPUs\n[ 0.220610] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222007] devtmpfs: initialized\n[ 0.224521] evm: security.selinux\n[ 0.225231] evm: security.SMACK64\n[ 0.225927] evm: security.SMACK64EXEC\n[ 0.226681] evm: security.SMACK64TRANSMUTE\n[ 0.227503] evm: security.SMACK64MMAP\n[ 0.228255] evm: security.ima\n[ 0.228895] evm: security.capability\n[ 0.229707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231588] pinctrl core: initialized pinctrl subsystem\n[ 0.232707] RTC time: 21:04:26, date: 09/07/18\n[ 0.233659] NET: Registered protocol family 16\n[ 0.234642] cpuidle: using governor ladder\n[ 0.235474] cpuidle: using governor menu\n[ 0.236272] PCCT header not found.\n[ 0.237029] ACPI: bus type PCI registered\n[ 0.237837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239102] PCI: Using configuration type 1 for base access\n[ 0.241280] ACPI: Added _OSI(Module Device)\n[ 0.242128] ACPI: Added _OSI(Processor Device)\n[ 0.243005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243919] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246377] ACPI: Interpreter enabled\n[ 0.247142] ACPI: (supports S0 S5)\n[ 0.247855] ACPI: Using IOAPIC for interrupt routing\n[ 0.248808] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253062] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254307] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255514] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257901] acpiphp: Slot [3] registered\n[ 0.258723] acpiphp: Slot [4] registered\n[ 0.259535] acpiphp: Slot [5] registered\n[ 0.260341] acpiphp: Slot [6] registered\n[ 0.261140] acpiphp: Slot [7] registered\n[ 0.261941] acpiphp: Slot [8] registered\n[ 0.262744] acpiphp: Slot [9] registered\n[ 0.263551] acpiphp: Slot [10] registered\n[ 0.264365] acpiphp: Slot [11] registered\n[ 0.265172] acpiphp: Slot [12] registered\n[ 0.265987] acpiphp: Slot [13] registered\n[ 0.266803] acpiphp: Slot [14] registered\n[ 0.277830] acpiphp: Slot [15] registered\n[ 0.278650] acpiphp: Slot [16] registered\n[ 0.279465] acpiphp: Slot [17] registered\n[ 0.280279] acpiphp: Slot [18] registered\n[ 0.281089] acpiphp: Slot [19] registered\n[ 0.281908] acpiphp: Slot [20] registered\n[ 0.282721] acpiphp: Slot [21] registered\n[ 0.283537] acpiphp: Slot [22] registered\n[ 0.284353] acpiphp: Slot [23] registered\n[ 0.285163] acpiphp: Slot [24] registered\n[ 0.285985] acpiphp: Slot [25] registered\n[ 0.286804] acpiphp: Slot [26] registered\n[ 0.287618] acpiphp: Slot [27] registered\n[ 0.288430] acpiphp: Slot [28] registered\n[ 0.289245] acpiphp: Slot [29] registered\n[ 0.290064] acpiphp: Slot [30] registered\n[ 0.290878] acpiphp: Slot [31] registered\n[ 0.291691] PCI host bridge to bus 0000:00\n[ 0.292507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296415] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365781] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371379] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374009] vgaarb: loaded\n[ 0.374616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375767] SCSI subsystem initialized\n[ 0.376584] ACPI: bus type USB registered\n[ 0.377403] usbcore: registered new interface driver usbfs\n[ 0.378440] usbcore: registered new interface driver hub\n[ 0.379451] usbcore: registered new device driver usb\n[ 0.380499] PCI: Using ACPI for IRQ routing\n[ 0.381531] NetLabel: Initializing\n[ 0.382251] NetLabel: domain hash size = 128\n[ 0.383107] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384072] NetLabel: unlabeled traffic allowed by default\n[ 0.385165] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386144] clocksource: Switched to clocksource kvm-clock\n[ 0.391564] AppArmor: AppArmor Filesystem Enabled\n[ 0.392536] pnp: PnP ACPI init\n[ 0.393446] pnp: PnP ACPI: found 5 devices\n[ 0.399496] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401212] NET: Registered protocol family 2\n[ 0.402175] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403467] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404671] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405862] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406967] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408162] NET: Registered protocol family 1\n[ 0.409036] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410140] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411228] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439751] Trying to unpack rootfs image as initramfs...\n[ 1.706552] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.721666] Scanning for low memory corruption every 60 seconds\n[ 1.723046] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.724217] audit: initializing netlink subsys (disabled)\n[ 1.725254] audit: type=2000 audit(1536354268.285:1): initialized\n[ 1.726593] Initialise system trusted keyring\n[ 1.727535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.728721] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.730735] zbud: loaded\n[ 1.731454] VFS: Disk quotas dquot_6.6.0\n[ 1.732289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.733707] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.734961] fuse init (API version 7.23)\n[ 1.735859] Key type big_key registered\n[ 1.736662] Allocating IMA MOK and blacklist keyrings.\n[ 1.737791] Key type asymmetric registered\n[ 1.738642] Asymmetric key parser 'x509' registered\n[ 1.739616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.741105] io scheduler noop registered\n[ 1.741922] io scheduler deadline registered (default)\n[ 1.742936] io scheduler cfq registered\n[ 1.743787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.747612] ACPI: Power Button [PWRF]\n[ 1.748463] GHES: HEST is not enabled!\n[ 1.762314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.790720] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.793016] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.817174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.819302] Linux agpgart interface v0.103\n[ 1.821325] brd: module loaded\n[ 1.822593] loop: module loaded\n[ 1.824096] vda: vda1\n[ 1.825380] scsi host0: ata_piix\n[ 1.826128] scsi host1: ata_piix\n[ 1.826866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.828117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.829588] libphy: Fixed MDIO Bus: probed\n[ 1.830439] tun: Universal TUN/TAP device driver, 1.6\n[ 1.831417] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.833592] PPP generic driver version 2.4.2\n[ 1.834515] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.835783] ehci-pci: EHCI PCI platform driver\n[ 1.836677] ehci-platform: EHCI generic platform driver\n[ 1.837689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.838860] ohci-pci: OHCI PCI platform driver\n[ 1.839760] ohci-platform: OHCI generic platform driver\n[ 1.840773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.855240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.856269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.857754] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.858791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.859942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.861199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.862663] usb usb1: Product: UHCI Host Controller\n[ 1.863623] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.864793] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.865809] hub 1-0:1.0: USB hub found\n[ 1.866622] hub 1-0:1.0: 2 ports detected\n[ 1.867549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.869705] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.870697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.871749] mousedev: PS/2 mouse device common for all mice\n[ 1.873031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.874927] rtc_cmos 00:00: RTC can wake from S4\n[ 1.876058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.877278] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.878514] i2c /dev entries driver\n[ 1.879296] device-mapper: uevent: version 1.0.3\n[ 1.880251] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.881934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883259] NET: Registered protocol family 10\n[ 1.884286] NET: Registered protocol family 17\n[ 1.885208] Key type dns_resolver registered\n[ 1.886167] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887289] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889077] registered taskstats version 1\n[ 1.889932] Loading compiled-in X.509 certificates\n[ 1.891398] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893296] zswap: loaded using pool lzo/zbud\n[ 1.895116] Key type trusted registered\n[ 1.897389] Key type encrypted registered\n[ 1.898254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.899311] ima: No TPM chip found, activating TPM-bypass!\n[ 1.900373] evm: HMAC attrs: 0x1\n[ 1.901326] Magic number: 2:286:95\n[ 1.902179] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:27 UTC (1536354267)\n[ 1.903835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.904979] EDD information not available.\n[ 1.982745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.984209] ata1.00: configured for MWDMA2\n[ 1.985422] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.987784] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.989041] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.001060] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.002970] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.004559] Write protecting the kernel read-only data: 14336k\n[ 2.006121] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.007887] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.016535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.018615] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.020529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.022433] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024311] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026208] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028049] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029876] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032242] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034071] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063703] virtio_net virtio0 ens3: renamed from eth0\n[ 2.072063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.073889] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.092689] AVX2 version of gcm_enc/dec engaged.\n[ 2.093656] AES CTR mode by8 optimization enabled\n[ 2.102594] FDC 0 is a S82078B\n[ 2.178186] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.342856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.344139] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.345444] usb 1-1: Product: QEMU USB Tablet\n[ 2.346321] usb 1-1: Manufacturer: QEMU\n[ 2.347114] usb 1-1: SerialNumber: 42\n[ 2.354781] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.362464] usbcore: registered new interface driver usbhid\n[ 2.363590] usbhid: USB HID core driver\n[ 2.365309] 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.367663] 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.718280] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.719483] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.346122] md: linear personality registered for level -1\n[ 3.349095] md: multipath personality registered for level -4\n[ 3.352093] md: raid0 personality registered for level 0\n[ 3.355390] md: raid1 personality registered for level 1\n[ 3.426152] raid6: sse2x1 gen() 11206 MB/s\n[ 3.494146] raid6: sse2x1 xor() 8746 MB/s\n[ 3.562147] raid6: sse2x2 gen() 14158 MB/s\n[ 3.630149] raid6: sse2x2 xor() 9622 MB/s\n[ 3.698148] raid6: sse2x4 gen() 16844 MB/s\n[ 3.766149] raid6: sse2x4 xor() 11560 MB/s\n[ 3.834147] raid6: avx2x1 gen() 21898 MB/s\n[ 3.902148] raid6: avx2x2 gen() 25736 MB/s\n[ 3.970147] raid6: avx2x4 gen() 29437 MB/s\n[ 3.971028] raid6: using algorithm avx2x4 gen() 29437 MB/s\n[ 3.972069] raid6: using avx2x2 recovery algorithm\n[ 3.974343] xor: automatically using best checksumming function:\n[ 4.014146] avx : 34834.000 MB/sec\n[ 4.016281] async_tx: api initialized (async)\n[ 4.025630] md: raid6 personality registered for level 6\n[ 4.026723] md: raid5 personality registered for level 5\n[ 4.027758] md: raid4 personality registered for level 4\n[ 4.032279] 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.057068] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.087157] 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.187065] 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.190434] systemd[1]: Detected virtualization kvm.\n[ 4.191402] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.195499] systemd[1]: Set hostname to .\n[ 4.199626] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.200809] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.328548] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.330653] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332924] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.334929] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.337093] 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.340283] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.342584] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344661] 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.347452] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.349225] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.351605] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.353964] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.356159] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.358389] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.360642] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.362872] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.366202] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.369842] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.374847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.378667] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.383284] 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.387162] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.391136] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.395178] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.410576] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.412868] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.419517] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.423043] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.428097] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435246] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.437239] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.444251] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.446613] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.448059] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.453713] Loading iSCSI transport class v2.0-870.\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 Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.466584] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508041] 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 udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\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"} 2018-09-07 21:04:32,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-435a4f72-d156-4d59-b219-9e3d606d1812 2018-09-07 21:04:32,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3c8436f-6b8e-49cc-80d8-c96e8db72e71 x-compute-request-id: req-f3c8436f-6b8e-49cc-80d8-c96e8db72e71 Content-Encoding: gzip Content-Length: 13564 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 712310241 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.141560] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143340] pid_max: default: 32768 minimum: 301\n[ 0.144269] ACPI: Core revision 20150930\n[ 0.145667] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147026] Security Framework initialized\n[ 0.147871] Yama: becoming mindful.\n[ 0.148637] AppArmor: AppArmor initialized\n[ 0.149544] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151007] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152770] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.154051] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155496] Initializing cgroup subsys io\n[ 0.156340] Initializing cgroup subsys memory\n[ 0.157241] Initializing cgroup subsys devices\n[ 0.158155] Initializing cgroup subsys freezer\n[ 0.159054] Initializing cgroup subsys net_cls\n[ 0.159954] Initializing cgroup subsys perf_event\n[ 0.160914] Initializing cgroup subsys net_prio\n[ 0.161832] Initializing cgroup subsys hugetlb\n[ 0.162778] Initializing cgroup subsys pids\n[ 0.163693] CPU: Physical Processor ID: 0\n[ 0.165219] mce: CPU supports 10 MCE banks\n[ 0.166106] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167159] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178287] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.184742] ftrace: allocating 32123 entries in 126 pages\n[ 0.211189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212448] smpboot: Max logical packages: 1\n[ 0.213510] x2apic enabled\n[ 0.214366] Switched APIC routing to physical x2apic.\n[ 0.216141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221247] KVM setup paravirtual spinlock\n[ 0.222555] x86: Booted up 1 node, 1 CPUs\n[ 0.223420] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224883] devtmpfs: initialized\n[ 0.227321] evm: security.selinux\n[ 0.228048] evm: security.SMACK64\n[ 0.228765] evm: security.SMACK64EXEC\n[ 0.229535] evm: security.SMACK64TRANSMUTE\n[ 0.230375] evm: security.SMACK64MMAP\n[ 0.231148] evm: security.ima\n[ 0.231808] evm: security.capability\n[ 0.232634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234624] pinctrl core: initialized pinctrl subsystem\n[ 0.235760] RTC time: 21:04:00, date: 09/07/18\n[ 0.236733] NET: Registered protocol family 16\n[ 0.237736] cpuidle: using governor ladder\n[ 0.238593] cpuidle: using governor menu\n[ 0.239404] PCCT header not found.\n[ 0.240210] ACPI: bus type PCI registered\n[ 0.241048] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242335] PCI: Using configuration type 1 for base access\n[ 0.244566] ACPI: Added _OSI(Module Device)\n[ 0.245441] ACPI: Added _OSI(Processor Device)\n[ 0.246337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247273] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249430] ACPI: Interpreter enabled\n[ 0.250252] ACPI: (supports S0 S5)\n[ 0.250984] ACPI: Using IOAPIC for interrupt routing\n[ 0.251982] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255180] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257717] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259104] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261472] acpiphp: Slot [3] registered\n[ 0.262329] acpiphp: Slot [4] registered\n[ 0.263188] acpiphp: Slot [5] registered\n[ 0.264039] acpiphp: Slot [6] registered\n[ 0.264890] acpiphp: Slot [7] registered\n[ 0.265736] acpiphp: Slot [8] registered\n[ 0.266585] acpiphp: Slot [9] registered\n[ 0.267436] acpiphp: Slot [10] registered\n[ 0.268303] acpiphp: Slot [11] registered\n[ 0.269161] acpiphp: Slot [12] registered\n[ 0.270022] acpiphp: Slot [13] registered\n[ 0.270881] acpiphp: Slot [14] registered\n[ 0.282559] acpiphp: Slot [15] registered\n[ 0.283418] acpiphp: Slot [16] registered\n[ 0.284276] acpiphp: Slot [17] registered\n[ 0.285138] acpiphp: Slot [18] registered\n[ 0.285997] acpiphp: Slot [19] registered\n[ 0.286862] acpiphp: Slot [20] registered\n[ 0.287720] acpiphp: Slot [21] registered\n[ 0.288581] acpiphp: Slot [22] registered\n[ 0.289436] acpiphp: Slot [23] registered\n[ 0.290297] acpiphp: Slot [24] registered\n[ 0.291160] acpiphp: Slot [25] registered\n[ 0.292021] acpiphp: Slot [26] registered\n[ 0.292880] acpiphp: Slot [27] registered\n[ 0.293736] acpiphp: Slot [28] registered\n[ 0.294597] acpiphp: Slot [29] registered\n[ 0.295459] acpiphp: Slot [30] registered\n[ 0.296319] acpiphp: Slot [31] registered\n[ 0.297172] PCI host bridge to bus 0000:00\n[ 0.298033] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300619] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302154] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303695] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310134] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312760] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314118] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371631] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373341] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374837] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376323] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378578] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381143] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382270] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383912] vgaarb: loaded\n[ 0.384546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385756] SCSI subsystem initialized\n[ 0.386615] ACPI: bus type USB registered\n[ 0.387474] usbcore: registered new interface driver usbfs\n[ 0.388574] usbcore: registered new interface driver hub\n[ 0.389638] usbcore: registered new device driver usb\n[ 0.390741] PCI: Using ACPI for IRQ routing\n[ 0.391828] NetLabel: Initializing\n[ 0.392585] NetLabel: domain hash size = 128\n[ 0.393483] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394493] NetLabel: unlabeled traffic allowed by default\n[ 0.395667] amd_nb: Cannot enumerate AMD northbridges\n[ 0.396714] clocksource: Switched to clocksource kvm-clock\n[ 0.402356] AppArmor: AppArmor Filesystem Enabled\n[ 0.403401] pnp: PnP ACPI init\n[ 0.404361] pnp: PnP ACPI: found 5 devices\n[ 0.410476] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412306] NET: Registered protocol family 2\n[ 0.413331] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414708] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415997] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417280] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418458] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419725] NET: Registered protocol family 1\n[ 0.420654] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423006] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437239] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451732] Trying to unpack rootfs image as initramfs...\n[ 1.734118] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.749307] Scanning for low memory corruption every 60 seconds\n[ 1.750922] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.752156] audit: initializing netlink subsys (disabled)\n[ 1.753270] audit: type=2000 audit(1536354242.568:1): initialized\n[ 1.754695] Initialise system trusted keyring\n[ 1.755700] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756979] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.759078] zbud: loaded\n[ 1.759856] VFS: Disk quotas dquot_6.6.0\n[ 1.760763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.762269] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.763608] fuse init (API version 7.23)\n[ 1.764559] Key type big_key registered\n[ 1.765430] Allocating IMA MOK and blacklist keyrings.\n[ 1.766624] Key type asymmetric registered\n[ 1.767515] Asymmetric key parser 'x509' registered\n[ 1.768558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.770156] io scheduler noop registered\n[ 1.771028] io scheduler deadline registered (default)\n[ 1.772105] io scheduler cfq registered\n[ 1.773019] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.774159] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.775532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.777123] ACPI: Power Button [PWRF]\n[ 1.778033] GHES: HEST is not enabled!\n[ 1.791940] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.820513] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846997] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.849247] Linux agpgart interface v0.103\n[ 1.851343] brd: module loaded\n[ 1.852661] loop: module loaded\n[ 1.854267] vda: vda1\n[ 1.855595] scsi host0: ata_piix\n[ 1.856390] scsi host1: ata_piix\n[ 1.857175] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.858535] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.860113] libphy: Fixed MDIO Bus: probed\n[ 1.861024] tun: Universal TUN/TAP device driver, 1.6\n[ 1.862083] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.864356] PPP generic driver version 2.4.2\n[ 1.865330] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.866579] ehci-pci: EHCI PCI platform driver\n[ 1.867477] ehci-platform: EHCI generic platform driver\n[ 1.868500] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.869690] ohci-pci: OHCI PCI platform driver\n[ 1.870601] ohci-platform: OHCI generic platform driver\n[ 1.871631] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.886121] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.887169] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.888683] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.889726] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.890906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.892188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.893675] usb usb1: Product: UHCI Host Controller\n[ 1.894647] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.895836] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.896862] hub 1-0:1.0: USB hub found\n[ 1.897674] hub 1-0:1.0: 2 ports detected\n[ 1.898619] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.900819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.901817] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.902890] mousedev: PS/2 mouse device common for all mice\n[ 1.904197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.906127] rtc_cmos 00:00: RTC can wake from S4\n[ 1.907264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.908506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.909767] i2c /dev entries driver\n[ 1.910563] device-mapper: uevent: version 1.0.3\n[ 1.911538] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.913242] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.914570] NET: Registered protocol family 10\n[ 1.915609] NET: Registered protocol family 17\n[ 1.916536] Key type dns_resolver registered\n[ 1.917512] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.918661] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.920466] registered taskstats version 1\n[ 1.921352] Loading compiled-in X.509 certificates\n[ 1.922832] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.924775] zswap: loaded using pool lzo/zbud\n[ 1.926617] Key type trusted registered\n[ 1.928911] Key type encrypted registered\n[ 1.929776] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930849] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931932] evm: HMAC attrs: 0x1\n[ 1.932916] Magic number: 2:286:95\n[ 1.933776] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:02 UTC (1536354242)\n[ 1.935433] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.936594] EDD information not available.\n[ 2.013329] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.014852] ata1.00: configured for MWDMA2\n[ 2.016087] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.018490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.019769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.032378] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.034324] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.035924] Write protecting the kernel read-only data: 14336k\n[ 2.037516] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.039287] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.048024] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052097] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054066] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055965] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057890] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059754] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062138] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064037] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065909] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093984] virtio_net virtio0 ens3: renamed from eth0\n[ 2.102819] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.104932] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129662] AVX2 version of gcm_enc/dec engaged.\n[ 2.130631] AES CTR mode by8 optimization enabled\n[ 2.133219] FDC 0 is a S82078B\n[ 2.208789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373610] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374987] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.376370] usb 1-1: Product: QEMU USB Tablet\n[ 2.377303] usb 1-1: Manufacturer: QEMU\n[ 2.378185] usb 1-1: SerialNumber: 42\n[ 2.386238] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393043] usbcore: registered new interface driver usbhid\n[ 2.394232] usbhid: USB HID core driver\n[ 2.396890] 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.399351] 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.748834] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.750090] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.368446] md: linear personality registered for level -1\n[ 3.371118] md: multipath personality registered for level -4\n[ 3.373896] md: raid0 personality registered for level 0\n[ 3.376878] md: raid1 personality registered for level 1\n[ 3.448717] raid6: sse2x1 gen() 11603 MB/s\n[ 3.516720] raid6: sse2x1 xor() 8880 MB/s\n[ 3.584720] raid6: sse2x2 gen() 14815 MB/s\n[ 3.652718] raid6: sse2x2 xor() 9990 MB/s\n[ 3.720718] raid6: sse2x4 gen() 16844 MB/s\n[ 3.788718] raid6: sse2x4 xor() 11545 MB/s\n[ 3.856720] raid6: avx2x1 gen() 22771 MB/s\n[ 3.924715] raid6: avx2x2 gen() 26450 MB/s\n[ 3.992718] raid6: avx2x4 gen() 30320 MB/s\n[ 3.993631] raid6: using algorithm avx2x4 gen() 30320 MB/s\n[ 3.994703] raid6: using avx2x2 recovery algorithm\n[ 3.996664] xor: automatically using best checksumming function:\n[ 4.036716] avx : 36312.000 MB/sec\n[ 4.038597] async_tx: api initialized (async)\n[ 4.046075] md: raid6 personality registered for level 6\n[ 4.047170] md: raid5 personality registered for level 5\n[ 4.048254] md: raid4 personality registered for level 4\n[ 4.052387] 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.076311] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.102507] 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.187570] 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.191957] systemd[1]: Detected virtualization kvm.\n[ 4.193242] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.196989] systemd[1]: Set hostname to .\n[ 4.201377] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.202577] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.321987] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.324229] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.326375] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328671] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.330502] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.332866] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.335382] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.337755] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.339956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.342057] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.344113] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.346069] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.347908] 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.350721] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.352959] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.355212] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.357354] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.360142] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.365658] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.373856] 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.382130] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.386839] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.395047] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.398032] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.400441] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.407533] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.411904] Loading iSCSI transport class v2.0-870.\n[ 4.413374] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.415494] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.[ 4.421117] iscsi: registered transport (tcp)\n\n[ 4.422981] 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.428256] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.432322] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.439566] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441581] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447424] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.452262] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.457706] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.462108] 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.470466] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.473342] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m[ 4.476188] iscsi: registered transport (iser)\n] Started Nameserver information manager.\n[ 4.480013] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.485039] 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 udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[ 6.028240] cloud-init[465]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 07 Sep 2018 21:04:06 +0000. Up 5.35 seconds.\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[ 10.681113] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Fri, 07 Sep 2018 21:04:07 +0000. Up 7.00 seconds.\n[ 10.682971] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 10.688337] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.690186] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.696127] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.698012] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.704119] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.705998] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.7 | 255.255.255.0 | . | fa:16:3e:93:66:b4 |\n[ 10.708093] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe93:66b4/64 | . | link | fa:16:3e:93:66:b4 |\n[ 10.712112] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.716110] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 10.720435] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.724114] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.728110] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.732113] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 10.733865] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 10.739613] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 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 Network is Online.\n[ 10.745550] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.751572] cloud-init[1024]: Generating public/private rsa key pair.[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 10.757492] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.759129] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n\n[ 10.761797] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\ncloud-init[1024]: The key fingerprint is:\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 10.768079] cloud-init[1024]: SHA256:mXjBQGrpNc5ZLPhRnCm0/RQYyd3IfiAQ+7IWhk8bdzg root@sdnvpn-13-1\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 10.774499] cloud-init[1024]: The key's randomart image is:\n Starting Socket activation for snappy daemon.[ 10.776501] cloud-init[1024]: +---[RSA 2048]----+\n[ 10.777280] cloud-init[1024]: | o*=oO.o |\n[ 10.778049] cloud-init[1024]: | +.OO =.. |\n[ 10.778819] cloud-init[1024]: | = B.*o.. |\n[ 10.779587] cloud-init[1024]: \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[[0;32m OK [0m] Listening on ACPID Listen Socket.\n| o * O B. . |\n[ 10.784802] cloud-init[1024]: | o % E o. |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.788745] cloud-init[1024]: | + O o |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.[ 10.792646] cloud-init[1024]: | = |\n[ 10.793531] cloud-init[1024]: | . |\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.798598] cloud-init[1024]: | |\n[ 10.800991] cloud-init[1024]: +----[SHA256]-----+\n[ 10.802861] cloud-init[1024]: Generating public/private dsa key pair.\n[ 10.805719] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 10.808380] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting Login to default iSCSI targets...\n[ 10.811921] cloud-init[1024]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 10.813934] cloud-init[1024]: SHA256:8RTbJ9y8gXxdB51/1fo+TlcYu0F4hPg7T+FQsZJDLCQ root@sdnvpn-13-1\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.817268] cloud-init[1024]: The key's randomart image is:\n[ 10.818774] Starting Pollinate to seed the pseudo random number generator...\ncloud-init[1024]: +---[DSA 1024]----+[[0;32m OK [0m] Started Regular background program processing daemon.\n\n[[0;32m OK [0m] Started FUSE filesystem for LXC.[ 10.830388] \n[[0;32m OK [0m] Started Snappy daemon.\n Starting /etc/rc.local Compatibility...\ncloud-init[1024]: | E.oo..++=|\n[ 10.838223] cloud-init[1024]: | .oBoB.+*| Starting Apply the settings specified in cloud-config...\n Starting System Logging Service...\n[ 10.844594] cloud-init[1024]: \n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . oo@.@.+|\n[ 10.868128] cloud-init[1024]: | + oOo*o|\n[ 10.877177] cloud-init[1024]: | S . +=oo|\n[ 10.884395] cloud-init[1024]: | o ooo|\n[ 10.890367] [[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...cloud-init[1024]: \n Starting Auto import assertions from block devices...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n| +.o.|[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 10.954198] cloud-init[1024]: | o.o|\n[ 10.981261] cloud-init[1024]: | ...|\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 11.004661] cloud-init[1024]: [[0;32m OK [0m+----[SHA256]-----+] Started LSB: MD monitoring daemon.\n\n[ 11.020795] cloud-init[1024]: [[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[Generating public/private ecdsa key pair.\n[ 11.034589] [0;32m OK [0m] Reached target Remote File Systems.\ncloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n\n[ 11.086032] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 11.116870] cloud-init[1024]: The key fingerprint is:[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 11.155292] cloud-init[1024]: [[0;32m OK [0m] Started Set console scheme.\nSHA256:1OnXqwO0cqUEcOqceEQGJMDtViqby0tuSMuvHeNzCpg root@sdnvpn-13-1\n[ 11.171829] cloud-init[1024]: The key's randomart image is:\n[ 11.180118] cloud-init[1024]: +---[ECDSA 256]---+\n[ 11.184097] cloud-init[1024]: |o.o.o.+.. |\n[ 11.188088] cloud-init[1024]: | . o + o.. . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 11.197108] cloud-init[1024]: | . o o ..o |\n[ 11.198745] cloud-init[1024]: | . + = o .o .. |\n[ 11.206408] cloud-init[1024]: | = . = So.+. . |\n[ 11.207648] cloud-init[1024]: |.= . . =. . |\n[ 11.211161] cloud-init[1024]: |Eooo o . . |\n[ 11.217366] cloud-init[1024]: |+*+.o. .. |\n[ 11.219582] cloud-init[1024]: |.++=+ .. |\n[ 11.220969] cloud-init[1024]: +----[SHA256]-----+\n[ 11.223383] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 11.227167] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 11.231194] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 11.235284] cloud-init[1024]: The key fingerprint is:\n[ 11.238226] cloud-init[1024]: SHA256:PySpQGVmzj+d7qLEVPPr+5M6TCGlRzXucW3a6de9c3M root@sdnvpn-13-1\n[ 11.242258] cloud-init[1024]: The key's randomart image is:\n[ 11.245569] cloud-init[1024]: +--[ED25519 256]--+\n[ 11.248343] cloud-init[1024]: | = .o |\n[ 11.251272] cloud-init[1024]: | B o. . . |\n[ 11.254905] cloud-init[1024]: | . o o+ o . o|\n[ 11.260169] cloud-init[1024]: | . oo=oo o +.|\n[ 11.262674] cloud-init[1024]: | . . So=.. ...|\n[ 11.268093] cloud-init[1024]: | + . *.. . o|\n[ 11.269322] cloud-init[1024]: | + o= . .+|\n[ 11.270559] cloud-init[1024]: | . .oo.o oE|\n[ 11.271768] cloud-init[1024]: | .. .==.. .=|\n[ 11.277101] cloud-init[1024]: +----[SHA256]-----+\n[ 11.485330] cloud-init[1142]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 12.083264] cloud-init[1142]: en_US.UTF-8... done\n[ 12.085105] cloud-init[1142]: Generation complete.\n[ 12.786865] cloud-init[1142]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 07 Sep 2018 21:04:12 +0000. Up 11.42 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\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 Starting Execute cloud user/final scripts...\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[ 14.835209] cloud-init[1390]: + sudo useradd -m sdnvpn\n[ 14.894319] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.668673] cloud-init[1390]: + sudo adduser sdnvpn sudo\n[ 15.725679] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.761055] cloud-init[1390]: Adding user `sdnvpn' to group `sudo' ...\n[ 15.765122] cloud-init[1390]: Adding user sdnvpn to group sudo\n[ 15.951939] cloud-init[1390]: Done.\n[ 15.953653] cloud-init[1390]: + chpasswd\n[ 15.954836] cloud-init[1390]: + sudo echo sdnvpn:opnfv\n[ 16.003267] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-1\n[ 16.072273] cloud-init[1390]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-09-07 21:04:32,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action used request id req-f3c8436f-6b8e-49cc-80d8-c96e8db72e71 2018-09-07 21:04:34,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:35,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04: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-f3e952aa-86c2-4d8a-be92-9f0a37ea5eab x-compute-request-id: req-f3e952aa-86c2-4d8a-be92-9f0a37ea5eab Content-Encoding: gzip Content-Length: 12439 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1006909397 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141286] pid_max: default: 32768 minimum: 301\n[ 0.142181] ACPI: Core revision 20150930\n[ 0.143567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144890] Security Framework initialized\n[ 0.145717] Yama: becoming mindful.\n[ 0.146460] AppArmor: AppArmor initialized\n[ 0.147347] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148758] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150429] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151656] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153047] Initializing cgroup subsys io\n[ 0.153877] Initializing cgroup subsys memory\n[ 0.154756] Initializing cgroup subsys devices\n[ 0.155631] Initializing cgroup subsys freezer\n[ 0.156509] Initializing cgroup subsys net_cls\n[ 0.157386] Initializing cgroup subsys perf_event\n[ 0.158298] Initializing cgroup subsys net_prio\n[ 0.159192] Initializing cgroup subsys hugetlb\n[ 0.160064] Initializing cgroup subsys pids\n[ 0.160954] CPU: Physical Processor ID: 0\n[ 0.162463] mce: CPU supports 10 MCE banks\n[ 0.163324] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175147] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181679] ftrace: allocating 32123 entries in 126 pages\n[ 0.208711] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209929] smpboot: Max logical packages: 1\n[ 0.210952] x2apic enabled\n[ 0.211768] Switched APIC routing to physical x2apic.\n[ 0.213519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214680] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218502] KVM setup paravirtual spinlock\n[ 0.219791] x86: Booted up 1 node, 1 CPUs\n[ 0.220610] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222007] devtmpfs: initialized\n[ 0.224521] evm: security.selinux\n[ 0.225231] evm: security.SMACK64\n[ 0.225927] evm: security.SMACK64EXEC\n[ 0.226681] evm: security.SMACK64TRANSMUTE\n[ 0.227503] evm: security.SMACK64MMAP\n[ 0.228255] evm: security.ima\n[ 0.228895] evm: security.capability\n[ 0.229707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231588] pinctrl core: initialized pinctrl subsystem\n[ 0.232707] RTC time: 21:04:26, date: 09/07/18\n[ 0.233659] NET: Registered protocol family 16\n[ 0.234642] cpuidle: using governor ladder\n[ 0.235474] cpuidle: using governor menu\n[ 0.236272] PCCT header not found.\n[ 0.237029] ACPI: bus type PCI registered\n[ 0.237837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239102] PCI: Using configuration type 1 for base access\n[ 0.241280] ACPI: Added _OSI(Module Device)\n[ 0.242128] ACPI: Added _OSI(Processor Device)\n[ 0.243005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243919] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246377] ACPI: Interpreter enabled\n[ 0.247142] ACPI: (supports S0 S5)\n[ 0.247855] ACPI: Using IOAPIC for interrupt routing\n[ 0.248808] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253062] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254307] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255514] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257901] acpiphp: Slot [3] registered\n[ 0.258723] acpiphp: Slot [4] registered\n[ 0.259535] acpiphp: Slot [5] registered\n[ 0.260341] acpiphp: Slot [6] registered\n[ 0.261140] acpiphp: Slot [7] registered\n[ 0.261941] acpiphp: Slot [8] registered\n[ 0.262744] acpiphp: Slot [9] registered\n[ 0.263551] acpiphp: Slot [10] registered\n[ 0.264365] acpiphp: Slot [11] registered\n[ 0.265172] acpiphp: Slot [12] registered\n[ 0.265987] acpiphp: Slot [13] registered\n[ 0.266803] acpiphp: Slot [14] registered\n[ 0.277830] acpiphp: Slot [15] registered\n[ 0.278650] acpiphp: Slot [16] registered\n[ 0.279465] acpiphp: Slot [17] registered\n[ 0.280279] acpiphp: Slot [18] registered\n[ 0.281089] acpiphp: Slot [19] registered\n[ 0.281908] acpiphp: Slot [20] registered\n[ 0.282721] acpiphp: Slot [21] registered\n[ 0.283537] acpiphp: Slot [22] registered\n[ 0.284353] acpiphp: Slot [23] registered\n[ 0.285163] acpiphp: Slot [24] registered\n[ 0.285985] acpiphp: Slot [25] registered\n[ 0.286804] acpiphp: Slot [26] registered\n[ 0.287618] acpiphp: Slot [27] registered\n[ 0.288430] acpiphp: Slot [28] registered\n[ 0.289245] acpiphp: Slot [29] registered\n[ 0.290064] acpiphp: Slot [30] registered\n[ 0.290878] acpiphp: Slot [31] registered\n[ 0.291691] PCI host bridge to bus 0000:00\n[ 0.292507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296415] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365781] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371379] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374009] vgaarb: loaded\n[ 0.374616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375767] SCSI subsystem initialized\n[ 0.376584] ACPI: bus type USB registered\n[ 0.377403] usbcore: registered new interface driver usbfs\n[ 0.378440] usbcore: registered new interface driver hub\n[ 0.379451] usbcore: registered new device driver usb\n[ 0.380499] PCI: Using ACPI for IRQ routing\n[ 0.381531] NetLabel: Initializing\n[ 0.382251] NetLabel: domain hash size = 128\n[ 0.383107] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384072] NetLabel: unlabeled traffic allowed by default\n[ 0.385165] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386144] clocksource: Switched to clocksource kvm-clock\n[ 0.391564] AppArmor: AppArmor Filesystem Enabled\n[ 0.392536] pnp: PnP ACPI init\n[ 0.393446] pnp: PnP ACPI: found 5 devices\n[ 0.399496] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401212] NET: Registered protocol family 2\n[ 0.402175] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403467] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404671] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405862] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406967] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408162] NET: Registered protocol family 1\n[ 0.409036] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410140] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411228] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439751] Trying to unpack rootfs image as initramfs...\n[ 1.706552] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.721666] Scanning for low memory corruption every 60 seconds\n[ 1.723046] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.724217] audit: initializing netlink subsys (disabled)\n[ 1.725254] audit: type=2000 audit(1536354268.285:1): initialized\n[ 1.726593] Initialise system trusted keyring\n[ 1.727535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.728721] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.730735] zbud: loaded\n[ 1.731454] VFS: Disk quotas dquot_6.6.0\n[ 1.732289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.733707] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.734961] fuse init (API version 7.23)\n[ 1.735859] Key type big_key registered\n[ 1.736662] Allocating IMA MOK and blacklist keyrings.\n[ 1.737791] Key type asymmetric registered\n[ 1.738642] Asymmetric key parser 'x509' registered\n[ 1.739616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.741105] io scheduler noop registered\n[ 1.741922] io scheduler deadline registered (default)\n[ 1.742936] io scheduler cfq registered\n[ 1.743787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.747612] ACPI: Power Button [PWRF]\n[ 1.748463] GHES: HEST is not enabled!\n[ 1.762314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.790720] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.793016] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.817174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.819302] Linux agpgart interface v0.103\n[ 1.821325] brd: module loaded\n[ 1.822593] loop: module loaded\n[ 1.824096] vda: vda1\n[ 1.825380] scsi host0: ata_piix\n[ 1.826128] scsi host1: ata_piix\n[ 1.826866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.828117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.829588] libphy: Fixed MDIO Bus: probed\n[ 1.830439] tun: Universal TUN/TAP device driver, 1.6\n[ 1.831417] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.833592] PPP generic driver version 2.4.2\n[ 1.834515] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.835783] ehci-pci: EHCI PCI platform driver\n[ 1.836677] ehci-platform: EHCI generic platform driver\n[ 1.837689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.838860] ohci-pci: OHCI PCI platform driver\n[ 1.839760] ohci-platform: OHCI generic platform driver\n[ 1.840773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.855240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.856269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.857754] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.858791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.859942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.861199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.862663] usb usb1: Product: UHCI Host Controller\n[ 1.863623] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.864793] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.865809] hub 1-0:1.0: USB hub found\n[ 1.866622] hub 1-0:1.0: 2 ports detected\n[ 1.867549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.869705] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.870697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.871749] mousedev: PS/2 mouse device common for all mice\n[ 1.873031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.874927] rtc_cmos 00:00: RTC can wake from S4\n[ 1.876058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.877278] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.878514] i2c /dev entries driver\n[ 1.879296] device-mapper: uevent: version 1.0.3\n[ 1.880251] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.881934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883259] NET: Registered protocol family 10\n[ 1.884286] NET: Registered protocol family 17\n[ 1.885208] Key type dns_resolver registered\n[ 1.886167] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887289] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889077] registered taskstats version 1\n[ 1.889932] Loading compiled-in X.509 certificates\n[ 1.891398] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893296] zswap: loaded using pool lzo/zbud\n[ 1.895116] Key type trusted registered\n[ 1.897389] Key type encrypted registered\n[ 1.898254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.899311] ima: No TPM chip found, activating TPM-bypass!\n[ 1.900373] evm: HMAC attrs: 0x1\n[ 1.901326] Magic number: 2:286:95\n[ 1.902179] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:27 UTC (1536354267)\n[ 1.903835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.904979] EDD information not available.\n[ 1.982745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.984209] ata1.00: configured for MWDMA2\n[ 1.985422] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.987784] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.989041] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.001060] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.002970] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.004559] Write protecting the kernel read-only data: 14336k\n[ 2.006121] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.007887] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.016535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.018615] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.020529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.022433] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024311] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026208] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028049] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029876] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032242] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034071] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063703] virtio_net virtio0 ens3: renamed from eth0\n[ 2.072063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.073889] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.092689] AVX2 version of gcm_enc/dec engaged.\n[ 2.093656] AES CTR mode by8 optimization enabled\n[ 2.102594] FDC 0 is a S82078B\n[ 2.178186] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.342856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.344139] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.345444] usb 1-1: Product: QEMU USB Tablet\n[ 2.346321] usb 1-1: Manufacturer: QEMU\n[ 2.347114] usb 1-1: SerialNumber: 42\n[ 2.354781] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.362464] usbcore: registered new interface driver usbhid\n[ 2.363590] usbhid: USB HID core driver\n[ 2.365309] 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.367663] 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.718280] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.719483] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.346122] md: linear personality registered for level -1\n[ 3.349095] md: multipath personality registered for level -4\n[ 3.352093] md: raid0 personality registered for level 0\n[ 3.355390] md: raid1 personality registered for level 1\n[ 3.426152] raid6: sse2x1 gen() 11206 MB/s\n[ 3.494146] raid6: sse2x1 xor() 8746 MB/s\n[ 3.562147] raid6: sse2x2 gen() 14158 MB/s\n[ 3.630149] raid6: sse2x2 xor() 9622 MB/s\n[ 3.698148] raid6: sse2x4 gen() 16844 MB/s\n[ 3.766149] raid6: sse2x4 xor() 11560 MB/s\n[ 3.834147] raid6: avx2x1 gen() 21898 MB/s\n[ 3.902148] raid6: avx2x2 gen() 25736 MB/s\n[ 3.970147] raid6: avx2x4 gen() 29437 MB/s\n[ 3.971028] raid6: using algorithm avx2x4 gen() 29437 MB/s\n[ 3.972069] raid6: using avx2x2 recovery algorithm\n[ 3.974343] xor: automatically using best checksumming function:\n[ 4.014146] avx : 34834.000 MB/sec\n[ 4.016281] async_tx: api initialized (async)\n[ 4.025630] md: raid6 personality registered for level 6\n[ 4.026723] md: raid5 personality registered for level 5\n[ 4.027758] md: raid4 personality registered for level 4\n[ 4.032279] 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.057068] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.087157] 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.187065] 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.190434] systemd[1]: Detected virtualization kvm.\n[ 4.191402] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.195499] systemd[1]: Set hostname to .\n[ 4.199626] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.200809] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.328548] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.330653] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332924] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.334929] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.337093] 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.340283] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.342584] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344661] 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.347452] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.349225] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.351605] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.353964] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.356159] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.358389] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.360642] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.362872] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.366202] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.369842] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.374847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.378667] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.383284] 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.387162] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.391136] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.395178] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.410576] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.412868] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.419517] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.423043] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.428097] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435246] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.437239] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.444251] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.446613] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.448059] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.453713] Loading iSCSI transport class v2.0-870.\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 Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.466584] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508041] 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 udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.992073] cloud-init[459]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 07 Sep 2018 21:04:31 +0000. Up 5.28 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[ 8.450345] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Fri, 07 Sep 2018 21:04:32 +0000. Up 7.07 seconds.\n[ 8.452274] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.456117] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.460119] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.464111] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.468114] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:43:65:49 |\n[ 8.476132] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe43:6549/64 | . | link | fa:16:3e:43:65:49 |\n[ 8.478646] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.484321] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.488123] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.496107] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.498385] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.504110] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.509895] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.516675] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.519202] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.525160] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.530577] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n\n[ 8.533313] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.536917] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.541465] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.544196] cloud-init[1024]: The key fingerprint is:\n[ 8.544980] cloud-init[1024]: SHA256:23OEEr0+aWzlxX/tSqnyhnKDBgT0pGlP/0rAr/O9gJI root@sdnvpn-13-2\n[ 8.546173] cloud-init[1024]: The key's randomart image is:\n[ 8.547007] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.547771] cloud-init] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1024]: | .. . |\n[ 8.554439] cloud-init[1024]: | .= . |\n[ 8.557177] cloud-init[1024]: | +.o . . |\n[ 8.560083] cloud-init[1024]: | . +.. . o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.564614] cloud-init[1024]: | .+ S o o o |\n[ 8.568062] cloud-init[1024]: | ..+ B = . o.|\n Starting /etc/rc.local Compatibility...\n[ 8.570156] cloud-init[1024]: | E ..=.@.o o +|\n[[0;32m OK [0m] [ 8.572095] cloud-init[1024]: | ..o+*=+.o ..|\n[ 8.572863] cloud-init[1024]: | .+ooo*o ...|\n[ 8.573629] cloud-init[1024]: +----[SHA256]-----+\n[ 8.574392] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.575333] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.Started D-Bus System Message Bus.\n\n[ 8.578362] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.581164] cloud-init[1024]: The key fingerprint is:\n[ 8.582752] cloud-init[1024]: SHA256:75kU2WqMmb9yWiFjtGWdo3kn9mjyrEy0gucLeTFsxI0 root@sdnvpn-13-2\n[ 8.584569] cloud-init[1024]: The key's randomart image is:\n[ 8.586096] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.587998] cloud-init[1024]: | |\n[ 8.589558] cloud-init[1024]: | . o . . |\n[ 8.590970] cloud-init[1024]: | E + + |\n[ 8.592198] cloud-init[1024]: | + + = . |\n[ 8.593566] cloud-init[1024]: | S B = . |\n[ 8.594812] cloud-init[1024]: | = % B = |\n[ 8.596226] cloud-init[1024]: | + B @ o . |\n[ 8.597438] cloud-init[1024]: | =.X.B |\n[ 8.598776] cloud-init[1024]: | +=Ooo |\n[ 8.600251] cloud-init[1024]: +----[SHA256]-----+\n[ 8.601736] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.603350] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.605281] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.607192] cloud-init[1024]: The key fingerprint is:\n[ 8.608640] cloud-init[1024]: SHA256:Zyxc2lH87FUpX0mqB4ThU9I0c244diqzfrWZgjpbQns root@sdnvpn-13-2\n[ 8.610559] Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\ncloud-init[1024]: The key's randomart image is: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 8.620568] cloud-init[1024]: [[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n+---[ECDSA 256]---+\n[ 8.629670] cloud-init[1024]: | o=B....o|[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.682216] cloud-init[1024]: | ..+oB..oo|\n[ 8.710547] cloud-init[1024]: | oo= Bo o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 8.761731] cloud-init[1024]: | . =o.B o..|\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.772278] cloud-init"} 2018-09-07 21:04:35,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-f3e952aa-86c2-4d8a-be92-9f0a37ea5eab 2018-09-07 21:04:37,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:38,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eebe0de3-9f50-48b0-91fe-f5c25b6332ca x-compute-request-id: req-eebe0de3-9f50-48b0-91fe-f5c25b6332ca Content-Encoding: gzip Content-Length: 13454 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1006909397 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141286] pid_max: default: 32768 minimum: 301\n[ 0.142181] ACPI: Core revision 20150930\n[ 0.143567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144890] Security Framework initialized\n[ 0.145717] Yama: becoming mindful.\n[ 0.146460] AppArmor: AppArmor initialized\n[ 0.147347] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148758] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150429] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151656] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153047] Initializing cgroup subsys io\n[ 0.153877] Initializing cgroup subsys memory\n[ 0.154756] Initializing cgroup subsys devices\n[ 0.155631] Initializing cgroup subsys freezer\n[ 0.156509] Initializing cgroup subsys net_cls\n[ 0.157386] Initializing cgroup subsys perf_event\n[ 0.158298] Initializing cgroup subsys net_prio\n[ 0.159192] Initializing cgroup subsys hugetlb\n[ 0.160064] Initializing cgroup subsys pids\n[ 0.160954] CPU: Physical Processor ID: 0\n[ 0.162463] mce: CPU supports 10 MCE banks\n[ 0.163324] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175147] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181679] ftrace: allocating 32123 entries in 126 pages\n[ 0.208711] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209929] smpboot: Max logical packages: 1\n[ 0.210952] x2apic enabled\n[ 0.211768] Switched APIC routing to physical x2apic.\n[ 0.213519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214680] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218502] KVM setup paravirtual spinlock\n[ 0.219791] x86: Booted up 1 node, 1 CPUs\n[ 0.220610] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222007] devtmpfs: initialized\n[ 0.224521] evm: security.selinux\n[ 0.225231] evm: security.SMACK64\n[ 0.225927] evm: security.SMACK64EXEC\n[ 0.226681] evm: security.SMACK64TRANSMUTE\n[ 0.227503] evm: security.SMACK64MMAP\n[ 0.228255] evm: security.ima\n[ 0.228895] evm: security.capability\n[ 0.229707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231588] pinctrl core: initialized pinctrl subsystem\n[ 0.232707] RTC time: 21:04:26, date: 09/07/18\n[ 0.233659] NET: Registered protocol family 16\n[ 0.234642] cpuidle: using governor ladder\n[ 0.235474] cpuidle: using governor menu\n[ 0.236272] PCCT header not found.\n[ 0.237029] ACPI: bus type PCI registered\n[ 0.237837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239102] PCI: Using configuration type 1 for base access\n[ 0.241280] ACPI: Added _OSI(Module Device)\n[ 0.242128] ACPI: Added _OSI(Processor Device)\n[ 0.243005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243919] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246377] ACPI: Interpreter enabled\n[ 0.247142] ACPI: (supports S0 S5)\n[ 0.247855] ACPI: Using IOAPIC for interrupt routing\n[ 0.248808] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253062] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254307] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255514] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257901] acpiphp: Slot [3] registered\n[ 0.258723] acpiphp: Slot [4] registered\n[ 0.259535] acpiphp: Slot [5] registered\n[ 0.260341] acpiphp: Slot [6] registered\n[ 0.261140] acpiphp: Slot [7] registered\n[ 0.261941] acpiphp: Slot [8] registered\n[ 0.262744] acpiphp: Slot [9] registered\n[ 0.263551] acpiphp: Slot [10] registered\n[ 0.264365] acpiphp: Slot [11] registered\n[ 0.265172] acpiphp: Slot [12] registered\n[ 0.265987] acpiphp: Slot [13] registered\n[ 0.266803] acpiphp: Slot [14] registered\n[ 0.277830] acpiphp: Slot [15] registered\n[ 0.278650] acpiphp: Slot [16] registered\n[ 0.279465] acpiphp: Slot [17] registered\n[ 0.280279] acpiphp: Slot [18] registered\n[ 0.281089] acpiphp: Slot [19] registered\n[ 0.281908] acpiphp: Slot [20] registered\n[ 0.282721] acpiphp: Slot [21] registered\n[ 0.283537] acpiphp: Slot [22] registered\n[ 0.284353] acpiphp: Slot [23] registered\n[ 0.285163] acpiphp: Slot [24] registered\n[ 0.285985] acpiphp: Slot [25] registered\n[ 0.286804] acpiphp: Slot [26] registered\n[ 0.287618] acpiphp: Slot [27] registered\n[ 0.288430] acpiphp: Slot [28] registered\n[ 0.289245] acpiphp: Slot [29] registered\n[ 0.290064] acpiphp: Slot [30] registered\n[ 0.290878] acpiphp: Slot [31] registered\n[ 0.291691] PCI host bridge to bus 0000:00\n[ 0.292507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296415] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365781] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371379] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374009] vgaarb: loaded\n[ 0.374616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375767] SCSI subsystem initialized\n[ 0.376584] ACPI: bus type USB registered\n[ 0.377403] usbcore: registered new interface driver usbfs\n[ 0.378440] usbcore: registered new interface driver hub\n[ 0.379451] usbcore: registered new device driver usb\n[ 0.380499] PCI: Using ACPI for IRQ routing\n[ 0.381531] NetLabel: Initializing\n[ 0.382251] NetLabel: domain hash size = 128\n[ 0.383107] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384072] NetLabel: unlabeled traffic allowed by default\n[ 0.385165] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386144] clocksource: Switched to clocksource kvm-clock\n[ 0.391564] AppArmor: AppArmor Filesystem Enabled\n[ 0.392536] pnp: PnP ACPI init\n[ 0.393446] pnp: PnP ACPI: found 5 devices\n[ 0.399496] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401212] NET: Registered protocol family 2\n[ 0.402175] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403467] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404671] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405862] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406967] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408162] NET: Registered protocol family 1\n[ 0.409036] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410140] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411228] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439751] Trying to unpack rootfs image as initramfs...\n[ 1.706552] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.721666] Scanning for low memory corruption every 60 seconds\n[ 1.723046] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.724217] audit: initializing netlink subsys (disabled)\n[ 1.725254] audit: type=2000 audit(1536354268.285:1): initialized\n[ 1.726593] Initialise system trusted keyring\n[ 1.727535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.728721] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.730735] zbud: loaded\n[ 1.731454] VFS: Disk quotas dquot_6.6.0\n[ 1.732289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.733707] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.734961] fuse init (API version 7.23)\n[ 1.735859] Key type big_key registered\n[ 1.736662] Allocating IMA MOK and blacklist keyrings.\n[ 1.737791] Key type asymmetric registered\n[ 1.738642] Asymmetric key parser 'x509' registered\n[ 1.739616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.741105] io scheduler noop registered\n[ 1.741922] io scheduler deadline registered (default)\n[ 1.742936] io scheduler cfq registered\n[ 1.743787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.747612] ACPI: Power Button [PWRF]\n[ 1.748463] GHES: HEST is not enabled!\n[ 1.762314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.790720] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.793016] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.817174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.819302] Linux agpgart interface v0.103\n[ 1.821325] brd: module loaded\n[ 1.822593] loop: module loaded\n[ 1.824096] vda: vda1\n[ 1.825380] scsi host0: ata_piix\n[ 1.826128] scsi host1: ata_piix\n[ 1.826866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.828117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.829588] libphy: Fixed MDIO Bus: probed\n[ 1.830439] tun: Universal TUN/TAP device driver, 1.6\n[ 1.831417] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.833592] PPP generic driver version 2.4.2\n[ 1.834515] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.835783] ehci-pci: EHCI PCI platform driver\n[ 1.836677] ehci-platform: EHCI generic platform driver\n[ 1.837689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.838860] ohci-pci: OHCI PCI platform driver\n[ 1.839760] ohci-platform: OHCI generic platform driver\n[ 1.840773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.855240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.856269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.857754] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.858791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.859942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.861199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.862663] usb usb1: Product: UHCI Host Controller\n[ 1.863623] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.864793] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.865809] hub 1-0:1.0: USB hub found\n[ 1.866622] hub 1-0:1.0: 2 ports detected\n[ 1.867549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.869705] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.870697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.871749] mousedev: PS/2 mouse device common for all mice\n[ 1.873031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.874927] rtc_cmos 00:00: RTC can wake from S4\n[ 1.876058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.877278] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.878514] i2c /dev entries driver\n[ 1.879296] device-mapper: uevent: version 1.0.3\n[ 1.880251] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.881934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883259] NET: Registered protocol family 10\n[ 1.884286] NET: Registered protocol family 17\n[ 1.885208] Key type dns_resolver registered\n[ 1.886167] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887289] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889077] registered taskstats version 1\n[ 1.889932] Loading compiled-in X.509 certificates\n[ 1.891398] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893296] zswap: loaded using pool lzo/zbud\n[ 1.895116] Key type trusted registered\n[ 1.897389] Key type encrypted registered\n[ 1.898254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.899311] ima: No TPM chip found, activating TPM-bypass!\n[ 1.900373] evm: HMAC attrs: 0x1\n[ 1.901326] Magic number: 2:286:95\n[ 1.902179] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:27 UTC (1536354267)\n[ 1.903835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.904979] EDD information not available.\n[ 1.982745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.984209] ata1.00: configured for MWDMA2\n[ 1.985422] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.987784] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.989041] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.001060] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.002970] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.004559] Write protecting the kernel read-only data: 14336k\n[ 2.006121] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.007887] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.016535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.018615] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.020529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.022433] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024311] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026208] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028049] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029876] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032242] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034071] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063703] virtio_net virtio0 ens3: renamed from eth0\n[ 2.072063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.073889] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.092689] AVX2 version of gcm_enc/dec engaged.\n[ 2.093656] AES CTR mode by8 optimization enabled\n[ 2.102594] FDC 0 is a S82078B\n[ 2.178186] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.342856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.344139] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.345444] usb 1-1: Product: QEMU USB Tablet\n[ 2.346321] usb 1-1: Manufacturer: QEMU\n[ 2.347114] usb 1-1: SerialNumber: 42\n[ 2.354781] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.362464] usbcore: registered new interface driver usbhid\n[ 2.363590] usbhid: USB HID core driver\n[ 2.365309] 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.367663] 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.718280] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.719483] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.346122] md: linear personality registered for level -1\n[ 3.349095] md: multipath personality registered for level -4\n[ 3.352093] md: raid0 personality registered for level 0\n[ 3.355390] md: raid1 personality registered for level 1\n[ 3.426152] raid6: sse2x1 gen() 11206 MB/s\n[ 3.494146] raid6: sse2x1 xor() 8746 MB/s\n[ 3.562147] raid6: sse2x2 gen() 14158 MB/s\n[ 3.630149] raid6: sse2x2 xor() 9622 MB/s\n[ 3.698148] raid6: sse2x4 gen() 16844 MB/s\n[ 3.766149] raid6: sse2x4 xor() 11560 MB/s\n[ 3.834147] raid6: avx2x1 gen() 21898 MB/s\n[ 3.902148] raid6: avx2x2 gen() 25736 MB/s\n[ 3.970147] raid6: avx2x4 gen() 29437 MB/s\n[ 3.971028] raid6: using algorithm avx2x4 gen() 29437 MB/s\n[ 3.972069] raid6: using avx2x2 recovery algorithm\n[ 3.974343] xor: automatically using best checksumming function:\n[ 4.014146] avx : 34834.000 MB/sec\n[ 4.016281] async_tx: api initialized (async)\n[ 4.025630] md: raid6 personality registered for level 6\n[ 4.026723] md: raid5 personality registered for level 5\n[ 4.027758] md: raid4 personality registered for level 4\n[ 4.032279] 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.057068] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.087157] 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.187065] 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.190434] systemd[1]: Detected virtualization kvm.\n[ 4.191402] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.195499] systemd[1]: Set hostname to .\n[ 4.199626] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.200809] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.328548] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.330653] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332924] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.334929] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.337093] 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.340283] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.342584] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344661] 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.347452] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.349225] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.351605] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.353964] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.356159] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.358389] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.360642] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.362872] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.366202] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.369842] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.374847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.378667] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.383284] 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.387162] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.391136] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.395178] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.410576] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.412868] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.419517] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.423043] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.428097] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435246] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.437239] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.444251] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.446613] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.448059] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.453713] Loading iSCSI transport class v2.0-870.\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 Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.466584] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508041] 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 udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.992073] cloud-init[459]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 07 Sep 2018 21:04:31 +0000. Up 5.28 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[ 8.450345] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Fri, 07 Sep 2018 21:04:32 +0000. Up 7.07 seconds.\n[ 8.452274] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.456117] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.460119] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.464111] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.468114] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:43:65:49 |\n[ 8.476132] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe43:6549/64 | . | link | fa:16:3e:43:65:49 |\n[ 8.478646] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.484321] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.488123] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.496107] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.498385] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.504110] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.509895] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.516675] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.519202] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.525160] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.530577] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n\n[ 8.533313] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.536917] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.541465] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.544196] cloud-init[1024]: The key fingerprint is:\n[ 8.544980] cloud-init[1024]: SHA256:23OEEr0+aWzlxX/tSqnyhnKDBgT0pGlP/0rAr/O9gJI root@sdnvpn-13-2\n[ 8.546173] cloud-init[1024]: The key's randomart image is:\n[ 8.547007] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.547771] cloud-init] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1024]: | .. . |\n[ 8.554439] cloud-init[1024]: | .= . |\n[ 8.557177] cloud-init[1024]: | +.o . . |\n[ 8.560083] cloud-init[1024]: | . +.. . o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.564614] cloud-init[1024]: | .+ S o o o |\n[ 8.568062] cloud-init[1024]: | ..+ B = . o.|\n Starting /etc/rc.local Compatibility...\n[ 8.570156] cloud-init[1024]: | E ..=.@.o o +|\n[[0;32m OK [0m] [ 8.572095] cloud-init[1024]: | ..o+*=+.o ..|\n[ 8.572863] cloud-init[1024]: | .+ooo*o ...|\n[ 8.573629] cloud-init[1024]: +----[SHA256]-----+\n[ 8.574392] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.575333] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.Started D-Bus System Message Bus.\n\n[ 8.578362] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.581164] cloud-init[1024]: The key fingerprint is:\n[ 8.582752] cloud-init[1024]: SHA256:75kU2WqMmb9yWiFjtGWdo3kn9mjyrEy0gucLeTFsxI0 root@sdnvpn-13-2\n[ 8.584569] cloud-init[1024]: The key's randomart image is:\n[ 8.586096] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.587998] cloud-init[1024]: | |\n[ 8.589558] cloud-init[1024]: | . o . . |\n[ 8.590970] cloud-init[1024]: | E + + |\n[ 8.592198] cloud-init[1024]: | + + = . |\n[ 8.593566] cloud-init[1024]: | S B = . |\n[ 8.594812] cloud-init[1024]: | = % B = |\n[ 8.596226] cloud-init[1024]: | + B @ o . |\n[ 8.597438] cloud-init[1024]: | =.X.B |\n[ 8.598776] cloud-init[1024]: | +=Ooo |\n[ 8.600251] cloud-init[1024]: +----[SHA256]-----+\n[ 8.601736] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.603350] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.605281] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.607192] cloud-init[1024]: The key fingerprint is:\n[ 8.608640] cloud-init[1024]: SHA256:Zyxc2lH87FUpX0mqB4ThU9I0c244diqzfrWZgjpbQns root@sdnvpn-13-2\n[ 8.610559] Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\ncloud-init[1024]: The key's randomart image is: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 8.620568] cloud-init[1024]: [[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n+---[ECDSA 256]---+\n[ 8.629670] cloud-init[1024]: | o=B....o|[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.682216] cloud-init[1024]: | ..+oB..oo|\n[ 8.710547] cloud-init[1024]: | oo= Bo o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 8.761731] cloud-init[1024]: | . =o.B o..|\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.772278] cloud-init[1024]: | .So=o o . |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n \n[ 8.798317] cloud-initStarting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n[1024]: | . .++ ... |\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[ 8.873440] cloud-init[1024]: | o E. . + |[[0;32m OK [0m] Started LSB: automatic crash report generation.\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\n[ 8.887514] cloud-init[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[1024]: | .=. o + |\n[ 8.907600] cloud-init[1024]: [[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.| o+.. . |\n\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 8.923697] [[0;32m OK [0m] Started Set console scheme.\ncloud-init[1024]: +----[SHA256]-----+\n[ 8.930587] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.940119] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.944531] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.950746] cloud-init[1024]: The key fingerprint is:\n[ 8.956127] cloud-init[1024]: SHA256:sQexL9pF5gsbu7F1HFDXBLx2fSMRJuRxKGe5Yz/zKT0 root@sdnvpn-13-2\n[ 8.968107] cloud-init[1024]: The key's randomart image is:\n[ 8.969244] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.970247] cloud-init[1024]: | . .++=++.|\n[ 8.971258] cloud-init[1024]: | +.*=o. .|\n[ 8.976267] cloud-init[1024]: | + B.. ...|\n[ 8.978719] cloud-init[1024]: | O = .o.+|\n[ 8.980088] cloud-init[1024]: | S * +...o|\n[ 8.984109] cloud-init[1024]: | o O o = |\n[ 8.988106] cloud-init[1024]: | . = o o = .|\n[ 8.989144] cloud-init[1024]: | = . . E |\n[ 8.992095] cloud-init[1024]: | o . .|\n[ 8.997436] cloud-init[1024]: +----[SHA256]-----+\n[ 9.245346] cloud-init[1145]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.896349] cloud-init[1145]: en_US.UTF-8... done\n[ 9.898093] cloud-init[1145]: Generation complete.\n[ 10.638875] cloud-init[1145]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 07 Sep 2018 21:04:34 +0000. Up 9.18 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.934485] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.993960] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.293409] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.346499] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.382330] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.386215] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.488992] cloud-init[1392]: Done.\n[ 11.490676] cloud-init[1392]: + chpasswd\n[ 11.491850] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.540474] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.574259] cloud-init[1392]: + sleep 20\n"} 2018-09-07 21:04:38,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-eebe0de3-9f50-48b0-91fe-f5c25b6332ca 2018-09-07 21:04:41,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd8f92181b40b0cb2633220f0661ce1262bbe5e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:42,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ef55083-b2da-4337-9de8-86a123631fc6 x-compute-request-id: req-8ef55083-b2da-4337-9de8-86a123631fc6 Content-Encoding: gzip Content-Length: 13470 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1006909397 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.910 MHz processor\n[ 0.139614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141286] pid_max: default: 32768 minimum: 301\n[ 0.142181] ACPI: Core revision 20150930\n[ 0.143567] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144890] Security Framework initialized\n[ 0.145717] Yama: becoming mindful.\n[ 0.146460] AppArmor: AppArmor initialized\n[ 0.147347] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.148758] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150429] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151656] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153047] Initializing cgroup subsys io\n[ 0.153877] Initializing cgroup subsys memory\n[ 0.154756] Initializing cgroup subsys devices\n[ 0.155631] Initializing cgroup subsys freezer\n[ 0.156509] Initializing cgroup subsys net_cls\n[ 0.157386] Initializing cgroup subsys perf_event\n[ 0.158298] Initializing cgroup subsys net_prio\n[ 0.159192] Initializing cgroup subsys hugetlb\n[ 0.160064] Initializing cgroup subsys pids\n[ 0.160954] CPU: Physical Processor ID: 0\n[ 0.162463] mce: CPU supports 10 MCE banks\n[ 0.163324] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175147] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.181679] ftrace: allocating 32123 entries in 126 pages\n[ 0.208711] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209929] smpboot: Max logical packages: 1\n[ 0.210952] x2apic enabled\n[ 0.211768] Switched APIC routing to physical x2apic.\n[ 0.213519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214680] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218502] KVM setup paravirtual spinlock\n[ 0.219791] x86: Booted up 1 node, 1 CPUs\n[ 0.220610] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222007] devtmpfs: initialized\n[ 0.224521] evm: security.selinux\n[ 0.225231] evm: security.SMACK64\n[ 0.225927] evm: security.SMACK64EXEC\n[ 0.226681] evm: security.SMACK64TRANSMUTE\n[ 0.227503] evm: security.SMACK64MMAP\n[ 0.228255] evm: security.ima\n[ 0.228895] evm: security.capability\n[ 0.229707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231588] pinctrl core: initialized pinctrl subsystem\n[ 0.232707] RTC time: 21:04:26, date: 09/07/18\n[ 0.233659] NET: Registered protocol family 16\n[ 0.234642] cpuidle: using governor ladder\n[ 0.235474] cpuidle: using governor menu\n[ 0.236272] PCCT header not found.\n[ 0.237029] ACPI: bus type PCI registered\n[ 0.237837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239102] PCI: Using configuration type 1 for base access\n[ 0.241280] ACPI: Added _OSI(Module Device)\n[ 0.242128] ACPI: Added _OSI(Processor Device)\n[ 0.243005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243919] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246377] ACPI: Interpreter enabled\n[ 0.247142] ACPI: (supports S0 S5)\n[ 0.247855] ACPI: Using IOAPIC for interrupt routing\n[ 0.248808] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253062] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254307] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255514] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257901] acpiphp: Slot [3] registered\n[ 0.258723] acpiphp: Slot [4] registered\n[ 0.259535] acpiphp: Slot [5] registered\n[ 0.260341] acpiphp: Slot [6] registered\n[ 0.261140] acpiphp: Slot [7] registered\n[ 0.261941] acpiphp: Slot [8] registered\n[ 0.262744] acpiphp: Slot [9] registered\n[ 0.263551] acpiphp: Slot [10] registered\n[ 0.264365] acpiphp: Slot [11] registered\n[ 0.265172] acpiphp: Slot [12] registered\n[ 0.265987] acpiphp: Slot [13] registered\n[ 0.266803] acpiphp: Slot [14] registered\n[ 0.277830] acpiphp: Slot [15] registered\n[ 0.278650] acpiphp: Slot [16] registered\n[ 0.279465] acpiphp: Slot [17] registered\n[ 0.280279] acpiphp: Slot [18] registered\n[ 0.281089] acpiphp: Slot [19] registered\n[ 0.281908] acpiphp: Slot [20] registered\n[ 0.282721] acpiphp: Slot [21] registered\n[ 0.283537] acpiphp: Slot [22] registered\n[ 0.284353] acpiphp: Slot [23] registered\n[ 0.285163] acpiphp: Slot [24] registered\n[ 0.285985] acpiphp: Slot [25] registered\n[ 0.286804] acpiphp: Slot [26] registered\n[ 0.287618] acpiphp: Slot [27] registered\n[ 0.288430] acpiphp: Slot [28] registered\n[ 0.289245] acpiphp: Slot [29] registered\n[ 0.290064] acpiphp: Slot [30] registered\n[ 0.290878] acpiphp: Slot [31] registered\n[ 0.291691] PCI host bridge to bus 0000:00\n[ 0.292507] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296415] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304507] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365781] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369860] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371379] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374009] vgaarb: loaded\n[ 0.374616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375767] SCSI subsystem initialized\n[ 0.376584] ACPI: bus type USB registered\n[ 0.377403] usbcore: registered new interface driver usbfs\n[ 0.378440] usbcore: registered new interface driver hub\n[ 0.379451] usbcore: registered new device driver usb\n[ 0.380499] PCI: Using ACPI for IRQ routing\n[ 0.381531] NetLabel: Initializing\n[ 0.382251] NetLabel: domain hash size = 128\n[ 0.383107] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384072] NetLabel: unlabeled traffic allowed by default\n[ 0.385165] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386144] clocksource: Switched to clocksource kvm-clock\n[ 0.391564] AppArmor: AppArmor Filesystem Enabled\n[ 0.392536] pnp: PnP ACPI init\n[ 0.393446] pnp: PnP ACPI: found 5 devices\n[ 0.399496] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401212] NET: Registered protocol family 2\n[ 0.402175] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403467] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404671] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405862] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406967] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408162] NET: Registered protocol family 1\n[ 0.409036] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410140] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411228] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425367] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439751] Trying to unpack rootfs image as initramfs...\n[ 1.706552] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.721666] Scanning for low memory corruption every 60 seconds\n[ 1.723046] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.724217] audit: initializing netlink subsys (disabled)\n[ 1.725254] audit: type=2000 audit(1536354268.285:1): initialized\n[ 1.726593] Initialise system trusted keyring\n[ 1.727535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.728721] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.730735] zbud: loaded\n[ 1.731454] VFS: Disk quotas dquot_6.6.0\n[ 1.732289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.733707] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.734961] fuse init (API version 7.23)\n[ 1.735859] Key type big_key registered\n[ 1.736662] Allocating IMA MOK and blacklist keyrings.\n[ 1.737791] Key type asymmetric registered\n[ 1.738642] Asymmetric key parser 'x509' registered\n[ 1.739616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.741105] io scheduler noop registered\n[ 1.741922] io scheduler deadline registered (default)\n[ 1.742936] io scheduler cfq registered\n[ 1.743787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.747612] ACPI: Power Button [PWRF]\n[ 1.748463] GHES: HEST is not enabled!\n[ 1.762314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.790720] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.793016] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.817174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.819302] Linux agpgart interface v0.103\n[ 1.821325] brd: module loaded\n[ 1.822593] loop: module loaded\n[ 1.824096] vda: vda1\n[ 1.825380] scsi host0: ata_piix\n[ 1.826128] scsi host1: ata_piix\n[ 1.826866] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.828117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.829588] libphy: Fixed MDIO Bus: probed\n[ 1.830439] tun: Universal TUN/TAP device driver, 1.6\n[ 1.831417] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.833592] PPP generic driver version 2.4.2\n[ 1.834515] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.835783] ehci-pci: EHCI PCI platform driver\n[ 1.836677] ehci-platform: EHCI generic platform driver\n[ 1.837689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.838860] ohci-pci: OHCI PCI platform driver\n[ 1.839760] ohci-platform: OHCI generic platform driver\n[ 1.840773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.855240] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.856269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.857754] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.858791] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.859942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.861199] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.862663] usb usb1: Product: UHCI Host Controller\n[ 1.863623] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.864793] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.865809] hub 1-0:1.0: USB hub found\n[ 1.866622] hub 1-0:1.0: 2 ports detected\n[ 1.867549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.869705] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.870697] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.871749] mousedev: PS/2 mouse device common for all mice\n[ 1.873031] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.874927] rtc_cmos 00:00: RTC can wake from S4\n[ 1.876058] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.877278] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.878514] i2c /dev entries driver\n[ 1.879296] device-mapper: uevent: version 1.0.3\n[ 1.880251] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.881934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883259] NET: Registered protocol family 10\n[ 1.884286] NET: Registered protocol family 17\n[ 1.885208] Key type dns_resolver registered\n[ 1.886167] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887289] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889077] registered taskstats version 1\n[ 1.889932] Loading compiled-in X.509 certificates\n[ 1.891398] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893296] zswap: loaded using pool lzo/zbud\n[ 1.895116] Key type trusted registered\n[ 1.897389] Key type encrypted registered\n[ 1.898254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.899311] ima: No TPM chip found, activating TPM-bypass!\n[ 1.900373] evm: HMAC attrs: 0x1\n[ 1.901326] Magic number: 2:286:95\n[ 1.902179] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:27 UTC (1536354267)\n[ 1.903835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.904979] EDD information not available.\n[ 1.982745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.984209] ata1.00: configured for MWDMA2\n[ 1.985422] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.987784] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.989041] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.001060] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.002970] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.004559] Write protecting the kernel read-only data: 14336k\n[ 2.006121] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.007887] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.016535] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.018615] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.020529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.022433] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024311] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026208] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028049] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029876] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032242] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034071] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063703] virtio_net virtio0 ens3: renamed from eth0\n[ 2.072063] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.073889] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.092689] AVX2 version of gcm_enc/dec engaged.\n[ 2.093656] AES CTR mode by8 optimization enabled\n[ 2.102594] FDC 0 is a S82078B\n[ 2.178186] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.342856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.344139] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.345444] usb 1-1: Product: QEMU USB Tablet\n[ 2.346321] usb 1-1: Manufacturer: QEMU\n[ 2.347114] usb 1-1: SerialNumber: 42\n[ 2.354781] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.362464] usbcore: registered new interface driver usbhid\n[ 2.363590] usbhid: USB HID core driver\n[ 2.365309] 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.367663] 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.718280] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.719483] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.346122] md: linear personality registered for level -1\n[ 3.349095] md: multipath personality registered for level -4\n[ 3.352093] md: raid0 personality registered for level 0\n[ 3.355390] md: raid1 personality registered for level 1\n[ 3.426152] raid6: sse2x1 gen() 11206 MB/s\n[ 3.494146] raid6: sse2x1 xor() 8746 MB/s\n[ 3.562147] raid6: sse2x2 gen() 14158 MB/s\n[ 3.630149] raid6: sse2x2 xor() 9622 MB/s\n[ 3.698148] raid6: sse2x4 gen() 16844 MB/s\n[ 3.766149] raid6: sse2x4 xor() 11560 MB/s\n[ 3.834147] raid6: avx2x1 gen() 21898 MB/s\n[ 3.902148] raid6: avx2x2 gen() 25736 MB/s\n[ 3.970147] raid6: avx2x4 gen() 29437 MB/s\n[ 3.971028] raid6: using algorithm avx2x4 gen() 29437 MB/s\n[ 3.972069] raid6: using avx2x2 recovery algorithm\n[ 3.974343] xor: automatically using best checksumming function:\n[ 4.014146] avx : 34834.000 MB/sec\n[ 4.016281] async_tx: api initialized (async)\n[ 4.025630] md: raid6 personality registered for level 6\n[ 4.026723] md: raid5 personality registered for level 5\n[ 4.027758] md: raid4 personality registered for level 4\n[ 4.032279] 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.057068] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.087157] 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.187065] 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.190434] systemd[1]: Detected virtualization kvm.\n[ 4.191402] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.195499] systemd[1]: Set hostname to .\n[ 4.199626] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.200809] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.328548] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.330653] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332924] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.334929] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.337093] 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.340283] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.342584] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344661] 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.347452] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.349225] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.351605] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.353964] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.356159] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.358389] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.360642] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.362872] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.366202] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.369842] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.374847] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.378667] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.383284] 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.387162] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.391136] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.395178] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.399105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.410576] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.412868] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.419517] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.423043] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.428097] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435246] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.437239] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.444251] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.446613] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.448059] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.453713] Loading iSCSI transport class v2.0-870.\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 Set console keymap.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.466584] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.508041] 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 udev Coldplug all Devices...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.992073] cloud-init[459]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 07 Sep 2018 21:04:31 +0000. Up 5.28 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[ 8.450345] cloud-init[1024]: Cloud-init v. 0.7.9 running 'init' at Fri, 07 Sep 2018 21:04:32 +0000. Up 7.07 seconds.\n[ 8.452274] cloud-init[1024]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.456117] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.460119] cloud-init[1024]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.464111] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.468114] cloud-init[1024]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:43:65:49 |\n[ 8.476132] cloud-init[1024]: ci-info: | ens3 | True | fe80::f816:3eff:fe43:6549/64 | . | link | fa:16:3e:43:65:49 |\n[ 8.478646] cloud-init[1024]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.484321] cloud-init[1024]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.488123] cloud-init[1024]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.496107] cloud-init[1024]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.498385] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.504110] cloud-init[1024]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.509895] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.516675] cloud-init[1024]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.519202] cloud-init[1024]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.525160] cloud-init[1024]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.530577] cloud-init[1024]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n\n[ 8.533313] cloud-init[1024]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.536917] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.541465] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.544196] cloud-init[1024]: The key fingerprint is:\n[ 8.544980] cloud-init[1024]: SHA256:23OEEr0+aWzlxX/tSqnyhnKDBgT0pGlP/0rAr/O9gJI root@sdnvpn-13-2\n[ 8.546173] cloud-init[1024]: The key's randomart image is:\n[ 8.547007] cloud-init[1024]: +---[RSA 2048]----+\n[ 8.547771] cloud-init] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1024]: | .. . |\n[ 8.554439] cloud-init[1024]: | .= . |\n[ 8.557177] cloud-init[1024]: | +.o . . |\n[ 8.560083] cloud-init[1024]: | . +.. . o . |\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.564614] cloud-init[1024]: | .+ S o o o |\n[ 8.568062] cloud-init[1024]: | ..+ B = . o.|\n Starting /etc/rc.local Compatibility...\n[ 8.570156] cloud-init[1024]: | E ..=.@.o o +|\n[[0;32m OK [0m] [ 8.572095] cloud-init[1024]: | ..o+*=+.o ..|\n[ 8.572863] cloud-init[1024]: | .+ooo*o ...|\n[ 8.573629] cloud-init[1024]: +----[SHA256]-----+\n[ 8.574392] cloud-init[1024]: Generating public/private dsa key pair.\n[ 8.575333] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.Started D-Bus System Message Bus.\n\n[ 8.578362] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.581164] cloud-init[1024]: The key fingerprint is:\n[ 8.582752] cloud-init[1024]: SHA256:75kU2WqMmb9yWiFjtGWdo3kn9mjyrEy0gucLeTFsxI0 root@sdnvpn-13-2\n[ 8.584569] cloud-init[1024]: The key's randomart image is:\n[ 8.586096] cloud-init[1024]: +---[DSA 1024]----+\n[ 8.587998] cloud-init[1024]: | |\n[ 8.589558] cloud-init[1024]: | . o . . |\n[ 8.590970] cloud-init[1024]: | E + + |\n[ 8.592198] cloud-init[1024]: | + + = . |\n[ 8.593566] cloud-init[1024]: | S B = . |\n[ 8.594812] cloud-init[1024]: | = % B = |\n[ 8.596226] cloud-init[1024]: | + B @ o . |\n[ 8.597438] cloud-init[1024]: | =.X.B |\n[ 8.598776] cloud-init[1024]: | +=Ooo |\n[ 8.600251] cloud-init[1024]: +----[SHA256]-----+\n[ 8.601736] cloud-init[1024]: Generating public/private ecdsa key pair.\n[ 8.603350] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.605281] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.607192] cloud-init[1024]: The key fingerprint is:\n[ 8.608640] cloud-init[1024]: SHA256:Zyxc2lH87FUpX0mqB4ThU9I0c244diqzfrWZgjpbQns root@sdnvpn-13-2\n[ 8.610559] Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\ncloud-init[1024]: The key's randomart image is: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 8.620568] cloud-init[1024]: [[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n+---[ECDSA 256]---+\n[ 8.629670] cloud-init[1024]: | o=B....o|[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.682216] cloud-init[1024]: | ..+oB..oo|\n[ 8.710547] cloud-init[1024]: | oo= Bo o|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 8.761731] cloud-init[1024]: | . =o.B o..|\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.772278] cloud-init[1024]: | .So=o o . |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n \n[ 8.798317] cloud-initStarting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n[1024]: | . .++ ... |\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[ 8.873440] cloud-init[1024]: | o E. . + |[[0;32m OK [0m] Started LSB: automatic crash report generation.\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\n[ 8.887514] cloud-init[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[1024]: | .=. o + |\n[ 8.907600] cloud-init[1024]: [[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.| o+.. . |\n\n[[0;32m OK [0m] Reached target Login Prompts.\n[ 8.923697] [[0;32m OK [0m] Started Set console scheme.\ncloud-init[1024]: +----[SHA256]-----+\n[ 8.930587] cloud-init[1024]: Generating public/private ed25519 key pair.\n[ 8.940119] cloud-init[1024]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.944531] cloud-init[1024]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.950746] cloud-init[1024]: The key fingerprint is:\n[ 8.956127] cloud-init[1024]: SHA256:sQexL9pF5gsbu7F1HFDXBLx2fSMRJuRxKGe5Yz/zKT0 root@sdnvpn-13-2\n[ 8.968107] cloud-init[1024]: The key's randomart image is:\n[ 8.969244] cloud-init[1024]: +--[ED25519 256]--+\n[ 8.970247] cloud-init[1024]: | . .++=++.|\n[ 8.971258] cloud-init[1024]: | +.*=o. .|\n[ 8.976267] cloud-init[1024]: | + B.. ...|\n[ 8.978719] cloud-init[1024]: | O = .o.+|\n[ 8.980088] cloud-init[1024]: | S * +...o|\n[ 8.984109] cloud-init[1024]: | o O o = |\n[ 8.988106] cloud-init[1024]: | . = o o = .|\n[ 8.989144] cloud-init[1024]: | = . . E |\n[ 8.992095] cloud-init[1024]: | o . .|\n[ 8.997436] cloud-init[1024]: +----[SHA256]-----+\n[ 9.245346] cloud-init[1145]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.896349] cloud-init[1145]: en_US.UTF-8... done\n[ 9.898093] cloud-init[1145]: Generation complete.\n[ 10.638875] cloud-init[1145]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 07 Sep 2018 21:04:34 +0000. Up 9.18 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.934485] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.993960] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.293409] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.346499] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.382330] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.386215] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.488992] cloud-init[1392]: Done.\n[ 11.490676] cloud-init[1392]: + chpasswd\n[ 11.491850] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.540474] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.574259] cloud-init[1392]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-09-07 21:04:42,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-8ef55083-b2da-4337-9de8-86a123631fc6 2018-09-07 21:04:44,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:04:44,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-a486e6eb-40c1-4b05-a8ca-bc613d61f4d2 Date: Fri, 07 Sep 2018 21:04:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-07T21:01:37Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-09-07T21:01:48Z", "visibility": "public", "locations": [{"url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/9d39de40-7be9-4da7-afc9-422b5cdec554/snap", "metadata": {}}], "self": "/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554", "min_disk": 0, "protected": false, "id": "9d39de40-7be9-4da7-afc9-422b5cdec554", "file": "/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "a3d1e38333674f33ba762d66c366b2a8", "direct_url": "rbd://2a3fb74d-4976-4dc6-9d9d-6a20a4b84c05/images/9d39de40-7be9-4da7-afc9-422b5cdec554/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-07 21:04:44,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images?limit=20 used request id req-a486e6eb-40c1-4b05-a8ca-bc613d61f4d2 2018-09-07 21:04:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:04:44,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7719ad01-992f-4574-a7b6-27879d4eb8be Date: Fri, 07 Sep 2018 21:04: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-07 21:04:44,529 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/schemas/image used request id req-7719ad01-992f-4574-a7b6-27879d4eb8be 2018-09-07 21:04:44,531 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-07 21:04:44,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-07 21:04:44,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1 X-Openstack-Request-Id: req-c4de3865-009d-47d4-84f1-4d3b085891c8 Date: Fri, 07 Sep 2018 21:04:44 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-07T21:04:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-07T21:04:44Z", "visibility": "public", "locations": [], "self": "/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "min_disk": 0, "protected": false, "id": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "file": "/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1/file", "checksum": null, "owner": "a3d1e38333674f33ba762d66c366b2a8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-07 21:04:44,741 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-c4de3865-009d-47d4-84f1-4d3b085891c8 2018-09-07 21:04:44,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" -d '' 2018-09-07 21:04:46,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce776448-e087-4636-89bf-1cb26df71295 Date: Fri, 07 Sep 2018 21:04:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-07 21:04:46,535 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1/file used request id req-ce776448-e087-4636-89bf-1cb26df71295 2018-09-07 21:04:46,536 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-09-07 21:04:46,536 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=52d35a17-f4e0-4725-9d6c-8abe4e8ddff1 network=7f9701f9-698f-4d30-bd47-c005f47b1868 secgroup=6f829573-2f15-46c3-8957-08c4eb5eb777 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-07 21:04:46,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:04:46,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:04:46,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:04:46,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:04:46,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:04:46,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:04:46,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:04:46,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:04:46,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-07 21:04:46,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-07 21:04:46,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-07 21:04:46,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-07 21:04:46,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-07 21:04:46,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-07 21:04:46,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-07 21:04:46,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-07 21:04:46,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:04:46,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa488481-81d8-4b9c-b912-0c527c460d3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:04:46,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-aa488481-81d8-4b9c-b912-0c527c460d3d 2018-09-07 21:04:46,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:04:46,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:04:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["GLBcZGt-Q0as1sSDQzwA5w"], "issued_at": "2018-09-07T21:04:46.000000Z"}} 2018-09-07 21:04:46,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" 2018-09-07 21:04:47,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36e34a04-b946-4c69-8f15-751a05c747b6 x-compute-request-id: req-36e34a04-b946-4c69-8f15-751a05c747b6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "ea0fc827-3bdf-4013-90c9-d14372f6e029", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea0fc827-3bdf-4013-90c9-d14372f6e029", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-07 21:04:47,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-36e34a04-b946-4c69-8f15-751a05c747b6 2018-09-07 21:04:47,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" 2018-09-07 21:04:47,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86abbbf1-cf29-4b74-8df3-47ebe63e0126 x-compute-request-id: req-86abbbf1-cf29-4b74-8df3-47ebe63e0126 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-07 21:04:47,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 used request id req-86abbbf1-cf29-4b74-8df3-47ebe63e0126 2018-09-07 21:04:47,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "d1a443eb-d886-425f-ae01-19bafe2ca775", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7f9701f9-698f-4d30-bd47-c005f47b1868"}], "config_drive": true}}' 2018-09-07 21:04:48,577 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d1ca0888-93e1-4694-9333-d2875b159f69 x-compute-request-id: req-d1ca0888-93e1-4694-9333-d2875b159f69 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c4186e04-2d5f-4e42-9932-904c4835edfe", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "bookmark"}], "adminPass": "XBc3bkbRXFW9"}} 2018-09-07 21:04:48,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d1ca0888-93e1-4694-9333-d2875b159f69 2018-09-07 21:04:48,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-07 21:04:48,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8463d71-2bb4-4620-84b4-8b24d77ce1f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-09-07 21:04:48,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-a8463d71-2bb4-4620-84b4-8b24d77ce1f0 2018-09-07 21:04:48,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-07 21:04:48,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "765cac6f031a43628860c2853b35fec1", "name": "admin"}], "expires_at": "2018-09-07T22:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3d1e38333674f33ba762d66c366b2a8", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa09c2cd6d0442f580bf967dbb4613a2"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c52f9d07bd2e49128f59a8af3d32ced4"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e2c760abc0c34836937e301d96db9937"}], "type": "identity", "id": "078159dde0ab437696b8918ccc7a8f55", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08525c5441504dde9d6972d75e0b6da8"}, {"url": "http://172.30.9.25:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "436b01e2727b48d09014fb9f3ee8e55f"}, {"url": "http://192.30.9.7:8776/v3/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5aed450d0484c9fa5cb9658685171ed"}], "type": "volumev3", "id": "1812243d9f864b14b00d66de6bc6364f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "093e36dcb8d24deba18c361592374baf"}, {"url": "http://172.30.9.25:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24d607a509164355a99dd7990cb350dd"}, {"url": "http://192.30.9.7:8004/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3199c093bff14a298ca40961f92fc12a"}], "type": "orchestration", "id": "2f518eab941c4f2185291e0c2d9c6952", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adcdfa121a1944629fc76fe3683b5886"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "afd58e29e19a4f6e836b2afac6d6d8e4"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84295545dc44c5b8bf73bdb047c735a"}], "type": "image", "id": "5392c3492779420e94e7beb291ed7455", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6d30568e9a54ffeb9ba1d8e4dc6aa12"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e16967fa2c2e4f519541cae5452280ee"}, {"url": "http://192.30.9.7:8776/v1/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9a569a60319403d87638c60251fbce7"}], "type": "volume", "id": "881e3046110f4f4b9ab5bd2cade76b11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1303dff2b5ae413a8b7009f5bd75d8cd"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3ffb1a91aaf54b9297bc48d5b5b6cfca"}, {"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f654477be90e467f979ae493bfd12f3d"}], "type": "compute", "id": "90230e0d1879490481d7a6a280d8c221", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a14fdcb13d74e55a91db9e699fef78b"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1719ec47b9a749839218688aaf313c05"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86225f745bfc4a5a9ca1ffc62d1ba184"}], "type": "alarming", "id": "a22534ab3fa04baead64856467c7a957", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b949ea9f43654adbb83003b510d420ee"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbba624ad73a408fb45fc8b83c7c05f1"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2bab760d93a43ec9e56260350495a95"}], "type": "cloudformation", "id": "a923ff9e3640401d9508b678851772af", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "440ede366232486ca2e44bca3bfec249"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eecfc55139a4b14bbdbd3bddf71e79f"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce792746ac94430593ec953aa9dd09e6"}], "type": "network", "id": "b49d440ffc7f4088a5daaa1dd3de69ef", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23737419814594be64137cf35f119f"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "623c3d3aeee24256adfa97a6a980635e"}, {"url": "http://172.30.9.25:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a0b1ed597d94410801ab1411dd5ad48"}], "type": "policy", "id": "b82770b76abb4d4c9b6e197231dfa916", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "c32d4d70b7114973952fbef5e7e4a858", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43ad3f7c0c1d4c4db2fb7e692488a62e"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "874cd15ec0654aaba4a6080b1ff0558e"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad90ede2ee2f441fbe6d0187904a68d5"}], "type": "metric", "id": "d1882e7b834d49aba534db8ee020e032", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7621658f9d7742c1af2acc8558569447"}, {"url": "http://172.30.9.25:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "821240e479754ff2a52fbfd2ca595649"}, {"url": "http://192.30.9.7:8776/v2/a3d1e38333674f33ba762d66c366b2a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c60f6c6a3f004b03a1c8b53ca3858a88"}], "type": "volumev2", "id": "ddbf9e3b3e8a4cba8990557a66c0e005", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b47a706ad764651829bc1c75d03e5c7"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a90e3ff42cd340009b2f89e38e101c8a"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea26431b23fb44a580b673d36f9c2a86"}], "type": "placement", "id": "f7c5cff1ec20409f98649d3d131c9a0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ed14f49114844829cd9098e0d1f678a"}, {"url": "http://172.30.9.25:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb527b1bb894ca79e70d95907338df7"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c446f8562d2845a9a88f3329579006d0"}], "type": "key-manager", "id": "fe6b4a653ec147ca8b06fdd7fd74a672", "name": "barbican"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a7a0d8150b02482984733c89d985de57"}, "audit_ids": ["HjIq1S6kTw6oeDd7m-h26A"], "issued_at": "2018-09-07T21:04:48.000000Z"}} 2018-09-07 21:04:48,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c538105524555f007fa9c7b5fb903202d8d637a1" 2018-09-07 21:04:49,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b585e950-70a5-4132-8f56-064653e274fd x-compute-request-id: req-b585e950-70a5-4132-8f56-064653e274fd Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "bookmark"}], "image": {"id": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "links": [{"href": "http://172.30.9.25:8774/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "c4186e04-2d5f-4e42-9932-904c4835edfe", "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-3", "created": "2018-09-07T21:04:48Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:49,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe used request id req-b585e950-70a5-4132-8f56-064653e274fd 2018-09-07 21:04:52,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c538105524555f007fa9c7b5fb903202d8d637a1" 2018-09-07 21:04:53,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a9c267e-cc5c-4bfa-ab65-b4c70900c91b x-compute-request-id: req-6a9c267e-cc5c-4bfa-ab65-b4c70900c91b 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.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "bookmark"}], "image": {"id": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "links": [{"href": "http://172.30.9.25:8774/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "c4186e04-2d5f-4e42-9932-904c4835edfe", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:49Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T21:04:48Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:53,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe used request id req-6a9c267e-cc5c-4bfa-ab65-b4c70900c91b 2018-09-07 21:04:56,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c538105524555f007fa9c7b5fb903202d8d637a1" 2018-09-07 21:04:56,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a6dffcd-f805-44ba-a57d-0e5d527180bb x-compute-request-id: req-9a6dffcd-f805-44ba-a57d-0e5d527180bb Content-Encoding: gzip Content-Length: 785 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:07:1f:f8", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "bookmark"}], "image": {"id": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "links": [{"href": "http://172.30.9.25:8774/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": "2018-09-07T21:04:54.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "c4186e04-2d5f-4e42-9932-904c4835edfe", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:54Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T21:04:48Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:56,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe used request id req-9a6dffcd-f805-44ba-a57d-0e5d527180bb 2018-09-07 21:04:56,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" 2018-09-07 21:04:57,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d06b108-f1d7-499f-9088-c33532fbbde0 x-compute-request-id: req-0d06b108-f1d7-499f-9088-c33532fbbde0 Content-Encoding: gzip Content-Length: 785 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:07:1f:f8", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c4186e04-2d5f-4e42-9932-904c4835edfe", "rel": "bookmark"}], "image": {"id": "52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "links": [{"href": "http://172.30.9.25:8774/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000168", "OS-SRV-USG:launched_at": "2018-09-07T21:04:54.000000", "flavor": {"id": "d1a443eb-d886-425f-ae01-19bafe2ca775", "links": [{"href": "http://172.30.9.25:8774/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775", "rel": "bookmark"}]}, "id": "c4186e04-2d5f-4e42-9932-904c4835edfe", "security_groups": [{"name": "default"}], "user_id": "a7a0d8150b02482984733c89d985de57", "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-07T21:04:54Z", "hostId": "05c1298b3ca3a164692dd3b491d100cde1be6eff7b5bcc1772b1a876", "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-07T21:04:48Z", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-07 21:04:57,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe used request id req-0d06b108-f1d7-499f-9088-c33532fbbde0 2018-09-07 21:04:57,455 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.11'. 2018-09-07 21:04:57,456 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-09-07 21:04:57,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"addSecurityGroup": {"name": "6f829573-2f15-46c3-8957-08c4eb5eb777"}}' 2018-09-07 21:04:58,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cce2b8c1-f642-4b21-a981-f79f1532d9ba x-compute-request-id: req-cce2b8c1-f642-4b21-a981-f79f1532d9ba Content-Length: 0 Content-Type: application/json 2018-09-07 21:04:58,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-cce2b8c1-f642-4b21-a981-f79f1532d9ba 2018-09-07 21:04:58,847 - sdnvpn_test_utils - INFO - Waiting for instance c4186e04-2d5f-4e42-9932-904c4835edfe to boot up 2018-09-07 21:04:58,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:04:59,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895ca67b-ce6f-4945-9bfd-644fd591c1ca x-compute-request-id: req-895ca67b-ce6f-4945-9bfd-644fd591c1ca Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:04:59,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-895ca67b-ce6f-4945-9bfd-644fd591c1ca 2018-09-07 21:05:01,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:03,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-69bb6c62-d160-46c1-a679-b659bcdc4328 x-compute-request-id: req-69bb6c62-d160-46c1-a679-b659bcdc4328 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:03,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-69bb6c62-d160-46c1-a679-b659bcdc4328 2018-09-07 21:05:05,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:06,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-bcfdd861-9775-4410-8578-fcd65d1d28a0 x-compute-request-id: req-bcfdd861-9775-4410-8578-fcd65d1d28a0 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:06,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-bcfdd861-9775-4410-8578-fcd65d1d28a0 2018-09-07 21:05:08,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:09,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee2fd750-6a41-4261-850c-00989e6821de x-compute-request-id: req-ee2fd750-6a41-4261-850c-00989e6821de Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:09,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-ee2fd750-6a41-4261-850c-00989e6821de 2018-09-07 21:05:11,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:12,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2933eaf9-3362-4f75-9adb-a0a524d92157 x-compute-request-id: req-2933eaf9-3362-4f75-9adb-a0a524d92157 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:12,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-2933eaf9-3362-4f75-9adb-a0a524d92157 2018-09-07 21:05:14,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:15,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-f5915653-c8d5-4c8d-b05e-bc169ea2f3bf x-compute-request-id: req-f5915653-c8d5-4c8d-b05e-bc169ea2f3bf Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:15,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-f5915653-c8d5-4c8d-b05e-bc169ea2f3bf 2018-09-07 21:05:17,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:18,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a11552b9-5f79-4d93-aeda-5399fdcdc254 x-compute-request-id: req-a11552b9-5f79-4d93-aeda-5399fdcdc254 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:18,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-a11552b9-5f79-4d93-aeda-5399fdcdc254 2018-09-07 21:05:20,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:21,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-25b40eff-d02e-4172-9fe3-dcc300f1ea66 x-compute-request-id: req-25b40eff-d02e-4172-9fe3-dcc300f1ea66 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:21,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-25b40eff-d02e-4172-9fe3-dcc300f1ea66 2018-09-07 21:05:23,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:24,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18c14cb1-0767-467e-89b4-d37e94de1d2d x-compute-request-id: req-18c14cb1-0767-467e-89b4-d37e94de1d2d Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:24,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-18c14cb1-0767-467e-89b4-d37e94de1d2d 2018-09-07 21:05:26,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:27,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c815567-f0f2-4e51-b72b-537626de1c10 x-compute-request-id: req-2c815567-f0f2-4e51-b72b-537626de1c10 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:27,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-2c815567-f0f2-4e51-b72b-537626de1c10 2018-09-07 21:05:29,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:30,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-a16d497d-5add-49bf-a008-5f23d54a042a x-compute-request-id: req-a16d497d-5add-49bf-a008-5f23d54a042a Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:30,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-a16d497d-5add-49bf-a008-5f23d54a042a 2018-09-07 21:05:32,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:33,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c27475bb-7559-4995-90e6-f83480f765d7 x-compute-request-id: req-c27475bb-7559-4995-90e6-f83480f765d7 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:33,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-c27475bb-7559-4995-90e6-f83480f765d7 2018-09-07 21:05:35,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:36,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-2918ea35-5a1c-43e0-923f-8f1771a175d8 x-compute-request-id: req-2918ea35-5a1c-43e0-923f-8f1771a175d8 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:36,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-2918ea35-5a1c-43e0-923f-8f1771a175d8 2018-09-07 21:05:38,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:39,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76ee82e-6762-48fa-9e7d-9a39b699f797 x-compute-request-id: req-c76ee82e-6762-48fa-9e7d-9a39b699f797 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:39,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-c76ee82e-6762-48fa-9e7d-9a39b699f797 2018-09-07 21:05:41,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:43,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95480cb7-10ee-4f78-8e0b-11a908914506 x-compute-request-id: req-95480cb7-10ee-4f78-8e0b-11a908914506 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:43,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-95480cb7-10ee-4f78-8e0b-11a908914506 2018-09-07 21:05:45,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:46,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea7abff2-704c-4f49-9a20-b426ca7635c4 x-compute-request-id: req-ea7abff2-704c-4f49-9a20-b426ca7635c4 Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:46,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-ea7abff2-704c-4f49-9a20-b426ca7635c4 2018-09-07 21:05:48,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:49,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-684d2846-b7d5-4f03-9bcf-89ba55ed93ef x-compute-request-id: req-684d2846-b7d5-4f03-9bcf-89ba55ed93ef Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:49,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-684d2846-b7d5-4f03-9bcf-89ba55ed93ef 2018-09-07 21:05:51,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:52,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-802d2fc6-0b50-406e-a2cb-b5b18819d54a x-compute-request-id: req-802d2fc6-0b50-406e-a2cb-b5b18819d54a Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:52,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-802d2fc6-0b50-406e-a2cb-b5b18819d54a 2018-09-07 21:05:54,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:55,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-f14f78bd-3e46-43f2-95ba-9c5c1d0ad41e x-compute-request-id: req-f14f78bd-3e46-43f2-95ba-9c5c1d0ad41e Content-Encoding: gzip Content-Length: 7885 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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-07 21:05:55,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-f14f78bd-3e46-43f2-95ba-9c5c1d0ad41e 2018-09-07 21:05:57,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:05:58,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:05: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-4b990e73-6a5d-4823-8d0c-5743ea685e8a x-compute-request-id: req-4b990e73-6a5d-4823-8d0c-5743ea685e8a Content-Encoding: gzip Content-Length: 8078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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=20953055,end=20971487\n"} 2018-09-07 21:05:58,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-4b990e73-6a5d-4823-8d0c-5743ea685e8a 2018-09-07 21:06:00,473 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-09-07 21:06:00,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-409509", "route_distinguishers": ["12:12", "13:13"]}}' 2018-09-07 21:06:01,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-c2e36b62-82ba-4a37-ba40-360bde72749a Date: Fri, 07 Sep 2018 21:06:01 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "247535d4-d013-4a6e-a07b-d28fed8a3dee", "name": "sdnvpn-409509", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "type": "l3"}} 2018-09-07 21:06:01,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns used request id req-c2e36b62-82ba-4a37-ba40-360bde72749a 2018-09-07 21:06:01,403 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-409509', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3d1e38333674f33ba762d66c366b2a8', u'route_targets': [], u'project_id': u'a3d1e38333674f33ba762d66c366b2a8', u'type': u'l3', u'id': u'247535d4-d013-4a6e-a07b-d28fed8a3dee'}} 2018-09-07 21:06:01,403 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-09-07 21:06:01,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/247535d4-d013-4a6e-a07b-d28fed8a3dee/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router_association": {"router_id": "b9e04bd3-c65d-4276-8560-3f48c5caf750"}}' 2018-09-07 21:06:02,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-c38e530f-c32e-42d1-b6f4-5ffc2f540f59 Date: Fri, 07 Sep 2018 21:06:02 GMT RESP BODY: {"router_association": {"router_id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "2fb98141-d6a8-45c8-821d-7fce3d088749"}} 2018-09-07 21:06:02,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/247535d4-d013-4a6e-a07b-d28fed8a3dee/router_associations used request id req-c38e530f-c32e-42d1-b6f4-5ffc2f540f59 2018-09-07 21:06:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router": {"routes": [{"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}]}}' 2018-09-07 21:06:02,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-781d8c20-48fb-4f92-8f58-77c69ac612a5 Date: Fri, 07 Sep 2018 21:06:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T21:01:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T21:06:02Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "name": "sdnvpn-13-1-router"}} 2018-09-07 21:06:02,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 used request id req-781d8c20-48fb-4f92-8f58-77c69ac612a5 2018-09-07 21:06:02,709 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-07 21:06:32,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:06:33,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f32cb6b0-2b1b-4462-a7d2-d9c620b1b1f9 x-compute-request-id: req-f32cb6b0-2b1b-4462-a7d2-d9c620b1b1f9 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-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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 31.14s]\n"} 2018-09-07 21:06:33,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-f32cb6b0-2b1b-4462-a7d2-d9c620b1b1f9 2018-09-07 21:06:33,804 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.11) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-09-07 21:06:33,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab952cf073235c36a852269ec2214ba9a51a1646" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-07 21:06:34,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:06: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-ed65f557-38f6-4f36-98c8-127819c563f7 x-compute-request-id: req-ed65f557-38f6-4f36-98c8-127819c563f7 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-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 499379562 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.132765] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134372] pid_max: default: 32768 minimum: 301\n[ 0.135233] ACPI: Core revision 20150930\n[ 0.136589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137856] Security Framework initialized\n[ 0.138649] Yama: becoming mindful.\n[ 0.139357] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.141579] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143201] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144392] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145731] Initializing cgroup subsys io\n[ 0.146524] Initializing cgroup subsys memory\n[ 0.147363] Initializing cgroup subsys devices\n[ 0.148223] Initializing cgroup subsys freezer\n[ 0.149069] Initializing cgroup subsys net_cls\n[ 0.149910] Initializing cgroup subsys perf_event\n[ 0.150793] Initializing cgroup subsys net_prio\n[ 0.151647] Initializing cgroup subsys hugetlb\n[ 0.152491] Initializing cgroup subsys pids\n[ 0.153337] CPU: Physical Processor ID: 0\n[ 0.154827] mce: CPU supports 10 MCE banks\n[ 0.155650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175071] ftrace: allocating 31920 entries in 125 pages\n[ 0.201461] smpboot: Max logical packages: 1\n[ 0.202341] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203722] x2apic enabled\n[ 0.204548] Switched APIC routing to physical x2apic.\n[ 0.206311] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207458] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211335] KVM setup paravirtual spinlock\n[ 0.212640] x86: Booted up 1 node, 1 CPUs\n[ 0.213464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214873] devtmpfs: initialized\n[ 0.216621] evm: security.selinux\n[ 0.217330] evm: security.SMACK64\n[ 0.218035] evm: security.SMACK64EXEC\n[ 0.218794] evm: security.SMACK64TRANSMUTE\n[ 0.219618] evm: security.SMACK64MMAP\n[ 0.220381] evm: security.ima\n[ 0.221031] evm: security.capability\n[ 0.221845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223733] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 21:04:54, date: 09/07/18\n[ 0.225812] NET: Registered protocol family 16\n[ 0.226799] cpuidle: using governor ladder\n[ 0.227639] cpuidle: using governor menu\n[ 0.228443] PCCT header not found.\n[ 0.229212] ACPI: bus type PCI registered\n[ 0.230037] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231309] PCI: Using configuration type 1 for base access\n[ 0.233450] ACPI: Added _OSI(Module Device)\n[ 0.234304] ACPI: Added _OSI(Processor Device)\n[ 0.235185] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236101] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238229] ACPI: Interpreter enabled\n[ 0.239013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246532] ACPI: (supports S0 S5)\n[ 0.247249] ACPI: Using IOAPIC for interrupt routing\n[ 0.248326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252591] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257354] acpiphp: Slot [3] registered\n[ 0.258169] acpiphp: Slot [4] registered\n[ 0.258994] acpiphp: Slot [5] registered\n[ 0.259818] acpiphp: Slot [6] registered\n[ 0.260632] acpiphp: Slot [7] registered\n[ 0.261440] acpiphp: Slot [8] registered\n[ 0.262249] acpiphp: Slot [9] registered\n[ 0.263072] acpiphp: Slot [10] registered\n[ 0.263904] acpiphp: Slot [11] registered\n[ 0.264733] acpiphp: Slot [12] registered\n[ 0.265557] acpiphp: Slot [13] registered\n[ 0.266377] acpiphp: Slot [14] registered\n[ 0.267204] acpiphp: Slot [15] registered\n[ 0.278024] acpiphp: Slot [16] registered\n[ 0.278861] acpiphp: Slot [17] registered\n[ 0.279693] acpiphp: Slot [18] registered\n[ 0.280518] acpiphp: Slot [19] registered\n[ 0.281337] acpiphp: Slot [20] registered\n[ 0.282169] acpiphp: Slot [21] registered\n[ 0.283002] acpiphp: Slot [22] registered\n[ 0.283825] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285478] acpiphp: Slot [25] registered\n[ 0.286303] acpiphp: Slot [26] registered\n[ 0.287130] acpiphp: Slot [27] registered\n[ 0.287957] acpiphp: Slot [28] registered\n[ 0.288783] acpiphp: Slot [29] registered\n[ 0.289608] acpiphp: Slot [30] registered\n[ 0.290437] acpiphp: Slot [31] registered\n[ 0.291259] PCI host bridge to bus 0000:00\n[ 0.292084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293318] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296040] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297518] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306305] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314159] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315652] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361185] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362704] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365585] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368278] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370849] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372417] vgaarb: loaded\n[ 0.373023] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374185] SCSI subsystem initialized\n[ 0.375016] ACPI: bus type USB registered\n[ 0.375849] usbcore: registered new interface driver usbfs\n[ 0.376893] usbcore: registered new interface driver hub\n[ 0.377913] usbcore: registered new device driver usb\n[ 0.378989] PCI: Using ACPI for IRQ routing\n[ 0.380028] NetLabel: Initializing\n[ 0.380756] NetLabel: domain hash size = 128\n[ 0.381620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382586] NetLabel: unlabeled traffic allowed by default\n[ 0.383705] clocksource: Switched to clocksource kvm-clock\n[ 0.389338] AppArmor: AppArmor Filesystem Enabled\n[ 0.390325] pnp: PnP ACPI init\n[ 0.391256] pnp: PnP ACPI: found 5 devices\n[ 0.397374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399111] NET: Registered protocol family 2\n[ 0.400088] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.401401] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.402623] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.403836] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.404961] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406164] NET: Registered protocol family 1\n[ 0.407043] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408164] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409270] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423309] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437592] Trying to unpack rootfs image as initramfs...\n[ 0.487794] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.501900] Scanning for low memory corruption every 60 seconds\n[ 0.503234] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504409] audit: initializing netlink subsys (disabled)\n[ 0.505451] audit: type=2000 audit(1536354294.838:1): initialized\n[ 0.506775] Initialise system trusted keyring\n[ 0.507730] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508917] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510891] zbud: loaded\n[ 0.511603] VFS: Disk quotas dquot_6.6.0\n[ 0.512445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513977] fuse init (API version 7.23)\n[ 0.514872] Key type big_key registered\n[ 0.515688] Allocating IMA MOK and blacklist keyrings.\n[ 0.516824] Key type asymmetric registered\n[ 0.517670] Asymmetric key parser 'x509' registered\n[ 0.518633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520123] io scheduler noop registered\n[ 0.520940] io scheduler deadline registered (default)\n[ 0.521948] io scheduler cfq registered\n[ 0.522793] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526666] ACPI: Power Button [PWRF]\n[ 0.527508] GHES: HEST is not enabled!\n[ 0.541250] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571407] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596276] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598486] Linux agpgart interface v0.103\n[ 0.600942] brd: module loaded\n[ 0.602099] loop: module loaded\n[ 0.606477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607953] GPT:90111 != 20971519\n[ 0.608657] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609755] GPT:90111 != 20971519\n[ 0.610447] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611419] vda: vda1 vda15\n[ 0.612917] scsi host0: ata_piix\n[ 0.613657] scsi host1: ata_piix\n[ 0.614365] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617041] libphy: Fixed MDIO Bus: probed\n[ 0.617867] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618821] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620950] PPP generic driver version 2.4.2\n[ 0.621845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623122] ehci-pci: EHCI PCI platform driver\n[ 0.624005] ehci-platform: EHCI generic platform driver\n[ 0.624999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626127] ohci-pci: OHCI PCI platform driver\n[ 0.627003] ohci-platform: OHCI generic platform driver\n[ 0.628004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643185] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645892] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647059] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651558] usb usb1: Product: UHCI Host Controller\n[ 0.652643] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655786] hub 1-0:1.0: USB hub found\n[ 0.656689] hub 1-0:1.0: 2 ports detected\n[ 0.657713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660034] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661981] mousedev: PS/2 mouse device common for all mice\n[ 0.663213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668492] i2c /dev entries driver\n[ 0.669249] device-mapper: uevent: version 1.0.3\n[ 0.670177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671799] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673073] NET: Registered protocol family 10\n[ 0.674053] NET: Registered protocol family 17\n[ 0.674934] Key type dns_resolver registered\n[ 0.675855] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676949] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678688] registered taskstats version 1\n[ 0.679518] Loading compiled-in X.509 certificates\n[ 0.680959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682793] zswap: loaded using pool lzo/zbud\n[ 0.684158] Key type trusted registered\n[ 0.685689] Key type encrypted registered\n[ 0.686510] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687529] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688575] evm: HMAC attrs: 0x1\n[ 0.689503] Magic number: 2:286:95\n[ 0.690325] rtc_cmos 00:00: setting system clock to 2018-09-07 21:04:55 UTC (1536354295)\n[ 0.691919] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693025] EDD information not available.\n[ 0.772251] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773675] ata1.00: configured for MWDMA2\n[ 0.774858] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787337] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788560] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789794] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791639] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793174] Write protecting the kernel read-only data: 14336k\n[ 0.794735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796539] 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.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.103011] 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=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 31.14s]\n"} 2018-09-07 21:06:34,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-ed65f557-38f6-4f36-98c8-127819c563f7 2018-09-07 21:06:34,883 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-09-07 21:06:34,883 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-09-07 21:06:34,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router": {"routes": []}}' 2018-09-07 21:06:35,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-b4af08c5-f9fa-4c61-bb68-e819466f861a Date: Fri, 07 Sep 2018 21:06:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e537ef2c-765f-4452-9b85-388ace121512", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3607dd08-2893-4cea-ad91-c9c8759d6b51", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T21:01:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T21:06:35Z", "revision_number": 6, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "name": "sdnvpn-13-1-router"}} 2018-09-07 21:06:35,259 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 used request id req-b4af08c5-f9fa-4c61-bb68-e819466f861a 2018-09-07 21:06:35,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" 2018-09-07 21:06:35,295 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b240a6e8-69c9-4478-bf88-2170156a8c25 x-compute-request-id: req-b240a6e8-69c9-4478-bf88-2170156a8c25 Content-Length: 0 Content-Type: application/json 2018-09-07 21:06:35,295 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d1a443eb-d886-425f-ae01-19bafe2ca775 used request id req-b240a6e8-69c9-4478-bf88-2170156a8c25 2018-09-07 21:06:35,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"forceDelete": null}' 2018-09-07 21:06:35,541 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-751c2853-9ff7-45af-a08c-750c9b8e49c1 x-compute-request-id: req-751c2853-9ff7-45af-a08c-750c9b8e49c1 Content-Length: 0 Content-Type: application/json 2018-09-07 21:06:35,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/8d515341-5c61-4dab-b200-035305126b3d/action used request id req-751c2853-9ff7-45af-a08c-750c9b8e49c1 2018-09-07 21:06:35,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"forceDelete": null}' 2018-09-07 21:06:35,769 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3769b27e-7e5e-4aae-8eae-64ce15694297 x-compute-request-id: req-3769b27e-7e5e-4aae-8eae-64ce15694297 Content-Length: 0 Content-Type: application/json 2018-09-07 21:06:35,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/6b9867f6-d3b6-49e2-9dfb-7e0d8a7d4c39/action used request id req-3769b27e-7e5e-4aae-8eae-64ce15694297 2018-09-07 21:06:35,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9e8dc856cb8bf078cb90179ca026041029083c" -d '{"forceDelete": null}' 2018-09-07 21:06:35,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 07 Sep 2018 21:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-097cb61b-2497-4eb9-8fd5-0fd58fc91d75 x-compute-request-id: req-097cb61b-2497-4eb9-8fd5-0fd58fc91d75 Content-Length: 0 Content-Type: application/json 2018-09-07 21:06:35,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c4186e04-2d5f-4e42-9932-904c4835edfe/action used request id req-097cb61b-2497-4eb9-8fd5-0fd58fc91d75 2018-09-07 21:06:36,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:06:37,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-513cbb61-ca86-4797-8269-4ac4c9882352 Date: Fri, 07 Sep 2018 21:06: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-07 21:06:37,779 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/9d39de40-7be9-4da7-afc9-422b5cdec554 used request id req-513cbb61-ca86-4797-8269-4ac4c9882352 2018-09-07 21:06:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1ddeb3a4faf6a3d5bd6dc9b9e7a9c89f24d6e53" 2018-09-07 21:06:40,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9faca3c-59d7-46fd-ada6-793a4f670984 Date: Fri, 07 Sep 2018 21:06: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-07 21:06:40,163 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/52d35a17-f4e0-4725-9d6c-8abe4e8ddff1 used request id req-f9faca3c-59d7-46fd-ada6-793a4f670984 2018-09-07 21:06:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/247535d4-d013-4a6e-a07b-d28fed8a3dee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:06:40,593 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9f5252c-af0b-4f2f-892c-51218446a9db Content-Length: 0 Date: Fri, 07 Sep 2018 21:06:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 21:06:40,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/bgpvpn/bgpvpns/247535d4-d013-4a6e-a07b-d28fed8a3dee used request id req-d9f5252c-af0b-4f2f-892c-51218446a9db 2018-09-07 21:06:40,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"subnet_id": "b8e72179-53c3-4618-9434-8580c2f85151"}' 2018-09-07 21:06:41,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-471c515e-c8d3-4e36-9b80-b17b88ca0555 Date: Fri, 07 Sep 2018 21:06:41 GMT RESP BODY: {"network_id": "7f9701f9-698f-4d30-bd47-c005f47b1868", "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "subnet_id": "b8e72179-53c3-4618-9434-8580c2f85151", "subnet_ids": ["b8e72179-53c3-4618-9434-8580c2f85151"], "port_id": "1745bec7-e5e0-4b17-af56-c6bf70de6e10", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750"} 2018-09-07 21:06:41,675 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750/remove_router_interface used request id req-471c515e-c8d3-4e36-9b80-b17b88ca0555 2018-09-07 21:06:41,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" -d '{"router": {"external_gateway_info": {}}}' 2018-09-07 21:06:42,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-ee48be8a-3ce8-4109-a9da-dfc2c1761cab Date: Fri, 07 Sep 2018 21:06:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3d1e38333674f33ba762d66c366b2a8", "created_at": "2018-09-07T21:01:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-07T21:06:42Z", "revision_number": 10, "routes": [], "project_id": "a3d1e38333674f33ba762d66c366b2a8", "id": "b9e04bd3-c65d-4276-8560-3f48c5caf750", "name": "sdnvpn-13-1-router"}} 2018-09-07 21:06:42,647 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 used request id req-ee48be8a-3ce8-4109-a9da-dfc2c1761cab 2018-09-07 21:06:42,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/b8e72179-53c3-4618-9434-8580c2f85151 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:06:44,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b4db04b-bbf4-4c95-a964-9f2911cd2584 Date: Fri, 07 Sep 2018 21:06:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 21:06:44,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/b8e72179-53c3-4618-9434-8580c2f85151 used request id req-1b4db04b-bbf4-4c95-a964-9f2911cd2584 2018-09-07 21:06:44,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:06:45,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8ab918d-1220-4352-879e-4c2eb9d3b30f Content-Length: 0 Date: Fri, 07 Sep 2018 21:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 21:06:45,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b9e04bd3-c65d-4276-8560-3f48c5caf750 used request id req-b8ab918d-1220-4352-879e-4c2eb9d3b30f 2018-09-07 21:06:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/7f9701f9-698f-4d30-bd47-c005f47b1868 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cff8285cf917a0018a0e809c77a49125682c221b" 2018-09-07 21:06:46,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2db11359-5d04-4402-84e4-11a80bef7928 Date: Fri, 07 Sep 2018 21:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-07 21:06:46,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/7f9701f9-698f-4d30-bd47-c005f47b1868 used request id req-2db11359-5d04-4402-84e4-11a80bef7928 2018-09-07 21:06:46,651 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-09-07 21:06:46,651 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-09-07 21:06:46,652 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-09-07 21:06:46,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c609e0bd16ad76d025784749bfd632e30b41920" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-09-07 21:06:46,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-777e0abe-20a3-489a-9044-19faf97c6d2b Date: Fri, 07 Sep 2018 21:06:46 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-07 21:06:46,894 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/a3d1e38333674f33ba762d66c366b2a8 used request id req-777e0abe-20a3-489a-9044-19faf97c6d2b 2018-09-07 21:06:46,894 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-09-07 21:06:46,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25: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}4bf16c08b5182b987c4f3a8a2ec5aa805d242a41" -d '{"quota_class_set": {"instances": 10}}' 2018-09-07 21:06:47,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 07 Sep 2018 21:06: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-727a7175-887c-4841-b3cf-c6a5a0a134d4 x-compute-request-id: req-727a7175-887c-4841-b3cf-c6a5a0a134d4 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-07 21:06:47,102 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.25:8774/v2.1/os-quota-class-sets/default used request id req-727a7175-887c-4841-b3cf-c6a5a0a134d4 2018-09-07 21:06:47,106 - paramiko.transport - DEBUG - starting thread (client mode): 0xb41b4090L 2018-09-07 21:06:47,106 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:47,136 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:47,136 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:47,142 - 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-07 21:06:47,142 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:47,142 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:47,143 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:47,143 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:47,143 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:47,152 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:47,153 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:47,170 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.87: 7ddbfbcc3f0d676ef37d9cdd2f92a3db 2018-09-07 21:06:47,170 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:47,192 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:47,269 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:47,272 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:47,500 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:47,500 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:47,539 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:47,540 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:47,581 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:53,206 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:53,207 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:53,209 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e68750L 2018-09-07 21:06:53,210 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:53,215 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:53,216 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:53,218 - 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-07 21:06:53,218 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:53,218 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:53,218 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:53,218 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:53,219 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:53,224 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:53,225 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:53,241 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 21:06:53,242 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:53,265 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:53,277 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:53,306 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:53,366 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:53,366 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:53,405 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:53,406 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:53,410 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:53,444 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:53,445 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:53,445 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:53,446 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:53,446 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:53,487 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:06:53,524 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:06:53,525 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:06:53,526 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:06:53,527 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:06:53,527 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:06:53,568 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:06:53,599 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:06:53,600 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:06:53,602 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e34510L 2018-09-07 21:06:53,602 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:53,609 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:53,609 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:53,612 - 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-07 21:06:53,612 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:53,612 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:53,612 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:53,613 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:53,613 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:53,618 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:53,618 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:53,634 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 21:06:53,635 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:53,657 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:53,670 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:53,699 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:53,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:53,755 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:53,794 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:53,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:53,804 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:53,841 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:53,842 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:53,843 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:53,844 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:53,844 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:53,885 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:06:53,925 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:06:53,927 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:06:53,927 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:06:53,928 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:06:53,928 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:06:53,969 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:06:54,002 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:06:54,004 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:06:54,006 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e73a10L 2018-09-07 21:06:54,007 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:54,012 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:54,012 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:54,015 - 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-07 21:06:54,015 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:54,016 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:54,016 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:54,016 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:54,016 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:54,021 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:54,021 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:54,022 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 21:06:54,023 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:54,061 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:54,073 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:54,088 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:54,175 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:54,175 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:54,214 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:54,215 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:54,225 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:54,259 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:54,260 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:54,261 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:54,262 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:54,262 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:54,303 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:06:54,341 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:06:54,342 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:06:54,343 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:06:54,344 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:06:54,344 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:06:54,385 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:06:54,420 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:06:54,421 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:06:54,423 - paramiko.transport - DEBUG - starting thread (client mode): 0xb59bc810L 2018-09-07 21:06:54,424 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:54,428 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:54,429 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:54,431 - 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-07 21:06:54,432 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:54,432 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:54,432 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:54,432 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:54,432 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:54,437 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:54,437 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:54,439 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 21:06:54,440 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:54,477 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:54,488 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:54,504 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:54,573 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:54,574 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:54,613 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:54,614 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:54,623 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:54,652 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:54,653 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:54,654 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:54,654 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:54,655 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:54,694 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:06:54,726 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:06:54,727 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:06:54,728 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:06:54,729 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:06:54,729 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:06:54,769 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:06:54,796 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:06:54,797 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:06:54,799 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e39990L 2018-09-07 21:06:54,799 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:06:54,804 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:06:54,804 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:06:54,807 - 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-07 21:06:54,807 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:06:54,807 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:06:54,807 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:06:54,807 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:06:54,807 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:06:54,812 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:06:54,812 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:06:54,814 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 21:06:54,815 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:06:54,852 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:06:54,862 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:06:54,879 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:06:54,951 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:06:54,951 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:06:54,990 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:06:54,991 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:06:54,998 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:06:55,028 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:06:55,029 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:55,029 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:06:55,030 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:55,030 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:55,071 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:06:55,102 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:06:55,104 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:06:55,105 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:06:55,105 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:06:55,106 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:06:55,146 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:06:55,172 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:06:55,173 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:06:55,174 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:06:55,175 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:06:55,175 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:06:55,182 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:00,004 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:00,006 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:00,008 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4dd6e10L 2018-09-07 21:07:00,009 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:07:00,016 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:07:00,016 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:07:00,020 - 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-07 21:07:00,020 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:07:00,020 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:07:00,020 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:07:00,020 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:07:00,021 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:07:00,063 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:07:00,064 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:07:00,075 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: a6ec2cd6adceb531b3109b98b393e3e9 2018-09-07 21:07:00,076 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:07:00,103 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:07:00,115 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:07:00,140 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:07:00,221 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:07:00,221 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:07:00,260 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:07:00,261 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:07:00,277 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:07:00,313 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:07:00,314 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:07:00,315 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:07:00,316 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:07:00,316 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:07:00,357 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:00,393 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:00,394 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:07:00,396 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:00,396 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:07:00,396 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:07:00,437 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:07:00,472 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:07:00,473 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:07:00,475 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e243d0L 2018-09-07 21:07:00,476 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:07:00,480 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:07:00,480 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:07:00,482 - 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-07 21:07:00,483 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:07:00,483 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:07:00,483 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:07:00,483 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:07:00,483 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:07:00,488 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:07:00,488 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:07:00,491 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 2fff68345f0543428838f08782890aca 2018-09-07 21:07:00,492 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:07:00,527 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:07:00,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:07:00,556 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:07:00,616 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:07:00,616 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:07:00,655 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:07:00,656 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:07:00,660 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:07:00,692 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:07:00,692 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:07:00,694 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:07:00,694 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:07:00,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:07:00,737 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:00,771 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:00,772 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:07:00,773 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:00,774 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:07:00,774 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:07:00,815 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:07:00,844 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:07:00,845 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:07:00,847 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e68250L 2018-09-07 21:07:00,847 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:07:00,854 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:07:00,855 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:07:00,858 - 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-07 21:07:00,858 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:07:00,858 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:07:00,858 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:07:00,859 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:07:00,859 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:07:00,864 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:07:00,864 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:07:00,879 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: f7f254259bbbcb73f2c95c4c51932d77 2018-09-07 21:07:00,880 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:07:00,904 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:07:00,917 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:07:00,944 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:07:01,026 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:07:01,027 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:07:01,066 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:07:01,066 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:07:01,082 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:07:01,117 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:07:01,118 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:07:01,119 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:07:01,120 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:07:01,120 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:07:01,161 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:01,195 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:01,196 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:07:01,197 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:01,198 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:07:01,198 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:07:01,239 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:07:01,269 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:07:01,271 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:07:01,273 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4e722d0L 2018-09-07 21:07:01,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:07:01,277 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:07:01,278 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:07:01,280 - 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-07 21:07:01,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:07:01,280 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:07:01,280 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:07:01,280 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:07:01,280 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:07:01,285 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:07:01,286 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:07:01,288 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: fa1d933631f6c8e4d5ec1281e4fb9322 2018-09-07 21:07:01,289 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:07:01,325 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:07:01,336 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:07:01,353 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:07:01,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:07:01,414 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:07:01,453 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:07:01,454 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:07:01,458 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:07:01,489 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:07:01,490 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:07:01,491 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:07:01,492 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:07:01,492 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:07:01,533 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:01,567 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:01,568 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:07:01,569 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:01,570 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:07:01,570 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:07:01,611 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:07:01,640 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:07:01,641 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:07:01,644 - paramiko.transport - DEBUG - starting thread (client mode): 0xb429d590L 2018-09-07 21:07:01,644 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-07 21:07:01,648 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-07 21:07:01,648 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-07 21:07:01,649 - 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-07 21:07:01,649 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-07 21:07:01,650 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-07 21:07:01,650 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-07 21:07:01,650 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-07 21:07:01,650 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-07 21:07:01,654 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-07 21:07:01,655 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-07 21:07:01,659 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: b6711081557fbee0c21ff9f097d2c254 2018-09-07 21:07:01,660 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-07 21:07:01,695 - paramiko.transport - DEBUG - userauth is OK 2018-09-07 21:07:01,705 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-07 21:07:01,724 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-07 21:07:01,785 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-07 21:07:01,785 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-07 21:07:01,824 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-07 21:07:01,825 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-07 21:07:01,829 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-07 21:07:01,857 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-07 21:07:01,858 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-07 21:07:01,859 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-07 21:07:01,860 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-07 21:07:01,860 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-07 21:07:01,901 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-07 21:07:01,932 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-07 21:07:01,933 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-07 21:07:01,934 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-07 21:07:01,935 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-07 21:07:01,935 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-07 21:07:01,975 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-07 21:07:02,003 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-07 21:07:02,004 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:02,004 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-07 21:07:02,033 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 21:07:02,034 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 21:07:02,034 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 21:07:02,038 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 21:07:02,071 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-07 21:07:02,072 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-07 21:07:02,074 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-07 21:07:02,082 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-07 21:07:02,084 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-07 21:07:02,085 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 21:07:02,086 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 21:07:02,086 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 21:07:02,088 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 21:07:02,089 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 21:07:02,090 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:02,090 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:02,090 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:09,492 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 21:07:09,495 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 21:07:09,495 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 21:07:09,496 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 21:07:09,497 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 21:07:09,537 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 21:07:09,568 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-07 21:07:09,569 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-07 21:07:09,570 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-07 21:07:09,571 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-07 21:07:09,740 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-07 21:07:09,741 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:09,759 - 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-07 21:07:10,014 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 21:07:10,015 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 21:07:10,015 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 21:07:10,020 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 21:07:10,055 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-07 21:07:10,055 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-07 21:07:10,057 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-07 21:07:10,058 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-07 21:07:10,059 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-07 21:07:10,060 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 21:07:10,060 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 21:07:10,060 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 21:07:10,062 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 21:07:10,062 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 21:07:10,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:10,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:10,063 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:15,090 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 21:07:15,092 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 21:07:15,093 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 21:07:15,095 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 21:07:15,095 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 21:07:15,135 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 21:07:15,165 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-07 21:07:15,166 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-07 21:07:15,167 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-07 21:07:15,168 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-07 21:07:15,309 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-07 21:07:15,310 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:15,327 - 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-07 21:07:15,600 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 21:07:15,601 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 21:07:15,601 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 21:07:15,604 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 21:07:15,638 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-07 21:07:15,638 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-07 21:07:15,640 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-07 21:07:15,641 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-07 21:07:15,642 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-07 21:07:15,644 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 21:07:15,644 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 21:07:15,644 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 21:07:15,647 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 21:07:15,647 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 21:07:15,648 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:15,648 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:15,648 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:18,971 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 21:07:18,974 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 21:07:18,975 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 21:07:18,975 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 21:07:18,975 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 21:07:19,016 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 21:07:19,044 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-07 21:07:19,044 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-07 21:07:19,046 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-07 21:07:19,046 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-07 21:07:19,148 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-07 21:07:19,149 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,166 - 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-07 21:07:19,382 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 21:07:19,383 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 21:07:19,383 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 21:07:19,387 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 21:07:19,415 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-07 21:07:19,415 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-07 21:07:19,417 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-07 21:07:19,418 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-07 21:07:19,419 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-07 21:07:19,420 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 21:07:19,421 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 21:07:19,421 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 21:07:19,423 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 21:07:19,424 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 21:07:19,424 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,425 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,425 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,557 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 21:07:19,558 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 21:07:19,559 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 21:07:19,560 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 21:07:19,560 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 21:07:19,601 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 21:07:19,630 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-07 21:07:19,630 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-07 21:07:19,631 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-07 21:07:19,633 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-07 21:07:19,639 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-07 21:07:19,641 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,657 - 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-07 21:07:19,683 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-07 21:07:19,684 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-07 21:07:19,684 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-07 21:07:19,686 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-07 21:07:19,714 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-07 21:07:19,714 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-07 21:07:19,716 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-07 21:07:19,717 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-07 21:07:19,719 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-07 21:07:19,720 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-07 21:07:19,721 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-07 21:07:19,721 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-07 21:07:19,723 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-07 21:07:19,724 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-07 21:07:19,725 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,725 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,725 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-07 21:07:19,869 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-07 21:07:19,871 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-07 21:07:19,873 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-07 21:07:19,874 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-07 21:07:19,874 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-07 21:07:19,915 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-07 21:07:19,942 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-07 21:07:19,943 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-07 21:07:19,945 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-07 21:07:19,946 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-07 21:07:19,955 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-07 21:07:19,957 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-07 21:07:19,972 - 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-07 21:07:20,002 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-09-07 21:07:21,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-07 21:07:21,845 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:47 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-09-07 21:07:21,851 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-09-07 21:07:21,852 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:29 | PASS | | bgpvpn | sdnvpn | features | 40:47 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-07 21:07:21,859 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-07 21:07:21,876 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:21,976 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,077 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,177 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,278 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,378 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,478 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,579 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,678 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,780 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,879 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:22,980 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,007 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,108 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,181 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,278 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,309 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,379 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,510 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,609 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,681 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,780 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:23,896 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,011 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,115 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,182 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,209 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,211 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,259 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,283 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,330 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,427 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:24,550 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-07 21:07:29,284 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 21:07:29,290 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:07:29,290 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 21:07:29,291 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-07 21:07:29,292 - 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-07 21:07:29,295 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 21:07:34,211 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 21:07:34,218 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:07:34,218 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-07 21:07:34,219 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-07 21:07:34,220 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-09-07 21:07:34,221 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-07 21:08:03,241 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-277 | | 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-07 21:08:03,247 - 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=aWgF79EAEZmrYEF8zRJMzqh9e export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - ERROR - Unknown test case or tier 'tempest_full', or not supported by the given scenario 'os-odl-bgpvpn-ha'. 2018-09-07 21:08:03,247 - xtesting.ci.run_tests - DEBUG - Available tiers are: +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+ | components | 3 | weekly | Extensive testing of OpenStack API. | tempest_full_parallel rally_full | +--------------------+---------------+-----------------+---------------------------------------------+------------------------------------------+